aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/signalpipe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix gcc-11.0 warningsDenys Vlasenko2021-04-141-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* dhcp: get rid of static data signal_pipeDenys Vlasenko2019-05-311-9/+22
* udhcpd: fix "not dying on SIGTERM"Denys Vlasenko2018-03-101-5/+6
* udhcp: use poll() instead of select()Denys Vlasenko2017-02-161-10/+11
* udhcp: do not clobber errno by signal handlerDenys Vlasenko2017-02-161-0/+2
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-261-7/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-261-3/+3
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-3/+5
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-10/+10
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-221-1/+1
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-4/+4
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-6/+7
* udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...Denis Vlasenko2007-05-241-1/+3
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-9/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* add back in udhcp supportMike Frysinger2006-05-081-0/+84
* remove in place of external linkMike Frysinger2006-03-231-78/+0
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-0/+78