aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* who: add -a (by Tito)Denis Vlasenko2007-11-162-6/+8
* lash: fix compile-time warningDenis Vlasenko2007-11-151-14/+15
* df: add -aDenis Vlasenko2007-11-151-8/+14
* df: add -i (conditional on CONFIG)Denis Vlasenko2007-11-153-36/+71
* cosmetic change in message textDenis Vlasenko2007-11-151-1/+1
* bad syntax error should go to stderrPaul Fox2007-11-141-1/+1
* Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko2007-11-142-3/+31
* tr: more of code shrink (getopt32-ification)Denis Vlasenko2007-11-132-70/+48
* tr: better comments, small code shrinkDenis Vlasenko2007-11-131-47/+60
* tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko2007-11-132-7/+6
* trylink: accomodate older versions of ldDenis Vlasenko2007-11-131-7/+18
* who: code shrink by Tito <farmatito@tiscali.it>Denis Vlasenko2007-11-131-3/+1
* add sed mini-docDenis Vlasenko2007-11-132-0/+645
* sed: support GNU-like '\t' escape in substitutionsDenis Vlasenko2007-11-133-6/+13
* inetd: revert bogus fix for bug 1562; shrink inetd a bitDenis Vlasenko2007-11-121-35/+15
* open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko2007-11-127-20/+22
* gzip: fix a case where tar xzf fails (we use uninitialized fd)Denis Vlasenko2007-11-121-0/+1
* who: fix wrong date/time field sizeDenis Vlasenko2007-11-111-2/+3
* Announce 1.8.1Denis Vlasenko2007-11-101-0/+9
* init: fix bug 1584: improper check for fork errorDenis Vlasenko2007-11-101-2/+1
* umount: stop using excessive aounts of stack. Surprisingly,Denis Vlasenko2007-11-101-1/+2
* lineedit: stop using both data/bss and tons of stack.Denis Vlasenko2007-11-101-93/+166
* *: remove superfluous "?" in option parsingDenis Vlasenko2007-11-102-2/+2
* readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko2007-11-102-4/+4
* syslogd: support "symlink to symlink" for /dev/log; reduce stack usageDenis Vlasenko2007-11-102-32/+30