- fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
- ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- e747f62 - mark TODO: use index_in_str_array() by Bernhard Reutner-Fischer · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
- 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
- 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
- 2a86a61 ifup/ifdown: make location of ifstate configurable by Denis Vlasenko · 17 years ago
- a483691 ifupdown: kill -TERM is default, so drop -TERM by Denis Vlasenko · 17 years ago
- 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- f92df58 ifupdown: small optimization (avoid doing useless work if we are by Denis Vlasenko · 18 years ago
- eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 18 years ago
- bd100b7 ifupdown: reread state file before rewriting it. by Denis Vlasenko · 18 years ago
- 16deb86 - very minor size tweak. by Bernhard Reutner-Fischer · 18 years ago
- 2b52b27 ifupdown: do not complain if !/var/run/ifstate by Denis Vlasenko · 18 years ago
- 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
- c115fdb ifupdown: code to deconstruct the state_list gracefully by Denis Vlasenko · 18 years ago
- 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
- ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
- b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
- 2375d75 ifupdown: do not print and/or execute empty commands (""). by Denis Vlasenko · 18 years ago
- 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 18 years ago
- fcfe834 ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations by Denis Vlasenko · 18 years ago
- 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
- a741b77 ifupdown: by Denis Vlasenko · 18 years ago
- 93ad1c2 ifupdown: save some 100+ bytes of code in addstr() by Denis Vlasenko · 18 years ago
- 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
- d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
- 4e33e07 strip -> $(STRIP); fix "unused variable" warning by Denis Vlasenko · 18 years ago
- 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
- f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
- c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 1c3577f ifupdown: Debian users contributed improvement to it by Denis Vlasenko · 18 years ago
- 06b543b ifupdown: make dhcp start/stop scripts user configurable by Denis Vlasenko · 18 years ago
- 2f4399c ifupdown: fix for standalone shell; removed hardcoded PATH by Denis Vlasenko · 18 years ago
- 0534125 ifupdown: style cleanup, no code changes by Denis Vlasenko · 18 years ago
- 7f1f5b0 ifupdown: getopt_ulflags'ification. by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
- b049c0e only enable count_bit functions when actually needed to fix warning reported by Bernhard Fischer by Mike Frysinger · 18 years ago
- a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
- 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
- a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
- b0a2d6c Remove code for protocols we don't properly support. (Most of this could by Rob Landley · 19 years ago
- 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
- a35886c Fix from Glenn McGrath. by Rob Landley · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 12c2429 Fixup to make warnings from the last patch go away. by Rob Landley · 19 years ago
- e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
- e813ddb Cleanup from Glenn McGrath. by Rob Landley · 19 years ago
- 4217bab Patch from Glenn McGrath to remove code that opens a file but does nothing by Rob Landley · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- d42ef28 - several functions depend on IPv4 or IPv6 od IPX support. by Bernhard Reutner-Fischer · 19 years ago
- 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- bee9eb1 - rename llist_add_to.c to llist.c by Bernhard Reutner-Fischer · 19 years ago
- e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
- 70a5a1a Do not attempt to free() the application's environment, which is was by Eric Andersen · 20 years ago
- 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
- 42e3b00 Only define a local environ when not using the prototype from unistd.h by Eric Andersen · 20 years ago
- d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
- 15b5885 use SIGTERM to kill off udhcpd, not SIGKILL by Eric Andersen · 20 years ago
- 373bc1e As noted by Eric Spakman, calling static_down() and then calling by Eric Andersen · 20 years ago
- 7f8bcbe add missing ; by Eric Andersen · 20 years ago 1_00_rc2
- b2a3005 bother. unrevert my fix. by Eric Andersen · 20 years ago
- ac59425 Make certain that udhcp shuts down the interface by Eric Andersen · 20 years ago
- 29128cd oops by Eric Andersen · 20 years ago
- 06e62fd Make certain that udhcp shuts down the interface by Eric Andersen · 20 years ago
- 4d405bb Patch from Manousaridis Angelos to bring dhclient down more elegently by Glenn L McGrath · 20 years ago
- 0177ce1 Patch from Mike Snitzer to fix return codes. by Glenn L McGrath · 20 years ago
- 469a1ea Patch from Mike Snitzer, bring down dhclient using its correct pid, fix by Glenn L McGrath · 20 years ago
- 5e136f2 Prevent "`bootp_down' was declared implicitly `extern' and later `static'" warning by Eric Andersen · 20 years ago
- fe9b9cd Paul Fox writes: by Eric Andersen · 20 years ago
- c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
- 238e354 Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 658f8b1 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
- eb213bd As vodz just pointed out, I screwup up the call to bb_xasprintf! by Eric Andersen · 21 years ago 1_00_pre3
- 51ed242 Invoke run-parts on /etc/network/if-*.d per the behavior of by Eric Andersen · 21 years ago
- dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
- 62b031f label's dont work in v4 tunnels, patch by Eric Spakman by Glenn L McGrath · 21 years ago
- fdd2a0f Eric Spakman writes: by Eric Andersen · 21 years ago
- 76097ed Eric Spakman writes: by Eric Andersen · 21 years ago
- c663ab0 Match up interfaces by Eric Andersen · 21 years ago
- 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
- 8a93179 Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
- 3c8bca3 Fixup whitespace handing, fixing some annoying behavior and by Eric Andersen · 21 years ago
- 233b170 Patch from Lars Kellogg-Stedman, lars at larsshack.org, to by Eric Andersen · 22 years ago
- 2894266 Patch from David Updegraff to avoid corrupting memory while parsing the by Eric Andersen · 22 years ago
- 8320b42 Yet another rather large face lift. It now works for me as expected. -Erik by Eric Andersen · 22 years ago