1. b18c7e8 Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths), by Rob Landley · 9 years ago
  2. 1f5f436 Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just by Rob Landley · 9 years ago
  3. aab9164 Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from by Rob Landley · 9 years ago
  4. ef55374 Re-enable catv command now that flag infrastructure is updated. by Rob Landley · 9 years ago
  5. 8565668 Implement SELinux ls -Z support. by Elliott Hughes · 9 years ago
  6. 5e18bae More ls cleanups from squinting at Jose's most recent smack patch. by Rob Landley · 9 years ago
  7. 491e3e3 Wild guess at cleaning up smack support. Don't have a test environment yet. by Rob Landley · 9 years ago
  8. e949310 ls: Add -Z (Smack) option by Jan Cybulski · 10 years ago
  9. 2b8a6f6 Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.) by Rob Landley · 9 years ago
  10. 1dd3704 To ensure that toybox can be installed alongside busybox without by Paul Barker · 9 years ago
  11. 857912e Fix head bug pointed out by felix janda (recent -123 code broke first file argument of -n). by Rob Landley · 9 years ago
  12. a64e35b Fix sed bug David Halls hit trying to compile libiconv. by Rob Landley · 9 years ago
  13. 5d431d1 Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. by Rob Landley · 9 years ago
  14. 8d3b398 tail: add old -123 support and comment out #-f until it's actually implemented. by Rob Landley · 9 years ago
  15. 33f0455 Another bug from David Halls: find -exec wasn't consuming its argument when it didn't activate. by Rob Landley · 9 years ago
  16. 0d39f2f install -D bugfix from David Halls. by Rob Landley · 9 years ago
  17. 2fd8a74 Add -123 support to head (suggested by Elliott Hughes). by Rob Landley · 9 years ago
  18. 438ad4c Clean up sort help text. by Rob Landley · 9 years ago
  19. 9330bcb Remove cat -v help text debris. by Rob Landley · 9 years ago
  20. c1ab8da The time command depends on floating point support. by Rob Landley · 9 years ago
  21. be4048d Make find accept numeric uid/gid, and simplify makedevs using the new infrastructure. by Rob Landley · 9 years ago
  22. 9ff639c Make install support numeric uid/gids (reported by Kylie McClain). by Rob Landley · 9 years ago
  23. b8140d1 Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. by Rob Landley · 9 years ago
  24. c776bde Use xsignal() instead of signal(). by Rob Landley · 9 years ago
  25. e3edd6c sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. by Rob Landley · 9 years ago
  26. 38e5485 On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's an int. Even though long _is_ 32 bits on a 32 bit systems, gcc warns about it because reasons. by Rob Landley · 9 years ago
  27. 5f1f34a Fix several printf_format warnings. by Rob Landley · 9 years ago
  28. 30c36d8 Patches from Elliott Hughes to fix various printf() format strings. by Rob Landley · 9 years ago
  29. 70a84a3 Patches from Elliott Hughes to add missing arguments to error_exit() calls. by Rob Landley · 9 years ago
  30. 7c3c6a9 remove accidental space in format string by Elliott Hughes · 9 years ago
  31. 6b07550 BSD sed uses -E instead of -r to enable ERE. by Isabella Bosia · 9 years ago
  32. 54c7127 Add --remove-destination longopt for -F because the host version doesn't have a shortopt for it. by Rob Landley · 9 years ago
  33. c49b9a9 Make egrep and fgrep build standalone. by Rob Landley · 9 years ago
  34. 9628107 Rewrite of a patch from Elliott Hughes to implement touch -h and switch API to utimensat() which offers nanosecond granularity and UTIME_OMIT/UTIME_NOW. by Rob Landley · 9 years ago
  35. d57c23b Cleanup pass on env, removing exec_optargs(). by Rob Landley · 9 years ago
  36. c004520 Make toy_exec() check if argc is in optargs and deal with it there so we don't need a separate xexec_optargs(). by Rob Landley · 9 years ago
  37. 459cab0 In rm, init using to AT_REMOVEDIR in the dir case earlier. by Rob Landley · 9 years ago
  38. bd6c3f3 Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFOLLOW) is not supported. by Rob Landley · 9 years ago
  39. 4bb3a35 Fix sed s//\[newline]/ line continuations. by Rob Landley · 9 years ago
  40. 9d1d0ad fix typo in printf by Elliott Hughes · 9 years ago
  41. 468f155 Lift the basename/libgen.h shenanigans back out of portability.c and make it a static inline in portability.h, and prototype dirname() while we're at it. by Rob Landley · 9 years ago
  42. 3b91599 id.c #ifdefectomy. (ifdefs belong in headers, not in C code.) by Rob Landley · 9 years ago
  43. 7e2af1c This patch adds a TOYBOX_SELINUX configuration option to control both by Elliott Hughes · 9 years ago
  44. a2fd3ce Make touch -d miliseconds work. (Still only 6 digits precision instead of 9, but it's a start.) by Rob Landley · 9 years ago
  45. 50d3207 i found a few problems while manually smoke testing toybox chown versus toolbox (NetBSD) chown... by Elliott Hughes · 9 years ago
  46. 698a160 Let chown build standalone. by Rob Landley · 9 years ago
  47. 9d66c41 sed bugfix: N or n at end of script would save the terminating NULL as the resume position, so the script would restart from beginning. by Rob Landley · 9 years ago
  48. 3a4917a sed s/// can have line continuations in the replacement part, with or without a \ escaping the newline. by Rob Landley · 9 years ago
  49. d3d633f Promote printf. by Rob Landley · 9 years ago
  50. a8df744 Fix sed backslash parsing in square bracket pattern sections. by Rob Landley · 9 years ago
  51. f3e56f4 Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). by Rob Landley · 9 years ago
  52. 5834ddd When CP_MORE was disabled, the d flag was still in the [-exclusion] list at the end and option parsing fell off the end looking for it (segfault) if DEBUG wasn't enabled to check for that. by Rob Landley · 9 years ago
  53. de699ac When you include the posix header libgen.h, glibc #defines basename to some random other symbol name (because gnu) and this screws up nontrivial macro expansions of NEWTOY(basename), so work around it in portability.h. by Rob Landley · 9 years ago
  54. 677c1b5 Merge catv back into cat as discussed on the list. Add comments about infrastructure upgrades needed to restore separate catv option. by Rob Landley · 9 years ago
  55. ea8be3d sed 'r' didn't work right. by Rob Landley · 9 years ago
  56. c09b79d Another sed bug. (The e2fsprogs build uses multiple line continuations on the same command.) by Rob Landley · 9 years ago
  57. 1a1e0a9 Promote sed to posix. by Rob Landley · 9 years ago
  58. c2d6740 Decouple cp and mv so mv uses its own --help text. by Rob Landley · 9 years ago
  59. 4e49a94 Leftover variable from factoring out base64_init() caused an unused variable warning. by Rob Landley · 9 years ago
  60. 0517eb7 Add base64. by Rob Landley · 9 years ago
  61. 10e0d86 Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" shouldn't loop endlessly. by Rob Landley · 10 years ago
  62. f232c37 Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. by Rob Landley · 10 years ago
  63. f6c28b6 As long as Android's going to require fortify, fixup the warnings it generates. by Rob Landley · 10 years ago
  64. 46ddf0e probe for getspnam(), forkpty(), utmpx, replace sethostname() by Isaac Dunham · 10 years ago
  65. 159a7f1 Fix "tail -c 10" segfault spotted by Lukasz Szpakowski. by Rob Landley · 10 years ago
  66. 82671e1 Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink following. by Rob Landley · 10 years ago
  67. baa7f5c Bug report from Isaac Dunham: ls -d shouldn't follow command line symlinks without -H or -L (just like ls -l). by Rob Landley · 10 years ago
  68. de36079 Fix use after free error spotted by ?ukasz Szpakowski. by Rob Landley · 10 years ago
  69. 9b891d5 Teach ln -f to leave original target alone if link creation fails. by Rob Landley · 10 years ago
  70. 21f3c8d More static analysis fixes from Ashwini Sharma. by Rob Landley · 10 years ago
  71. 5fcc715 Factor out printf-style escape parsing logic from echo.c. by Rob Landley · 10 years ago
  72. 784eb9c Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. by Rob Landley · 10 years ago
  73. 1796626 Fix last night's mv commit (use dest, not source). by Rob Landley · 10 years ago
  74. 3dfb15f Implement mv -f and -i. by Rob Landley · 10 years ago
  75. 3d56716 Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysis, plus occasional tweak by me while reviewing them. by Rob Landley · 10 years ago
  76. 7196d75 Fix use-after-free spotted by Ashwini Sharma's static analysis. by Rob Landley · 10 years ago
  77. 76678fa Bugfix from Ashwini Sharma: Z timezone required by posix for touch but not for libc, so we have to implement it here. by Rob Landley · 10 years ago
  78. 30de5ef Untangle id/groups/logname so single.sh can build each one standalone. by Rob Landley · 10 years ago
  79. 42cf443 Reorder functions to get rid of unnecessary prototypes, and move a global into GLOBALS. by Rob Landley · 10 years ago
  80. 7e96783 rm -rf needs to chmod directories to u+rwx, because directories need +x to search. by Isaac Dunham · 10 years ago
  81. 1b7e562 Minor cleanup pass on touch. by Rob Landley · 10 years ago
  82. 7905ef2 Cleanup pass on cut, more to do. by Rob Landley · 10 years ago
  83. eca573c Add cpio -p by Rob Landley · 10 years ago
  84. a6336b9 find -xdev should return mount points, just not contents. by Rob Landley · 10 years ago
  85. 360d57f Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want to redirect both, one, or neither of stdin/stdout. by Rob Landley · 10 years ago
  86. e1366f0 Bug report from luckboy: rm -f on a broken symlink didn't work because our "does it exist" test (to avoid errors on rm -f of nonexistent files) said it didn't. by Rob Landley · 10 years ago
  87. f8c411c Ignore -m option to cpio, it's what we do anyway so it's not an error. by Rob Landley · 10 years ago
  88. 3edbb57 Fix more memory leaks reported by Ashwini Sharma. by Rob Landley · 10 years ago
  89. 6634e46 Add error test and fix memory leak, reported by Ashwini Sharma. by Rob Landley · 10 years ago
  90. c164960 Add cp -F to force delete of existing destination files, and make install command use that. by Rob Landley · 10 years ago
  91. 5cf4bd1 Add install to cp/mv. by Rob Landley · 10 years ago
  92. 7eb3e43 Patches to commands for issues reported from static analysis tool. by Ashwini Sharma · 10 years ago
  93. c572530 Fix -mindepth and -maxdepth to not drill down into excluded directories. by Rob Landley · 10 years ago
  94. c39a337 More find bugfixes. by Rob Landley · 10 years ago
  95. 5e4787e Rereading posix find.c page: "Specifying more than one of the mutually-exclusive options -H and -L shall not be considered an error. The last option specified shall determine the behavior of the utility." by Rob Landley · 10 years ago
  96. 6804d23 find.c: Posix wants loop detection. by Rob Landley · 10 years ago
  97. 2c2eaba Building busybox from source needs find -not (a synonym for posix's "!"). by Rob Landley · 10 years ago
  98. 9fdc1fe Fix a couple patch bugs concerning error output. by Rob Landley · 10 years ago
  99. 4edcd08 find.c: add -mindepth, -maxdepth, and document -newer and -depth. by Rob Landley · 10 years ago
  100. 60c35c4 Implement exec -user, -group, and -newer. Enable find in defconfig. by Rob Landley · 10 years ago