summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - commentary fixesBernhard Reutner-Fischer2007-11-081-11/+11
* xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox2007-11-083-17/+24
* xreadlink: code shrinkDenis Vlasenko2007-11-083-19/+20
* follow symlinks to find the true passwd file before updating.Paul Fox2007-11-081-1/+6
* new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox2007-11-082-0/+46
* add "-A N" / "--tryagain=N" option to client, to allow altering thePaul Fox2007-11-072-4/+13
* flush typeahead before promptPaul Fox2007-11-071-0/+4
* login: fix PAM login (was unable to complete Kerberos login)Denis Vlasenko2007-11-071-23/+42
* modprobe: fix a bug where we were entering endless loopDenis Vlasenko2007-11-062-2/+12
* login: clear dangerous environment variables if started by non-rootDenis Vlasenko2007-11-064-25/+42
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-0614-57/+94
* telnet: use poll, it's shorterDenis Vlasenko2007-11-065-81/+80
* unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that...Denis Vlasenko2007-11-061-1/+1
* insmod: make error reporting less verboseDenis Vlasenko2007-11-061-2/+2
* telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko2007-11-063-22/+41
* change safety check on zip header to allow for extra length, andPaul Fox2007-11-051-3/+11
* swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstaren...Denis Vlasenko2007-11-051-1/+1
* fix incorrect text of link-time error message. No code changesDenis Vlasenko2007-11-051-1/+1
* webpage: fix typo, remove inconsistent trailing dotsDenis Vlasenko2007-11-052-5/+5
* update screenshotDenis Vlasenko2007-11-041-35/+36