- 5ff1265 id: abort the build of uclibc is less than 0.9.30 by Denis Vlasenko · 16 years ago
- 86c285d stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT) by Denis Vlasenko · 16 years ago
- 7753ea4 seq: shrink by 10 bytes by Denis Vlasenko · 16 years ago
- c021cb0 - add support for seq -s <separator> by Bernhard Reutner-Fischer · 16 years ago
- 2598f76 - add seq -w support (Natanael Copa) by Bernhard Reutner-Fischer · 16 years ago
- f91f14d cksum, printenv: report errors via exitcode by Denis Vlasenko · 16 years ago
- 0d87367 head: report file open errors with exitcode 1 (was happily returning 0) by Denis Vlasenko · 16 years ago
- 272710f expr: on error, exit with exitcode 2 by Denis Vlasenko · 16 years ago
- 98f5cdf stat: make stat -f show filesystem "ID:" as coreutils does by Denis Vlasenko · 16 years ago
- f3c2d13 env: support -uVAR=VAL by Denis Vlasenko · 16 years ago
- 618a302 du: fix "du /dir /dir" case by Denis Vlasenko · 16 years ago
- 2211d52 libbb: add optionl support for SHA256/512 encrypted passwords by Denis Vlasenko · 16 years ago
- 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
- 70e8f49 basename: fix error code. again. deja vu feeling... by Denis Vlasenko · 16 years ago
- a643816 - commentary typo fix (tito) by Bernhard Reutner-Fischer · 16 years ago
- 6559100 - fix typo in print_user() (tito) by Bernhard Reutner-Fischer · 16 years ago
- e7368f1 id: better wording in comments, no code changes by Denis Vlasenko · 16 years ago
- 34e68c8 id: coreutils compat by Tito + test script by Denis Vlasenko · 16 years ago
- b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- e0bcba1 df: unsigned long needs %lu by Denis Vlasenko · 16 years ago
- 2228426 id: fix "id <user>" case. Requires getgrouplist(). by Denis Vlasenko · 16 years ago
- 53f219e setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) by Denis Vlasenko · 16 years ago
- 0d602e9 id: unsigned long is excessive for option bitmask by Denis Vlasenko · 16 years ago
- 4f3209b id: code shrink by Denis Vlasenko · 16 years ago
- 0ee1cb0 - implement id -G (Tito Ragusa) by Bernhard Reutner-Fischer · 16 years ago
- 9f9c193 install: shrink -D code. By Bernhard. by Denis Vlasenko · 16 years ago
- d4b7198 kbd_mode: fix non-ASCII letters in comments install: support -D by Denis Vlasenko · 16 years ago
- 66496d7 build system: echo and test features may be enabled by Denis Vlasenko · 16 years ago
- d66aa3c df: add support for more options, add some coreutils 6.10 compat. by Denis Vlasenko · 16 years ago
- 8f0e342 cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case. by Denis Vlasenko · 16 years ago
- 8334db1 cut: fix buffer overflow (bug 4544). by Denis Vlasenko · 16 years ago
- c80191c install: fix long option not taking params (bug 4584) by Denis Vlasenko · 16 years ago
- 20be63f tr: fix yet another access past the end of a string (bug 4374) by Denis Vlasenko · 16 years ago
- 043d15d tr: fix "tr [=" case. Closes bug 4374. by Denis Vlasenko · 16 years ago
- 5e40070 tr: fix "access past the end of a string" bug 4354 by Denis Vlasenko · 16 years ago
- 6a0ad25 ash: dont allow e.g. exec <&10 to attach to stript's fd! by Denis Vlasenko · 16 years ago
- 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 08d120e chown: do not use static data by Denis Vlasenko · 16 years ago
- 9e3a540 cut: stop using static data. This alone removed ~70 bytes of code. by Denis Vlasenko · 16 years ago
- a525403 cal: remove lone static data variable. -4 bytes. coreutils by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
- bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
- 5f11662 printf: do not print garbage on "%Ld". closes bug 4214. by Denis Vlasenko · 16 years ago
- a48656b printf: fix %b, fix several bugs in %*.*, fix compat issues with by Denis Vlasenko · 16 years ago
- 0f683f8 printf: protect against bogus format specifiers. Hopefully closes bug 4184 by Denis Vlasenko · 16 years ago
- d6817f5 install: do not chown intermediate directories with install -d; shrink by Denis Vlasenko · 16 years ago
- 55f7912 libbb: get rid of statics in dump.c; code shrinks a lot too by Denis Vlasenko · 16 years ago
- 8ddb641 tee: fix infinite looping on open error (echo asd | tee "") by Denis Vlasenko · 16 years ago
- 97faf53 sleep: make fractional seconds separately selectable in .config by Denis Vlasenko · 16 years ago
- bb13079 comm: almost total rewrite; add testsuite by Denis Vlasenko · 16 years ago
- 51f1b6c ls: fix a bug where we may use uninintialized variable by Denis Vlasenko · 16 years ago
- 4b8171c tee: "-" is a name for stdout, handle it that way by Denis Vlasenko · 16 years ago
- adbb73b sleep: if FANCY && DESKTOP, support fractional seconds, minutes, by Denis Vlasenko · 16 years ago
- 34e8f6a *: add FAST_FUNC markers by Denis Vlasenko · 16 years ago
- 13afb2a mv: fix a case when we move dangling symlink by Denis Vlasenko · 16 years ago
- f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- e0a7fc5 uname,individual: fix improper printf usage uname,awk: small code shrink by Denis Vlasenko · 16 years ago
- d4f7243 - fix trivial exploit vector when setXid by Ned Ludd · 16 years ago
- 9579d87 fix FAST_FUNC fallout by Denis Vlasenko · 16 years ago
- ed90bda touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile) by Denis Vlasenko · 16 years ago
- b75fe79 stat: pointers are not 0L, they are NULL man: better error handling by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
- 4a689e9 fix trivial error with inverted exit code in ls by Denis Vlasenko · 16 years ago
- d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
- a1767a1 dos2unix: do not destroy symlinks and mode of the file being converted. by Denis Vlasenko · 17 years ago
- c7497ea build system: introduce FEATURE_ASSUME_UNICODE by Denis Vlasenko · 17 years ago
- cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
- a76669c printf: fix a trivial bug by Denis Vlasenko · 17 years ago
- 1d1bba4 printf: code shrink by eliminating string alloc/copy by Denis Vlasenko · 17 years ago
- cf575ca - optionally pass additional flags down to nm by Bernhard Reutner-Fischer · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- b6c4855 printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
- 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
- 96b99b8 uniq: support -w. closes bug 3094. by Denis Vlasenko · 17 years ago
- dcbd350 echo: fix echo -e -n "msg\n\0" (by "Pinedo, David" <david.pinedo AT hp.com>) by Denis Vlasenko · 17 years ago
- e4ed640 date: better version of previous commit; + fix testsuite to have it checked by Denis Vlasenko · 17 years ago
- e6520f0 date: complain if there are extraneout arguments by Denis Vlasenko · 17 years ago
- c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
- 4d89a8b date: make it accept ISO date format. Fix help text. by Denis Vlasenko · 17 years ago
- 9d4a17e dd: fix recent breakage (was comparing "if" with "if=" etc). by Denis Vlasenko · 17 years ago
- be002ad add forgotten files. I am forgetting it all the time :( by Denis Vlasenko · 17 years ago
- 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
- 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 17 years ago
- 7089c31 od: fix "od -b" by Denis Vlasenko · 17 years ago
- 80f647c build system: use POSIX options only for cp cp: improve comment by Denis Vlasenko · 17 years ago
- 7b6d9d6 dd: support conv=fsync dd: support "dd --" if CONFIG_DESKTOP=y by Denis Vlasenko · 17 years ago
- a7f4e4b expr: fix comparisons 'a < b' where we were overflowing a-b by Denis Vlasenko · 17 years ago
- c59d802 basename: tiny shrink by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago