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 | -44/+0 | |
| | |||||
* | Move __tfork_thread() from rthreads (libpthread) to libc so that | 2012-03-22 | 1 | -0/+94 | |
| | | | | | | it can be used for not-strictly-threading purposes ok matthew@ kurt@ | ||||
* | Switch sigreturn() to the normal syscall entry instead of int$80. | 2011-09-05 | 1 | -2/+2 | |
| | | | | | | This was done for the sigreturn call in sigcode before 5.0. ok deraadt@ for post-5.0 | ||||
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | 2011-04-04 | 1 | -2/+4 | |
| | | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@ | ||||
* | The int (32bit) argument must be sign extended on the 64 bit amd64 before | 2006-05-09 | 1 | -3/+5 | |
| | | | | the add. ok miod@, toby@. olrite mickey@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2005-12-13 | 11 | -66/+22 | |
| | | | | | rescinded 22 July 1999. Checked by ian@ and deraadt@ | ||||
* | Define OSYSCALL* macros, as their SYSCALL* counterparts, but using the | 2004-02-22 | 1 | -2/+2 | |
| | | | | | | | | | int 0x80 mechanism; and use OSYSCALL for sigreturn() as done in the sigcode. Naming borrowed from NetBSD. ok deraadt@ | ||||
* | errno is int, not long; tracked down by otto@ | 2004-02-18 | 1 | -4/+4 | |
| | | | | ok deraadt@ | ||||
* | correct syscall() stub; fixes perl and vi.recover | 2004-02-11 | 1 | -2/+3 | |
| | |||||
* | Fix PIC cerror. ok miod@ mickey@ | 2004-02-10 | 1 | -2/+3 | |
| | |||||
* | CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@ | 2004-02-10 | 2 | -12/+14 | |
| | |||||
* | masks are only 32 bits on openbsd | 2004-02-09 | 1 | -2/+2 | |
| | |||||
* | things for amd64; from art@ | 2004-01-28 | 12 | -0/+735 | |