aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-11-25remove a few superfluous includesDenis Vlasenko
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko
2008-11-17id: do not abort build if we use internal password/group functions.Denis Vlasenko
2008-11-16id: abort the build of uclibc is less than 0.9.30Denis Vlasenko
2008-11-13stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)Denis Vlasenko
2008-11-12seq: shrink by 10 bytesDenis Vlasenko
2008-11-12- add support for seq -s <separator>Bernhard Reutner-Fischer
2008-11-12- add seq -w support (Natanael Copa)Bernhard Reutner-Fischer
2008-11-11cksum, printenv: report errors via exitcodeDenis Vlasenko
2008-11-11head: report file open errors with exitcode 1 (was happily returning 0)Denis Vlasenko
2008-11-11expr: on error, exit with exitcode 2Denis Vlasenko
2008-11-11stat: make stat -f show filesystem "ID:" as coreutils doesDenis Vlasenko
2008-11-11env: support -uVAR=VALDenis Vlasenko
2008-11-11du: fix "du /dir /dir" caseDenis Vlasenko
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko
2008-11-10sha256,sha512: new applets. +4.9kbDenis Vlasenko
2008-11-06basename: fix error code. again. deja vu feeling...Denis Vlasenko
2008-11-05- commentary typo fix (tito)Bernhard Reutner-Fischer
2008-11-05- fix typo in print_user() (tito)Bernhard Reutner-Fischer
2008-10-29id: better wording in comments, no code changesDenis Vlasenko
2008-10-29id: coreutils compat by Tito + test scriptDenis Vlasenko
2008-10-20ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-25df: unsigned long needs %luDenis Vlasenko
2008-09-18id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko
2008-09-16setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko
2008-09-14id: unsigned long is excessive for option bitmaskDenis Vlasenko
2008-09-13id: code shrinkDenis Vlasenko
2008-09-12- implement id -G (Tito Ragusa)Bernhard Reutner-Fischer
2008-09-06install: shrink -D code. By Bernhard.Denis Vlasenko
2008-09-03kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko
2008-08-29build system: echo and test features may be enabledDenis Vlasenko
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko
2008-08-27cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.Denis Vlasenko
2008-08-15cut: fix buffer overflow (bug 4544).Denis Vlasenko
2008-08-15install: fix long option not taking params (bug 4584)Denis Vlasenko
2008-07-30tr: fix yet another access past the end of a string (bug 4374)Denis Vlasenko
2008-07-28tr: fix "tr [=" case. Closes bug 4374.Denis Vlasenko
2008-07-26tr: fix "access past the end of a string" bug 4354Denis Vlasenko
2008-07-25ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-22chown: do not use static dataDenis Vlasenko
2008-07-22cut: stop using static data. This alone removed ~70 bytes of code.Denis Vlasenko
2008-07-22cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer