Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __tfork() needs to set the stack address of the new thread in the kernel, | 2012-06-21 | 1 | -5/+4 | |
| | | | | | | | | | so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@ | ||||
* | remove rfork(); ok guenther miod | 2012-04-12 | 1 | -36/+0 | |
| | |||||
* | Move __tfork_thread() from rthreads (libpthread) to libc so that | 2012-03-22 | 1 | -0/+57 | |
| | | | | | | it can be used for not-strictly-threading purposes ok matthew@ kurt@ | ||||
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | 2011-04-04 | 1 | -3/+5 | |
| | | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@ | ||||
* | zap rcsid. | 2005-08-07 | 13 | -78/+13 | |
| | | | | okay deraadt@ (tested them all) | ||||
* | Rename curbrk to __curbrk on alpha to avoid namespace pollution. | 2002-10-06 | 2 | -9/+9 | |
| | |||||
* | Rename cerror to __cerror on alpha to avoid namespace pollution. | 2002-10-06 | 1 | -4/+4 | |
| | |||||
* | rfork() needs a fork.S-like stub as well; ok art | 2002-02-17 | 1 | -0/+41 | |
| | |||||
* | SYSLEAF, not LEAF. shared libc_r builds now on alpha. | 2001-06-13 | 1 | -3/+3 | |
| | |||||
* | replacement pipe() system call; copies data into place inside kernel, so | 1999-06-07 | 1 | -43/+0 | |
| | | | | that EFAULT return value is possible | ||||
* | END -> SYSEND (typo fix) | 1999-02-04 | 1 | -3/+3 | |
| | |||||
* | mi ptrace | 1999-02-01 | 1 | -45/+0 | |
| | |||||
* | _THREAD_SAFE; nominal testing by fries | 1999-01-06 | 6 | -20/+20 | |
| | |||||
* | generate reboot.o like other system calls | 1996-12-11 | 1 | -41/+0 | |
| | |||||
* | Merge to NetBSD, added RCSids | 1996-11-13 | 15 | -28/+73 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 15 | -30/+75 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | from cgd@netbsd; be more conservative when setting the gp | 1995-12-14 | 2 | -4/+6 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 15 | -0/+575 | |