Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adapt the NetBSD code to make sigpending work on sh | 2012-07-03 | 1 | -2/+6 | |
| | | | | ok miod@ kettenis@ | ||||
* | __tfork() needs to set the stack address of the new thread in the kernel, | 2012-06-21 | 1 | -4/+3 | |
| | | | | | | | | | 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 | -32/+0 | |
| | |||||
* | Move __tfork_thread() from rthreads (libpthread) to libc so that | 2012-03-22 | 1 | -0/+61 | |
| | | | | | | 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@ | ||||
* | Dont double fork, and since the assembles the same, use -1, instead of 0xff | 2006-11-03 | 1 | -6/+2 | |
| | | | | to subtract one. | ||||
* | Preliminary userland bits for OpenBSD/landisk, many things coming from | 2006-10-10 | 12 | -0/+698 | |
NetBSD. |