]> git.saurik.com Git - apple/libc.git/commit - string/FreeBSD/wcslcat.c
Libc-763.11.tar.gz mac-os-x-107 mac-os-x-1071 v763.11
authorApple <opensource@apple.com>
Wed, 20 Jul 2011 19:30:47 +0000 (19:30 +0000)
committerApple <opensource@apple.com>
Wed, 20 Jul 2011 19:30:47 +0000 (19:30 +0000)
commit1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58
tree132acf1cbcaa6b25e2a0a3a8225b5a2214a78a1e
parentfbd86d4cc20b02a10edcca92fb7ae0a143e63cc4
Libc-763.11.tar.gz
1696 files changed:
BSDmakefile
Makefile
Makefile.features
Makefile.xbs
Platforms/AppleTV/Makefile.inc [deleted file]
Platforms/AppleTV/i386/libc.syscall.i386 [deleted file]
Platforms/MacOSX/Makefile.inc
Platforms/MacOSX/arm/libc.syscall.arm [deleted file]
Platforms/MacOSX/i386/libc.syscall.i386 [deleted file]
Platforms/MacOSX/ppc/libc.syscall.ppc [deleted file]
Platforms/MacOSX/ppc64/libc.syscall.ppc64 [deleted file]
Platforms/MacOSX/x86_64/libc.syscall.x86_64 [deleted file]
Platforms/iPhone/Makefile.inc
Platforms/iPhone/arm/libc.syscall.arm [deleted file]
arm/gen/Makefile.inc
arm/gen/cpu_number.s [new file with mode: 0644]
arm/pthreads/Makefile.inc
arm/pthreads/pthread_getspecific.s
arm/pthreads/pthread_self.s
arm/string/Makefile.inc
arm/string/NEON/bcopy.s [deleted file]
arm/string/NEON/bzero.s [deleted file]
arm/string/bcopy.s [deleted file]
arm/string/bcopy_CortexA8.s [new file with mode: 0644]
arm/string/bcopy_CortexA9.s [new file with mode: 0644]
arm/string/bcopy_Generic.s [new file with mode: 0644]
arm/string/bzero.s [deleted file]
arm/string/bzero_CortexA8.s [new file with mode: 0644]
arm/string/bzero_CortexA9.s [new file with mode: 0644]
arm/string/bzero_Generic.s [new file with mode: 0644]
arm/string/dyld_resolvers.c [new file with mode: 0644]
arm/string/ffs.s
arm/string/memcmp.s
arm/string/memset_pattern.s [changed mode: 0755->0644]
arm/string/strchr.s [new file with mode: 0644]
arm/string/strcmp.s
arm/string/strcpy.s [new file with mode: 0644]
arm/string/strlcpy.s [new file with mode: 0644]
arm/string/strlen.s
arm/string/strncmp.s [new file with mode: 0644]
arm/string/strncpy.s [new file with mode: 0644]
arm/string/strnlen.s [new file with mode: 0644]
arm/string/strstr.s [new file with mode: 0644]
arm/sys/Makefile.inc
arm/sys/OSAtomic-v4.c
arm/sys/OSAtomic.s
arm/sys/OSAtomic_resolvers.c [new file with mode: 0644]
arm/sys/OSAtomic_resolvers.h [new file with mode: 0644]
arm/sys/gcc_atomic.c
arm/sys/mach_absolute_time.s [new file with mode: 0644]
compat-43/FreeBSD/creat.2
compat-43/FreeBSD/creat.c
compat-43/FreeBSD/creat.c.patch
compat-43/FreeBSD/gethostid.3
compat-43/FreeBSD/gethostid.3.patch
compat-43/FreeBSD/gethostid.c
compat-43/FreeBSD/gethostid.c.patch [new file with mode: 0644]
compat-43/FreeBSD/getwd.c
compat-43/FreeBSD/killpg.2
compat-43/FreeBSD/killpg.2.patch
compat-43/FreeBSD/killpg.c
compat-43/FreeBSD/killpg.c.patch
compat-43/FreeBSD/sethostid.c
compat-43/FreeBSD/setpgrp.c
compat-43/FreeBSD/setpgrp.c.patch
compat-43/FreeBSD/setrgid.c
compat-43/FreeBSD/setruid.3
compat-43/FreeBSD/setruid.c
compat-43/creat-fbsd.c
compat-43/gethostid-fbsd.c [changed from symlink to file mode: 0644]
compat-43/gethostid.3
compat-43/killpg-fbsd.c
compat-43/killpg.2
compat-43/setpgrp-fbsd.c
darwin/Makefile.inc
darwin/_dirhelper.c
darwin/dirhelper_priv.h
darwin/libproc.c
darwin/libproc.h
darwin/libproc_internal.h [new file with mode: 0644]
db/btree/FreeBSD/bt_close.c
db/btree/FreeBSD/bt_conv.c
db/btree/FreeBSD/bt_debug.c
db/btree/FreeBSD/bt_delete.c
db/btree/FreeBSD/bt_get.c
db/btree/FreeBSD/bt_open.c
db/btree/FreeBSD/bt_overflow.c
db/btree/FreeBSD/bt_overflow.c.patch
db/btree/FreeBSD/bt_page.c
db/btree/FreeBSD/bt_put.c
db/btree/FreeBSD/bt_search.c
db/btree/FreeBSD/bt_seq.c
db/btree/FreeBSD/bt_seq.c.patch
db/btree/FreeBSD/bt_split.c
db/btree/FreeBSD/bt_split.c.patch
db/btree/FreeBSD/bt_utils.c
db/btree/FreeBSD/btree.h
db/btree/FreeBSD/btree.h.patch
db/btree/FreeBSD/extern.h
db/btree/bt_overflow-fbsd.c
db/btree/bt_seq-fbsd.c
db/btree/bt_split-fbsd.c
db/btree/btree.h
db/hash/FreeBSD/extern.h
db/hash/FreeBSD/hash.c
db/hash/FreeBSD/hash.c.patch
db/hash/FreeBSD/hash.h
db/hash/FreeBSD/hash.h.patch
db/hash/FreeBSD/hash_bigkey.c
db/hash/FreeBSD/hash_bigkey.c.patch
db/hash/FreeBSD/hash_buf.c
db/hash/FreeBSD/hash_buf.c.patch
db/hash/FreeBSD/hash_func.c
db/hash/FreeBSD/hash_func.c.patch
db/hash/FreeBSD/hash_log2.c
db/hash/FreeBSD/hash_log2.c.patch [new file with mode: 0644]
db/hash/FreeBSD/hash_page.c
db/hash/FreeBSD/hash_page.c.patch
db/hash/FreeBSD/ndbm.c
db/hash/FreeBSD/ndbm.c.patch
db/hash/FreeBSD/page.h
db/hash/hash-fbsd.c
db/hash/hash.h
db/hash/hash_bigkey-fbsd.c
db/hash/hash_buf-fbsd.c
db/hash/hash_func-fbsd.c
db/hash/hash_log2-fbsd.c [changed from symlink to file mode: 0644]
db/hash/hash_page-fbsd.c
db/hash/ndbm-fbsd.c
db/man/FreeBSD/btree.3
db/man/FreeBSD/dbm.3
db/man/FreeBSD/dbm.3.patch
db/man/FreeBSD/dbopen.3
db/man/FreeBSD/hash.3
db/man/FreeBSD/mpool.3
db/man/FreeBSD/recno.3
db/man/dbm.3
db/mpool/FreeBSD/mpool.c
db/mpool/FreeBSD/mpool.c.patch
db/mpool/mpool-fbsd.c
db/recno/FreeBSD/extern.h
db/recno/FreeBSD/extern.h.patch
db/recno/FreeBSD/rec_close.c
db/recno/FreeBSD/rec_delete.c
db/recno/FreeBSD/rec_get.c
db/recno/FreeBSD/rec_open.c
db/recno/FreeBSD/rec_put.c
db/recno/FreeBSD/rec_search.c
db/recno/FreeBSD/rec_seq.c
db/recno/FreeBSD/rec_utils.c
db/recno/FreeBSD/recno.h
db/recno/FreeBSD/recno.h.patch
db/recno/rec_extern.h
db/recno/recno.h
emulated/Makefile.inc
emulated/brk.2 [new file with mode: 0644]
emulated/brk.c [new file with mode: 0644]
fbsdcompat/_fbsd_compat_.h
fbsdcompat/reentrant.h [new file with mode: 0644]
gdtoa/FreeBSD/gdtoa-dtoa.c
gdtoa/FreeBSD/gdtoa-gdtoa.c
gdtoa/FreeBSD/gdtoa-gethex.c
gdtoa/FreeBSD/gdtoa-gethex.c.patch
gdtoa/FreeBSD/gdtoa-hexnan.c
gdtoa/FreeBSD/gdtoa-hexnan.c.patch
gdtoa/FreeBSD/gdtoa-misc.c
gdtoa/FreeBSD/gdtoa-misc.c.patch
gdtoa/FreeBSD/gdtoa-smisc.c
gdtoa/FreeBSD/gdtoa-smisc.c.patch [deleted file]
gdtoa/FreeBSD/gdtoa-strtoIg.c
gdtoa/FreeBSD/gdtoa-strtod.c
gdtoa/FreeBSD/gdtoa-strtod.c.patch
gdtoa/FreeBSD/gdtoa-strtodg.c
gdtoa/FreeBSD/gdtoa-strtodg.c.patch
gdtoa/FreeBSD/gdtoa-strtof.c
gdtoa/FreeBSD/gdtoa-strtopdd.c
gdtoa/FreeBSD/gdtoa-strtopdd.c.patch
gdtoa/FreeBSD/gdtoa-strtopx.c
gdtoa/FreeBSD/gdtoa-strtopx.c.patch
gdtoa/FreeBSD/gdtoa-ulp.c
gdtoa/FreeBSD/gdtoaimp.h
gdtoa/FreeBSD/gdtoaimp.h.patch
gdtoa/gdtoa-gethex-fbsd.c
gdtoa/gdtoa-hexnan-fbsd.c
gdtoa/gdtoa-misc-fbsd.c
gdtoa/gdtoa-smisc-fbsd.c [changed from file to symlink]
gdtoa/gdtoa-strtod-fbsd.c
gdtoa/gdtoa-strtodg-fbsd.c
gdtoa/gdtoa-strtof-fbsd.c
gdtoa/gdtoa-strtopdd-fbsd.c
gdtoa/gdtoa-strtopx-fbsd.c
gdtoa/gdtoa.tgz [new file with mode: 0644]
gdtoa/gdtoaimp.h
gen/FreeBSD/_rand48.c.patch
gen/FreeBSD/alarm.3
gen/FreeBSD/alarm.3.patch
gen/FreeBSD/alarm.c
gen/FreeBSD/arc4random.3
gen/FreeBSD/arc4random.c
gen/FreeBSD/arc4random.c.patch
gen/FreeBSD/assert.c
gen/FreeBSD/assert.c.patch
gen/FreeBSD/clock.3
gen/FreeBSD/clock.c
gen/FreeBSD/closedir.c
gen/FreeBSD/closedir.c.patch
gen/FreeBSD/ctermid.3
gen/FreeBSD/ctermid.3.patch
gen/FreeBSD/ctermid.c
gen/FreeBSD/daemon.3
gen/FreeBSD/daemon.3.patch
gen/FreeBSD/daemon.c
gen/FreeBSD/daemon.c.patch
gen/FreeBSD/dirname.3
gen/FreeBSD/dirname.3.patch
gen/FreeBSD/dirname.c
gen/FreeBSD/dirname.c.patch
gen/FreeBSD/drand48.c.patch
gen/FreeBSD/erand48.c.patch
gen/FreeBSD/err.3
gen/FreeBSD/err.3.patch
gen/FreeBSD/err.c
gen/FreeBSD/err.c.patch
gen/FreeBSD/errno_.c [deleted file]
gen/FreeBSD/exec.3
gen/FreeBSD/exec.3.patch
gen/FreeBSD/exec.c
gen/FreeBSD/exec.c.patch
gen/FreeBSD/fmtcheck.3
gen/FreeBSD/fmtcheck.c
gen/FreeBSD/fmtmsg.c
gen/FreeBSD/fmtmsg.c.patch
gen/FreeBSD/fnmatch.3
gen/FreeBSD/fnmatch.3.patch
gen/FreeBSD/fnmatch.c
gen/FreeBSD/fnmatch.c.patch
gen/FreeBSD/ftok.3
gen/FreeBSD/ftok.3.patch
gen/FreeBSD/getbsize.3
gen/FreeBSD/getcap.3
gen/FreeBSD/getcap.c
gen/FreeBSD/getcap.c.patch
gen/FreeBSD/getcwd.3
gen/FreeBSD/getcwd.c
gen/FreeBSD/getcwd.c.patch
gen/FreeBSD/gethostname.3
gen/FreeBSD/gethostname.3.patch
gen/FreeBSD/gethostname.c
gen/FreeBSD/gethostname.c.patch
gen/FreeBSD/getlogin.c
gen/FreeBSD/getlogin.c.patch
gen/FreeBSD/getmntinfo.3
gen/FreeBSD/getmntinfo.3.patch
gen/FreeBSD/getmntinfo.c
gen/FreeBSD/getpagesize.3
gen/FreeBSD/getpagesize.c
gen/FreeBSD/getpass.3
gen/FreeBSD/getprogname.3.patch
gen/FreeBSD/getprogname.c.patch
gen/FreeBSD/isatty.c
gen/FreeBSD/isatty.c.patch
gen/FreeBSD/jrand48.c.patch
gen/FreeBSD/lcong48.c.patch
gen/FreeBSD/lockf.3
gen/FreeBSD/lockf.3.patch
gen/FreeBSD/lockf.c
gen/FreeBSD/lockf.c.patch
gen/FreeBSD/lrand48.c.patch
gen/FreeBSD/makecontext.3.patch
gen/FreeBSD/mrand48.c.patch
gen/FreeBSD/nice.3
gen/FreeBSD/nice.c
gen/FreeBSD/nice.c.patch
gen/FreeBSD/nrand48.c.patch
gen/FreeBSD/opendir.c
gen/FreeBSD/opendir.c.patch
gen/FreeBSD/pause.3
gen/FreeBSD/pause.c
gen/FreeBSD/pause.c.patch
gen/FreeBSD/popen.c
gen/FreeBSD/popen.c.patch
gen/FreeBSD/pselect.3.patch
gen/FreeBSD/pselect.c.patch
gen/FreeBSD/psignal.3
gen/FreeBSD/psignal.3.patch [new file with mode: 0644]
gen/FreeBSD/psignal.c
gen/FreeBSD/raise.3
gen/FreeBSD/raise.c
gen/FreeBSD/rand48.3
gen/FreeBSD/rand48.3.patch
gen/FreeBSD/rand48.h.patch
gen/FreeBSD/readdir.c
gen/FreeBSD/readdir.c.patch
gen/FreeBSD/readpassphrase.3
gen/FreeBSD/readpassphrase.c.patch
gen/FreeBSD/rewinddir.c
gen/FreeBSD/scandir.3
gen/FreeBSD/scandir.3.patch
gen/FreeBSD/scandir.c
gen/FreeBSD/scandir.c.patch
gen/FreeBSD/scandir_b.c.patch
gen/FreeBSD/seed48.c.patch
gen/FreeBSD/seekdir.c
gen/FreeBSD/sethostname.c
gen/FreeBSD/setmode.3
gen/FreeBSD/setmode.c
gen/FreeBSD/setmode.c.patch
gen/FreeBSD/setprogname.c.patch
gen/FreeBSD/siginterrupt.3
gen/FreeBSD/siginterrupt.3.patch
gen/FreeBSD/siginterrupt.c
gen/FreeBSD/siglist.c
gen/FreeBSD/siglist.c.patch
gen/FreeBSD/signal.3
gen/FreeBSD/signal.3.patch
gen/FreeBSD/signal.c
gen/FreeBSD/signal.c.patch
gen/FreeBSD/signbit.3.patch
gen/FreeBSD/sleep.3
gen/FreeBSD/sleep.3.patch
gen/FreeBSD/sleep.c
gen/FreeBSD/sleep.c.patch
gen/FreeBSD/srand48.c.patch
gen/FreeBSD/stringlist.3
gen/FreeBSD/stringlist.c
gen/FreeBSD/sysconf.3
gen/FreeBSD/sysctl.3.patch
gen/FreeBSD/sysctl.c
gen/FreeBSD/sysctl.c.patch [new file with mode: 0644]
gen/FreeBSD/telldir.c
gen/FreeBSD/telldir.c.patch
gen/FreeBSD/telldir.h
gen/FreeBSD/telldir.h.patch
gen/FreeBSD/termios.c
gen/FreeBSD/termios.c.patch
gen/FreeBSD/time.3
gen/FreeBSD/time.3.patch
gen/FreeBSD/time.c
gen/FreeBSD/time.c.patch
gen/FreeBSD/timezone.3
gen/FreeBSD/timezone.c
gen/FreeBSD/ttyname.c.patch
gen/FreeBSD/ttyslot.c
gen/FreeBSD/ualarm.3
gen/FreeBSD/ualarm.3.patch
gen/FreeBSD/ualarm.c
gen/FreeBSD/ulimit.3.patch
gen/FreeBSD/unvis.3
gen/FreeBSD/unvis.c
gen/FreeBSD/unvis.c.patch
gen/FreeBSD/usleep.3
gen/FreeBSD/usleep.3.patch
gen/FreeBSD/usleep.c
gen/FreeBSD/usleep.c.patch
gen/FreeBSD/utime.3
gen/FreeBSD/utime.3.patch
gen/FreeBSD/utime.c
gen/FreeBSD/vis.3
gen/FreeBSD/vis.c
gen/FreeBSD/vis.c.patch
gen/FreeBSD/wait.c
gen/FreeBSD/wait.c.patch
gen/FreeBSD/wait3.c
gen/FreeBSD/waitpid.c
gen/FreeBSD/waitpid.c.patch
gen/Makefile.inc
gen/NSSystemDirectories.c
gen/NetBSD/endutxent.3
gen/NetBSD/endutxent.3.patch
gen/NetBSD/getlastlogx.3
gen/NetBSD/utmpx.5
gen/NetBSD/utmpx.5.patch
gen/NetBSD/utmpx.c
gen/NetBSD/utmpx.c.patch
gen/_simple.c
gen/_simple.h
gen/alarm.3
gen/arc4random-fbsd.c
gen/asl.3
gen/asl.c
gen/asl_core.c
gen/asl_core.h
gen/asl_file.c
gen/asl_file.h
gen/asl_ipc.defs
gen/asl_legacy1.c
gen/asl_legacy1.h
gen/asl_msg.c [new file with mode: 0644]
gen/asl_msg.h [new file with mode: 0644]
gen/asl_private.h
gen/asl_store.c
gen/asl_store.h
gen/assert-fbsd.c
gen/assumes.c [new file with mode: 0644]
gen/assumes.h [new file with mode: 0644]
gen/backtrace.c
gen/closedir-fbsd.c
gen/compat.5
gen/crypt.c
gen/ctermid.3
gen/daemon-fbsd.c
gen/daemon.3
gen/dirname-fbsd.c
gen/dirname.3
gen/endutxent.3
gen/endutxent.3.orig [new file with mode: 0644]
gen/err-fbsd.c
gen/err.3
gen/errlst.c
gen/errno_-fbsd.c [deleted symlink]
gen/exec-fbsd.c
gen/exec.3
gen/execinfo.h
gen/fmtmsg-fbsd.c
gen/fnmatch-fbsd.c
gen/fnmatch.3
gen/ftok.3
gen/fts.c
gen/get_compat.c
gen/getcap-fbsd.c
gen/getcap-fbsd.c.orig [new file with mode: 0644]
gen/getcwd-fbsd.c
gen/gethostname-fbsd.c
gen/gethostname.3
gen/getlastlogx.3
gen/getlastlogx.3.orig [new file with mode: 0644]
gen/getlogin-fbsd.c
gen/getmntinfo.3
gen/getmntinfo64-fbsd.c
gen/getmntinfo64-fbsd.c.orig [new file with mode: 0644]
gen/isatty-fbsd.c
gen/lockf-fbsd.c
gen/lockf.3
gen/magazine_malloc.c
gen/magmallocProvider.d
gen/malloc.3
gen/malloc.c
gen/malloc_zone_malloc.3
gen/nanosleep.c
gen/nftw.c
gen/nice-fbsd.c
gen/opendir-fbsd.c
gen/pause-fbsd.c
gen/pause-fbsd.c.orig [new file with mode: 0644]
gen/platfunc.c [new file with mode: 0644]
gen/platfunc.h [new file with mode: 0644]
gen/popen-fbsd.c
gen/psignal.3 [changed from symlink to file mode: 0644]
gen/rand48.3
gen/readdir-fbsd.c
gen/scandir-fbsd.c
gen/scandir.3
gen/scandir_b-fbsd.c
gen/setmode-fbsd.c
gen/setprogname-fbsd.c
gen/siginterrupt.3
gen/siglist-fbsd.c
gen/signal-fbsd.c
gen/signal.3
gen/sleep-fbsd.c
gen/sleep.3
gen/stack_logging.c
gen/stack_logging.h
gen/stack_logging_disk.c
gen/strtofflags.c
gen/sysctl-fbsd.c [changed from symlink to file mode: 0644]
gen/sysctl.3
gen/syslog.3
gen/syslog.c
gen/telldir-fbsd.c
gen/telldir.h
gen/termios-fbsd.c
gen/time-fbsd.c
gen/time.3
gen/ttyname-fbsd.c
gen/ualarm.3
gen/unvis-fbsd.c
gen/usleep-fbsd.c
gen/usleep.3
gen/utime.3
gen/utmpx-darwin.c
gen/utmpx-darwin.h
gen/utmpx-nbsd.c
gen/utmpx.5
gen/utmpx_thread.h [new file with mode: 0644]
gen/vis-fbsd.c
gen/wait-fbsd.c
gen/waitpid-fbsd.c
gen/wordexp.c
gmon/gmon.c
i386/gen/Makefile.inc
i386/gen/cpu_number.s [new file with mode: 0644]
i386/gen/getmcontext.c
i386/gen/icacheinval.s
i386/pthreads/Makefile.inc
i386/pthreads/preempt.s [new file with mode: 0644]
i386/pthreads/pthread_getspecific.s
i386/pthreads/pthread_mutex_lock.s
i386/pthreads/pthread_self.s
i386/string/Makefile.inc
i386/string/__bzero.s [new file with mode: 0644]
i386/string/bcopy.c [new file with mode: 0644]
i386/string/bcopy.s [deleted file]
i386/string/bcopy_scalar.s [new file with mode: 0644]
i386/string/bcopy_sse2.s [new file with mode: 0644]
i386/string/bcopy_sse3x.s [new file with mode: 0644]
i386/string/bcopy_sse42.s [new file with mode: 0644]
i386/string/bzero.c [new file with mode: 0644]
i386/string/bzero.s [deleted file]
i386/string/bzero_scalar.s [new file with mode: 0644]
i386/string/bzero_sse2.s [new file with mode: 0644]
i386/string/bzero_sse42.s [new file with mode: 0644]
i386/string/longcopy_sse3x.s [new file with mode: 0644]
i386/string/memcpy.c [new file with mode: 0644]
i386/string/memcpy.s [deleted file]
i386/string/memmove.c [new file with mode: 0644]
i386/string/memmove.s [deleted file]
i386/string/memset.s
i386/string/memset_pattern_sse2.s [new file with mode: 0644]
i386/string/strncpy.s
i386/sys/Makefile.inc
i386/sys/OSAtomic.s
i386/sys/_setjmp.s
i386/sys/_sigtramp.s
i386/sys/atomic.c [new file with mode: 0644]
i386/sys/i386_gettimeofday.s [deleted file]
i386/sys/i386_gettimeofday_asm.s [new file with mode: 0644]
i386/sys/mach_absolute_time.c [new file with mode: 0644]
i386/sys/mach_absolute_time_asm.s [new file with mode: 0644]
i386/sys/spinlocks.c [new file with mode: 0644]
i386/sys/spinlocks_asm.s [new file with mode: 0644]
include/CrashReporterClient.h [new file with mode: 0644]
include/FreeBSD/nl_types.h [new file with mode: 0644]
include/FreeBSD/nl_types.h.patch [new file with mode: 0644]
include/Makefile.inc
include/NSSystemDirectories.h
include/NetBSD/utmpx.h.patch
include/asl.h
include/assert.h
include/dirent.h
include/err.h
include/float.h [deleted file]
include/fsproperties.h
include/fts.h
include/glob.h
include/inttypes.h
include/langinfo.h
include/libc.h
include/libkern/OSAtomic.h
include/libkern/OSCacheControl.h
include/libkern/OSThermalNotification.h
include/limits.h
include/malloc/malloc.h
include/nl_types.h
include/protocols/Makefile.inc
include/protocols/dumprestore.h [deleted file]
include/rune.h
include/secure/_stdio.h
include/secure/_string.h
include/spawn.h
include/spawn_private.h
include/standards.h
include/stdarg.h [deleted file]
include/stdbool.h
include/stddef.h
include/stdint.h [new file with mode: 0644]
include/stdio.h
include/stdlib.h
include/string.h
include/strings.h
include/sys/acl.h
include/ucontext.h
include/unistd.h
include/utmpx.h
include/varargs.h [deleted file]
include/wchar.h
include/xlocale/_stdio.h
include/xlocale/_wchar.h
interposable.list [new file with mode: 0644]
locale/FreeBSD/ascii.c [new file with mode: 0644]
locale/FreeBSD/ascii.c.patch [new file with mode: 0644]
locale/FreeBSD/big5.c
locale/FreeBSD/big5.c.patch
locale/FreeBSD/btowc.3.patch
locale/FreeBSD/btowc.c.patch
locale/FreeBSD/collate.c
locale/FreeBSD/collate.c.patch
locale/FreeBSD/collate.h
locale/FreeBSD/collate.h.patch
locale/FreeBSD/collcmp.c
locale/FreeBSD/collcmp.c.patch
locale/FreeBSD/ctype.3
locale/FreeBSD/ctype.3.patch
locale/FreeBSD/digittoint.3
locale/FreeBSD/digittoint.3.patch
locale/FreeBSD/euc.5
locale/FreeBSD/euc.c
locale/FreeBSD/euc.c.patch
locale/FreeBSD/fix_grouping.c.patch
locale/FreeBSD/gb18030.c
locale/FreeBSD/gb18030.c.patch
locale/FreeBSD/gb2312.c
locale/FreeBSD/gb2312.c.patch
locale/FreeBSD/gbk.c
locale/FreeBSD/gbk.c.patch
locale/FreeBSD/isalnum.3
locale/FreeBSD/isalnum.3.patch
locale/FreeBSD/isalpha.3
locale/FreeBSD/isalpha.3.patch
locale/FreeBSD/isascii.3
locale/FreeBSD/isblank.3
locale/FreeBSD/isblank.3.patch
locale/FreeBSD/iscntrl.3
locale/FreeBSD/iscntrl.3.patch
locale/FreeBSD/isdigit.3
locale/FreeBSD/isdigit.3.patch
locale/FreeBSD/isgraph.3
locale/FreeBSD/isgraph.3.patch
locale/FreeBSD/isideogram.3
locale/FreeBSD/isideogram.3.patch
locale/FreeBSD/islower.3
locale/FreeBSD/islower.3.patch
locale/FreeBSD/isphonogram.3
locale/FreeBSD/isphonogram.3.patch
locale/FreeBSD/isprint.3
locale/FreeBSD/isprint.3.patch
locale/FreeBSD/ispunct.3
locale/FreeBSD/ispunct.3.patch
locale/FreeBSD/isrune.3
locale/FreeBSD/isrune.3.patch
locale/FreeBSD/isspace.3
locale/FreeBSD/isspace.3.patch
locale/FreeBSD/isspecial.3
locale/FreeBSD/isspecial.3.patch
locale/FreeBSD/isupper.3
locale/FreeBSD/isupper.3.patch
locale/FreeBSD/iswalnum.3
locale/FreeBSD/iswalnum.3.patch
locale/FreeBSD/isxdigit.3
locale/FreeBSD/isxdigit.3.patch
locale/FreeBSD/ldpart.c.patch
locale/FreeBSD/ldpart.h.patch
locale/FreeBSD/lmessages.c.patch
locale/FreeBSD/lmessages.h.patch
locale/FreeBSD/lmonetary.c.patch
locale/FreeBSD/lmonetary.h.patch
locale/FreeBSD/lnumeric.c.patch
locale/FreeBSD/lnumeric.h.patch
locale/FreeBSD/localeconv.3
locale/FreeBSD/localeconv.3.patch
locale/FreeBSD/localeconv.c
locale/FreeBSD/localeconv.c.patch
locale/FreeBSD/mblen.3
locale/FreeBSD/mblen.3.patch
locale/FreeBSD/mblen.c.patch
locale/FreeBSD/mblocal.h
locale/FreeBSD/mblocal.h.patch
locale/FreeBSD/mbrlen.3.patch
locale/FreeBSD/mbrlen.c.patch
locale/FreeBSD/mbrtowc.3.patch
locale/FreeBSD/mbrtowc.c.patch
locale/FreeBSD/mbsinit.3.patch
locale/FreeBSD/mbsinit.c.patch
locale/FreeBSD/mbsnrtowcs.c.patch
locale/FreeBSD/mbsrtowcs.3
locale/FreeBSD/mbsrtowcs.3.patch
locale/FreeBSD/mbsrtowcs.c.patch
locale/FreeBSD/mbstowcs.3
locale/FreeBSD/mbstowcs.3.patch
locale/FreeBSD/mbstowcs.c
locale/FreeBSD/mbstowcs.c.patch
locale/FreeBSD/mbtowc.3
locale/FreeBSD/mbtowc.3.patch
locale/FreeBSD/mbtowc.c.patch
locale/FreeBSD/mskanji.c
locale/FreeBSD/mskanji.c.patch
locale/FreeBSD/multibyte.3
locale/FreeBSD/nextwctype.3
locale/FreeBSD/nextwctype.3.patch
locale/FreeBSD/nextwctype.c.patch
locale/FreeBSD/nl_langinfo.3
locale/FreeBSD/nl_langinfo.3.patch
locale/FreeBSD/nl_langinfo.c.patch
locale/FreeBSD/none.c
locale/FreeBSD/none.c.patch
locale/FreeBSD/rune.c.patch
locale/FreeBSD/runetype.c
locale/FreeBSD/runetype.c.patch
locale/FreeBSD/setlocale.3
locale/FreeBSD/setlocale.3.patch
locale/FreeBSD/setlocale.c
locale/FreeBSD/setlocale.c.patch
locale/FreeBSD/setlocale.h.patch
locale/FreeBSD/setrunelocale.c
locale/FreeBSD/setrunelocale.c.patch
locale/FreeBSD/table.c
locale/FreeBSD/table.c.patch
locale/FreeBSD/toascii.3
locale/FreeBSD/tolower.3
locale/FreeBSD/tolower.3.patch
locale/FreeBSD/tolower.c
locale/FreeBSD/tolower.c.patch
locale/FreeBSD/toupper.3
locale/FreeBSD/toupper.3.patch
locale/FreeBSD/toupper.c
locale/FreeBSD/toupper.c.patch
locale/FreeBSD/towlower.3
locale/FreeBSD/towlower.3.patch
locale/FreeBSD/towupper.3
locale/FreeBSD/towupper.3.patch
locale/FreeBSD/utf2.c.patch
locale/FreeBSD/utf8.5
locale/FreeBSD/utf8.c
locale/FreeBSD/utf8.c.patch
locale/FreeBSD/wcrtomb.3.patch
locale/FreeBSD/wcrtomb.c.patch
locale/FreeBSD/wcsftime.3.patch
locale/FreeBSD/wcsftime.c
locale/FreeBSD/wcsftime.c.patch
locale/FreeBSD/wcsnrtombs.c
locale/FreeBSD/wcsnrtombs.c.patch
locale/FreeBSD/wcsrtombs.3.patch
locale/FreeBSD/wcsrtombs.c.patch
locale/FreeBSD/wcstod.3.patch
locale/FreeBSD/wcstod.c.patch
locale/FreeBSD/wcstof.c.patch
locale/FreeBSD/wcstoimax.c
locale/FreeBSD/wcstoimax.c.patch
locale/FreeBSD/wcstol.3.patch
locale/FreeBSD/wcstol.c
locale/FreeBSD/wcstol.c.patch
locale/FreeBSD/wcstold.c.patch
locale/FreeBSD/wcstoll.c
locale/FreeBSD/wcstoll.c.patch
locale/FreeBSD/wcstombs.3
locale/FreeBSD/wcstombs.3.patch
locale/FreeBSD/wcstombs.c
locale/FreeBSD/wcstombs.c.patch
locale/FreeBSD/wcstoul.c
locale/FreeBSD/wcstoul.c.patch
locale/FreeBSD/wcstoull.c
locale/FreeBSD/wcstoull.c.patch
locale/FreeBSD/wcstoumax.c
locale/FreeBSD/wcstoumax.c.patch
locale/FreeBSD/wctob.c.patch
locale/FreeBSD/wctomb.3
locale/FreeBSD/wctomb.3.patch
locale/FreeBSD/wctomb.c.patch
locale/FreeBSD/wctrans.3.patch
locale/FreeBSD/wctrans.c.patch
locale/FreeBSD/wctype.3
locale/FreeBSD/wctype.3.patch
locale/FreeBSD/wctype.c
locale/FreeBSD/wctype.c.patch
locale/FreeBSD/wcwidth.3.patch
locale/FreeBSD/wcwidth.c
locale/FreeBSD/wcwidth.c.patch
locale/Makefile.inc
locale/ascii-fbsd.c [new file with mode: 0644]
locale/big5-fbsd.c
locale/collate-fbsd.c
locale/collate.h
locale/collcmp-fbsd.c
locale/ctype.3
locale/digittoint.3
locale/euc-fbsd.c
locale/gb18030-fbsd.c
locale/gb2312-fbsd.c
locale/gbk-fbsd.c
locale/isalnum.3
locale/isalpha.3
locale/isblank.3
locale/iscntrl.3
locale/isdigit.3
locale/isgraph.3
locale/isideogram.3
locale/islower.3
locale/isphonogram.3
locale/isprint.3
locale/ispunct.3
locale/isrune.3
locale/isspace.3
locale/isspecial.3
locale/isupper.3
locale/iswalnum.3
locale/isxdigit.3
locale/localeconv-fbsd.c
locale/localeconv.3
locale/mblen.3
locale/mblocal.h
locale/mbsrtowcs.3
locale/mbstowcs-fbsd.c
locale/mbstowcs.3
locale/mbtowc.3
locale/mskanji-fbsd.c
locale/nextwctype.3
locale/nl_langinfo.3
locale/none-fbsd.c
locale/rune-fbsd.c
locale/runetype-fbsd.c
locale/setlocale-fbsd.c
locale/setlocale.3
locale/setrunelocale-fbsd.c
locale/table-fbsd.c
locale/tolower-fbsd.c
locale/tolower.3
locale/toupper-fbsd.c
locale/toupper.3
locale/towlower.3
locale/towupper.3
locale/utf2-fbsd.c
locale/utf8-fbsd.c
locale/wcsftime-fbsd.c
locale/wcsnrtombs-fbsd.c
locale/wcstoimax-fbsd.c
locale/wcstol-fbsd.c
locale/wcstoll-fbsd.c
locale/wcstombs-fbsd.c
locale/wcstombs.3
locale/wcstoul-fbsd.c
locale/wcstoull-fbsd.c
locale/wcstoumax-fbsd.c
locale/wctomb.3
locale/wctype-fbsd.c
locale/wctype.3
locale/wcwidth-fbsd.c
locale/xlocale.c
locale/xlocale_private.h
net/FreeBSD/inet.3
net/FreeBSD/inet.3.patch
net/FreeBSD/inet_net_pton.c
net/FreeBSD/inet_net_pton.c.patch
net/FreeBSD/linkaddr.3
net/FreeBSD/sourcefilter.3 [new file with mode: 0644]
net/FreeBSD/sourcefilter.3.patch [new file with mode: 0644]
net/FreeBSD/sourcefilter.c [new file with mode: 0644]
net/FreeBSD/sourcefilter.c.patch [new file with mode: 0644]
net/Makefile.inc
net/ethers.3
net/inet.3
net/inet_net_pton-fbsd.c
net/sourcefilter-fbsd.c [new file with mode: 0644]
net/sourcefilter.3 [new file with mode: 0644]
nls/FreeBSD/catclose.3
nls/FreeBSD/catgets.3
nls/FreeBSD/catopen.3
nls/FreeBSD/msgcat.c
nls/FreeBSD/msgcat.c.patch
nls/FreeBSD/msgcat.h
nls/FreeBSD/msgcat.h.patch
nls/msgcat-fbsd.c
nls/msgcat.h
posix1e/Makefile.inc
posix1e/acl.3
posix1e/acl.c
posix1e/acl_copy_ext.3 [new file with mode: 0644]
posix1e/acl_create_entry.3
posix1e/acl_entry.c
posix1e/acl_flag.c
posix1e/acl_get_permset_mask_np.3 [new file with mode: 0644]
posix1e/acl_perm.c
posix1e/acl_translate.c
posix1e/aclvar.h
ppc/sys/Makefile.inc
ppc/sys/_sigtramp.s
ppc64/sys/Makefile.inc
pthreads/Makefile.inc
pthreads/pthread.c
pthreads/pthread.h
pthreads/pthread_cond.c
pthreads/pthread_impl.h
pthreads/pthread_internals.h
pthreads/pthread_machdep.h
pthreads/pthread_mutex.c
pthreads/pthread_rwlock.c
pthreads/pthread_spis.h [new file with mode: 0644]
pthreads/pthread_workqueue.h
regex/FreeBSD/cname.h
regex/FreeBSD/cname.h.patch [new file with mode: 0644]
regex/FreeBSD/engine.c
regex/FreeBSD/engine.c.patch
regex/FreeBSD/re_format.7
regex/FreeBSD/regcomp.c
regex/FreeBSD/regcomp.c.patch
regex/FreeBSD/regerror.c
regex/FreeBSD/regerror.c.patch [new file with mode: 0644]
regex/FreeBSD/regex.3
regex/FreeBSD/regex.3.patch
regex/FreeBSD/regex2.h
regex/FreeBSD/regex2.h.patch
regex/FreeBSD/regexec.c
regex/FreeBSD/regexec.c.patch
regex/FreeBSD/regfree.c
regex/FreeBSD/regfree.c.patch
regex/FreeBSD/utils.h
regex/cname.h [changed from symlink to file mode: 0644]
regex/cname.h.orig [new file with mode: 0644]
regex/engine.c
regex/regcomp-fbsd.c
regex/regerror-fbsd.c [changed from symlink to file mode: 0644]
regex/regerror-fbsd.c.orig [new file with mode: 0644]
regex/regex.3
regex/regex2.h
regex/regexec-fbsd.c
regex/regfree-fbsd.c
secure/Makefile.inc
secure/stpncpy_chk.c [new file with mode: 0644]
stdio/FreeBSD/_flock_stub.c
stdio/FreeBSD/asprintf.c
stdio/FreeBSD/asprintf.c.patch
stdio/FreeBSD/clrerr.c
stdio/FreeBSD/dprintf.c [new file with mode: 0644]
stdio/FreeBSD/dprintf.c.patch [new file with mode: 0644]
stdio/FreeBSD/fclose.3
stdio/FreeBSD/fclose.c
stdio/FreeBSD/fclose.c.patch
stdio/FreeBSD/fdopen.c
stdio/FreeBSD/fdopen.c.patch
stdio/FreeBSD/feof.c
stdio/FreeBSD/ferror.3
stdio/FreeBSD/ferror.c
stdio/FreeBSD/fflush.3
stdio/FreeBSD/fflush.c
stdio/FreeBSD/fflush.c.patch
stdio/FreeBSD/fgetc.c
stdio/FreeBSD/fgetln.3
stdio/FreeBSD/fgetln.3.patch [new file with mode: 0644]
stdio/FreeBSD/fgetln.c
stdio/FreeBSD/fgetln.c.patch [new file with mode: 0644]
stdio/FreeBSD/fgetpos.c
stdio/FreeBSD/fgets.3
stdio/FreeBSD/fgets.3.patch [deleted file]
stdio/FreeBSD/fgets.c
stdio/FreeBSD/fgetwc.c
stdio/FreeBSD/fgetwc.c.patch
stdio/FreeBSD/fgetwln.3 [new file with mode: 0644]
stdio/FreeBSD/fgetwln.3.patch [new file with mode: 0644]
stdio/FreeBSD/fgetwln.c [new file with mode: 0644]
stdio/FreeBSD/fgetwln.c.patch [new file with mode: 0644]
stdio/FreeBSD/fgetws.3
stdio/FreeBSD/fgetws.3.patch
stdio/FreeBSD/fgetws.c
stdio/FreeBSD/fgetws.c.patch
stdio/FreeBSD/fileno.c
stdio/FreeBSD/findfp.c
stdio/FreeBSD/findfp.c.patch
stdio/FreeBSD/flags.c
stdio/FreeBSD/flags.c.patch
stdio/FreeBSD/floatio.h
stdio/FreeBSD/fopen.3
stdio/FreeBSD/fopen.3.patch
stdio/FreeBSD/fopen.c
stdio/FreeBSD/fopen.c.patch
stdio/FreeBSD/fprintf.c
stdio/FreeBSD/fprintf.c.patch
stdio/FreeBSD/fpurge.c
stdio/FreeBSD/fputc.c
stdio/FreeBSD/fputs.3
stdio/FreeBSD/fputs.3.patch
stdio/FreeBSD/fputs.c
stdio/FreeBSD/fputs.c.patch
stdio/FreeBSD/fputwc.c
stdio/FreeBSD/fputwc.c.patch
stdio/FreeBSD/fputws.3
stdio/FreeBSD/fputws.3.patch
stdio/FreeBSD/fputws.c
stdio/FreeBSD/fputws.c.patch
stdio/FreeBSD/fread.3
stdio/FreeBSD/fread.3.patch
stdio/FreeBSD/fread.c
stdio/FreeBSD/fread.c.patch
stdio/FreeBSD/freopen.c
stdio/FreeBSD/freopen.c.patch
stdio/FreeBSD/fscanf.c
stdio/FreeBSD/fscanf.c.patch
stdio/FreeBSD/fseek.3
stdio/FreeBSD/fseek.3.patch
stdio/FreeBSD/fseek.c
stdio/FreeBSD/fsetpos.c
stdio/FreeBSD/ftell.c
stdio/FreeBSD/ftell.c.patch
stdio/FreeBSD/funopen.3
stdio/FreeBSD/funopen.c
stdio/FreeBSD/funopen.c.patch
stdio/FreeBSD/fvwrite.c
stdio/FreeBSD/fvwrite.h
stdio/FreeBSD/fwalk.c
stdio/FreeBSD/fwide.c
stdio/FreeBSD/fwrite.c
stdio/FreeBSD/fwrite.c.patch
stdio/FreeBSD/getc.3
stdio/FreeBSD/getc.3.patch
stdio/FreeBSD/getc.c
stdio/FreeBSD/getchar.c
stdio/FreeBSD/getdelim.c [new file with mode: 0644]
stdio/FreeBSD/getline.3 [new file with mode: 0644]
stdio/FreeBSD/getline.3.patch [new file with mode: 0644]
stdio/FreeBSD/getline.c [new file with mode: 0644]
stdio/FreeBSD/gets.c
stdio/FreeBSD/getw.c
stdio/FreeBSD/getwc.3
stdio/FreeBSD/getwc.3.patch
stdio/FreeBSD/glue.h
stdio/FreeBSD/glue.h.patch [deleted file]
stdio/FreeBSD/local.h
stdio/FreeBSD/local.h.patch
stdio/FreeBSD/makebuf.c
stdio/FreeBSD/makebuf.c.patch
stdio/FreeBSD/mktemp.3
stdio/FreeBSD/mktemp.3.patch
stdio/FreeBSD/mktemp.c
stdio/FreeBSD/mktemp.c.patch
stdio/FreeBSD/perror.c
stdio/FreeBSD/perror.c.patch [deleted file]
stdio/FreeBSD/printf-pos.c [new file with mode: 0644]
stdio/FreeBSD/printf-pos.c.patch [new file with mode: 0644]
stdio/FreeBSD/printf.3
stdio/FreeBSD/printf.3.patch
stdio/FreeBSD/printf.c
stdio/FreeBSD/printf.c.patch
stdio/FreeBSD/printfcommon.h [new file with mode: 0644]
stdio/FreeBSD/printfcommon.h.patch [new file with mode: 0644]
stdio/FreeBSD/printflocal.h [new file with mode: 0644]
stdio/FreeBSD/printflocal.h.patch [new file with mode: 0644]
stdio/FreeBSD/putc.3
stdio/FreeBSD/putc.3.patch
stdio/FreeBSD/putc.c
stdio/FreeBSD/putchar.c
stdio/FreeBSD/puts.c
stdio/FreeBSD/puts.c.patch
stdio/FreeBSD/putw.c
stdio/FreeBSD/putwc.3
stdio/FreeBSD/putwc.3.patch
stdio/FreeBSD/refill.c
stdio/FreeBSD/refill.c.patch
stdio/FreeBSD/remove.3
stdio/FreeBSD/remove.3.patch
stdio/FreeBSD/remove.c
stdio/FreeBSD/rewind.c
stdio/FreeBSD/rewind.c.patch
stdio/FreeBSD/rget.c
stdio/FreeBSD/scanf.3
stdio/FreeBSD/scanf.3.patch
stdio/FreeBSD/scanf.c
stdio/FreeBSD/scanf.c.patch
stdio/FreeBSD/setbuf.3
stdio/FreeBSD/setbuf.3.patch
stdio/FreeBSD/setbuf.c
stdio/FreeBSD/setbuffer.c
stdio/FreeBSD/setvbuf.c
stdio/FreeBSD/snprintf.c
stdio/FreeBSD/snprintf.c.patch
stdio/FreeBSD/sprintf.c
stdio/FreeBSD/sprintf.c.patch
stdio/FreeBSD/sscanf.c
stdio/FreeBSD/sscanf.c.patch
stdio/FreeBSD/stdio.3
stdio/FreeBSD/stdio.3.patch
stdio/FreeBSD/stdio.c
stdio/FreeBSD/tempnam.c
stdio/FreeBSD/tempnam.c.patch
stdio/FreeBSD/tmpfile.c
stdio/FreeBSD/tmpnam.3
stdio/FreeBSD/tmpnam.3.patch
stdio/FreeBSD/tmpnam.c
stdio/FreeBSD/tmpnam.c.patch [new file with mode: 0644]
stdio/FreeBSD/ungetc.3
stdio/FreeBSD/ungetc.3.patch
stdio/FreeBSD/ungetc.c
stdio/FreeBSD/ungetwc.3
stdio/FreeBSD/ungetwc.3.patch
stdio/FreeBSD/ungetwc.c
stdio/FreeBSD/ungetwc.c.patch
stdio/FreeBSD/unlocked.c [deleted file]
stdio/FreeBSD/vasprintf.c
stdio/FreeBSD/vasprintf.c.patch
stdio/FreeBSD/vdprintf.c [new file with mode: 0644]
stdio/FreeBSD/vdprintf.c.patch [new file with mode: 0644]
stdio/FreeBSD/vfprintf.c
stdio/FreeBSD/vfprintf.c.patch
stdio/FreeBSD/vfscanf.c
stdio/FreeBSD/vfscanf.c.patch
stdio/FreeBSD/vfwprintf.c
stdio/FreeBSD/vfwprintf.c.patch
stdio/FreeBSD/vfwscanf.c
stdio/FreeBSD/vfwscanf.c.patch
stdio/FreeBSD/vprintf.c
stdio/FreeBSD/vprintf.c.patch
stdio/FreeBSD/vscanf.c
stdio/FreeBSD/vscanf.c.patch
stdio/FreeBSD/vsnprintf.c
stdio/FreeBSD/vsnprintf.c.patch
stdio/FreeBSD/vsprintf.c
stdio/FreeBSD/vsprintf.c.patch
stdio/FreeBSD/vsscanf.c
stdio/FreeBSD/vsscanf.c.patch
stdio/FreeBSD/vswprintf.c
stdio/FreeBSD/vswprintf.c.patch
stdio/FreeBSD/vswscanf.c
stdio/FreeBSD/vswscanf.c.patch
stdio/FreeBSD/wbuf.c
stdio/FreeBSD/wbuf.c.patch
stdio/FreeBSD/wprintf.3
stdio/FreeBSD/wprintf.3.patch
stdio/FreeBSD/wscanf.3
stdio/FreeBSD/wscanf.3.patch
stdio/FreeBSD/wsetup.c
stdio/Makefile.inc
stdio/asprintf-fbsd.c
stdio/dprintf-fbsd.c [new file with mode: 0644]
stdio/fclose-fbsd.c
stdio/fdopen-fbsd.c
stdio/fflush-fbsd.c
stdio/fgetln-fbsd.c [changed from symlink to file mode: 0644]
stdio/fgetln.3 [changed from symlink to file mode: 0644]
stdio/fgets.3 [changed from file to symlink]
stdio/fgetwc-fbsd.c
stdio/fgetwln-fbsd.c [new file with mode: 0644]
stdio/fgetwln.3 [new file with mode: 0644]
stdio/fgetws-fbsd.c
stdio/fgetws.3
stdio/findfp-fbsd.c
stdio/flags-fbsd.c
stdio/fopen-fbsd.c
stdio/fopen.3
stdio/fprintf-fbsd.c
stdio/fputs-fbsd.c
stdio/fputs.3
stdio/fputwc-fbsd.c
stdio/fputws-fbsd.c
stdio/fputws.3
stdio/fread-fbsd.c
stdio/fread.3
stdio/freopen-fbsd.c
stdio/fscanf-fbsd.c
stdio/fseek.3
stdio/ftell-fbsd.c
stdio/funopen-fbsd.c
stdio/fwrite-fbsd.c
stdio/getc.3
stdio/getdelim-fbsd.c [new symlink]
stdio/getline-fbsd.c [new symlink]
stdio/getline.3 [new file with mode: 0644]
stdio/getwc.3
stdio/glue.h [changed from file to symlink]
stdio/local.h
stdio/makebuf-fbsd.c
stdio/mktemp-fbsd.c
stdio/mktemp.3
stdio/perror-fbsd.c [changed from file to symlink]
stdio/printf-fbsd.c
stdio/printf-pos-fbsd.c [new file with mode: 0644]
stdio/printf.3
stdio/printf_l.3
stdio/printfcommon.h [new file with mode: 0644]
stdio/printflocal.h [new file with mode: 0644]
stdio/putc.3
stdio/puts-fbsd.c
stdio/putwc.3
stdio/refill-fbsd.c
stdio/remove.3
stdio/rewind-fbsd.c
stdio/scanf-fbsd.c
stdio/scanf.3
stdio/setbuf.3
stdio/snprintf-fbsd.c
stdio/sprintf-fbsd.c
stdio/sscanf-fbsd.c
stdio/stdio.3
stdio/tempnam-fbsd.c
stdio/tmpnam-fbsd.c [changed from symlink to file mode: 0644]
stdio/tmpnam.3
stdio/ungetc.3
stdio/ungetwc-fbsd.c
stdio/ungetwc.3
stdio/unlocked-fbsd.c [deleted symlink]
stdio/vasprintf-fbsd.c
stdio/vdprintf-fbsd.c [new file with mode: 0644]
stdio/vfprintf-fbsd.c
stdio/vfscanf-fbsd.c
stdio/vfwprintf-fbsd.c
stdio/vfwscanf-fbsd.c
stdio/vprintf-fbsd.c
stdio/vscanf-fbsd.c
stdio/vsnprintf-fbsd.c
stdio/vsprintf-fbsd.c
stdio/vsscanf-fbsd.c
stdio/vswprintf-fbsd.c
stdio/vswscanf-fbsd.c
stdio/wbuf-fbsd.c
stdio/wprintf.3
stdio/wscanf.3
stdlib/FreeBSD/abort.3
stdlib/FreeBSD/abort.3.patch [new file with mode: 0644]
stdlib/FreeBSD/abort.c
stdlib/FreeBSD/abort.c.patch
stdlib/FreeBSD/abs.3
stdlib/FreeBSD/abs.3.patch
stdlib/FreeBSD/abs.c
stdlib/FreeBSD/alloca.3
stdlib/FreeBSD/alloca.3.patch
stdlib/FreeBSD/atexit.3
stdlib/FreeBSD/atexit.3.patch
stdlib/FreeBSD/atexit.c
stdlib/FreeBSD/atexit.c.patch
stdlib/FreeBSD/atexit.h
stdlib/FreeBSD/atexit.h.patch
stdlib/FreeBSD/atof.3
stdlib/FreeBSD/atof.3.patch
stdlib/FreeBSD/atof.c
stdlib/FreeBSD/atof.c.patch
stdlib/FreeBSD/atoi.3
stdlib/FreeBSD/atoi.3.patch
stdlib/FreeBSD/atoi.c
stdlib/FreeBSD/atoi.c.patch
stdlib/FreeBSD/atol.3
stdlib/FreeBSD/atol.3.patch
stdlib/FreeBSD/atol.c
stdlib/FreeBSD/atol.c.patch
stdlib/FreeBSD/atoll.c
stdlib/FreeBSD/atoll.c.patch
stdlib/FreeBSD/bsearch.3
stdlib/FreeBSD/bsearch.3.patch
stdlib/FreeBSD/bsearch.c
stdlib/FreeBSD/bsearch.c.patch
stdlib/FreeBSD/div.3
stdlib/FreeBSD/div.3.patch
stdlib/FreeBSD/div.c
stdlib/FreeBSD/exit.3
stdlib/FreeBSD/exit.c
stdlib/FreeBSD/exit.c.patch
stdlib/FreeBSD/getenv.c
stdlib/FreeBSD/getenv.c.patch
stdlib/FreeBSD/getopt.3
stdlib/FreeBSD/getopt.c
stdlib/FreeBSD/getopt.c.patch
stdlib/FreeBSD/getopt_long.3
stdlib/FreeBSD/getopt_long.c
stdlib/FreeBSD/getsubopt.3
stdlib/FreeBSD/getsubopt.3.patch
stdlib/FreeBSD/getsubopt.c
stdlib/FreeBSD/hcreate.3
stdlib/FreeBSD/hcreate.c
stdlib/FreeBSD/labs.3
stdlib/FreeBSD/labs.3.patch
stdlib/FreeBSD/labs.c
stdlib/FreeBSD/ldiv.3
stdlib/FreeBSD/ldiv.3.patch
stdlib/FreeBSD/ldiv.c
stdlib/FreeBSD/lsearch.3
stdlib/FreeBSD/lsearch.3.patch
stdlib/FreeBSD/memory.3
stdlib/FreeBSD/memory.3.patch
stdlib/FreeBSD/putenv.c
stdlib/FreeBSD/putenv.c.patch
stdlib/FreeBSD/qsort.3
stdlib/FreeBSD/qsort.3.patch
stdlib/FreeBSD/radixsort.3
stdlib/FreeBSD/radixsort.c
stdlib/FreeBSD/radixsort.c.patch
stdlib/FreeBSD/rand.3
stdlib/FreeBSD/rand.3.patch
stdlib/FreeBSD/rand.c
stdlib/FreeBSD/random.3
stdlib/FreeBSD/random.3.patch
stdlib/FreeBSD/random.c
stdlib/FreeBSD/random.c.patch
stdlib/FreeBSD/realpath.3
stdlib/FreeBSD/realpath.3.patch
stdlib/FreeBSD/realpath.c.patch
stdlib/FreeBSD/setenv.c
stdlib/FreeBSD/setenv.c.patch
stdlib/FreeBSD/strtod.3
stdlib/FreeBSD/strtod.3.patch
stdlib/FreeBSD/strtoimax.c
stdlib/FreeBSD/strtoimax.c.patch
stdlib/FreeBSD/strtol.3
stdlib/FreeBSD/strtol.3.patch
stdlib/FreeBSD/strtol.c
stdlib/FreeBSD/strtol.c.patch
stdlib/FreeBSD/strtoll.c
stdlib/FreeBSD/strtoll.c.patch
stdlib/FreeBSD/strtoq.c
stdlib/FreeBSD/strtoq.c.patch
stdlib/FreeBSD/strtoul.3
stdlib/FreeBSD/strtoul.3.patch
stdlib/FreeBSD/strtoul.c
stdlib/FreeBSD/strtoul.c.patch
stdlib/FreeBSD/strtoull.c
stdlib/FreeBSD/strtoull.c.patch
stdlib/FreeBSD/strtoumax.c
stdlib/FreeBSD/strtoumax.c.patch
stdlib/FreeBSD/strtouq.c
stdlib/FreeBSD/strtouq.c.patch
stdlib/FreeBSD/system.3
stdlib/FreeBSD/system.3.patch
stdlib/FreeBSD/system.c
stdlib/FreeBSD/system.c.patch
stdlib/FreeBSD/tsearch.3
stdlib/FreeBSD/tsearch.3.patch
stdlib/Makefile.inc
stdlib/NetBSD/strfmon.3.patch
stdlib/NetBSD/strfmon.c
stdlib/OpenBSD/ecvt.3
stdlib/OpenBSD/ecvt.c
stdlib/OpenBSD/ecvt.c.patch
stdlib/OpenBSD/gcvt.c
stdlib/OpenBSD/gcvt.c.patch
stdlib/abort-fbsd.c
stdlib/abort.3 [changed from symlink to file mode: 0644]
stdlib/abs.3
stdlib/alloca.3
stdlib/atexit-fbsd.c
stdlib/atexit.3
stdlib/atexit.h
stdlib/atof-fbsd.c
stdlib/atof.3
stdlib/atoi-fbsd.c
stdlib/atoi.3
stdlib/atol-fbsd.c
stdlib/atol.3
stdlib/atoll-fbsd.c
stdlib/bsearch-fbsd.c
stdlib/bsearch.3
stdlib/div.3
stdlib/ecvt-obsd.c
stdlib/ecvt.3
stdlib/exit-fbsd.c
stdlib/gcvt-obsd.c
stdlib/getenv-fbsd.c
stdlib/getopt-fbsd.c
stdlib/getsubopt.3
stdlib/labs.3
stdlib/ldiv.3
stdlib/lsearch.3
stdlib/memory.3
stdlib/psort.3
stdlib/psort.3.patch
stdlib/putenv-fbsd.c
stdlib/qsort.3
stdlib/radixsort-fbsd.c
stdlib/rand.3
stdlib/random-fbsd.c
stdlib/random.3
stdlib/realpath-fbsd.c
stdlib/realpath.3
stdlib/setenv-fbsd.c
stdlib/strfmon-nbsd.c
stdlib/strfmon.3
stdlib/strtod.3
stdlib/strtoimax-fbsd.c
stdlib/strtol-fbsd.c
stdlib/strtol.3
stdlib/strtoll-fbsd.c
stdlib/strtoq-fbsd.c
stdlib/strtoul-fbsd.c
stdlib/strtoul.3
stdlib/strtoull-fbsd.c
stdlib/strtoumax-fbsd.c
stdlib/strtouq-fbsd.c
stdlib/system-fbsd.c
stdlib/system.3
stdlib/tsearch.3
stdtime/FreeBSD/asctime.c
stdtime/FreeBSD/asctime.c.patch
stdtime/FreeBSD/ctime.3
stdtime/FreeBSD/ctime.3.patch
stdtime/FreeBSD/difftime.c
stdtime/FreeBSD/localtime.c
stdtime/FreeBSD/localtime.c.patch
stdtime/FreeBSD/private.h
stdtime/FreeBSD/strftime.3
stdtime/FreeBSD/strftime.3.patch
stdtime/FreeBSD/strftime.c
stdtime/FreeBSD/strftime.c.patch
stdtime/FreeBSD/strptime.3
stdtime/FreeBSD/strptime.3.patch
stdtime/FreeBSD/strptime.c
stdtime/FreeBSD/strptime.c.patch
stdtime/FreeBSD/time2posix.3
stdtime/FreeBSD/time2posix.3.patch [deleted file]
stdtime/FreeBSD/tzfile.h.patch
stdtime/asctime-fbsd.c
stdtime/ctime.3
stdtime/localtime-fbsd.c
stdtime/strftime-fbsd.c
stdtime/strftime.3
stdtime/strptime-fbsd.c
stdtime/strptime.3
stdtime/time2posix.3 [changed from file to symlink]
stdtime/tzfile.h
string/FreeBSD/bcmp.3
string/FreeBSD/bcmp.3.patch
string/FreeBSD/bcmp.c
string/FreeBSD/bcopy.3
string/FreeBSD/bcopy.3.patch
string/FreeBSD/bstring.3
string/FreeBSD/bstring.3.patch
string/FreeBSD/bzero.3
string/FreeBSD/bzero.3.patch
string/FreeBSD/ffs.3
string/FreeBSD/ffs.3.patch
string/FreeBSD/index.3
string/FreeBSD/index.3.patch
string/FreeBSD/index.c
string/FreeBSD/memccpy.3
string/FreeBSD/memccpy.3.patch
string/FreeBSD/memccpy.c
string/FreeBSD/memchr.3
string/FreeBSD/memchr.3.patch
string/FreeBSD/memchr.c
string/FreeBSD/memcmp.3
string/FreeBSD/memcmp.3.patch
string/FreeBSD/memcmp.c
string/FreeBSD/memcpy.3
string/FreeBSD/memcpy.3.patch
string/FreeBSD/memmem.3 [new file with mode: 0644]
string/FreeBSD/memmem.c [new file with mode: 0644]
string/FreeBSD/memmove.3
string/FreeBSD/memmove.3.patch
string/FreeBSD/memset.3
string/FreeBSD/memset.3.patch
string/FreeBSD/memset.c
string/FreeBSD/rindex.c
string/FreeBSD/stpcpy.c
string/FreeBSD/stpncpy.c [new file with mode: 0644]
string/FreeBSD/strcasecmp.3
string/FreeBSD/strcasecmp.3.patch
string/FreeBSD/strcasecmp.c
string/FreeBSD/strcasecmp.c.patch
string/FreeBSD/strcasestr.c
string/FreeBSD/strcasestr.c.patch
string/FreeBSD/strcat.3
string/FreeBSD/strcat.3.patch
string/FreeBSD/strcat.c
string/FreeBSD/strchr.3
string/FreeBSD/strchr.3.patch
string/FreeBSD/strcmp.3
string/FreeBSD/strcmp.3.patch
string/FreeBSD/strcoll.3
string/FreeBSD/strcoll.3.patch
string/FreeBSD/strcoll.c
string/FreeBSD/strcoll.c.patch
string/FreeBSD/strcpy.3
string/FreeBSD/strcpy.3.patch
string/FreeBSD/strcpy.c
string/FreeBSD/strcspn.3
string/FreeBSD/strcspn.3.patch
string/FreeBSD/strdup.3
string/FreeBSD/strdup.3.patch
string/FreeBSD/strdup.c
string/FreeBSD/strerror.3
string/FreeBSD/strerror.3.patch
string/FreeBSD/strerror.c
string/FreeBSD/strerror.c.patch
string/FreeBSD/string.3
string/FreeBSD/string.3.patch
string/FreeBSD/strlcat.c
string/FreeBSD/strlcpy.3
string/FreeBSD/strlcpy.3.patch
string/FreeBSD/strlcpy.c
string/FreeBSD/strlen.3
string/FreeBSD/strlen.c
string/FreeBSD/strmode.3
string/FreeBSD/strmode.3.patch
string/FreeBSD/strmode.c
string/FreeBSD/strncat.c
string/FreeBSD/strncmp.c
string/FreeBSD/strncpy.c
string/FreeBSD/strndup.c [new file with mode: 0644]
string/FreeBSD/strnlen.c [new file with mode: 0644]
string/FreeBSD/strnstr.c
string/FreeBSD/strpbrk.3
string/FreeBSD/strpbrk.3.patch
string/FreeBSD/strpbrk.c
string/FreeBSD/strsep.3
string/FreeBSD/strsep.c
string/FreeBSD/strsignal.c
string/FreeBSD/strsignal.c.patch
string/FreeBSD/strspn.3
string/FreeBSD/strspn.3.patch
string/FreeBSD/strstr.3
string/FreeBSD/strstr.3.patch
string/FreeBSD/strstr.c
string/FreeBSD/strtok.3
string/FreeBSD/strtok.3.patch
string/FreeBSD/strtok.c
string/FreeBSD/strxfrm.3
string/FreeBSD/strxfrm.3.patch
string/FreeBSD/strxfrm.c
string/FreeBSD/strxfrm.c.patch
string/FreeBSD/swab.3
string/FreeBSD/swab.3.patch
string/FreeBSD/swab.c
string/FreeBSD/swab.c.patch
string/FreeBSD/wcpcpy.c [new file with mode: 0644]
string/FreeBSD/wcpncpy.c [new file with mode: 0644]
string/FreeBSD/wcscasecmp.c [new file with mode: 0644]
string/FreeBSD/wcscasecmp.c.patch [new file with mode: 0644]
string/FreeBSD/wcscat.c
string/FreeBSD/wcscmp.c
string/FreeBSD/wcscoll.3
string/FreeBSD/wcscoll.3.patch
string/FreeBSD/wcscpy.c
string/FreeBSD/wcscspn.c
string/FreeBSD/wcsdup.c [new file with mode: 0644]
string/FreeBSD/wcslcat.c
string/FreeBSD/wcslcpy.c
string/FreeBSD/wcslen.c
string/FreeBSD/wcsncasecmp.c [new file with mode: 0644]
string/FreeBSD/wcsncasecmp.c.patch [new file with mode: 0644]
string/FreeBSD/wcsncat.c
string/FreeBSD/wcsncmp.c
string/FreeBSD/wcsncpy.c
string/FreeBSD/wcsnlen.c [new file with mode: 0644]
string/FreeBSD/wcspbrk.c
string/FreeBSD/wcsspn.c
string/FreeBSD/wcsstr.c
string/FreeBSD/wcstok.c
string/FreeBSD/wcswidth.c
string/FreeBSD/wcswidth.c.patch
string/FreeBSD/wcsxfrm.3
string/FreeBSD/wcsxfrm.3.patch
string/FreeBSD/wmemchr.3
string/FreeBSD/wmemchr.3.patch
string/FreeBSD/wmemchr.c
string/FreeBSD/wmemcmp.c
string/FreeBSD/wmemcpy.c
string/FreeBSD/wmemmove.c
string/FreeBSD/wmemset.c
string/Makefile.inc
string/bcmp.3
string/bcopy.3
string/bstring.3
string/bzero.3
string/ffs.3
string/index.3
string/memccpy.3
string/memchr.3
string/memcmp.3
string/memcpy.3
string/memmem-fbsd.c [new symlink]
string/memmem.3 [new symlink]
string/memmove.3
string/memset.3
string/stpncpy-fbsd.c [new symlink]
string/strcasecmp-fbsd.c
string/strcasecmp.3
string/strcasestr-fbsd.c
string/strcat.3
string/strchr.3
string/strcmp.3
string/strcoll-fbsd.c
string/strcoll.3
string/strcpy.3
string/strcspn.3
string/strdup.3
string/strerror-fbsd.c
string/strerror.3
string/string.3
string/strlcpy.3
string/strmode.3
string/strndup-fbsd.c [new symlink]
string/strnlen-fbsd.c [new symlink]
string/strpbrk.3
string/strsignal-fbsd.c
string/strspn.3
string/strstr.3
string/strtok.3
string/strxfrm-fbsd.c
string/strxfrm.3
string/swab-fbsd.c
string/swab.3
string/wcpcpy-fbsd.c [new symlink]
string/wcpncpy-fbsd.c [new symlink]
string/wcscasecmp-fbsd.c [new file with mode: 0644]
string/wcscoll.3
string/wcsdup-fbsd.c [new symlink]
string/wcsncasecmp-fbsd.c [new file with mode: 0644]
string/wcsnlen-fbsd.c [new symlink]
string/wcswidth-fbsd.c
string/wcsxfrm.3
string/wmemchr.3
sys/Makefile.inc
sys/OSThermalNotification.c
sys/OpenBSD/stack_protector.c
sys/OpenBSD/stack_protector.c.patch
sys/__libc_init.c
sys/_libc_fork_child.c [new file with mode: 0644]
sys/accept.c [deleted file]
sys/bind.c [deleted file]
sys/chmod.c [deleted file]
sys/connect.c [deleted file]
sys/fchmod.c [deleted file]
sys/fcntl.c [deleted file]
sys/fix-3375657.c [deleted file]
sys/fork.c [new file with mode: 0644]
sys/getattrlist.c [deleted file]
sys/getdtablesize.2 [deleted file]
sys/getpeername.c [deleted file]
sys/getrlimit.c [deleted file]
sys/getsockname.c [deleted file]
sys/ioctl.c [deleted file]
sys/kill.c [deleted file]
sys/lchown.c [deleted file]
sys/libc.syscall [deleted file]
sys/listen.c [deleted file]
sys/mmap.c [deleted file]
sys/mprotect.c [deleted file]
sys/msync.2 [deleted file]
sys/msync.c [deleted file]
sys/munmap.c [deleted file]
sys/nanosleep.2
sys/open.c [deleted file]
sys/posix_spawn.c
sys/recvfrom.c [deleted file]
sys/recvmsg.c [deleted file]
sys/remove_counter.c [deleted file]
sys/rename.c [deleted file]
sys/rmdir.c [deleted file]
sys/select.c [deleted file]
sys/sem_close.2 [deleted file]
sys/sem_open.2 [deleted file]
sys/sem_open.c [deleted file]
sys/sem_post.2 [deleted file]
sys/sem_unlink.2 [deleted file]
sys/sem_unlink.c [deleted file]
sys/sem_wait.2 [deleted file]
sys/sendmsg.c [deleted file]
sys/sendto.c [deleted file]
sys/setattrlist.c [deleted file]
sys/setregid.2 [deleted file]
sys/setreuid.2 [deleted file]
sys/setrlimit.c [deleted file]
sys/shm_open.2 [deleted file]
sys/shm_open.c [deleted file]
sys/shm_unlink.2 [deleted file]
sys/shm_unlink.c [deleted file]
sys/sigsuspend.c [deleted file]
sys/slot_name.c [new file with mode: 0644]
sys/socketpair.c [deleted file]
sys/spinlock.3
sys/stack_protector-obsd.c
sys/undelete.2 [deleted file]
sys/unlink.c [deleted file]
threads/Makefile.inc
threads/cprocs.c
threads/cthreads.c
threads/lu_utils.c [deleted file]
threads/mig_support.c
util/login.c
util/logout.c
util/opendev.c
util/pty.c
uuid/unparse-uuid.c [changed from symlink to file mode: 0644]
uuid/uuid_unparse.3
uuid/uuid_unparse.3-uuid.in
uuid/uuidsrc/unparse.c.patch [new file with mode: 0644]
uuid/uuidsrc/uuid_unparse.3.in.patch
x86_64/gen/Makefile.inc
x86_64/gen/cpu_number.s [new file with mode: 0644]
x86_64/gen/getmcontext.c
x86_64/gen/icacheinval.s
x86_64/gen/setcontext.c
x86_64/pthreads/Makefile.inc
x86_64/pthreads/preempt.s [new file with mode: 0644]
x86_64/pthreads/pthread_getspecific.s
x86_64/pthreads/pthread_mutex_lock.s
x86_64/pthreads/pthread_self.s
x86_64/string/Makefile.inc
x86_64/string/__bzero.s [new file with mode: 0644]
x86_64/string/bcopy.c [new file with mode: 0644]
x86_64/string/bcopy.s [deleted file]
x86_64/string/bcopy_sse3x.s [new file with mode: 0644]
x86_64/string/bcopy_sse42.s [new file with mode: 0644]
x86_64/string/bzero.c [new file with mode: 0644]
x86_64/string/bzero.s [deleted file]
x86_64/string/bzero_sse2.s [new file with mode: 0644]
x86_64/string/bzero_sse42.s [new file with mode: 0644]
x86_64/string/longcopy_sse3x.s [new file with mode: 0644]
x86_64/string/memcpy.c [new file with mode: 0644]
x86_64/string/memcpy.s [deleted file]
x86_64/string/memmove.c [new file with mode: 0644]
x86_64/string/memmove.s [deleted file]
x86_64/string/memset.s
x86_64/string/strncpy.s
x86_64/sys/Makefile.inc
x86_64/sys/OSAtomic.s
x86_64/sys/_setjmp.s
x86_64/sys/_sigtramp.s
x86_64/sys/atomic.c [new file with mode: 0644]
x86_64/sys/i386_gettimeofday.s [deleted file]
x86_64/sys/i386_gettimeofday_asm.s [new file with mode: 0644]
x86_64/sys/nanotime.s [new file with mode: 0644]
x86_64/sys/spinlocks.c [new file with mode: 0644]
x86_64/sys/spinlocks_asm.s [new file with mode: 0644]