- 14f6f0a fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com) by Denys Vlasenko · 15 years ago
- 1f363a0 install: compat fix for mode of created files. by Denys Vlasenko · 16 years ago
- 9517d8a seq: fix input handling in non-C locales by Denys Vlasenko · 16 years ago
- 4813a51 libbb: stop using bb_strtod for now by Denys Vlasenko · 16 years ago
- cd3dd42 seq: fix testsuite failures by Denys Vlasenko · 16 years ago
- 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
- 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 16 years ago
- a99aa6e readlink: support -n, -v, -s and -q too if support for -f is requested by Denys Vlasenko · 16 years ago
- 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
- f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
- f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
- df6f95c FEATURE_FANCY_ECHO needs to be accessible for hush by Denis Vlasenko · 16 years ago
- 4d3a812 ls: warning fix rm: accept and ignore -v (verbose) by Denis Vlasenko · 16 years ago
- 3603cd2 tail: fix tail +N syntax not working. Closes bug 221. by Denis Vlasenko · 16 years ago
- 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 16 years ago
- 0b28103 cd: "support" -v by ignoring it by Denis Vlasenko · 16 years ago
- 0354aba df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case. by Denis Vlasenko · 16 years ago
- c1969f6 ls: make color-related code more readable. Fix a case when by Denis Vlasenko · 16 years ago
- 9210a36 tr: support -C as synonym to -c by Denis Vlasenko · 16 years ago
- 7241e6d uname: correct cut/paste error touch: add long options by Denis Vlasenko · 16 years ago
- 447ab18 uname: support long options by Denis Vlasenko · 16 years ago
- 245f91b ftpd + ls - timestamp = confused Mozilla. Prevent that. by Denis Vlasenko · 16 years ago
- 1a6adbd uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead by Denis Vlasenko · 16 years ago
- c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
- 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
- 230997b expr: a bit more robust handling of regexps with groups (closes bug 87) by Denis Vlasenko · 16 years ago
- 6852eff printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" by Denis Vlasenko · 16 years ago
- 248ce91 ls: implement -Q and -g (-g was accepted but ignored) by Denis Vlasenko · 16 years ago
- 11a6f9b ls: do not follow links with -s (closes bug 33), by Denis Vlasenko · 16 years ago
- 491d6e3 tr: fix overflow in expand and complement, fix stop after [:class:], by Denis Vlasenko · 16 years ago
- 1bfcc8b tr: support [:xdigit:], fix handling of ranges and [x]'s. by Denis Vlasenko · 16 years ago
- bb5f8ed - cosmetic typo in helptext by Bernhard Reutner-Fischer · 16 years ago
- 038eec7 uname: use wider integer for option bits by Denis Vlasenko · 16 years ago
- 059138f uname: add support for -i and -o, fix printing of unknown -p by Denis Vlasenko · 16 years ago
- cb39a7c printf: make integer format strings print long long-sized values. by Denis Vlasenko · 16 years ago
- e40e76f unexpand: fix incorrect expansion, add test for it by Denis Vlasenko · 16 years ago
- 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
- 3139ea7 expand: fix incorrect expansion exactly on tab boundary; shrink the code by Denis Vlasenko · 16 years ago
- 311c19a ash: printf builtin with no arguments should not exit by Denis Vlasenko · 16 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
- 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
- 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 16 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- de7a52f id: do not abort build if we use internal password/group functions. by Denis Vlasenko · 16 years ago
- 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