aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko
2008-02-24forgotten bit of rmdir long options supportDenis Vlasenko
2008-02-24rmdir: optional long options support for Debian users. +68 bytes.Denis Vlasenko
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko
2008-02-19tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko
2008-02-17dos2unix: shrinkDenis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2008-02-13cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko
2008-02-13sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko
2008-02-11- spelling fixesBernhard Reutner-Fischer
2008-02-09test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko
2008-02-08README: doccument the need of CONFIG_DESKTOPDenis Vlasenko
2008-02-04nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2008-01-27stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....Denis Vlasenko
2008-01-09tac: handle NULs properly. +145 bytesDenis Vlasenko
2008-01-07whitespace fixesDenis Vlasenko
2008-01-07tac: *really* add tac.c nowDenis Vlasenko
2008-01-06tac: new applet. ~240 bytes.Denis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-24od: reduce data/bss usage (code size went down too)Denis Vlasenko
2007-12-02dd: fix a bug where we don't report write errorsDenis Vlasenko
2007-11-30test: stop using lots of bss.Denis Vlasenko
2007-11-28touch: accept and ignore -fDenis Vlasenko
2007-11-24stty: reorganize data tables - save 0.5kDenis Vlasenko
2007-11-24remove echo_main -> bb_echo indirectionDenis Vlasenko
2007-11-23cut: add proper stdout error handling, fix "-" handling;Denis Vlasenko
2007-11-22ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko
2007-11-18stty: mark variable as staticDenis Vlasenko
2007-11-16- use standard-imposed constants some moreBernhard Reutner-Fischer
2007-11-16- remove most of the forward declarations. No obj-code changes.Bernhard Reutner-Fischer
2007-11-16- add note about SUSv3 missing options.Bernhard Reutner-Fischer
2007-11-16who: add -a (by Tito)Denis Vlasenko
2007-11-15df: add -aDenis Vlasenko
2007-11-15df: add -i (conditional on CONFIG)Denis Vlasenko
2007-11-13tr: more of code shrink (getopt32-ification)Denis Vlasenko
2007-11-13tr: better comments, small code shrinkDenis Vlasenko
2007-11-13tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko
2007-11-13who: code shrink by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-11-11who: fix wrong date/time field sizeDenis Vlasenko
2007-11-10readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko
2007-10-16fixes revealed by randomconfig runDenis Vlasenko