the bitrig marco_unwind_libc branch has been updated by drahn with 3 new commits:
commit 0d6a1289dcc628a9b13cbc6b452256f088e7d793 diff: https://github.com/bitrig/bitrig/commit/0d6a128 author: Dale Rahn <[email protected]> date: Sat Jan 16 17:42:35 2016 -0500 Switch ld.so tls code to thread_kern_stop instead of bind lock. M libexec/ld.so/tls.c commit 0e26f46029f93e91796adfb6617a96a1803c467b diff: https://github.com/bitrig/bitrig/commit/0e26f46 author: Dale Rahn <[email protected]> date: Sat Jan 16 16:16:53 2016 -0500 Additional fixes. M lib/libc/Symbols.list M lib/libc/arch/amd64/gdtoa/strtold.c M lib/libc/gen/isctype.c M lib/libc/locale/iswctype.c commit 318e0ba57fea4cc45db9e227da0bd7aee75c5dc3 diff: https://github.com/bitrig/bitrig/commit/318e0ba author: guenther <[email protected]> date: Mon Aug 31 02:53:56 2015 +0000 [PATCH] Add framework for resolving (pun intended) libc namespace issues, using wrapper .h files and asm labels to let internal calls resolve directly and not be overridable or use the PLT. Then, apply that framework to most of the functions in stdio.h, string.h, err.h, and wchar.h. Delete the should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here. tests clean on i386, amd64, sparc64, powerpc, and mips64 naming feedback from kettenis@ and millert@ ok kettenis@ M include/err.h M include/stdio.h M lib/libc/Makefile.inc M lib/libc/Symbols.list M lib/libc/arch/amd64/SYS.h M lib/libc/arch/amd64/string/bzero.S M lib/libc/arch/amd64/string/memchr.S M lib/libc/arch/amd64/string/memmove.S M lib/libc/arch/amd64/string/memset.S M lib/libc/arch/amd64/string/strchr.S M lib/libc/arch/amd64/string/strcmp.S M lib/libc/arch/amd64/string/strlen.S M lib/libc/arch/amd64/string/strrchr.S M lib/libc/arch/arm/SYS.h M lib/libc/arch/arm/string/_memcpy.S M lib/libc/arch/arm/string/bcopy.S M lib/libc/arch/arm/string/bzero.S M lib/libc/arch/arm/string/ffs.S M lib/libc/arch/arm/string/memcmp.S M lib/libc/arch/arm/string/memcpy.S M lib/libc/arch/arm/string/memmove.S M lib/libc/arch/arm/string/memset.S M lib/libc/arch/arm/string/strcmp.S M lib/libc/arch/arm/string/strncmp.S M lib/libc/gen/auth_subr.c M lib/libc/gen/authenticate.c M lib/libc/gen/ctermid.c M lib/libc/gen/err.c M lib/libc/gen/errc.c M lib/libc/gen/errx.c M lib/libc/gen/getbsize.c M lib/libc/gen/getnetgrent.c M lib/libc/gen/popen.c M lib/libc/gen/psignal.c M lib/libc/gen/shm_open.c M lib/libc/gen/verr.c M lib/libc/gen/verrc.c M lib/libc/gen/verrx.c M lib/libc/gen/vwarn.c M lib/libc/gen/vwarnc.c M lib/libc/gen/vwarnx.c M lib/libc/gen/warn.c M lib/libc/gen/warnc.c M lib/libc/gen/warnx.c M lib/libc/hidden/stdio.h M lib/libc/hidden/string.h M lib/libc/stdio/asprintf.c M lib/libc/stdio/clrerr.c M lib/libc/stdio/dprintf.c M lib/libc/stdio/fclose.c M lib/libc/stdio/fdopen.c M lib/libc/stdio/feof.c M lib/libc/stdio/ferror.c M lib/libc/stdio/fflush.c M lib/libc/stdio/fgetc.c M lib/libc/stdio/fgetln.c M lib/libc/stdio/fgetpos.c M lib/libc/stdio/fgets.c M lib/libc/stdio/fgetwc.c M lib/libc/stdio/fgetws.c M lib/libc/stdio/fileno.c M lib/libc/stdio/fmemopen.c M lib/libc/stdio/fopen.c M lib/libc/stdio/fprintf.c M lib/libc/stdio/fpurge.c M lib/libc/stdio/fputc.c M lib/libc/stdio/fputs.c M lib/libc/stdio/fputwc.c M lib/libc/stdio/fputws.c M lib/libc/stdio/fread.c M lib/libc/stdio/freopen.c M lib/libc/stdio/fscanf.c M lib/libc/stdio/fseek.c M lib/libc/stdio/fsetpos.c M lib/libc/stdio/ftell.c M lib/libc/stdio/funopen.c M lib/libc/stdio/fwide.c M lib/libc/stdio/fwprintf.c M lib/libc/stdio/fwrite.c M lib/libc/stdio/fwscanf.c M lib/libc/stdio/getc.c M lib/libc/stdio/getchar.c M lib/libc/stdio/getdelim.c M lib/libc/stdio/getline.c M lib/libc/stdio/getw.c M lib/libc/stdio/getwc.c M lib/libc/stdio/getwchar.c M lib/libc/stdio/mktemp.c M lib/libc/stdio/open_memstream.c M lib/libc/stdio/open_wmemstream.c M lib/libc/stdio/perror.c M lib/libc/stdio/printf.c M lib/libc/stdio/putc.c M lib/libc/stdio/putchar.c M lib/libc/stdio/puts.c M lib/libc/stdio/putw.c M lib/libc/stdio/putwc.c M lib/libc/stdio/putwchar.c M lib/libc/stdio/remove.c M lib/libc/stdio/rewind.c M lib/libc/stdio/rget.c M lib/libc/stdio/scanf.c M lib/libc/stdio/setbuf.c M lib/libc/stdio/setbuffer.c M lib/libc/stdio/setvbuf.c M lib/libc/stdio/snprintf.c M lib/libc/stdio/sscanf.c M lib/libc/stdio/swprintf.c M lib/libc/stdio/swscanf.c M lib/libc/stdio/tempnam.c M lib/libc/stdio/tmpfile.c M lib/libc/stdio/tmpnam.c M lib/libc/stdio/ungetc.c M lib/libc/stdio/ungetwc.c M lib/libc/stdio/vasprintf.c M lib/libc/stdio/vdprintf.c M lib/libc/stdio/vfprintf.c M lib/libc/stdio/vfscanf.c M lib/libc/stdio/vfwprintf.c M lib/libc/stdio/vfwscanf.c M lib/libc/stdio/vprintf.c M lib/libc/stdio/vscanf.c M lib/libc/stdio/vsnprintf.c M lib/libc/stdio/vsscanf.c M lib/libc/stdio/vswprintf.c M lib/libc/stdio/vswscanf.c M lib/libc/stdio/vwprintf.c M lib/libc/stdio/vwscanf.c M lib/libc/stdio/wbuf.c M lib/libc/stdio/wprintf.c M lib/libc/stdio/wscanf.c M lib/libc/string/bcmp.c M lib/libc/string/bcopy.c M lib/libc/string/bzero.c M lib/libc/string/explicit_bzero.c M lib/libc/string/ffs.c M lib/libc/string/memccpy.c M lib/libc/string/memchr.c M lib/libc/string/memcmp.c M lib/libc/string/memcpy.c M lib/libc/string/memmem.c M lib/libc/string/memmove.c M lib/libc/string/memrchr.c M lib/libc/string/memset.c M lib/libc/string/stpncpy.c M lib/libc/string/strcasecmp.c M lib/libc/string/strcasestr.c M lib/libc/string/strchr.c M lib/libc/string/strcmp.c M lib/libc/string/strcoll.c M lib/libc/string/strcspn.c M lib/libc/string/strdup.c M lib/libc/string/strerror.c M lib/libc/string/strerror_r.c M lib/libc/string/strlcat.c M lib/libc/string/strlcpy.c M lib/libc/string/strlen.c M lib/libc/string/strmode.c M lib/libc/string/strncat.c M lib/libc/string/strncmp.c M lib/libc/string/strncpy.c M lib/libc/string/strndup.c M lib/libc/string/strnlen.c M lib/libc/string/strpbrk.c M lib/libc/string/strrchr.c M lib/libc/string/strsep.c M lib/libc/string/strsignal.c M lib/libc/string/strspn.c M lib/libc/string/strstr.c M lib/libc/string/strtok.c M lib/libc/string/strxfrm.c M lib/libc/string/timingsafe_bcmp.c M lib/libc/string/timingsafe_memcmp.c M libexec/ld.so/Makefile
