summaryrefslogtreecommitdiffstats
path: root/libc/signal/sysv_signal.c
Commit message (Expand)AuthorAgeFilesLines
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-4/+2
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-4/+1
* revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ...Peter S. Mazinger2006-01-151-1/+2
* get rid of duplicates, even bsd_signal is questionablePeter S. Mazinger2006-01-141-3/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+1
* 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
* update licenses and sync with glibcMike Frysinger2005-11-151-23/+29
* use X/Open __sysv_signal name, then use the weak name for sysv_signalEric Andersen2002-02-051-2/+2
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-021-24/+22
* Fix support for sysv style signalsEric Andersen2001-11-211-0/+58