Age | Commit message (Expand) | Author |
2008-06-08 | ip: make numeric table work: "ip route list table 255". closes bug 3664. | Denis Vlasenko |
2008-06-08 | ifenslave: tiny shrink | Denis Vlasenko |
2008-06-07 | ifenslave: further shrink by suppressing excessive inlining | Denis Vlasenko |
2008-06-07 | ifenslave: fix improper longopts definition | Denis Vlasenko |
2008-06-07 | libbb: introduce and use print_flags(). | Denis Vlasenko |
2008-06-07 | Fix trivial problems: "make clean" cleaning too much | Denis Vlasenko |
2008-06-05 | ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. | Denis Vlasenko |
2008-06-05 | replace single-char printf's with bb_putchar | Denis Vlasenko |
2008-06-05 | libiproute: use stdout directly instead of passing it as a parameter | Denis Vlasenko |
2008-06-04 | networking/interface.c: fix indentation | Denis Vlasenko |
2008-05-31 | libiproute: fix option parsing, so that "ip -o link" works again. | Denis Vlasenko |
2008-05-31 | libiproute: style fixes, and using smallint as appropriate | Denis Vlasenko |
2008-05-26 | udhcpc: shrink | Denis Vlasenko |
2008-05-22 | dnsd: fixes various segfaults. | Denis Vlasenko |
2008-05-21 | udhcpc: regularize the names of receiving functions, | Denis Vlasenko |
2008-05-21 | udhcpc: simplify renewal of the lease | Denis Vlasenko |
2008-05-21 | udhcpc: properly reduce timeout if bogus packets were received | Denis Vlasenko |
2008-05-20 | ifenslave: add forgotten INIT_G() | Denis Vlasenko |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - Rename getpty() to xgetpty() and adjust callers. | Bernhard Reutner-Fischer |
2008-05-18 | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko |
2008-05-18 | httpd: fix obscure case when user runs httpd -i from command line for testing. | Denis Vlasenko |
2008-05-17 | two fixlets for -Wall | Denis Vlasenko |
2008-05-17 | fix bug 2704: remove verbatim RFC text from source | Denis Vlasenko |
2008-05-16 | - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0... | Bernhard Reutner-Fischer |
2008-05-16 | - very minor shrinkage | Bernhard Reutner-Fischer |
2008-05-16 | - add appropriate string for arp header #32 for use by ip(8) | Bernhard Reutner-Fischer |
2008-05-16 | - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-15 | remove stray semicolons (by Cristian Ionescu-Idbohrn) | Denis Vlasenko |
2008-05-12 | -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. | Denis Vlasenko |
2008-05-09 | fix warnings about pointer signedness | Denis Vlasenko |
2008-05-09 | Use intra-DSO calls when we build libbusybox. No-op for normal build. | Denis Vlasenko |
2008-05-09 | udhcp: protect agianst timer overflowing 32-bit counter | Denis Vlasenko |
2008-05-07 | httpd: fix several bugs triggering by realtive path in -h DIR. | Denis Vlasenko |
2008-05-07 | httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI. | Denis Vlasenko |
2008-04-29 | ping: dont leak uninitialized data in ping packets | Denis Vlasenko |
2008-04-25 | arping: save a few bytes by using mempcpy | Denis Vlasenko |
2008-04-21 | udhcp: fix config help text | Denis Vlasenko |
2008-04-21 | *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. | Denis Vlasenko |
2008-04-19 | remove whitespace damage. No code changes | Denis Vlasenko |
2008-04-19 | style fixes. no code changes | Denis Vlasenko |
2008-04-17 | httpd: add an example of POST upload CGI | Denis Vlasenko |
2008-04-16 | arping: remove superfluous assignment | Denis Vlasenko |
2008-04-10 | udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko |
2008-04-10 | nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko |
2008-04-07 | crond: add handling of "MAILTO=user" lines | Denis Vlasenko |
2008-04-07 | ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>) | Denis Vlasenko |
2008-04-06 | brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) | Denis Vlasenko |