summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-2813-128/+137
* ip route: add comment, no code changesDenis Vlasenko2007-11-271-1/+3
* iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko2007-11-262-37/+48
* fix vda's testsuite bogons, part 2Denis Vlasenko2007-11-261-0/+18
* fix vda's testsuite bogons, part 1Denis Vlasenko2007-11-262-20/+0
* testsuite: add tests for cut and grep;Denis Vlasenko2007-11-264-5/+33
* ash: make code simpler, and do not do close(-1) - it's rudeDenis Vlasenko2007-11-261-5/+9
* zcip: simplify code a bitDenis Vlasenko2007-11-251-8/+1
* zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko2007-11-252-102/+120
* cttyhack should be in /bin, not /usr/binDenis Vlasenko2007-11-251-1/+1
* which: fix testsuite failureDenis Vlasenko2007-11-255-8/+13
* dhcpc: cope with buggy DHCP servers which send oversized packetsDenis Vlasenko2007-11-253-3/+27
* Announce 1.8.2 and 1.7.4Denis Vlasenko2007-11-241-0/+15
* stty: reorganize data tables - save 0.5kDenis Vlasenko2007-11-241-151/+376
* remove echo_main -> bb_echo indirectionDenis Vlasenko2007-11-244-15/+11
* hush: fix segfault in "echo $@" when we have no argumentsDenis Vlasenko2007-11-241-4/+6
* fix buglets found by randomconfigDenis Vlasenko2007-11-232-2/+3
* update defconfigDenis Vlasenko2007-11-231-6/+24
* kill lash. "lash" builtin still exists, but it runs hush.Denis Vlasenko2007-11-237-31/+19
* Add an RFC for future ipv6 ftp workDenis Vlasenko2007-11-231-0/+451
* hush: implement echo builtinDenis Vlasenko2007-11-232-0/+16
* hush: fix $ expansion in redirections, add testcase for thatDenis Vlasenko2007-11-235-4/+27
* hush: implement test builtinDenis Vlasenko2007-11-231-21/+38
* hush: plug memory leakDenis Vlasenko2007-11-234-22/+91
* arping: fix help text (-i -> -I), and shorten it a bitDenis Vlasenko2007-11-231-7/+7
* arping: fix a bug where there is implicit count of 4G;Denis Vlasenko2007-11-231-32/+54
* cut: add proper stdout error handling, fix "-" handling;Denis Vlasenko2007-11-231-39/+37
* logread: add forgotten INIT_G();Denis Vlasenko2007-11-231-0/+2
* logread: eliminate usage of data/bssDenis Vlasenko2007-11-233-14/+33
* dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko2007-11-235-19/+23
* udhcpc: remove -W option, -A can be reused for thatDenis Vlasenko2007-11-222-30/+19
* fix a thinko in build systemDenis Vlasenko2007-11-221-1/+1
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-225-16/+169
* sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>)Denis Vlasenko2007-11-225-0/+234
* dhcpc: cleanup and comments; fix buggy timeout handling in corner cases.Denis Vlasenko2007-11-221-107/+125
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-229-47/+138
* cleanup comments and coding style and rewrite the mdev.conf parser to use com...Mike Frysinger2007-11-191-95/+98
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-1811-212/+210
* stty: mark variable as staticDenis Vlasenko2007-11-181-1/+1
* make output a little more friendlyMike Frysinger2007-11-181-3/+3
* merge from upstream for systems that dont integrate libintl into their C libr...Mike Frysinger2007-11-182-8/+16
* exported symbols may be weak, so allow symbols marked as WMike Frysinger2007-11-181-1/+1
* syslogd: use DEV_CONSOLE consistentlyDenis Vlasenko2007-11-182-5/+1
* hexdump: add hd alias, add -R optionDenis Vlasenko2007-11-184-32/+108
* add comment clarifying busybox's use of non-standard tar headerPaul Fox2007-11-172-1/+7
* tar: fix a case where glibc detects bogus buffer overrunDenis Vlasenko2007-11-162-4/+6
* dmesg,klogd: make code more readableDenis Vlasenko2007-11-163-69/+77
* - use standard-imposed constants some moreBernhard Reutner-Fischer2007-11-164-5/+5
* - remove most of the forward declarations. No obj-code changes.Bernhard Reutner-Fischer2007-11-161-244/+241
* - add note about SUSv3 missing options.Bernhard Reutner-Fischer2007-11-161-1/+2