Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We are done providing support for the vax. | 2016-03-09 | 1 | -68/+0 | |
| | | | | lots of agreement. | ||||
* | Adds hidden _libc_FOO aliases for the system call stubs. | 2015-09-10 | 1 | -1/+2 | |
| | | | | | | | | | | Stop generating _brk and _sbrk symbols: they've already been hidden. Set the ELF symbol size on the syscall stubs. Give the __{min,cur}brk symbols a size and type, and hide more jump labels. alpha, arm, m88k, sh, sparc, and vax assistance miod@ hppa assistance kettenis@ ok deraadt@ miod@ | ||||
* | VAX ELF userland bits. Consists mostly of register prefix additions. | 2013-07-05 | 1 | -8/+8 | |
| | |||||
* | __tfork() needs to set the stack address of the new thread in the kernel, | 2012-06-21 | 1 | -9/+7 | |
| | | | | | | | | | 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@ | ||||
* | Move __tfork_thread() from rthreads (libpthread) to libc so that | 2012-03-22 | 1 | -0/+69 | |
it can be used for not-strictly-threading purposes ok matthew@ kurt@ |