aboutsummaryrefslogtreecommitdiffstats
path: root/src/signal_check.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman1-1/+1
2006-09-15signal_check: [trivial] make __caught_signals array staticEric Wong1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-12/+12
2006-07-18Initialize sigaction.sa_mask to an empty set in a few places we forgot toJ. Alexander Treuman1-0/+1
2006-07-17sparse: replace 0 (integer) usage with NULL where appropriateEric Wong1-1/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes1-2/+0
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13add copyright notices to new filesWarren Dukes1-0/+19
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes1-1/+3
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-0/+38