aboutsummaryrefslogtreecommitdiffstats
path: root/src/signal_check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-3/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-181-1/+1
* signal_check: [trivial] make __caught_signals array staticEric Wong2006-09-151-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-12/+12
* Initialize sigaction.sa_mask to an empty set in a few places we forgot toJ. Alexander Treuman2006-07-181-0/+1
* sparse: replace 0 (integer) usage with NULL where appropriateEric Wong2006-07-171-1/+2
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-021-2/+0
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* add copyright notices to new filesWarren Dukes2004-04-131-0/+19
* when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes2004-04-131-1/+3
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-111-0/+38