introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
[oweals/busybox.git] / networking / libiproute /
2005-10-26 Bernhard Reutner... * uniq.c: remove unneeded include and use short boiler...
2005-10-08 Bernhard Reutner... - make libiproute compile..
2005-09-22 "Vladimir N. Oleynik"network "default" --> bb_INET_default. Reduce 2 exporte...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-20 Paul Foxapplying fix for:
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2004-10-08 Eric Andersenegor duda writes:
2004-08-11 Glenn L McGrathSet default command to list rather than get, its defaul...
2004-05-05 Eric AndersenSteve Grubb writes:
2004-04-26 Eric AndersenThomas Koeller writes:
2004-04-12 Glenn L McGrathFix up conditional compile of files needed by ip applets
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse proper C99 types
2003-12-19 Eric AndersenManousaridis Angelos writes:
2003-08-29 Glenn L McGrath"This function was not updating the argc and argv point...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenOn second thought, this is a better way to fix things
2003-07-14 Eric AndersenDon't use Linux kernel headers
2003-06-20 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-04-26 Glenn L McGrathiPatch from waldi, fixes usage of ip route flush (from...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-15 Glenn L McGrathPatch from Bastian Blank
2003-02-12 Eric AndersenDon't use HZ -- use sysconf(_SC_CLK_TCK)
2003-01-27 Eric AndersenThis seems sufficient for ifup and ifdown to actually...
2003-01-22 Eric AndersenFix a typo that broke it so busybox won't build
2003-01-21 Glenn L McGrathheader update
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2003-01-14 Eric AndersenEliminate use of kernel header file
2003-01-13 Glenn L McGrathOption to allow ifupdown use ip commands instead of...
2003-01-05 Glenn L McGrathfixes for ia64
2002-12-16 Glenn L McGrathOnly included headers that are used.
2002-12-16 Glenn L McGrathfix warning
2002-12-11 Glenn L McGrathundefine sysinfo to prevent breakage on ia64
2002-12-02 Glenn L McGrathUse compare_string_array in ipaddress to save a few...
2002-12-02 Glenn L McGrathSave a few more bytes
2002-12-02 Glenn L McGrathSave a hundred bytes or so on the do_iproute function
2002-12-01 Glenn L McGrathEnable ip commands to be compiled seperate from ip...
2002-11-28 Glenn L McGrathClean up error messages
2002-11-28 Glenn L McGrathMinor error messages changes
2002-11-28 Glenn L McGrathCleanup error messages
2002-11-28 Glenn L McGrathCleanup error messages
2002-11-28 Glenn L McGrathSyntax error
2002-11-28 Glenn L McGrathStyle, error_msg
2002-11-28 Glenn L McGrathUse standard error messages
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2002-11-18 Glenn L McGrathUse error_msg_and_die, style
2002-11-15 Eric AndersenPatch from Bastian Blank:
2002-11-10 Glenn L McGrathOnly compile the files in this dir if the IP applet...
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>