- ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
- fd4b61d - add needed includes and include busybox.h needed for the ATTRIBUTE define. by Bernhard Reutner-Fischer · 19 years ago
- f1bd42a - correct typo by Bernhard Reutner-Fischer · 19 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
- a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
- 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 19 years ago
- d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
- fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
- 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 19 years ago
- df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
- 39a9fdd - fix typo by Bernhard Reutner-Fischer · 19 years ago
- 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- cbd1c85 Kill off some unused code that was wasting several k, as noticed by by Eric Andersen · 19 years ago
- 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
- 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
- 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
- b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
- d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
- 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
- eedd1be - remove warning about redeclaration of __constant_htons by Bernhard Reutner-Fischer · 19 years ago
- d1d23a6 - mark argument who of print_route as unused. by Bernhard Reutner-Fischer · 19 years ago
- 483027f Patch from dlively (whoever that is, see bug 591) to fix by Rob Landley · 19 years ago
- 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
- ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
- 1d62d3b - make libiproute compile.. by Bernhard Reutner-Fischer · 19 years ago
- 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
- 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
- 5dc0cee applying fix for: 0000203: 'ip route flush cache' not implemented by Paul Fox · 19 years ago
- 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
- 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 20 years ago
- 7daa076 egor duda writes: by Eric Andersen · 20 years ago
- 4014ab1 Set default command to list rather than get, its default behaviour now by Glenn L McGrath · 20 years ago
- 6c8161d Steve Grubb writes: by Eric Andersen · 21 years ago
- f71ad6c Thomas Koeller writes: by Eric Andersen · 21 years ago
- 36c7478 Fix up conditional compile of files needed by ip applets by Glenn L McGrath · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 1a834be Use proper C99 types by Eric Andersen · 21 years ago
- 1a773a6 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
- 08dea3e "This function was not updating the argc and argv pointers to reflect by Glenn L McGrath · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- feb283a On second thought, this is a better way to fix things by Eric Andersen · 21 years ago
- 9059e3a Don't use Linux kernel headers -Erik by Eric Andersen · 21 years ago
- 0f08e53 Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
- fbf0b8a iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
- 496411b Don't use HZ -- use sysconf(_SC_CLK_TCK) by Eric Andersen · 22 years ago
- 66a3af9 This seems sufficient for ifup and ifdown to actually work by Eric Andersen · 22 years ago
- d8fdf0c Fix a typo that broke it so busybox won't build by Eric Andersen · 22 years ago
- 5cc9ada header update by Glenn L McGrath · 22 years ago
- ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 22 years ago
- 8004bb7 Eliminate use of kernel header file -Erik by Eric Andersen · 22 years ago
- d66370c Option to allow ifupdown use ip commands instead of ifconfig, add flush by Glenn L McGrath · 22 years ago
- ea2a106 fixes for ia64 by Glenn L McGrath · 22 years ago
- 275be87 Only included headers that are used. by Glenn L McGrath · 22 years ago
- 1e132dd fix warning by Glenn L McGrath · 22 years ago
- 84cc4e7 undefine sysinfo to prevent breakage on ia64 by Glenn L McGrath · 22 years ago
- 2626ef6 Use compare_string_array in ipaddress to save a few bytes, minor cleanups by Glenn L McGrath · 22 years ago
- 18eae00 Save a few more bytes by Glenn L McGrath · 22 years ago
- c82f232 Save a hundred bytes or so on the do_iproute function by Glenn L McGrath · 22 years ago
- f112daa Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank by Glenn L McGrath · 22 years ago
- 82d2cd4 Clean up error messages by Glenn L McGrath · 22 years ago
- 1b0813a Minor error messages changes by Glenn L McGrath · 22 years ago
- d4de975 Cleanup error messages by Glenn L McGrath · 22 years ago
- 8b60244 Cleanup error messages by Glenn L McGrath · 22 years ago
- e3e2a7b Syntax error by Glenn L McGrath · 22 years ago
- 1652855 Style, error_msg by Glenn L McGrath · 22 years ago
- 9048ae5 Use standard error messages by Glenn L McGrath · 22 years ago
- df72536 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
- 50c00f4 Use error_msg_and_die, style by Glenn L McGrath · 22 years ago
- 5780adb Patch from Bastian Blank: by Eric Andersen · 22 years ago
- 8ae7501 Only compile the files in this dir if the IP applet is enabled by Glenn L McGrath · 22 years ago
- 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago