summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/sys/tfork_thread.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-68/+0
| | | | lots of agreement.
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-101-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.miod2013-07-051-8/+8
|
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-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 thatguenther2012-03-221-0/+69
it can be used for not-strictly-threading purposes ok matthew@ kurt@