index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ether-wake.c
Age
Commit message (
Expand
)
Author
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2011-06-10
*: simplify Ethernet header includes
Dan Fandrich
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-03-23
udhcp: handle errors in read_staticlease
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-08-30
ethr-wake: can use ether_hostton on uclibc >= 0.9.30
Denys Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-16
ether-wake: save a few more bytes of code
Denis Vlasenko
2007-04-16
ether-wake: close bug 1317. Reorder fuctions to avoid
Denis Vlasenko
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