index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
signalpipe.c
Age
Commit message (
Expand
)
Author
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-05-31
dhcp: get rid of static data signal_pipe
Denys Vlasenko
2018-03-10
udhcpd: fix "not dying on SIGTERM"
Denys Vlasenko
2017-02-16
udhcp: use poll() instead of select()
Denys Vlasenko
2017-02-16
udhcp: do not clobber errno by signal handler
Denys Vlasenko
2010-03-26
udhcp: cosmetic cleanups; one case of s/full_read/xread/
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2008-09-26
dhcp: add FAST_FUNC as appropriate. -160 bytes.
Denis Vlasenko
2008-02-16
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2007-11-22
udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...
Denis Vlasenko
2007-09-30
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-05-26
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2007-05-24
udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2004-04-14
Larry Doolittle writes:
Eric Andersen
2003-12-18
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Russ Dill