aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko
2008-07-18printf: do not print garbage on "%Ld". closes bug 4214.Denis Vlasenko
2008-07-18printf: fix %b, fix several bugs in %*.*, fix compat issues withDenis Vlasenko
2008-07-17printf: protect against bogus format specifiers. Hopefully closes bug 4184Denis Vlasenko
2008-07-16install: do not chown intermediate directories with install -d; shrinkDenis Vlasenko
2008-07-16libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko
2008-07-16tee: fix infinite looping on open error (echo asd | tee "")Denis Vlasenko
2008-07-15sleep: make fractional seconds separately selectable in .configDenis Vlasenko
2008-07-15comm: almost total rewrite; add testsuiteDenis Vlasenko
2008-07-15ls: fix a bug where we may use uninintialized variableDenis Vlasenko
2008-07-15tee: "-" is a name for stdout, handle it that wayDenis Vlasenko
2008-07-12sleep: if FANCY && DESKTOP, support fractional seconds, minutes,Denis Vlasenko
2008-07-12*: add FAST_FUNC markersDenis Vlasenko
2008-07-12mv: fix a case when we move dangling symlinkDenis Vlasenko
2008-07-09libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-02uname,individual: fix improper printf usageDenis Vlasenko
2008-07-02- fix trivial exploit vector when setXidNed Ludd
2008-06-28fix FAST_FUNC falloutDenis Vlasenko
2008-06-28touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)Denis Vlasenko
2008-06-27stat: pointers are not 0L, they are NULLDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-23fix breakage found by randomconfigDenis Vlasenko