| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-07 | 1 | -1/+1 |
|\ |
|
| * | runsv: robustify signal handling - SIGTERM to child between vfork and exec co... | Denys Vlasenko | 2021-06-05 | 1 | -1/+1 |
* | | win32: code shrink | Ron Yorston | 2021-02-06 | 1 | -0/+2 |
|/ |
|
* | inetd: suppress aliasing warning | Denys Vlasenko | 2018-12-08 | 1 | -2/+2 |
* | suppress gcc 8 aliasing warnings | Denys Vlasenko | 2018-12-08 | 1 | -0/+10 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+0 |
* | libbb: correctness/size tweaks in signal-related helpers | Denys Vlasenko | 2012-09-27 | 1 | -3/+3 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | init: preparatory patch, no code changes | Denis Vlasenko | 2009-01-31 | 1 | -1/+1 |
* | runsvd: shrink by Vladimir | Denis Vlasenko | 2008-09-11 | 1 | -0/+8 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -10/+10 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
* | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko | 2008-03-17 | 1 | -10/+8 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 1 | -1/+27 |
* | nc: remove a bit of bloat | Denis Vlasenko | 2008-03-12 | 1 | -6/+1 |
* | actually add bb_qsort.c | Denis Vlasenko | 2008-03-02 | 1 | -1/+1 |
* | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko | 2008-02-24 | 1 | -0/+14 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 1 | -0/+80 |