index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
dhcp.c
Age
Commit message (
Expand
)
Author
2019-02-23
Bumper typo cleanup.
Elliott Hughes
2019-01-22
Whitespace: remove tabs from indentation.
Elliott Hughes
2018-12-21
Fix UDP checksum verification error.
Elliott Hughes
2016-08-04
Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
Rob Landley
2015-11-03
dhcp leanup: remove flag_get() and flag_chk()
Rob Landley
2015-01-01
Switch a lot of strncpy() calls to xstrncpy().
Rob Landley
2015-01-01
strncpy(optptr, hname, strlen(hname)) is really just strcpy().
Rob Landley
2014-07-20
Isaac Dunham spotted that dhcp was also reimplementing daemon().
Rob Landley
2014-05-31
Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...
Rob Landley
2014-05-21
dhcp client had a segfault, when DHCP message contained 'pad' option.
Ashwini Sharma
2013-11-02
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...
Rob Landley
2013-09-03
Convert dhcp/dhcpd from utoa() to sprintf().
Rob Landley
2013-08-14
DHCP client and server, from Ashwini Sharma.
Rob Landley