aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* uname: use wider integer for option bitsDenis Vlasenko2009-01-191-1/+1
* uname: add support for -i and -o, fix printing of unknown -pDenis Vlasenko2009-01-191-33/+72
* printf: make integer format strings print long long-sized values.Denis Vlasenko2009-01-041-53/+65
* unexpand: fix incorrect expansion, add test for itDenis Vlasenko2008-12-261-39/+27
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-1/+1
* expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko2008-12-141-34/+26
* ash: printf builtin with no arguments should not exitDenis Vlasenko2008-12-101-1/+8
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+3
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-022-8/+4
* remove a few superfluous includesDenis Vlasenko2008-11-251-1/+0
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-252-2/+0
* id: do not abort build if we use internal password/group functions.Denis Vlasenko2008-11-171-0/+2
* id: abort the build of uclibc is less than 0.9.30Denis Vlasenko2008-11-161-0/+6
* stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)Denis Vlasenko2008-11-131-14/+14
* seq: shrink by 10 bytesDenis Vlasenko2008-11-121-8/+9
* - add support for seq -s <separator>Bernhard Reutner-Fischer2008-11-121-4/+9
* - add seq -w support (Natanael Copa)Bernhard Reutner-Fischer2008-11-121-4/+11
* cksum, printenv: report errors via exitcodeDenis Vlasenko2008-11-112-3/+10
* head: report file open errors with exitcode 1 (was happily returning 0)Denis Vlasenko2008-11-111-4/+4
* expr: on error, exit with exitcode 2Denis Vlasenko2008-11-111-7/+4
* stat: make stat -f show filesystem "ID:" as coreutils doesDenis Vlasenko2008-11-111-6/+21
* env: support -uVAR=VALDenis Vlasenko2008-11-111-8/+10
* du: fix "du /dir /dir" caseDenis Vlasenko2008-11-111-47/+35
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-0/+2
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-102-9/+38
* basename: fix error code. again. deja vu feeling...Denis Vlasenko2008-11-061-1/+2
* - commentary typo fix (tito)Bernhard Reutner-Fischer2008-11-051-1/+1
* - fix typo in print_user() (tito)Bernhard Reutner-Fischer2008-11-051-1/+1
* id: better wording in comments, no code changesDenis Vlasenko2008-10-291-6/+6
* id: coreutils compat by Tito + test scriptDenis Vlasenko2008-10-292-128/+406
* ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko2008-10-201-2/+2
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-255-5/+5
* df: unsigned long needs %luDenis Vlasenko2008-09-251-1/+1
* id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko2008-09-181-10/+40
* setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko2008-09-161-1/+1
* id: unsigned long is excessive for option bitmaskDenis Vlasenko2008-09-141-14/+8
* id: code shrinkDenis Vlasenko2008-09-131-18/+19
* - implement id -G (Tito Ragusa)Bernhard Reutner-Fischer2008-09-121-10/+37
* install: shrink -D code. By Bernhard.Denis Vlasenko2008-09-061-10/+7
* kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko2008-09-031-27/+37
* build system: echo and test features may be enabledDenis Vlasenko2008-08-291-2/+2
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-282-38/+61
* cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.Denis Vlasenko2008-08-271-5/+13
* cut: fix buffer overflow (bug 4544).Denis Vlasenko2008-08-151-1/+1
* install: fix long option not taking params (bug 4584)Denis Vlasenko2008-08-151-3/+3
* tr: fix yet another access past the end of a string (bug 4374)Denis Vlasenko2008-07-301-3/+5
* tr: fix "tr [=" case. Closes bug 4374.Denis Vlasenko2008-07-281-0/+2
* tr: fix "access past the end of a string" bug 4354Denis Vlasenko2008-07-261-1/+1
* ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko2008-07-252-6/+12