aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-02Introduce FEATURE_COPYBUF_KB.Denis Vlasenko
2007-12-02dd: fix a bug where we don't report write errorsDenis Vlasenko
2007-12-02dd: add testsuite entry for write errorsDenis Vlasenko
2007-11-30test: stop using lots of bss.Denis Vlasenko
2007-11-29dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko
2007-11-29sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>)Denis Vlasenko
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko
2007-11-28touch: accept and ignore -fDenis Vlasenko
2007-11-28dhcpc: let server know we don't like oversized packets.Denis Vlasenko
2007-11-28forgotten part of previous commitDenis Vlasenko
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko
2007-11-27ip route: add comment, no code changesDenis Vlasenko
2007-11-26iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko
2007-11-26fix vda's testsuite bogons, part 2Denis Vlasenko
2007-11-26fix vda's testsuite bogons, part 1Denis Vlasenko
2007-11-26testsuite: add tests for cut and grep;Denis Vlasenko
2007-11-26ash: make code simpler, and do not do close(-1) - it's rudeDenis Vlasenko
2007-11-25zcip: simplify code a bitDenis Vlasenko
2007-11-25zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko
2007-11-25cttyhack should be in /bin, not /usr/binDenis Vlasenko
2007-11-25which: fix testsuite failureDenis Vlasenko
2007-11-25dhcpc: cope with buggy DHCP servers which send oversized packetsDenis Vlasenko
2007-11-24Announce 1.8.2 and 1.7.4Denis Vlasenko
2007-11-24stty: reorganize data tables - save 0.5kDenis Vlasenko
2007-11-24remove echo_main -> bb_echo indirectionDenis Vlasenko
2007-11-24hush: fix segfault in "echo $@" when we have no argumentsDenis Vlasenko
2007-11-23fix buglets found by randomconfigDenis Vlasenko
2007-11-23update defconfigDenis Vlasenko
2007-11-23kill lash. "lash" builtin still exists, but it runs hush.Denis Vlasenko
2007-11-23Add an RFC for future ipv6 ftp workDenis Vlasenko
2007-11-23hush: implement echo builtinDenis Vlasenko
2007-11-23hush: fix $ expansion in redirections, add testcase for thatDenis Vlasenko
2007-11-23hush: implement test builtinDenis Vlasenko
2007-11-23hush: plug memory leakDenis Vlasenko
2007-11-23arping: fix help text (-i -> -I), and shorten it a bitDenis Vlasenko
2007-11-23arping: fix a bug where there is implicit count of 4G;Denis Vlasenko
2007-11-23cut: add proper stdout error handling, fix "-" handling;Denis Vlasenko
2007-11-23logread: add forgotten INIT_G();Denis Vlasenko
2007-11-23logread: eliminate usage of data/bssDenis Vlasenko
2007-11-23dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko
2007-11-22udhcpc: remove -W option, -A can be reused for thatDenis Vlasenko
2007-11-22fix a thinko in build systemDenis Vlasenko
2007-11-22ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko
2007-11-22sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>)Denis Vlasenko
2007-11-22dhcpc: cleanup and comments; fix buggy timeout handling in corner cases.Denis Vlasenko
2007-11-22udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko
2007-11-19cleanup comments and coding style and rewrite the mdev.conf parser to use com...Mike Frysinger
2007-11-18ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko
2007-11-18stty: mark variable as staticDenis Vlasenko
2007-11-18make output a little more friendlyMike Frysinger