Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | |
2007-01-02 | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko | |
(and networking/libiproute/linux/ since it become empty). Style fixes. | |||
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko | |
2006-11-27 | do not overflow ifr_name. maybe it was safe in some places, | Denis Vlasenko | |
but not everywhere. err to the safe side. | |||
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-09-03 | replacing func() with xfunc() where appropriate | Denis Vlasenko | |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | |
2006-06-02 | Header cleanup: don't #include headers that libbb.h already includes. | Rob Landley | |
2006-01-12 | - remove warning about redeclaration of __constant_htons | Bernhard Reutner-Fischer | |
- remove warning about format '%ld' expects type 'long int *', but argument #num has type 'long unsigned int *' | |||
2005-10-08 | - make libiproute compile.. | Bernhard Reutner-Fischer | |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2004-04-26 | Thomas Koeller writes: | Eric Andersen | |
Hi, the following output is from BusyBox 1.0.0-pre10: ~ # ip link help ip: Command "help" is unknown, try "ip link help". tk This patch fixes it by removing the advertisements for the "ip blah help" stuff that is not implemented. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-01-14 | Eliminate most instances where we use linux kernel headers | Eric Andersen | |
-Erik | |||
2003-01-05 | fixes for ia64 | Glenn L McGrath | |
2002-12-16 | Only included headers that are used. | Glenn L McGrath | |
2002-11-28 | Cleanup error messages | Glenn L McGrath | |
2002-11-10 | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | |