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
/
ether-wake.c
Age
Commit message (
Expand
)
Author
2007-04-12
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
assorted fixes for bugs found with randomconfig
Denis Vlasenko
2007-01-27
ether-wake: remove #warning
Denis Vlasenko
2006-11-27
do not overflow ifr_name. maybe it was safe in some places,
Denis Vlasenko
2006-11-22
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-10-26
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-08-05
scripts/individual now builds 171 applets. Some of them may even work. :)
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-16
Convert setuid/setgid users to xsetuid/xsetgid.
Rob Landley
2006-04-12
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2006-01-25
just whitespace
Tim Riker
2005-07-31
patch by apgo in Bug 345 to not use ether_hostton() with uClibc
Mike Frysinger
2005-05-11
import ether-wake applet by haveaniceday Bug 252
Mike Frysinger