CVS commit: src/lib/libc/tls

2018-07-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 13 19:50:22 UTC 2018 Modified Files: src/lib/libc/tls: tls.c Log Message: Determine dynamic binaries by presence of PT_INTERP. Static PIE has _DYNAMIC. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/l

CVS commit: src/lib/libc/tls

2011-03-18 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Mar 18 14:56:01 UTC 2011 Modified Files: src/lib/libc/tls: tls.c Log Message: It would be nice if lint knew that abort() will never return. For now just insert a /* NOTREACHED */ comment to fix the build failure. To generate a d

CVS commit: src/lib/libc/tls

2011-03-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 17 22:13:58 UTC 2011 Modified Files: src/lib/libc/tls: tls.c Log Message: Appease the hppa linker. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/tls/tls.c Please note that diffs are not public

CVS commit: src/lib/libc/tls

2011-03-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Mar 12 07:52:37 UTC 2011 Modified Files: src/lib/libc/tls: tls.c Log Message: Use __lwp_settcb if available. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/tls/tls.c Please note that diffs are not pu

CVS commit: src/lib/libc/tls

2011-03-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Mar 9 23:50:41 UTC 2011 Modified Files: src/lib/libc/tls: tls.c Log Message: Define namespace remap macros before including sys/tls.h. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/tls/tls.c Pleas