Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a Thread Information Block in both single and multi-threaded programs. | 2016-05-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | This stores errno, the cancelation flags, and related bits for each thread and is allocated by ld.so or libc.a. This is an ABI break from 5.9-stable! Make libpthread dlopen'able by moving the cancelation wrappers into libc and doing locking and fork/errno handling via callbacks that libpthread registers when it first initializes. 'errno' *must* be declared via <errno.h> now! Clean up libpthread's symbol exports like libc. On powerpc, offset the TIB/TCB/TLS data from the register per the ELF spec. Testing by various, particularly sthen@ and patrick@ ok kettenis@ | ||||
* | Simplify fork/vfork logic: the kernel has handled returning zero in the child | 2015-03-31 | 1 | -5/+2 | |
| | | | | | | | for a long time, so there's no need to test the second return register here in the asm stub. ok and testing of many archs by krw@ miod@ | ||||
* | zap rcsid. | 2005-08-07 | 1 | -6/+1 | |
| | | | | okay deraadt@ (tested them all) | ||||
* | _THREAD_SAFE; nominal testing by fries | 1999-01-06 | 1 | -3/+3 | |
| | |||||
* | Merge to NetBSD, added RCSids | 1996-11-13 | 1 | -1/+4 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -2/+5 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+35 | |