Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
b386c1c614a94b847da7d059367bc9d4fcb33f14
/
networking
/
ether-wake.c
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
4daad90
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
fb79a2e
xioctl and friends by Tito <farmatito@tiscali.it>
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
517d1aa
ether-wake: save a few more bytes of code
by Denis Vlasenko
· 18 years ago
198714c
ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it
by Denis Vlasenko
· 18 years ago
b290889
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit.
by Bernhard Reutner-Fischer
· 18 years ago
febe3c4
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
by Bernhard Reutner-Fischer
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
4c97863
assorted fixes for bugs found with randomconfig
by Denis Vlasenko
· 18 years ago
6912ea1
ether-wake: remove #warning
by Denis Vlasenko
· 18 years ago
229b3d2
do not overflow ifr_name. maybe it was safe in some places,
by Denis Vlasenko
· 18 years ago
48237b0
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
by Denis Vlasenko
· 18 years ago
89f0b34
rodata cleanup. "unable to" == "cannot". -300 bytes
by Denis Vlasenko
· 18 years ago
c6f188d
silly size savings and capitalization fixes
by Denis Vlasenko
· 18 years ago
e1a0d48
message string changes, mostly for consistency, also -32 bytes in .rodata
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
affb7a6
scripts/individual now builds 171 applets. Some of them may even work. :)
by Rob Landley
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
afb94ec
Convert setuid/setgid users to xsetuid/xsetgid.
by Rob Landley
· 18 years ago
dac7ff1
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
by Bernhard Reutner-Fischer
· 19 years ago
c1ef7bd
just whitespace
by Tim Riker
· 19 years ago
d84a35f
patch by apgo in Bug 345 to not use ether_hostton() with uClibc
by Mike Frysinger
· 19 years ago
b662f0d
import ether-wake applet by haveaniceday Bug 252
by Mike Frysinger
· 20 years ago