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