- d5fddcd cp: revert a recent buggy change, and add a comment why it's wrong by Denys Vlasenko · 15 years ago
- 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
- 1d63f04 ls: forgotten chunk from prev commit by Denys Vlasenko · 15 years ago
- cae409c ls: code shrink by Denys Vlasenko · 15 years ago
- ffd4774 ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups by Denys Vlasenko · 15 years ago
- 0683d4d ls: add standards doc; record author of "total NNNN" code by Denys Vlasenko · 15 years ago
- 76c7d95 ls: code shrink by Denys Vlasenko · 15 years ago
- 87c150c ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net) by Denys Vlasenko · 15 years ago
- 88a3768 cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS by Denys Vlasenko · 15 years ago
- 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
- 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
- 200d522 df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com) by Denys Vlasenko · 15 years ago
- f00cfdf dd: fix conv=noerror w/o sync to not write out zeroed blocks by Denys Vlasenko · 15 years ago
- c541a89 test: use index_in_strings by Denys Vlasenko · 15 years ago
- d069e53 a few more GCC-isms removed by Denys Vlasenko · 15 years ago
- 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
- 44f174e uniq: shave off whole 10 bytes off, oh my by Denys Vlasenko · 15 years ago
- 1249dbb uniq: code shrink by Denys Vlasenko · 15 years ago
- a9c9bf5 uniq: plug memory leak (patch from OpenWRT project) by Denys Vlasenko · 15 years ago
- 0aec9ff uniq: rename some variables. no code changes by Denys Vlasenko · 15 years ago
- 79b021d tail: read only a portion of a file if it's huge. closes bug 551 by Denys Vlasenko · 15 years ago
- a43df64 tail: fix "tail +N file_shorter_than_N" by Denys Vlasenko · 15 years ago
- 334fcc8 dd: conv=noerror should skip read errors using lseek (bug 539) by Denys Vlasenko · 15 years ago
- 3b5a664 tail: implement -F by Eric Lammerts · 15 years ago
- 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
- 38dd8aa touch: implement -t TIME (needed for testsuite) by Denys Vlasenko · 15 years ago
- 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
- 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
- d23f64e test: fix "test !" and "test abc -a !". closes bug 465 by Denys Vlasenko · 15 years ago
- fda8f57 tweaking Unicode support by Denys Vlasenko · 15 years ago
- 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
- da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
- 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
- 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
- ae05dd4 ls: make --color more compatible with coreutils by Denys Vlasenko · 15 years ago
- 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
- 7e60343 printf: (allegedly) fix testsuite failure by Denys Vlasenko · 15 years ago
- d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
- f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
- bf4aeed printf: fix exit code on conversion error by Denys Vlasenko · 16 years ago
- 14f6f0a fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com) by Denys Vlasenko · 16 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