summaryrefslogtreecommitdiff
path: root/coreutils
Commit message (Expand)AuthorAgeFilesLines
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-238-13/+0
* tail: fix fallout from tail -c optimizationDenis Vlasenko2008-03-231-13/+9
* brctl: eliminate stray data objectDenis Vlasenko2008-03-171-2/+1
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-3/+3
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-179-52/+29
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-1714-176/+164
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-3/+18
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-1732-36/+39
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-8/+7
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-8/+1
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-0/+1
* 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