summaryrefslogtreecommitdiff
path: root/libbb/signals.c
Commit message (Expand)AuthorAgeFilesLines
* inetd: suppress aliasing warningDenys Vlasenko2018-12-081-2/+2
* suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-081-0/+10
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2012-09-271-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-1/+1
* runsvd: shrink by VladimirDenis Vlasenko2008-09-111-0/+8
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-10/+10
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-10/+8
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-1/+27
* nc: remove a bit of bloatDenis Vlasenko2008-03-121-6/+1
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-0/+14
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-0/+80