summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/sys/sigprocmask.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-51/+0
| | | | lots of agreement.
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-3/+3
| | | | | | | | | into libc, and move pthread_sigmask() as well (just a trivial wrapper). This provides consistent handling of SIGTHR between single- and multi-threaded programs and is a step in the merge of all the libpthread overloads, providing some ASM and Makefile bits that the other wrappers will need. ok deraadt@ millert@
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-101-6/+7
| | | | | | | | | | 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-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.
* Rename cerror to __cerror and curbrk to __curbrk, to avoid namespacemiod2002-11-051-2/+2
| | | | pollution. Conforming to art@'s evil plans.
* 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/+58