1. a732966 mount: prevent second mount -a from mounting everything again by Denys Vlasenko · 15 years ago
  2. d0f9d0e touch: needs another fix after last utimes() fixes by Denys Vlasenko · 15 years ago
  3. dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
  4. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  5. 5b6fe34 split: handle - as "use stdin". +13 bytes. Closes bug 741. by Denys Vlasenko · 15 years ago
  6. 11f3a8b od: fix -tx without length spec by Denys Vlasenko · 15 years ago
  7. c270454 fix fallout from isprint() changes by Denys Vlasenko · 15 years ago
  8. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  9. 5b0a7f1 wc: fix a hang gue to isprint(EOF) by Dan Fandrich · 15 years ago
  10. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  11. ff1822a date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format by Denys Vlasenko · 15 years ago
  12. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  13. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  14. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  15. f4fee41 env: don't SEGV on bare "env -" by Denys Vlasenko · 15 years ago
  16. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  17. ded688c fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) by Denys Vlasenko · 15 years ago
  18. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  19. 95a036e tty: use defines rather than constants by Bernhard Reutner-Fischer · 15 years ago
  20. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  21. 0939f2e fix up potential printf's with unsafe format strings by Denys Vlasenko · 15 years ago
  22. d93fc61 ls: fix "ls | cat" to not show "total NNN" header by Denys Vlasenko · 15 years ago
  23. ca22cda date: handle long options by Bernhard Reutner-Fischer · 15 years ago
  24. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  25. c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
  26. a46317b df: trivial 64-bit fix by Denys Vlasenko · 15 years ago
  27. 7eabffa dd: use correct multiplication factor and simplify code by Denys Vlasenko · 15 years ago
  28. a1a3972 dd: add a comment, no code changes by Denys Vlasenko · 15 years ago
  29. 4e5b07b dd: speed measurement. optional. by Gabor Heja · 15 years ago
  30. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  31. d5fddcd cp: revert a recent buggy change, and add a comment why it's wrong by Denys Vlasenko · 15 years ago
  32. 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
  33. 1d63f04 ls: forgotten chunk from prev commit by Denys Vlasenko · 15 years ago
  34. cae409c ls: code shrink by Denys Vlasenko · 15 years ago
  35. ffd4774 ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups by Denys Vlasenko · 15 years ago
  36. 0683d4d ls: add standards doc; record author of "total NNNN" code by Denys Vlasenko · 15 years ago
  37. 76c7d95 ls: code shrink by Denys Vlasenko · 15 years ago
  38. 87c150c ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net) by Denys Vlasenko · 15 years ago
  39. 88a3768 cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS by Denys Vlasenko · 15 years ago
  40. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  41. 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
  42. 200d522 df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com) by Denys Vlasenko · 15 years ago
  43. f00cfdf dd: fix conv=noerror w/o sync to not write out zeroed blocks by Denys Vlasenko · 15 years ago
  44. c541a89 test: use index_in_strings by Denys Vlasenko · 15 years ago
  45. d069e53 a few more GCC-isms removed by Denys Vlasenko · 15 years ago
  46. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  47. 44f174e uniq: shave off whole 10 bytes off, oh my by Denys Vlasenko · 15 years ago
  48. 1249dbb uniq: code shrink by Denys Vlasenko · 15 years ago
  49. a9c9bf5 uniq: plug memory leak (patch from OpenWRT project) by Denys Vlasenko · 15 years ago
  50. 0aec9ff uniq: rename some variables. no code changes by Denys Vlasenko · 15 years ago
  51. 79b021d tail: read only a portion of a file if it's huge. closes bug 551 by Denys Vlasenko · 15 years ago
  52. a43df64 tail: fix "tail +N file_shorter_than_N" by Denys Vlasenko · 15 years ago
  53. 334fcc8 dd: conv=noerror should skip read errors using lseek (bug 539) by Denys Vlasenko · 15 years ago
  54. 3b5a664 tail: implement -F by Eric Lammerts · 15 years ago
  55. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  56. 38dd8aa touch: implement -t TIME (needed for testsuite) by Denys Vlasenko · 15 years ago
  57. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  58. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  59. d23f64e test: fix "test !" and "test abc -a !". closes bug 465 by Denys Vlasenko · 15 years ago
  60. fda8f57 tweaking Unicode support by Denys Vlasenko · 15 years ago
  61. 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
  62. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  63. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  64. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  65. ae05dd4 ls: make --color more compatible with coreutils by Denys Vlasenko · 15 years ago
  66. 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
  67. 7e60343 printf: (allegedly) fix testsuite failure by Denys Vlasenko · 15 years ago
  68. d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
  69. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  70. bf4aeed printf: fix exit code on conversion error by Denys Vlasenko · 15 years ago
  71. 14f6f0a fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com) by Denys Vlasenko · 16 years ago
  72. 1f363a0 install: compat fix for mode of created files. by Denys Vlasenko · 16 years ago
  73. 9517d8a seq: fix input handling in non-C locales by Denys Vlasenko · 16 years ago
  74. 4813a51 libbb: stop using bb_strtod for now by Denys Vlasenko · 16 years ago
  75. cd3dd42 seq: fix testsuite failures by Denys Vlasenko · 16 years ago
  76. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
  77. 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 16 years ago
  78. a99aa6e readlink: support -n, -v, -s and -q too if support for -f is requested by Denys Vlasenko · 16 years ago
  79. 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
  80. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  81. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  82. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  83. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  84. df6f95c FEATURE_FANCY_ECHO needs to be accessible for hush by Denis Vlasenko · 16 years ago
  85. 4d3a812 ls: warning fix rm: accept and ignore -v (verbose) by Denis Vlasenko · 16 years ago
  86. 3603cd2 tail: fix tail +N syntax not working. Closes bug 221. by Denis Vlasenko · 16 years ago
  87. 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 16 years ago
  88. 0b28103 cd: "support" -v by ignoring it by Denis Vlasenko · 16 years ago
  89. 0354aba df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case. by Denis Vlasenko · 16 years ago
  90. c1969f6 ls: make color-related code more readable. Fix a case when by Denis Vlasenko · 16 years ago
  91. 9210a36 tr: support -C as synonym to -c by Denis Vlasenko · 16 years ago
  92. 7241e6d uname: correct cut/paste error touch: add long options by Denis Vlasenko · 16 years ago
  93. 447ab18 uname: support long options by Denis Vlasenko · 16 years ago
  94. 245f91b ftpd + ls - timestamp = confused Mozilla. Prevent that. by Denis Vlasenko · 16 years ago
  95. 1a6adbd uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead by Denis Vlasenko · 16 years ago
  96. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  97. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  98. 230997b expr: a bit more robust handling of regexps with groups (closes bug 87) by Denis Vlasenko · 16 years ago
  99. 6852eff printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" by Denis Vlasenko · 16 years ago
  100. 248ce91 ls: implement -Q and -g (-g was accepted but ignored) by Denis Vlasenko · 16 years ago