summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigset.c
Commit message (Collapse)AuthorAgeFilesLines
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+0
| | | | is a useless attempt
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-4/+4
| | | | missing headers, other jump relocs removed
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-081-1/+1
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+2
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
|
* update licenses and sync with glibcMike Frysinger2005-11-151-44/+49
|
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-1/+1
| | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me.
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-021-0/+78
longer segfault when running test/signal/sigchld.c, which exposed a bit of a rats nest. The problem ended up being a erroneous syscall defination, but in the process of finding that out, I scrubbed things up nicely and adapted things to use the rt_ signals if they are available. This now passes all the signal tests. -Erik