aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-251-3/+1
* forgotten bit of rmdir long options supportDenis Vlasenko2008-02-241-0/+8
* rmdir: optional long options support for Debian users. +68 bytes.Denis Vlasenko2008-02-241-12/+21
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-33/+33
* tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2008-02-192-38/+43
* dos2unix: shrinkDenis Vlasenko2008-02-171-27/+12
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-2/+2
* random s/short/int/Denis Vlasenko2008-02-161-0/+1
* cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko2008-02-131-0/+6
* sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko2008-02-131-2/+3
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
* test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko2008-02-091-22/+27
* README: doccument the need of CONFIG_DESKTOPDenis Vlasenko2008-02-082-14/+10
* nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko2008-02-041-15/+33
* *: tidy up usage of char **environDenis Vlasenko2008-01-282-3/+0
* stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....Denis Vlasenko2008-01-271-20/+4
* tac: handle NULs properly. +145 bytesDenis Vlasenko2008-01-091-11/+35
* whitespace fixesDenis Vlasenko2008-01-071-3/+3
* tac: *really* add tac.c nowDenis Vlasenko2008-01-071-0/+68
* tac: new applet. ~240 bytes.Denis Vlasenko2008-01-062-0/+7
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-242-2/+2
* od: reduce data/bss usage (code size went down too)Denis Vlasenko2007-12-241-41/+30
* dd: fix a bug where we don't report write errorsDenis Vlasenko2007-12-021-19/+22
* test: stop using lots of bss.Denis Vlasenko2007-11-301-28/+64
* touch: accept and ignore -fDenis Vlasenko2007-11-281-1/+2
* stty: reorganize data tables - save 0.5kDenis Vlasenko2007-11-241-151/+376
* remove echo_main -> bb_echo indirectionDenis Vlasenko2007-11-241-12/+8
* cut: add proper stdout error handling, fix "-" handling;Denis Vlasenko2007-11-231-39/+37
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-221-2/+139
* stty: mark variable as staticDenis Vlasenko2007-11-181-1/+1
* - 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-161-4/+4
* df: add -aDenis Vlasenko2007-11-151-8/+14
* df: add -i (conditional on CONFIG)Denis Vlasenko2007-11-152-4/+29
* tr: more of code shrink (getopt32-ification)Denis Vlasenko2007-11-131-30/+18
* tr: better comments, small code shrinkDenis Vlasenko2007-11-131-47/+60
* tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko2007-11-131-3/+5
* who: code shrink by Tito <farmatito@tiscali.it>Denis Vlasenko2007-11-131-3/+1
* who: fix wrong date/time field sizeDenis Vlasenko2007-11-111-2/+3
* readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko2007-11-101-2/+2
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-15/+21
* fixes revealed by randomconfig runDenis Vlasenko2007-10-161-1/+1
* stty: incorporate strings into struct instead of keeping pointers there.Denis Vlasenko2007-10-111-85/+123
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-1171-73/+73
* stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko2007-10-051-94/+97
* delete now unused check_header_gzip.cDenis Vlasenko2007-10-051-3/+3
* tail: sizeof(buf) is sizeof(char*)! must be BUFSIZDenis Vlasenko2007-10-051-2/+2
* tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>)Denis Vlasenko2007-10-021-7/+14