| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | do not overflow ifr_name. maybe it was safe in some places, | Denis Vlasenko | 2006-11-27 | 3 | -15/+15 |
* | bb_INET_default[] is really just a const "default", | Denis Vlasenko | 2006-11-21 | 1 | -2/+2 |
* | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | 2006-11-21 | 7 | -13/+434 |
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 1 | -1/+1 |
* | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | 2006-11-05 | 3 | -18/+16 |
* | mostly style fixes | Denis Vlasenko | 2006-11-01 | 1 | -2/+2 |
* | last nail into error_msg() (de)capitalization | Denis Vlasenko | 2006-10-27 | 2 | -17/+17 |
* | ip: "ip addr del" and "ip addr delete" both should work | Denis Vlasenko | 2006-10-26 | 1 | -7/+8 |
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 3 | -34/+34 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 2 | -12/+12 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 3 | -119/+58 |
* | lots of silly indent fixes | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | libiproute/ll_map.c: fix bug 279 | Denis Vlasenko | 2006-09-30 | 1 | -6/+30 |
* | rt_names.c: move few strings into rodata | Denis Vlasenko | 2006-09-28 | 1 | -10/+9 |
* | silly switch style fix | Denis Vlasenko | 2006-09-27 | 1 | -1/+1 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 |
* | replacing func() with xfunc() where appropriate | Denis Vlasenko | 2006-09-03 | 1 | -6/+6 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -3/+0 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 19 | -0/+19 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley | 2006-06-18 | 1 | -2/+1 |
* | - add needed includes and include busybox.h needed for the ATTRIBUTE define. | Bernhard Reutner-Fischer | 2006-06-16 | 1 | -0/+7 |
* | - correct typo | Bernhard Reutner-Fischer | 2006-06-14 | 2 | -2/+2 |
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 7 | -20/+20 |
* | Header cleanup: don't #include headers that libbb.h already includes. | Rob Landley | 2006-06-02 | 8 | -39/+13 |
* | Size reductions, mostly switching things to use libbb functions. | Rob Landley | 2006-05-29 | 1 | -3/+2 |
* | Patch from Bernhard Fischer to remove some useless bits. | Rob Landley | 2006-05-17 | 2 | -12/+0 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger | 2006-05-13 | 1 | -1/+1 |
* | - include proper headers. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -1/+1 |
* | - janitorial: include proper prototypes in libiproute. | Bernhard Reutner-Fischer | 2006-04-02 | 4 | -0/+8 |
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -48/+58 |
* | - fix typo | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+2 |
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -3/+6 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -2/+2 |
* | Kill off some unused code that was wasting several k, as noticed by | Eric Andersen | 2006-03-03 | 4 | -216/+0 |
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -0/+4 |
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -66/+44 |
* | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley | 2006-02-22 | 1 | -8/+15 |
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -3/+2 |
* | sort out yet more type issues | Eric Andersen | 2006-01-30 | 5 | -8/+8 |
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 2 | -12/+8 |
* | just whitespace | Tim Riker | 2006-01-25 | 7 | -38/+38 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 3 | -6/+10 |
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -18/+27 |
* | - remove warning about redeclaration of __constant_htons | Bernhard Reutner-Fischer | 2006-01-12 | 1 | -5/+4 |
* | - mark argument who of print_route as unused. | Bernhard Reutner-Fischer | 2006-01-12 | 1 | -1/+3 |
* | Patch from dlively (whoever that is, see bug 591) to fix | Rob Landley | 2005-12-15 | 1 | -0/+3 |
* | restore compare_string_array new interface (make broken by landley) | "Vladimir N. Oleynik" | 2005-12-06 | 2 | -7/+9 |
* | * uniq.c: remove unneeded include and use short boilerplate. | Bernhard Reutner-Fischer | 2005-10-26 | 1 | -7/+4 |
* | - make libiproute compile.. | Bernhard Reutner-Fischer | 2005-10-08 | 5 | -22/+24 |