]> Zhao Yanbai Git Server - minix.git/commit
Libraries updates and cleanup 72/172/2
authorLionel Sambuc <lionel@minix3.org>
Thu, 15 Nov 2012 11:06:41 +0000 (12:06 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 14 Jan 2013 10:36:26 +0000 (11:36 +0100)
commitf14fb602092e015ff630df58e17c2a9cd57d29b3
tree5c42516dae0f9df1412558ef7768d04a60a63682
parentf6aac1c3b5ca21b829888677e8ee6bc9cda07e52
Libraries updates and cleanup

 * Updating common/lib
 * Updating lib/csu
 * Updating lib/libc
 * Updating libexec/ld.elf_so
 * Corrected test on __minix in featuretest to actually follow the
   meaning of the comment.
 * Cleaned up _REENTRANT-related defintions.
 * Disabled -D_REENTRANT for libfetch
 * Removing some unneeded __NBSD_LIBC defines and tests

Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2
1285 files changed:
commands/diff/xmalloc.c
commands/dosread/dosread.c
commands/elvis/config.h
commands/partition/partition.c
commands/playwave/playwave.c
commands/repartition/repartition.c
common/lib/libc/Makefile.inc
common/lib/libc/arch/arm/atomic/atomic_add_32.S
common/lib/libc/arch/arm/atomic/atomic_add_64.S [new file with mode: 0644]
common/lib/libc/arch/arm/atomic/atomic_and_32.S
common/lib/libc/arch/arm/atomic/atomic_and_64.S [new file with mode: 0644]
common/lib/libc/arch/arm/atomic/atomic_cas_32.S
common/lib/libc/arch/arm/atomic/atomic_cas_64.S [new file with mode: 0644]
common/lib/libc/arch/arm/atomic/atomic_cas_8.S
common/lib/libc/arch/arm/atomic/atomic_dec_32.S
common/lib/libc/arch/arm/atomic/atomic_dec_64.S [new file with mode: 0644]
common/lib/libc/arch/arm/atomic/atomic_inc_32.S
common/lib/libc/arch/arm/atomic/atomic_inc_64.S [new file with mode: 0644]
common/lib/libc/arch/arm/atomic/atomic_op_asm.h
common/lib/libc/arch/arm/atomic/atomic_or_32.S
common/lib/libc/arch/arm/atomic/atomic_or_64.S [new file with mode: 0644]
common/lib/libc/arch/arm/atomic/atomic_swap.S
common/lib/libc/arch/arm/atomic/atomic_swap_64.S [new file with mode: 0644]
common/lib/libc/arch/arm/atomic/membar_ops.S
common/lib/libc/arch/arm/gen/divsi3.S
common/lib/libc/arch/arm/gen/modsi3.S [new file with mode: 0644]
common/lib/libc/arch/arm/gen/umodsi3.S [new file with mode: 0644]
common/lib/libc/arch/arm/quad/__aeabi_lcmp.c [new file with mode: 0644]
common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S [new file with mode: 0644]
common/lib/libc/arch/arm/quad/__aeabi_ulcmp.c [new file with mode: 0644]
common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S [new file with mode: 0644]
common/lib/libc/arch/arm/string/ffs.S
common/lib/libc/arch/i386/string/small/memcmp.S [new file with mode: 0644]
common/lib/libc/arch/i386/string/small/memcpy.S [new file with mode: 0644]
common/lib/libc/arch/i386/string/small/memmove.S [new file with mode: 0644]
common/lib/libc/arch/i386/string/small/memset.S [new file with mode: 0644]
common/lib/libc/arch/i386/string/small/strchr.S [new file with mode: 0644]
common/lib/libc/arch/i386/string/small/strcmp.S [new file with mode: 0644]
common/lib/libc/arch/i386/string/small/strcpy.S [new file with mode: 0644]
common/lib/libc/arch/i386/string/small/strlen.S [new file with mode: 0644]
common/lib/libc/arch/m68k/string/ffs.S
common/lib/libc/arch/mips/atomic/atomic_add.S
common/lib/libc/arch/mips/atomic/atomic_and.S
common/lib/libc/arch/mips/atomic/atomic_cas.S
common/lib/libc/arch/mips/atomic/atomic_dec.S
common/lib/libc/arch/mips/atomic/atomic_inc.S
common/lib/libc/arch/mips/atomic/atomic_or.S
common/lib/libc/arch/mips/atomic/atomic_swap.S
common/lib/libc/arch/mips/atomic/membar_ops.S
common/lib/libc/arch/mips/string/bcopy.S
common/lib/libc/arch/mips/string/ffs.S
common/lib/libc/arch/sh3/string/ffs.S
common/lib/libc/arch/sparc/atomic/atomic_cas.S
common/lib/libc/arch/sparc/string/ffs.S
common/lib/libc/arch/vax/gen/bswap16.S
common/lib/libc/arch/vax/gen/bswap32.S
common/lib/libc/arch/vax/gen/bswap64.S
common/lib/libc/arch/vax/gen/udiv.S
common/lib/libc/arch/vax/gen/urem.S
common/lib/libc/arch/vax/string/memcpy.S
common/lib/libc/arch/vax/string/memmove.S
common/lib/libc/arch/vax/string/memset.S
common/lib/libc/atomic/atomic_init_testset.c
common/lib/libc/gen/bswap16.c
common/lib/libc/gen/bswap32.c
common/lib/libc/gen/ptree.c
common/lib/libc/gen/radixtree.c [new file with mode: 0644]
common/lib/libc/gen/rb.c
common/lib/libc/gen/rpst.c
common/lib/libc/gmon/mcount.c
common/lib/libc/hash/murmurhash/murmurhash.c [new file with mode: 0644]
common/lib/libc/inet/inet_addr.c
common/lib/libc/md/md4c.c
common/lib/libc/md/md5c.c
common/lib/libc/net/htonl.c
common/lib/libc/net/htons.c
common/lib/libc/net/ntohl.c
common/lib/libc/net/ntohs.c
common/lib/libc/quad/ashldi3.c
common/lib/libc/quad/ashrdi3.c
common/lib/libc/quad/lshldi3.c
common/lib/libc/quad/lshrdi3.c
common/lib/libc/quad/muldi3.c
common/lib/libc/quad/qdivrem.c
common/lib/libc/quad/quad.h
common/lib/libc/stdlib/_strtol.h
common/lib/libc/stdlib/_strtoul.h
common/lib/libc/string/bcmp.c
common/lib/libc/string/consttime_bcmp.c [new file with mode: 0644]
common/lib/libc/string/explicit_bzero.c [new file with mode: 0644]
common/lib/libc/string/ffs.c
common/lib/libc/string/memcmp.c
common/lib/libc/string/memset.c
common/lib/libc/string/memset2.c
common/lib/libc/string/popcount32.c
common/lib/libc/string/popcount64.c
common/lib/libc/string/strchr.c
common/lib/libc/string/strcpy.c
common/lib/libc/string/strnlen.c
common/lib/libc/sys/cpuset.c
common/lib/libprop/prop_array.c
common/lib/libprop/prop_array_util.c
common/lib/libprop/prop_dictionary.c
common/lib/libprop/prop_dictionary_util.c
common/lib/libprop/prop_ingest.c
common/lib/libprop/prop_number.c
common/lib/libprop/prop_object.c
common/lib/libprop/prop_object_impl.h
common/lib/libprop/prop_rb.c
common/lib/libprop/prop_rb_impl.h
common/lib/libprop/proplib.3
common/lib/libutil/getfstypename.c [new file with mode: 0644]
common/lib/libutil/proc_compare.c [new file with mode: 0644]
common/lib/libutil/snprintb.c
drivers/audio/es1371/AC97.c
drivers/tty/arch/i386/console.c
external/gpl3/gcc/files/i386-minix.h
external/gpl3/gcc/files/minix-spec.h
include/Makefile
include/arch/Makefile
include/arch/arm/include/stdarg.h [deleted file]
include/arch/evbarm/Makefile
include/arch/evbarm/include/Makefile
include/arch/evbarm/include/multiboot.h
include/arch/i386/Makefile
include/arch/i386/include/Makefile
include/arch/i386/include/stdarg.h [deleted file]
include/assert.h
include/cdbw.h
include/db.h
include/dirent.h
include/dlfcn.h
include/err.h
include/fenv.h
include/fnmatch.h
include/ieeefp.h
include/kvm.h
include/limits.h
include/math.h
include/minix/Makefile
include/mntopts.h
include/netdb.h
include/nsswitch.h
include/paths.h
include/quota.h [new file with mode: 0644]
include/resolv.h
include/rmt.h
include/rpc/clnt.h
include/rpc/svc.h
include/rpc/xdr.h
include/rpcsvc/ypclnt.h
include/sched.h
include/search.h
include/semaphore.h
include/setjmp.h
include/ssp/ssp.h
include/ssp/stdio.h
include/ssp/string.h
include/ssp/unistd.h
include/stdio.h
include/stdlib.h
include/string.h
include/strings.h
include/time.h
include/ucontext.h
include/unistd.h
include/vis.h
include/wchar.h
kernel/Makefile
kernel/arch/arm/direct_tty_utils.c
kernel/arch/arm/mpx.S
kernel/arch/arm/pg_utils.c
kernel/arch/arm/pre_init.c
kernel/arch/arm/procoffsets.cf
kernel/arch/i386/Makefile.inc
kernel/arch/i386/arch_clock.c
kernel/arch/i386/direct_tty_utils.c
kernel/arch/i386/head.S
kernel/arch/i386/include/hw_intr.h
kernel/arch/i386/kernel.lds
kernel/arch/i386/mpx.S
kernel/arch/i386/pg_utils.c
kernel/arch/i386/pre_init.c
kernel/arch/i386/procoffsets.cf
kernel/arch/i386/sconst.h
kernel/arch/i386/usermapped_data_arch.c
kernel/clock.c
kernel/clock.h
kernel/cpulocals.c
kernel/debug.c
kernel/extract-errno.sh
kernel/interrupt.c
kernel/kernel.h
kernel/main.c
kernel/priv.h
kernel/proc.c
kernel/profile.c
kernel/smp.h
kernel/spinlock.h
kernel/system.c
kernel/system.h
kernel/system/do_safecopy.c
kernel/system/do_safememset.c
kernel/system/do_sprofile.c
kernel/table.c
kernel/usermapped_data.c
kernel/utility.c
kernel/watchdog.h
lib/csu/alpha/crt0.c
lib/csu/arch/arm/Makefile.inc
lib/csu/arch/arm/crt0.S
lib/csu/arch/arm/crtbegin.S [new file with mode: 0644]
lib/csu/arch/arm/crtend.S [new file with mode: 0644]
lib/csu/arch/arm/crti.S
lib/csu/arch/arm/crtn.S
lib/csu/arch/earm/Makefile.inc [new file with mode: 0644]
lib/csu/arch/earm/crt0.S [new file with mode: 0644]
lib/csu/arch/earm/crtbegin.S [new file with mode: 0644]
lib/csu/arch/earm/crtend.S [new file with mode: 0644]
lib/csu/arch/earm/crti.S [new file with mode: 0644]
lib/csu/arch/earm/crtn.S [new file with mode: 0644]
lib/csu/arch/i386/crt0.S
lib/csu/arch/powerpc/Makefile.inc [new file with mode: 0644]
lib/csu/arch/powerpc/crt0.S [new file with mode: 0644]
lib/csu/arch/powerpc/crtbegin.S [new file with mode: 0644]
lib/csu/arch/powerpc/crtend.S [new file with mode: 0644]
lib/csu/arch/powerpc/crti.S [new file with mode: 0644]
lib/csu/arch/powerpc/crtn.S [new file with mode: 0644]
lib/csu/arch/sh3/crt0.S
lib/csu/arch/sh3/crtbegin.S [new file with mode: 0644]
lib/csu/arch/sh3/crtend.S [new file with mode: 0644]
lib/csu/arch/sh3/crti.S
lib/csu/arch/sh3/crtn.S
lib/csu/arch/vax/crt0.S
lib/csu/arch/x86_64/crt0.S
lib/csu/arm_elf/crt0.c
lib/csu/arm_elf/dot_init.h
lib/csu/common/Makefile.inc
lib/csu/common/crt0-common.c
lib/csu/common_elf/Makefile.inc
lib/csu/common_elf/common.h
lib/csu/hppa/crt0.c
lib/csu/ia64/crt0.c
lib/csu/m68k_elf/crt0.c
lib/csu/mips/crt0.c
lib/csu/powerpc/crt0.c
lib/csu/powerpc/dot_init.h
lib/csu/powerpc64/Makefile
lib/csu/powerpc64/crt0.c
lib/csu/sh3_elf/crt0.c
lib/csu/sparc64/Makefile
lib/csu/sparc64/crt0.c
lib/csu/sparc_elf/Makefile
lib/csu/sparc_elf/crt0.c
lib/csu/vax_elf/crt0.c
lib/csu/vax_elf/dot_init.h
lib/libc/Makefile
lib/libc/arch/arm/Makefile.inc
lib/libc/arch/arm/gen/Makefile.inc
lib/libc/arch/arm/gen/_lwp.c
lib/libc/arch/arm/gen/_setjmp.S
lib/libc/arch/arm/gen/flt_rounds.c
lib/libc/arch/arm/gen/makecontext.c
lib/libc/arch/arm/gen/resumecontext.c
lib/libc/arch/arm/gen/setjmp.S
lib/libc/arch/arm/gen/swapcontext.S
lib/libc/arch/arm/genassym.cf [new file with mode: 0644]
lib/libc/arch/arm/hardfloat/fpgetmask.S
lib/libc/arch/arm/hardfloat/fpgetround.c
lib/libc/arch/arm/hardfloat/fpgetsticky.S
lib/libc/arch/arm/hardfloat/fpsetmask.S
lib/libc/arch/arm/hardfloat/fpsetsticky.S
lib/libc/arch/arm/softfloat/softfloat.h
lib/libc/arch/arm/sys-minix/Makefile.inc
lib/libc/arch/arm/sys/__aeabi_read_tp.S [new file with mode: 0644]
lib/libc/arch/arm/sys/brk.S
lib/libc/arch/arm/sys/cerror.S
lib/libc/arch/arm/sys/sbrk.S
lib/libc/arch/i386/gdtoa/gd_qnan.h
lib/libc/arch/i386/gen/Makefile.inc
lib/libc/arch/i386/gen/_lwp.c
lib/libc/arch/i386/gen/_setjmp.S [moved from common/lib/libc/arch/i386/gen/_setjmp.S with 100% similarity]
lib/libc/arch/i386/gen/fixunsdfsi.S
lib/libc/arch/i386/gen/flt_rounds.S
lib/libc/arch/i386/gen/fpgetprec.S [new file with mode: 0644]
lib/libc/arch/i386/gen/fpgetround.S
lib/libc/arch/i386/gen/fpsetprec.S [new file with mode: 0644]
lib/libc/arch/i386/gen/fpsetround.S
lib/libc/arch/i386/gen/infinityl.c
lib/libc/arch/i386/gen/isnanl.c
lib/libc/arch/i386/stdlib/div.S
lib/libc/arch/i386/stdlib/ldiv.S
lib/libc/arch/i386/sys/__clone.S
lib/libc/arch/i386/sys/__syscall.S
lib/libc/arch/i386/sys/__vfork14.S
lib/libc/arch/i386/sys/brk.S
lib/libc/arch/i386/sys/cerror.S
lib/libc/arch/i386/sys/exect.S
lib/libc/arch/i386/sys/ptrace.S
lib/libc/arch/i386/sys/sbrk.S
lib/libc/arch/i386/sys/syscall.S
lib/libc/arch/sparc64/gen/swapcontext.S
lib/libc/arch/x86_64/SYS.h
lib/libc/arch/x86_64/gdtoa/gd_qnan.h
lib/libc/arch/x86_64/gen/Makefile.inc
lib/libc/arch/x86_64/gen/_lwp.c
lib/libc/arch/x86_64/gen/flt_rounds.S
lib/libc/arch/x86_64/gen/fpgetprec.S [new file with mode: 0644]
lib/libc/arch/x86_64/gen/fpgetround.S
lib/libc/arch/x86_64/gen/fpsetmask.S
lib/libc/arch/x86_64/gen/fpsetprec.S [new file with mode: 0644]
lib/libc/arch/x86_64/gen/fpsetround.S
lib/libc/arch/x86_64/gen/infinityl.c
lib/libc/arch/x86_64/gen/isnanl.c
lib/libc/arch/x86_64/sys/__clone.S
lib/libc/arch/x86_64/sys/__vfork14.S
lib/libc/arch/x86_64/sys/brk.S
lib/libc/arch/x86_64/sys/cerror.S
lib/libc/arch/x86_64/sys/exect.S
lib/libc/arch/x86_64/sys/ptrace.S
lib/libc/arch/x86_64/sys/sbrk.S
lib/libc/atomic/membar_ops.3
lib/libc/cdb/cdbr.c
lib/libc/cdb/cdbw.3
lib/libc/cdb/cdbw.c
lib/libc/citrus/Makefile.inc
lib/libc/citrus/citrus_csmapper.c
lib/libc/citrus/citrus_ctype.c
lib/libc/citrus/citrus_iconv.c
lib/libc/citrus/citrus_lc_ctype.c
lib/libc/citrus/citrus_lc_messages.c
lib/libc/citrus/citrus_lc_monetary.c
lib/libc/citrus/citrus_lc_numeric.c
lib/libc/citrus/citrus_lc_time.c
lib/libc/citrus/citrus_lookup.c
lib/libc/citrus/citrus_mapper.c
lib/libc/citrus/citrus_memstream.c
lib/libc/citrus/citrus_mmap.c
lib/libc/citrus/citrus_module.c
lib/libc/citrus/citrus_prop.c
lib/libc/citrus/citrus_prop.h
lib/libc/citrus/citrus_stdenc.c
lib/libc/citrus/modules/citrus_big5.c
lib/libc/citrus/modules/citrus_dechanyu.c
lib/libc/citrus/modules/citrus_iconv_none.c
lib/libc/citrus/modules/citrus_iconv_std.c
lib/libc/citrus/modules/citrus_iso2022.c
lib/libc/citrus/modules/citrus_mapper_std.c
lib/libc/citrus/modules/citrus_ues.c
lib/libc/citrus/modules/citrus_utf1632.c
lib/libc/citrus/modules/citrus_viqr.c
lib/libc/compat-43/getdtablesize.3
lib/libc/compat-43/getdtablesize.c
lib/libc/compat-43/getwd.c
lib/libc/compat/Makefile
lib/libc/compat/Makefile.inc
lib/libc/compat/arch/arm/sys/Makefile.inc
lib/libc/compat/arch/arm/sys/compat_quotactl.S [new file with mode: 0644]
lib/libc/compat/arch/i386/sys/Makefile.inc
lib/libc/compat/arch/i386/sys/compat_quotactl.S [new file with mode: 0644]
lib/libc/compat/arch/x86_64/sys/Makefile.inc
lib/libc/compat/arch/x86_64/sys/compat_quotactl.S [new file with mode: 0644]
lib/libc/compat/db/hash/compat_ndbmdatum.c
lib/libc/compat/gen/Makefile.inc
lib/libc/compat/gen/compat___fts13.c
lib/libc/compat/gen/compat___fts30.c
lib/libc/compat/gen/compat___fts31.c
lib/libc/compat/gen/compat___unvis13.c [new file with mode: 0644]
lib/libc/compat/gen/compat_fts.c
lib/libc/compat/gen/compat_getmntinfo.c
lib/libc/compat/gen/compat_readdir.c
lib/libc/compat/gen/compat_sigsetops.c
lib/libc/compat/gen/compat_syslog.c [new file with mode: 0644]
lib/libc/compat/gen/compat_timezone.c
lib/libc/compat/gen/compat_unvis.c
lib/libc/compat/gen/compat_utmpx.c
lib/libc/compat/include/setjmp.h
lib/libc/compat/include/stdio.h [moved from lib/libminc/_stdfile.c with 72% similarity]
lib/libc/compat/include/stdlib.h
lib/libc/compat/include/vis.h
lib/libc/compat/net/Makefile.inc
lib/libc/compat/net/__cmsg_alignbytes.c [moved from common/lib/libc/net/__cmsg_alignbytes.c with 85% similarity]
lib/libc/compat/net/compat_ns_addr.c
lib/libc/compat/net/compat_ns_ntoa.c
lib/libc/compat/shlib_version
lib/libc/compat/stdio/Makefile.inc [new file with mode: 0644]
lib/libc/compat/stdio/compat_fgetpos.c [new file with mode: 0644]
lib/libc/compat/stdio/compat_fsetpos.c [new file with mode: 0644]
lib/libc/compat/stdlib/Makefile.inc
lib/libc/compat/stdlib/compat_putenv.c [moved from lib/libc/locale/localeio_lc_time.c with 58% similarity]
lib/libc/compat/sys/compat___semctl13.c
lib/libc/compat/sys/compat_getdents.c
lib/libc/compat/sys/compat_getdirentries.c
lib/libc/compat/sys/compat_msync.c
lib/libc/compat/sys/compat_semctl.c
lib/libc/compat/sys/compat_sigaltstack.c
lib/libc/compat/time/compat_localtime.c
lib/libc/db/btree/bt_debug.c
lib/libc/db/btree/bt_open.c
lib/libc/db/btree/bt_overflow.c
lib/libc/db/btree/bt_put.c
lib/libc/db/btree/bt_split.c
lib/libc/db/hash/hash.c
lib/libc/db/hash/hash_bigkey.c
lib/libc/db/hash/hash_page.c
lib/libc/db/hash/ndbmdatum.c
lib/libc/db/man/btree.3
lib/libc/db/recno/rec_open.c
lib/libc/db/recno/rec_put.c
lib/libc/dlfcn/dlfcn_elf.c
lib/libc/gdtoa/README
lib/libc/gdtoa/arithchk.c
lib/libc/gdtoa/dtoa.c
lib/libc/gdtoa/g_Qfmt.c
lib/libc/gdtoa/g__fmt.c
lib/libc/gdtoa/g_ddfmt.c
lib/libc/gdtoa/g_dfmt.c
lib/libc/gdtoa/g_ffmt.c
lib/libc/gdtoa/g_xLfmt.c
lib/libc/gdtoa/g_xfmt.c
lib/libc/gdtoa/gdtoa.c
lib/libc/gdtoa/gdtoa.h
lib/libc/gdtoa/gdtoa_fltrnds.h [new file with mode: 0644]
lib/libc/gdtoa/gdtoaimp.h
lib/libc/gdtoa/gethex.c
lib/libc/gdtoa/gmisc.c
lib/libc/gdtoa/hdtoa.c
lib/libc/gdtoa/hexnan.c
lib/libc/gdtoa/makefile
lib/libc/gdtoa/misc.c
lib/libc/gdtoa/smisc.c
lib/libc/gdtoa/strtoIg.c
lib/libc/gdtoa/strtod.c
lib/libc/gdtoa/strtodI.c
lib/libc/gdtoa/strtodg.c
lib/libc/gdtoa/strtodnrp.c
lib/libc/gdtoa/strtof.c
lib/libc/gdtoa/strtof_vaxf.c
lib/libc/gdtoa/strtopQ.c
lib/libc/gdtoa/strtopd.c
lib/libc/gdtoa/strtopdd.c
lib/libc/gdtoa/strtopf.c
lib/libc/gdtoa/strtopx.c
lib/libc/gdtoa/strtopxL.c
lib/libc/gdtoa/strtorQ.c
lib/libc/gdtoa/strtordd.c
lib/libc/gdtoa/strtorf.c
lib/libc/gdtoa/strtorx.c
lib/libc/gdtoa/strtorxL.c
lib/libc/gdtoa/test/Q.ou0 [new file with mode: 0644]
lib/libc/gdtoa/test/Q.ou1 [new file with mode: 0644]
lib/libc/gdtoa/test/Qtest.c [new file with mode: 0644]
lib/libc/gdtoa/test/README [new file with mode: 0644]
lib/libc/gdtoa/test/d.out [new file with mode: 0644]
lib/libc/gdtoa/test/dI.out [new file with mode: 0644]
lib/libc/gdtoa/test/dIsi.out [new file with mode: 0644]
lib/libc/gdtoa/test/dItest.c [new file with mode: 0644]
lib/libc/gdtoa/test/dd.out [new file with mode: 0644]
lib/libc/gdtoa/test/ddsi.out [new file with mode: 0644]
lib/libc/gdtoa/test/ddtest.c [new file with mode: 0644]
lib/libc/gdtoa/test/dt.c [new file with mode: 0644]
lib/libc/gdtoa/test/dtest.c [new file with mode: 0644]
lib/libc/gdtoa/test/dtst.out [new file with mode: 0644]
lib/libc/gdtoa/test/f.out [new file with mode: 0644]
lib/libc/gdtoa/test/ftest.c [new file with mode: 0644]
lib/libc/gdtoa/test/getround.c [new file with mode: 0644]
lib/libc/gdtoa/test/makefile [new file with mode: 0644]
lib/libc/gdtoa/test/obad/strtodt.out [new file with mode: 0644]
lib/libc/gdtoa/test/obad/xL.out [new file with mode: 0644]
lib/libc/gdtoa/test/pfLqtestnos [new file with mode: 0644]
lib/libc/gdtoa/test/pftest.c [new file with mode: 0644]
lib/libc/gdtoa/test/pftestLq.out [new file with mode: 0644]
lib/libc/gdtoa/test/pftestQ.out [new file with mode: 0644]
lib/libc/gdtoa/test/pftestnos [new file with mode: 0644]
lib/libc/gdtoa/test/pftestx.out [new file with mode: 0644]
lib/libc/gdtoa/test/rtestnos [new file with mode: 0644]
lib/libc/gdtoa/test/strtoIdSI.c [new file with mode: 0644]
lib/libc/gdtoa/test/strtoIddSI.c [new file with mode: 0644]
lib/libc/gdtoa/test/strtodISI.c [new file with mode: 0644]
lib/libc/gdtoa/test/strtodt.c [new file with mode: 0644]
lib/libc/gdtoa/test/strtopddSI.c [new file with mode: 0644]
lib/libc/gdtoa/test/strtorddSI.c [new file with mode: 0644]
lib/libc/gdtoa/test/testnos [new file with mode: 0644]
lib/libc/gdtoa/test/testnos1 [new file with mode: 0644]
lib/libc/gdtoa/test/testnos3 [new file with mode: 0644]
lib/libc/gdtoa/test/x.ou0 [new file with mode: 0644]
lib/libc/gdtoa/test/x.ou1 [new file with mode: 0644]
lib/libc/gdtoa/test/xL.ou0 [new file with mode: 0644]
lib/libc/gdtoa/test/xL.ou1 [new file with mode: 0644]
lib/libc/gdtoa/test/xLtest.c [new file with mode: 0644]
lib/libc/gdtoa/test/xQtest.c [new file with mode: 0644]
lib/libc/gdtoa/test/xsum0.out [new file with mode: 0644]
lib/libc/gdtoa/test/xtest.c [new file with mode: 0644]
lib/libc/gdtoa/ulp.c
lib/libc/gdtoa/xsum0.out
lib/libc/gen/Lint_flt_rounds.c
lib/libc/gen/Lint_fpgetmask.c
lib/libc/gen/Lint_fpgetround.c
lib/libc/gen/Lint_fpgetsticky.c
lib/libc/gen/Lint_resumecontext.c
lib/libc/gen/Makefile.inc
lib/libc/gen/_err.c
lib/libc/gen/_errx.c
lib/libc/gen/_sysconf.c
lib/libc/gen/_verr.c
lib/libc/gen/_verrx.c
lib/libc/gen/_vwarn.c
lib/libc/gen/_vwarnx.c
lib/libc/gen/_warn.c
lib/libc/gen/_warnx.c
lib/libc/gen/alarm.c
lib/libc/gen/arc4random.3
lib/libc/gen/arc4random.c
lib/libc/gen/assert.c
lib/libc/gen/cgetcap.3
lib/libc/gen/confstr.c
lib/libc/gen/cpuset.3
lib/libc/gen/ctermid.c
lib/libc/gen/daemon.c
lib/libc/gen/dehumanize_number.c
lib/libc/gen/devname.3
lib/libc/gen/devname.c
lib/libc/gen/directory.3
lib/libc/gen/disklabel.c
lib/libc/gen/execl.c
lib/libc/gen/execle.c
lib/libc/gen/execlp.c
lib/libc/gen/execv.c
lib/libc/gen/extattr.c
lib/libc/gen/extattr_copy_file.3 [new file with mode: 0644]
lib/libc/gen/extattr_namespace_to_string.3 [moved from lib/libc/gen/extattr.3 with 93% similarity]
lib/libc/gen/fixunsdfsi_ieee754.c [new file with mode: 0644]
lib/libc/gen/fixunsgen64_ieee754.c [moved from lib/libc/locale/bsdctype_file.h with 54% similarity]
lib/libc/gen/fixunsgen_ieee754.c [new file with mode: 0644]
lib/libc/gen/fixunssfsi_ieee754.c [new file with mode: 0644]
lib/libc/gen/fixunstfdi_ieee754.c [new file with mode: 0644]
lib/libc/gen/fixunstfsi_ieee754.c [moved from lib/libc/locale/localeio_lc_numeric.c with 50% similarity]
lib/libc/gen/fmtmsg.3
lib/libc/gen/fmtmsg.c
lib/libc/gen/fnmatch.c
lib/libc/gen/fpgetmask.3
lib/libc/gen/fstab.c
lib/libc/gen/ftok.c
lib/libc/gen/fts.3
lib/libc/gen/fts.c
lib/libc/gen/getbsize.c
lib/libc/gen/getcap.c
lib/libc/gen/getcwd.c
lib/libc/gen/getdevmajor.c
lib/libc/gen/getdomainname.c
lib/libc/gen/getfsent.3
lib/libc/gen/getgrent.3
lib/libc/gen/getgrent.c
lib/libc/gen/gethostname.c
lib/libc/gen/getloadavg.3
lib/libc/gen/getloadavg.c
lib/libc/gen/getmntinfo.c
lib/libc/gen/getnetgrent.c
lib/libc/gen/getpagesize.c
lib/libc/gen/getpass.3
lib/libc/gen/getpass.c
lib/libc/gen/getprogname.3
lib/libc/gen/getprogname.c
lib/libc/gen/getpwent.3
lib/libc/gen/getpwent.c
lib/libc/gen/getttyent.3
lib/libc/gen/getttyent.c
lib/libc/gen/getusershell.c
lib/libc/gen/glob.3
lib/libc/gen/glob.c
lib/libc/gen/humanize_number.3
lib/libc/gen/humanize_number.c
lib/libc/gen/initdir.c
lib/libc/gen/initgroups.c
lib/libc/gen/isascii.c
lib/libc/gen/isatty.c
lib/libc/gen/isfinite.3
lib/libc/gen/isspace.3
lib/libc/gen/lockf.3
lib/libc/gen/lockf.c
lib/libc/gen/makecontext.3
lib/libc/gen/modf_ieee754.c
lib/libc/gen/nice.3
lib/libc/gen/nice.c
lib/libc/gen/nlist.c
lib/libc/gen/nlist_aout.c
lib/libc/gen/nlist_coff.c
lib/libc/gen/nlist_ecoff.c
lib/libc/gen/nlist_elf32.c
lib/libc/gen/nlist_private.h
lib/libc/gen/opendir.c
lib/libc/gen/pause.c
lib/libc/gen/popen.3
lib/libc/gen/popen.c
lib/libc/gen/posix_spawn.3 [new file with mode: 0644]
lib/libc/gen/posix_spawn_file_actions_addopen.3 [new file with mode: 0644]
lib/libc/gen/posix_spawn_file_actions_init.3 [new file with mode: 0644]
lib/libc/gen/posix_spawn_fileactions.c [new file with mode: 0644]
lib/libc/gen/posix_spawn_sched.c [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getflags.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getpgroup.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getschedparam.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getschedpolicy.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getsigdefault.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getsigmask.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_init.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnp.c [moved from lib/libc/locale/localeio_lc_messages.c with 55% similarity]
lib/libc/gen/psignal.c
lib/libc/gen/pthread_atfork.c
lib/libc/gen/pw_private.h
lib/libc/gen/pw_scan.c
lib/libc/gen/raise.3
lib/libc/gen/readdir.c
lib/libc/gen/realpath.3
lib/libc/gen/scandir.c
lib/libc/gen/setdomainname.c
lib/libc/gen/sethostname.c
lib/libc/gen/setjmperr.c
lib/libc/gen/setmode.c
lib/libc/gen/siginterrupt.c
lib/libc/gen/signal.c
lib/libc/gen/sleep.c
lib/libc/gen/sysconf.3
lib/libc/gen/sysconf.c
lib/libc/gen/sysctl.c
lib/libc/gen/sysctlgetmibinfo.c
lib/libc/gen/sysctlnametomib.c
lib/libc/gen/syslog.3
lib/libc/gen/syslog.c
lib/libc/gen/time.3
lib/libc/gen/time.c
lib/libc/gen/toascii.c
lib/libc/gen/ttyname.3
lib/libc/gen/ttyname.c
lib/libc/gen/ualarm.3
lib/libc/gen/ualarm.c
lib/libc/gen/ulimit.c
lib/libc/gen/uname.3
lib/libc/gen/uname.c
lib/libc/gen/unvis.3
lib/libc/gen/unvis.c
lib/libc/gen/usleep.c
lib/libc/gen/utime.c
lib/libc/gen/utmp.c
lib/libc/gen/utmpx.c
lib/libc/gen/valloc.c
lib/libc/gen/verr.c
lib/libc/gen/verrx.c
lib/libc/gen/vis.3
lib/libc/gen/vis.c
lib/libc/gen/vwarn.c
lib/libc/gen/vwarnx.c
lib/libc/gen/wait.c
lib/libc/gen/wait3.c
lib/libc/gmon/gmon.c
lib/libc/hash/Makefile.inc
lib/libc/hash/md2/md2.c
lib/libc/hash/murmurhash/Makefile.inc [new file with mode: 0644]
lib/libc/include/extern.h
lib/libc/include/namespace.h
lib/libc/include/reentrant.h
lib/libc/inet/inet.3
lib/libc/inet/inet_cidr_ntop.c
lib/libc/inet/inet_cidr_pton.c
lib/libc/inet/inet_net.3
lib/libc/inet/inet_net_ntop.c
lib/libc/inet/inet_net_pton.c
lib/libc/inet/inet_neta.c
lib/libc/inet/inet_ntoa.c
lib/libc/inet/inet_ntop.c
lib/libc/inet/inet_pton.c
lib/libc/isc/assertions.c
lib/libc/isc/ev_timers.c
lib/libc/locale/_wcstol.h
lib/libc/locale/_wcstoul.h
lib/libc/locale/aliasname.c [deleted file]
lib/libc/locale/bsdctype.c [deleted file]
lib/libc/locale/bsdctype_local.h [deleted file]
lib/libc/locale/current_locale.c
lib/libc/locale/dummy_lc_collate.c
lib/libc/locale/dummy_lc_template.h
lib/libc/locale/fix_grouping.c
lib/libc/locale/generic_lc_all.c
lib/libc/locale/generic_lc_template.h [deleted file]
lib/libc/locale/generic_lc_template_decl.h
lib/libc/locale/global_locale.c
lib/libc/locale/iswctype_sb.c [deleted file]
lib/libc/locale/localeconv.c
lib/libc/locale/localeio.c [deleted file]
lib/libc/locale/localeio_lc_ctype.c [deleted file]
lib/libc/locale/localeio_lc_monetary.c [deleted file]
lib/libc/locale/mbstowcs.3
lib/libc/locale/multibyte_sb.c [deleted file]
lib/libc/locale/nb_lc_template.h
lib/libc/locale/nl_langinfo.3
lib/libc/locale/rune.c
lib/libc/locale/runetype_misc.h
lib/libc/locale/setlocale.c
lib/libc/locale/setlocale_local.h
lib/libc/locale/wcscoll.c
lib/libc/locale/wcsftime.3
lib/libc/locale/wcstombs.3
lib/libc/locale/wcsxfrm.c
lib/libc/md/Makefile.inc
lib/libc/md/mdXhl.c
lib/libc/minix/minix-malloc-debug.c
lib/libc/misc/initfini.c
lib/libc/misc/stack_protector.c
lib/libc/nameser/ns_name.c
lib/libc/nameser/ns_netint.c
lib/libc/nameser/ns_parse.c
lib/libc/nameser/ns_print.c
lib/libc/nameser/ns_ttl.c
lib/libc/net/Makefile.inc
lib/libc/net/base64.c
lib/libc/net/byteorder.3
lib/libc/net/ethers.c
lib/libc/net/getaddrinfo.c
lib/libc/net/gethnamaddr.c
lib/libc/net/getifaddrs.c [deleted file]
lib/libc/net/getnameinfo.3
lib/libc/net/getnameinfo.c
lib/libc/net/getnetent.c
lib/libc/net/getnetnamadr.c
lib/libc/net/getprotoent.3
lib/libc/net/getprotoent_r.c
lib/libc/net/getservbyname_r.c
lib/libc/net/getservbyport_r.c
lib/libc/net/getservent_r.c
lib/libc/net/hesiod.c
lib/libc/net/if_nameindex.c
lib/libc/net/ip6opt.c
lib/libc/net/iso_addr.c
lib/libc/net/linkaddr.c
lib/libc/net/minix/getifaddrs.c
lib/libc/net/nsdispatch.3
lib/libc/net/nsdispatch.c
lib/libc/net/nslexer.l
lib/libc/net/nsparser.y
lib/libc/net/rcmd.c
lib/libc/net/recv.c
lib/libc/net/rthdr.c
lib/libc/net/send.c
lib/libc/net/sethostent.c
lib/libc/net/sockatmark.c
lib/libc/nls/Makefile.inc
lib/libc/nls/catclose.c
lib/libc/nls/catgets.c
lib/libc/nls/catopen.c
lib/libc/quad/Makefile.inc
lib/libc/quad/fixdfdi.c
lib/libc/quad/fixsfdi.c
lib/libc/quad/fixunsdfdi.c
lib/libc/quad/fixunssfdi.c
lib/libc/quad/floatdidf.c
lib/libc/quad/floatdisf.c
lib/libc/quad/floatundidf.c [moved from lib/libc/quad/floatunsdidf.c with 88% similarity]
lib/libc/quad/floatundisf.c [new file with mode: 0644]
lib/libc/quad/floatunditf_ieee754.c [new file with mode: 0644]
lib/libc/regex/engine.c
lib/libc/regex/regcomp.c
lib/libc/regex/regex.3
lib/libc/regex/regex2.h
lib/libc/regex/regexec.c
lib/libc/resolv/herror.c
lib/libc/resolv/res_comp.c
lib/libc/resolv/res_debug.c
lib/libc/resolv/res_debug.h
lib/libc/resolv/res_init.c
lib/libc/resolv/res_mkquery.c
lib/libc/resolv/res_query.c
lib/libc/resolv/res_send.c
lib/libc/rpc/Makefile.inc
lib/libc/rpc/auth_none.c
lib/libc/rpc/auth_unix.c
lib/libc/rpc/authunix_prot.c
lib/libc/rpc/bindresvport.c
lib/libc/rpc/clnt_bcast.c
lib/libc/rpc/clnt_dg.c
lib/libc/rpc/clnt_generic.c
lib/libc/rpc/clnt_perror.c
lib/libc/rpc/clnt_raw.c
lib/libc/rpc/clnt_simple.c
lib/libc/rpc/clnt_vc.c
lib/libc/rpc/getnetconfig.c
lib/libc/rpc/getnetpath.c
lib/libc/rpc/getrpcent.c
lib/libc/rpc/getrpcport.c
lib/libc/rpc/mt_misc.c
lib/libc/rpc/pmap_getmaps.c
lib/libc/rpc/pmap_prot.c
lib/libc/rpc/pmap_prot2.c
lib/libc/rpc/pmap_rmt.c
lib/libc/rpc/rpc.3
lib/libc/rpc/rpc_callmsg.c
lib/libc/rpc/rpc_clnt_create.3
lib/libc/rpc/rpc_dtablesize.c
lib/libc/rpc/rpc_generic.c
lib/libc/rpc/rpc_prot.c
lib/libc/rpc/rpc_soc.c
lib/libc/rpc/rpcb_clnt.c
lib/libc/rpc/rpcb_prot.c
lib/libc/rpc/rpcb_st_xdr.c
lib/libc/rpc/svc.c
lib/libc/rpc/svc_auth.c
lib/libc/rpc/svc_auth_unix.c
lib/libc/rpc/svc_dg.c
lib/libc/rpc/svc_generic.c
lib/libc/rpc/svc_raw.c
lib/libc/rpc/svc_run.c
lib/libc/rpc/svc_simple.c
lib/libc/rpc/svc_vc.c
lib/libc/rpc/xdr.3
lib/libc/rpc/xdr.c
lib/libc/rpc/xdr_array.c
lib/libc/rpc/xdr_float.c
lib/libc/rpc/xdr_mem.c
lib/libc/rpc/xdr_rec.c
lib/libc/rpc/xdr_reference.c
lib/libc/rpc/xdr_sizeof.c [new file with mode: 0644]
lib/libc/rpc/xdr_stdio.c
lib/libc/shlib_version
lib/libc/softfloat/Makefile.inc
lib/libc/softfloat/bits32/softfloat.c
lib/libc/softfloat/bits64/softfloat-macros
lib/libc/softfloat/bits64/softfloat.c
lib/libc/softfloat/softfloat-for-gcc.h
lib/libc/softfloat/softfloat-specialize
lib/libc/ssp/__builtin_object_size.3
lib/libc/ssp/memcpy_chk.c
lib/libc/ssp/memmove_chk.c
lib/libc/ssp/memset_chk.c
lib/libc/ssp/ssp.3
lib/libc/ssp/strncpy_chk.c
lib/libc/stdio/Makefile.inc
lib/libc/stdio/asprintf.c
lib/libc/stdio/clrerr.c
lib/libc/stdio/fclose.c
lib/libc/stdio/fdopen.c
lib/libc/stdio/feof.c
lib/libc/stdio/ferror.c
lib/libc/stdio/fflush.c
lib/libc/stdio/fgetc.c
lib/libc/stdio/fgetpos.c
lib/libc/stdio/fgets.c
lib/libc/stdio/fgetwc.c
lib/libc/stdio/fgetwln.c
lib/libc/stdio/fgetws.c
lib/libc/stdio/fileno.c
lib/libc/stdio/findfp.c
lib/libc/stdio/flags.c
lib/libc/stdio/flockfile.3
lib/libc/stdio/flockfile.c
lib/libc/stdio/fmemopen.3
lib/libc/stdio/fmemopen.c
lib/libc/stdio/fopen.3
lib/libc/stdio/fopen.c
lib/libc/stdio/fprintf.c
lib/libc/stdio/fpurge.c
lib/libc/stdio/fputc.c
lib/libc/stdio/fputs.c
lib/libc/stdio/fputwc.c
lib/libc/stdio/fputws.c
lib/libc/stdio/fread.3
lib/libc/stdio/fread.c
lib/libc/stdio/freopen.c
lib/libc/stdio/fscanf.c
lib/libc/stdio/fseek.3
lib/libc/stdio/fseeko.c
lib/libc/stdio/fsetpos.c
lib/libc/stdio/ftell.c
lib/libc/stdio/ftello.c
lib/libc/stdio/funopen.3
lib/libc/stdio/funopen.c
lib/libc/stdio/fvwrite.c
lib/libc/stdio/fvwrite.h
lib/libc/stdio/fwalk.c
lib/libc/stdio/fwprintf.c
lib/libc/stdio/fwrite.c
lib/libc/stdio/fwscanf.c
lib/libc/stdio/getc.c
lib/libc/stdio/getchar.c
lib/libc/stdio/getdelim.3
lib/libc/stdio/getdelim.c
lib/libc/stdio/gets.c
lib/libc/stdio/gettemp.c
lib/libc/stdio/getw.c
lib/libc/stdio/getwchar.c
lib/libc/stdio/local.h
lib/libc/stdio/makebuf.c
lib/libc/stdio/mkdtemp.c
lib/libc/stdio/mkstemp.c
lib/libc/stdio/mktemp.c
lib/libc/stdio/printf.c
lib/libc/stdio/putc.c
lib/libc/stdio/putchar.c
lib/libc/stdio/puts.c
lib/libc/stdio/putw.c
lib/libc/stdio/refill.c
lib/libc/stdio/remove.c
lib/libc/stdio/rewind.c
lib/libc/stdio/rget.c
lib/libc/stdio/scanf.c
lib/libc/stdio/setbuf.c
lib/libc/stdio/setbuffer.c
lib/libc/stdio/setvbuf.c
lib/libc/stdio/snprintf.c
lib/libc/stdio/sprintf.c
lib/libc/stdio/sscanf.c
lib/libc/stdio/stdio.c
lib/libc/stdio/swprintf.c
lib/libc/stdio/swscanf.c
lib/libc/stdio/tempnam.c
lib/libc/stdio/tmpfile.c
lib/libc/stdio/tmpnam.c
lib/libc/stdio/ungetc.c
lib/libc/stdio/vasprintf.c
lib/libc/stdio/vdprintf.c
lib/libc/stdio/vfscanf.c
lib/libc/stdio/vfwprintf.c
lib/libc/stdio/vfwscanf.c
lib/libc/stdio/vprintf.c
lib/libc/stdio/vscanf.c
lib/libc/stdio/vsnprintf.c
lib/libc/stdio/vsnprintf_ss.c
lib/libc/stdio/vsprintf.c
lib/libc/stdio/vsscanf.c
lib/libc/stdio/vswprintf.c
lib/libc/stdio/vswscanf.c
lib/libc/stdio/vwprintf.c
lib/libc/stdio/vwscanf.c
lib/libc/stdio/wbuf.c
lib/libc/stdio/wprintf.c
lib/libc/stdio/wscanf.c
lib/libc/stdio/wsetup.c
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/_env.c
lib/libc/stdlib/a64l.c
lib/libc/stdlib/abort.3
lib/libc/stdlib/abort.c
lib/libc/stdlib/abs.3
lib/libc/stdlib/abs.c
lib/libc/stdlib/alloca.3
lib/libc/stdlib/atof.c
lib/libc/stdlib/atoi.c
lib/libc/stdlib/atol.c
lib/libc/stdlib/atoll.c
lib/libc/stdlib/bsearch.c
lib/libc/stdlib/div.3
lib/libc/stdlib/div.c
lib/libc/stdlib/exit.3
lib/libc/stdlib/exit.c
lib/libc/stdlib/getsubopt.c
lib/libc/stdlib/hcreate.3
lib/libc/stdlib/hcreate.c
lib/libc/stdlib/imaxabs.3 [deleted file]
lib/libc/stdlib/imaxdiv.3 [deleted file]
lib/libc/stdlib/insque.c
lib/libc/stdlib/jemalloc.3
lib/libc/stdlib/jemalloc.c
lib/libc/stdlib/l64a.c
lib/libc/stdlib/labs.3 [deleted file]
lib/libc/stdlib/labs.c
lib/libc/stdlib/ldiv.3 [deleted file]
lib/libc/stdlib/ldiv.c
lib/libc/stdlib/llabs.3 [deleted file]
lib/libc/stdlib/llabs.c
lib/libc/stdlib/lldiv.3 [deleted file]
lib/libc/stdlib/lldiv.c
lib/libc/stdlib/lsearch.c
lib/libc/stdlib/malloc.c
lib/libc/stdlib/memory.3
lib/libc/stdlib/merge.c
lib/libc/stdlib/mi_vector_hash.c
lib/libc/stdlib/posix_openpt.3
lib/libc/stdlib/putenv.c
lib/libc/stdlib/qabs.c
lib/libc/stdlib/qdiv.c
lib/libc/stdlib/qsort.c
lib/libc/stdlib/rand.c
lib/libc/stdlib/rand48.h
lib/libc/stdlib/rand_r.c
lib/libc/stdlib/random.3
lib/libc/stdlib/remque.c
lib/libc/stdlib/strfmon.c
lib/libc/stdlib/strsuftoll.c
lib/libc/stdlib/system.c
lib/libc/stdlib/tdelete.c
lib/libc/stdlib/tfind.c
lib/libc/stdlib/tsearch.c
lib/libc/stdlib/twalk.c
lib/libc/string/Makefile.inc
lib/libc/string/__strsignal.c
lib/libc/string/bcmp.3
lib/libc/string/bcopy.3
lib/libc/string/bm.c
lib/libc/string/index.3
lib/libc/string/memccpy.c
lib/libc/string/popcount.3
lib/libc/string/rindex.3
lib/libc/string/strcoll.c
lib/libc/string/strcspn.c
lib/libc/string/strdup.c
lib/libc/string/strmode.c
lib/libc/string/strncat.c
lib/libc/string/strpbrk.c
lib/libc/string/strsignal.c
lib/libc/string/strspn.c
lib/libc/string/strtok_r.c
lib/libc/string/strxfrm.c
lib/libc/string/wcscat.c
lib/libc/string/wcscmp.c
lib/libc/string/wcscpy.c
lib/libc/string/wcscspn.c
lib/libc/string/wcscspn_bloom.h [new file with mode: 0644]
lib/libc/string/wcslcat.c
lib/libc/string/wcslcpy.c
lib/libc/string/wcslen.c
lib/libc/string/wcsncat.c
lib/libc/string/wcsncmp.c
lib/libc/string/wcsncpy.c
lib/libc/string/wcspbrk.c
lib/libc/string/wcsrchr.c
lib/libc/string/wcsspn.c
lib/libc/string/wcsstr.c
lib/libc/string/wcstok.c
lib/libc/string/wmemchr.c
lib/libc/string/wmemcmp.c
lib/libc/string/wmemcpy.c
lib/libc/string/wmemmove.c
lib/libc/string/wmemset.c
lib/libc/sys-minix/mount.c
lib/libc/sys-minix/stat.c
lib/libc/sys-minix/stime.c
lib/libc/sys/Lint___vfork14.c
lib/libc/sys/Makefile.inc
lib/libc/sys/__quotactl.2 [new file with mode: 0644]
lib/libc/sys/_lwp_create.2
lib/libc/sys/_lwp_ctl.2
lib/libc/sys/accept.2
lib/libc/sys/adjtime.c
lib/libc/sys/chflags.2
lib/libc/sys/chmod.2
lib/libc/sys/clock_settime.c
lib/libc/sys/clone.2
lib/libc/sys/dup.2
lib/libc/sys/extattr_get_file.2
lib/libc/sys/fcntl.2
lib/libc/sys/flock.2
lib/libc/sys/ftruncate.c
lib/libc/sys/getdents.2
lib/libc/sys/getitimer.2
lib/libc/sys/getpeername.2
lib/libc/sys/getpriority.2
lib/libc/sys/getrlimit.2
lib/libc/sys/getsid.2
lib/libc/sys/getsockname.2
lib/libc/sys/getsockopt.2
lib/libc/sys/issetugid.2
lib/libc/sys/kqueue.2
lib/libc/sys/link.2
lib/libc/sys/lseek.c
lib/libc/sys/madvise.2
lib/libc/sys/makelintstub [changed mode: 0755->0644]
lib/libc/sys/mknod.2
lib/libc/sys/mlock.2
lib/libc/sys/mmap.2
lib/libc/sys/mmap.c
lib/libc/sys/modctl.2
lib/libc/sys/mount.2
lib/libc/sys/mprotect.2
lib/libc/sys/mremap.2
lib/libc/sys/msgrcv.2
lib/libc/sys/msync.2
lib/libc/sys/munmap.2
lib/libc/sys/nanosleep.2
lib/libc/sys/ntp_adjtime.c
lib/libc/sys/open.2
lib/libc/sys/pipe.2
lib/libc/sys/preadv.c
lib/libc/sys/ptrace.2
lib/libc/sys/pwritev.c
lib/libc/sys/quotactl.2 [deleted file]
lib/libc/sys/read.2
lib/libc/sys/recv.2
lib/libc/sys/revoke.2
lib/libc/sys/sched.c
lib/libc/sys/send.2
lib/libc/sys/setsid.2
lib/libc/sys/settimeofday.c
lib/libc/sys/sigaction.2
lib/libc/sys/sigaltstack.2
lib/libc/sys/sigtimedwait.2
lib/libc/sys/sigwait.c
lib/libc/sys/sigwaitinfo.c
lib/libc/sys/socket.2
lib/libc/sys/socketpair.2
lib/libc/sys/stat.2
lib/libc/sys/swapctl.2
lib/libc/sys/swapon.c
lib/libc/sys/truncate.c
lib/libc/sys/utimes.2
lib/libc/termios/Makefile.inc
lib/libc/termios/cfgetispeed.c
lib/libc/termios/cfgetospeed.c
lib/libc/termios/cfmakeraw.c
lib/libc/termios/cfsetispeed.c
lib/libc/termios/cfsetospeed.c
lib/libc/termios/cfsetspeed.c
lib/libc/termios/tcdrain.c
lib/libc/termios/tcflow.c
lib/libc/termios/tcflush.c
lib/libc/termios/tcgetattr.c
lib/libc/termios/tcgetpgrp.c
lib/libc/termios/tcgetsid.c
lib/libc/termios/tcsendbreak.c
lib/libc/termios/tcsetattr.c
lib/libc/thread-stub/thread-stub.c
lib/libc/time/Makefile
lib/libc/time/Makefile.inc
lib/libc/time/README
lib/libc/time/Theory
lib/libc/time/asctime.c
lib/libc/time/checktab.awk
lib/libc/time/ctime.3
lib/libc/time/difftime.c
lib/libc/time/getdate.3
lib/libc/time/localtime.c
lib/libc/time/offtime.3
lib/libc/time/private.h
lib/libc/time/strftime.3
lib/libc/time/strftime.c
lib/libc/time/strptime.3
lib/libc/time/strptime.c
lib/libc/time/tz-art.htm
lib/libc/time/tz-link.htm
lib/libc/time/tzfile.5
lib/libc/time/tzfile.h
lib/libc/time/tzselect.ksh
lib/libc/time/version.h [new file with mode: 0644]
lib/libc/time/zdump.8
lib/libc/time/zdump.c
lib/libc/time/zic.8
lib/libc/time/zic.c
lib/libc/tls/Makefile.inc [new file with mode: 0644]
lib/libc/tls/tls.c [new file with mode: 0644]
lib/libc/uuid/uuid_create.c
lib/libc/yp/Makefile.inc
lib/libc/yp/local.h
lib/libc/yp/xdryp.c
lib/libc/yp/yp_all.c
lib/libc/yp/yp_first.c
lib/libc/yp/yp_maplist.c
lib/libc/yp/yp_master.c
lib/libc/yp/yp_match.c
lib/libc/yp/yp_order.c
lib/libc/yp/ypclnt.3
lib/libc/yp/yperr_string.c
lib/libc/yp/yplib.c
lib/libc/yp/ypprot_err.c
lib/libexec/exec_elf.c
lib/libfetch/http.c
lib/libminc/Makefile
lib/libminc/abort.c [deleted file]
lib/libminc/arch/i386/Makefile.libc.inc
lib/librmt/Makefile
lib/libsys/Makefile
lib/libsys/panic.c
lib/libsys/tickdelay.c
lib/libsys/vprintf.c
lib/libutil/Makefile
lib/libutil/opendisk.c
lib/libutil/sockaddr_snprintf.c
lib/libvtreefs/inc.h
libexec/ld.elf_so/Makefile
libexec/ld.elf_so/README.TLS [new file with mode: 0644]
libexec/ld.elf_so/TODO
libexec/ld.elf_so/arch/alpha/alpha_reloc.c
libexec/ld.elf_so/arch/arm/mdreloc.c
libexec/ld.elf_so/arch/arm/rtld_start.S
libexec/ld.elf_so/arch/hppa/hppa_reloc.c
libexec/ld.elf_so/arch/hppa/rtld_start.S
libexec/ld.elf_so/arch/i386/mdreloc.c
libexec/ld.elf_so/arch/m68k/mdreloc.c
libexec/ld.elf_so/arch/mips/mips_reloc.c
libexec/ld.elf_so/arch/powerpc/ppc_reloc.c
libexec/ld.elf_so/arch/powerpc/rtld_start.S
libexec/ld.elf_so/arch/sh3/mdreloc.c
libexec/ld.elf_so/arch/sparc/mdreloc.c
libexec/ld.elf_so/arch/sparc64/mdreloc.c
libexec/ld.elf_so/arch/vax/mdreloc.c
libexec/ld.elf_so/arch/x86_64/mdreloc.c
libexec/ld.elf_so/arch/x86_64/rtld_start.S
libexec/ld.elf_so/diagassert.c [new file with mode: 0644]
libexec/ld.elf_so/expand.c
libexec/ld.elf_so/headers.c
libexec/ld.elf_so/load.c
libexec/ld.elf_so/map_object.c
libexec/ld.elf_so/paths.c
libexec/ld.elf_so/reloc.c
libexec/ld.elf_so/rtld.c
libexec/ld.elf_so/rtld.h
libexec/ld.elf_so/rtldenv.h
libexec/ld.elf_so/symbol.c
libexec/ld.elf_so/symver.c [new file with mode: 0644]
libexec/ld.elf_so/tls.c [new file with mode: 0644]
libexec/ld.elf_so/xmalloc.c
servers/devman/buf.c
servers/ext2/inode.c
servers/ext2/write.c
servers/inet/clock.c
servers/inet/generic/tcp_send.c
servers/ipc/sem.c
servers/is/dmp_kernel.c
servers/is/dmp_pm.c
servers/is/dmp_rs.c
servers/iso9660fs/path.c
servers/mfs/inode.c
servers/rs/exec.c
servers/vfs/device.c
share/mk/minix.bootprog.mk
share/mk/minix.service.mk
sys/arch/i386/include/ansi.h
sys/arch/i386/include/cdefs.h
sys/arch/i386/include/cpu.h
sys/arch/i386/include/limits.h
sys/arch/i386/include/multiboot.h
sys/arch/i386/include/types.h
sys/arch/i386/stand/boot/Makefile.boot
sys/arch/i386/stand/boot/biosboot/Makefile
sys/arch/i386/stand/boot/boot2.c
sys/arch/i386/stand/boot/conf.c
sys/arch/i386/stand/bootxx/Makefile
sys/arch/i386/stand/bootxx/Makefile.bootxx
sys/arch/i386/stand/bootxx/boot1.c
sys/arch/i386/stand/bootxx/bootxx.S
sys/arch/i386/stand/bootxx/bootxx_ext2fs/Makefile
sys/arch/i386/stand/bootxx/bootxx_minixfs3/Makefile
sys/arch/i386/stand/cdboot/Makefile
sys/arch/i386/stand/lib/biosdisk.c
sys/arch/i386/stand/lib/conio.S
sys/arch/i386/stand/lib/exec.c
sys/arch/i386/stand/lib/libi386.h
sys/arch/i386/stand/lib/menuutils.c
sys/arch/i386/stand/libsa/getopt.c [new file with mode: 0644]
sys/arch/i386/stand/libsa/nfs.c [new file with mode: 0644]
sys/arch/i386/stand/mbr/Makefile.mbr
sys/compat/sys/syslog.h [new file with mode: 0644]
sys/lib/libsa/Makefile
sys/lib/libsa/cd9660.c
sys/lib/libsa/cread.c
sys/lib/libsa/ext2fs.c
sys/lib/libsa/ffsv1.c
sys/lib/libsa/ffsv2.c
sys/lib/libsa/fnmatch.c [new file with mode: 0644]
sys/lib/libsa/globals.c
sys/lib/libsa/lfsv1.c
sys/lib/libsa/lfsv2.c
sys/lib/libsa/ls.c
sys/lib/libsa/minixfs3.c
sys/lib/libsa/minixfs3.h
sys/lib/libsa/stand.h
sys/lib/libsa/ufs.c
sys/sys/Makefile
sys/sys/ansi.h
sys/sys/bitops.h
sys/sys/cdefs.h
sys/sys/cdefs_aout.h
sys/sys/cdefs_elf.h
sys/sys/ctype_inline.h
sys/sys/disklabel.h
sys/sys/errno.h
sys/sys/featuretest.h
sys/sys/mount.h
sys/sys/ptree.h
sys/sys/reboot.h
sys/sys/socket.h
sys/sys/stat.h
sys/sys/syslog.h
sys/sys/tls.h [new file with mode: 0644]
sys/sys/types.h
sys/sys/ucred.h
usr.sbin/installboot/install_master.c
usr.sbin/installboot/minixfs3.c
usr.sbin/mkfs.mfs/mkfs.c