summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43/sigcompat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sigsetmask() and sigblock() are no longer used by any setjmp implementationguenther2016-09-261-2/+0
| | | | | so the internal hidden names are unused; switch to PROTO_DEPRECATED() and drop the DEF_WEAK()s
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-3/+5
| | | | | | | | | 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@
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-131-0/+2
| | | | | | | the ASM *setjmp implementations. Skip the PLT when calling them on amd64 (other archs to do this after testing) ok miod@
* Move to the <limits.h> universe.deraadt2015-01-161-1/+0
| | | | review by millert, binary checking process with doug, concept with guenther
* zap remaining rcsid.espie2005-08-081-4/+0
| | | | | | Kill old files that are no longer compiled. okay theo
* ansification; checked by pvalderaadt2003-06-111-10/+5
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+90