| Commit message (Expand) | Author | Age | Files | Lines |
* | inetd: check if RPC is available | Bernhard Reutner-Fischer | 2011-06-15 | 1 | -2/+5 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -2/+1 |
* | inetd: add FIXMEs | Denys Vlasenko | 2011-05-12 | 1 | -0/+5 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+11 |
* | libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. | Denys Vlasenko | 2011-04-07 | 1 | -2/+2 |
* | inetd: if argv[0] is not specified, set it to program name | Mike Frysinger | 2010-11-22 | 1 | -0/+6 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -1/+1 |
* | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 1 | -1/+1 |
* | remove recently added erroneous _and_die() | Denys Vlasenko | 2010-06-27 | 1 | -1/+1 |
* | *: make exec failure message more consistent | Denys Vlasenko | 2010-06-25 | 1 | -1/+1 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 1 | -1/+1 |
* | libbb: robustify isXXXX(). +39 bytes | Denys Vlasenko | 2009-11-18 | 1 | -3/+2 |
* | inetd: comment tweak. no code changes | Denys Vlasenko | 2009-09-04 | 1 | -3/+3 |
* | inetd: be more careful with syslog socket; other small fixes | Denys Vlasenko | 2009-09-04 | 1 | -7/+18 |
* | inetd: comment why we redirect stderr to network | Denys Vlasenko | 2009-06-05 | 1 | -3/+6 |
* | *: add FAST_FUNC to function ptrs where it makes sense | Denys Vlasenko | 2009-06-05 | 1 | -22/+22 |
* | inetd: constify data | Denis Vlasenko | 2009-04-22 | 1 | -1/+1 |
* | *: remove LOG_NOWAIT | Denis Vlasenko | 2009-03-11 | 1 | -1/+1 |
* | docs/logging_and_backgrounding.txt: new mini-doc | Denis Vlasenko | 2009-03-11 | 1 | -1/+1 |
* | inetd: fix a case when we have zero services | Denis Vlasenko | 2008-11-05 | 1 | -6/+13 |
* | inetd: use config parser. by Vladimir | Denis Vlasenko | 2008-09-30 | 1 | -87/+36 |
* | inetd: do not trash errno in signal handlers; | Denis Vlasenko | 2008-07-22 | 1 | -13/+20 |
* | - very minor shrinkage (-9b) | Bernhard Reutner-Fischer | 2008-07-17 | 1 | -4/+4 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -11/+11 |
* | revert last two commits. vfork cannot be used in subroutine, | Denis Vlasenko | 2008-07-01 | 1 | -1/+1 |
* | *: introduce and use xfork() | Denis Vlasenko | 2008-07-01 | 1 | -1/+1 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -5/+5 |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 1 | -2/+2 |
* | inetd: small shrink for NOMMU case | Denis Vlasenko | 2008-03-29 | 1 | -9/+14 |
* | *: whitespace fixes, no code changes | Denis Vlasenko | 2008-03-24 | 1 | -2/+2 |
* | inetd: use change_identity(). | Denis Vlasenko | 2008-03-20 | 1 | -7/+6 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 1 | -7/+15 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -2/+2 |
* | tcpsvd,udpsvd: make them NOMMU-capable | Denis Vlasenko | 2008-03-17 | 1 | -41/+60 |
* | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko | 2008-03-17 | 1 | -11/+11 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 1 | -6/+6 |
* | nc: remove a bit of bloat | Denis Vlasenko | 2008-03-12 | 1 | -107/+151 |
* | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko | 2008-03-12 | 1 | -1006/+768 |
* | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko | 2008-02-24 | 1 | -1/+1 |
* | *: tidy up usage of char **environ | Denis Vlasenko | 2008-01-28 | 1 | -3/+0 |
* | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko | 2008-01-02 | 1 | -1/+1 |
* | save a bit of code with *strchrnul = '\0' trick | Denis Vlasenko | 2007-12-26 | 1 | -5/+1 |
* | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko | 2007-11-18 | 1 | -15/+0 |
* | inetd: revert bogus fix for bug 1562; shrink inetd a bit | Denis Vlasenko | 2007-11-12 | 1 | -35/+15 |
* | telnet: use poll, it's shorter | Denis Vlasenko | 2007-11-06 | 1 | -1/+2 |
* | inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) | Denis Vlasenko | 2007-10-30 | 1 | -16/+14 |
* | vi: don't wait 50 ms before reading ESC sequences | Denis Vlasenko | 2007-10-11 | 1 | -2/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | inetd: move struct fields around -> save .25 k of code | Denis Vlasenko | 2007-09-26 | 1 | -6/+8 |