- a732966 mount: prevent second mount -a from mounting everything again by Denys Vlasenko · 15 years ago
- d0f9d0e touch: needs another fix after last utimes() fixes by Denys Vlasenko · 15 years ago
- dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
- e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
- 5b6fe34 split: handle - as "use stdin". +13 bytes. Closes bug 741. by Denys Vlasenko · 15 years ago
- 11f3a8b od: fix -tx without length spec by Denys Vlasenko · 15 years ago
- c270454 fix fallout from isprint() changes by Denys Vlasenko · 15 years ago
- 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
- 5b0a7f1 wc: fix a hang gue to isprint(EOF) by Dan Fandrich · 15 years ago
- a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
- ff1822a date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format by Denys Vlasenko · 15 years ago
- 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
- a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- f4fee41 env: don't SEGV on bare "env -" by Denys Vlasenko · 15 years ago
- ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
- ded688c fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 95a036e tty: use defines rather than constants by Bernhard Reutner-Fischer · 15 years ago
- a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
- 0939f2e fix up potential printf's with unsafe format strings by Denys Vlasenko · 15 years ago
- d93fc61 ls: fix "ls | cat" to not show "total NNN" header by Denys Vlasenko · 15 years ago
- ca22cda date: handle long options by Bernhard Reutner-Fischer · 15 years ago
- f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
- c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
- a46317b df: trivial 64-bit fix by Denys Vlasenko · 15 years ago
- 7eabffa dd: use correct multiplication factor and simplify code by Denys Vlasenko · 15 years ago
- a1a3972 dd: add a comment, no code changes by Denys Vlasenko · 15 years ago
- 4e5b07b dd: speed measurement. optional. by Gabor Heja · 15 years ago
- 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
- 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 · 15 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