summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/sys/Ovfork.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-57/+0
| | | | lots of agreement.
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-101-5/+6
| | | | | | | | | | 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@
* Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2015-03-311-9/+1
| | | | | | | for a long time, so there's no need to test the second return register here in the asm stub. ok and testing of many archs by krw@ miod@
* VAX ELF userland bits. Consists mostly of register prefix additions.miod2013-07-051-9/+9
|
* Use _C_LABEL when appropriate.miod2008-05-211-2/+2
|
* zap rcsid.espie2005-08-071-5/+1
| | | | okay deraadt@ (tested them all)
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Fix the syscall wrappers name generation in, so that libc_r gets themiod2001-08-231-2/+2
| | | | | | correct entry points and programs can link to it. I would have commited this later, but fgs@ insisted.
* ENTRY takes 2 args nowadaysniklas1998-05-171-2/+2
|
* Fix RCS idstholo1996-08-191-4/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+72