1. 30de5ef Untangle id/groups/logname so single.sh can build each one standalone. by Rob Landley · 10 years ago
  2. d97440c Have OLDTOY emit (redundant) function prototype so single.sh can build OLDTOY standalone (if it has its own config symbol). by Rob Landley · 10 years ago
  3. dc1af18 Don't segfault for --help of single.sh build of OLDTOY commands that use another command's help. by Rob Landley · 10 years ago
  4. e0d8009 The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). by Rob Landley · 10 years ago
  5. e1fa787 Separate more commands so single.sh can build them standalone. by Rob Landley · 10 years ago
  6. 08ac30d When killall was invoked without arguments, there appeared segmentation fault by ?ukasz Szpakowski · 10 years ago
  7. 986805c Fix du test: du symlink -> "0\tsymlink" by Felix Janda · 10 years ago
  8. 29d30be Respond to two static analysis issues in dirtree_path() reported by Ashwini Sharma. by Rob Landley · 10 years ago
  9. c611c39 Start on ping.c. by Rob Landley · 10 years ago
  10. a1a83e6 Tweak portability.h for uClibc version in buildroot defconfig. by Rob Landley · 10 years ago
  11. 9b14cb6 Always call setlocale if I18N is enabled, so nested toy_exec() can switch it back off if necessary. by Rob Landley · 10 years ago
  12. 94a4603 Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely. by Rob Landley · 10 years ago
  13. 5889691 Capitalize "toybox" more consistently on the about page. by Rob Landley · 10 years ago
  14. 5237015 Fluff out the documentation some more. by Rob Landley · 10 years ago
  15. e9695d1 Remove debug echo checked in by mistake. by Rob Landley · 10 years ago
  16. cd299bf Forgot to check in the updated makefile when I moved the testsuite. by Rob Landley · 10 years ago
  17. 5bcc7ea Typo from the dawn of time: toybox is not capitalized the way BusyBox was. by Rob Landley · 10 years ago
  18. c20baa3 The ancient GPL (copied from the 2.6.12 kernel) build infrastructure is actually in the "kconfig" directory, not under scripts. Remind me to write a new one from scratch... by Rob Landley · 10 years ago
  19. 387edf5 Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. by Rob Landley · 10 years ago
  20. d3df423 Give library probe a progress indicator, and use 150% of detected CPUs to try to keep large SMP machines busy (each compiler invocation is short so they exit almost as fast as we launch them). by Rob Landley · 10 years ago
  21. 42cf443 Reorder functions to get rid of unnecessary prototypes, and move a global into GLOBALS. by Rob Landley · 10 years ago
  22. 7e96783 rm -rf needs to chmod directories to u+rwx, because directories need +x to search. by Isaac Dunham · 10 years ago
  23. 14a11ed A few fixes for issues reported in static analysis. by Ashwini Sharma · 10 years ago
  24. 40b2042 Cleanup pass on README. by Rob Landley · 10 years ago
  25. c022d27 Update README for pending directory, include list of code outside of pending (grandfathered) awaiting cleanup. by Rob Landley · 10 years ago
  26. 1b7e562 Minor cleanup pass on touch. by Rob Landley · 10 years ago
  27. 7905ef2 Cleanup pass on cut, more to do. by Rob Landley · 10 years ago
  28. 38cb603 Cleanup pass on useradd. by Rob Landley · 10 years ago
  29. eca573c Add cpio -p by Rob Landley · 10 years ago
  30. a6336b9 find -xdev should return mount points, just not contents. by Rob Landley · 10 years ago
  31. 8a99071 Second attempt at one way xpopen(). by Rob Landley · 10 years ago
  32. 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
  33. 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
  34. 8aa87ab Create a generated/build.sh with a single compiler command line to rebuild the toybox_unstripped binary using the existing generated/*.h files. by Rob Landley · 10 years ago
  35. 09af6a7 Oops, unbreak make.sh. by Rob Landley · 10 years ago
  36. f8c411c Ignore -m option to cpio, it's what we do anyway so it's not an error. by Rob Landley · 10 years ago
  37. c6705af Two problems: 1) Sometimes toy_exec() needs to re-exec to gain dropped root permissions, 2) shouldn't recurse forever without exec, stack depth increases and we may leak other resources. Limit it to ~5 levels. by Rob Landley · 10 years ago
  38. 7a07c6b Make tweaks: collate generated/*.o files into their own subdirectory, add PIPEFAIL for better error reporting, and simpler regex to select toys/*/*.c list based on NEWTOY/OLDTOY macros. by Rob Landley · 10 years ago
  39. 3edbb57 Fix more memory leaks reported by Ashwini Sharma. by Rob Landley · 10 years ago
  40. 12eff43 Don't close device handle until after calling flush ioctls, reported by Ashwini Sharma. by Rob Landley · 10 years ago
  41. 6634e46 Add error test and fix memory leak, reported by Ashwini Sharma. by Rob Landley · 10 years ago
  42. 9b4ea9c Promote mount. It's not perfect, but it basically works now. by Rob Landley · 10 years ago
  43. cc3bf66 Fix mount --move bug. by Rob Landley · 10 years ago
  44. 25fe0e0 Debugging pass on mount. Not quite done yet, but the basics seem to work now. by Rob Landley · 10 years ago
  45. 980458f Work around uClibc brain-damage. by Rob Landley · 10 years ago
  46. 9bb73ad Don't hang for $CPUS=1. by Rob Landley · 10 years ago
  47. 01e6a73 Testsuites for toybox command - "tar", "bzcat", "xzcat", "zcat" and "hostname". by Divya Kothari · 10 years ago
  48. 207b6a6 chmod testsuite and link testsuite. by Divya Kothari · 10 years ago
  49. c164960 Add cp -F to force delete of existing destination files, and make install command use that. by Rob Landley · 10 years ago
  50. 658887a More parallel build tweaks. by Rob Landley · 10 years ago
  51. 72e84a2 Next mount checkpoint. by Rob Landley · 10 years ago
  52. 5c87c14 Give a hint when setuid logic fails. by Rob Landley · 10 years ago
  53. 9614620 Old compilers complain about linker options passed with -c, so split out $LDOPTIMIZE. by Rob Landley · 10 years ago
  54. 082a9a7 Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the host can be screwed up by more than one environment variable. by Rob Landley · 10 years ago
  55. 50b8297 Add VERBOSE=fail to "make tests", based on suggestion from Johan Bergstr?m. by Rob Landley · 10 years ago
  56. 14c8ef4 ipcs : display all the IPC fascilities information crond : CRON scheduler by Ashwini Sharma · 10 years ago
  57. e996bdd Work in progress snapshot of mount, with fallout to umount. (Not done yet.) by Rob Landley · 10 years ago
  58. 5d16faa Fix parallel make not always catching errors before link time. by Rob Landley · 10 years ago
  59. 8f5ad7e Promote blockdev to other. by Rob Landley · 10 years ago
  60. 62d796a Cleanup blockdev. by Rob Landley · 10 years ago
  61. c106a78 getty needs fd 0 to stay open. The O_CLOEXEC reversal resulted in login failing. by Isaac Dunham · 10 years ago
  62. e70eea4 Promote inotifyd to other. by Rob Landley · 10 years ago
  63. eeb3541 Minor help text tweak for inotifyd. by Rob Landley · 10 years ago
  64. 01a806f Cleanup inotifyd. by Rob Landley · 10 years ago
  65. a8bee46 Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_USR in the top level Config. by Rob Landley · 10 years ago
  66. 5cf4bd1 Add install to cp/mv. by Rob Landley · 10 years ago
  67. 845c8da Fix bug reported by Ashwini Sharma: [-abc] syntax to switch off a command forget by Rob Landley · 10 years ago
  68. 3b5b19e If string_to_mode() is called on a base mode with S_ISDIR() and such set, pass those extra bits through. by Rob Landley · 10 years ago
  69. be3a48c Enable a command's sub-options in single builds. by Rob Landley · 10 years ago
  70. 056bc90 A toy _BLOCKDEV_ to get/set block device properties. by Ashwini Sharma · 10 years ago
  71. 7eb3e43 Patches to commands for issues reported from static analysis tool. by Ashwini Sharma · 10 years ago
  72. 6a77734 Promote lspci. by Rob Landley · 10 years ago
  73. 32a3a08 Cleanup pass on lspci. by Rob Landley · 10 years ago
  74. 579ce35 Update clean to clean up after new parallel build. by Rob Landley · 10 years ago
  75. b843203 Disable xopen's default O_CLOEXEC for oneit. by Rob Landley · 10 years ago
  76. 91b360a Parallelize the build. (set CPUS=1 to force single processor build, or another number to override processor count autodetect.) by Rob Landley · 10 years ago
  77. c572530 Fix -mindepth and -maxdepth to not drill down into excluded directories. by Rob Landley · 10 years ago
  78. c39a337 More find bugfixes. by Rob Landley · 10 years ago
  79. 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
  80. 6804d23 find.c: Posix wants loop detection. by Rob Landley · 10 years ago
  81. 2c2eaba Building busybox from source needs find -not (a synonym for posix's "!"). by Rob Landley · 10 years ago
  82. 9fdc1fe Fix a couple patch bugs concerning error output. by Rob Landley · 10 years ago
  83. 4edcd08 find.c: add -mindepth, -maxdepth, and document -newer and -depth. by Rob Landley · 10 years ago
  84. 60c35c4 Implement exec -user, -group, and -newer. Enable find in defconfig. by Rob Landley · 10 years ago
  85. 64038da Squash mix of tabs and spaces to just spaces. by Rob Landley · 10 years ago
  86. 44b8986 Missed checking in dirtree_recurse() change (now needs specific DIRTREE_SYMFOLLOW value, not just true/false). by Rob Landley · 10 years ago
  87. dc48a0c Cosmetic tweak, slightly more conventional for loop. by Rob Landley · 10 years ago
  88. bd0ad99 Yank xrealpath prototype since the function's gone. by Rob Landley · 10 years ago
  89. 825d714 Add --help support to single.sh builds. by Rob Landley · 10 years ago
  90. e686dcc Unbreak find -exec. by Rob Landley · 10 years ago
  91. 3acdbc1 New toys unified DIFF and USERDEL. by Ashwini Sharma · 10 years ago
  92. 732ef89 mix.c - A very basic mixer. by Bradley Conroy · 10 years ago
  93. b4062b0 factor: catch integer overflow. by Rob Landley · 10 years ago
  94. 2a53f53 Add factor. by Rob Landley · 10 years ago
  95. b3c2d1c find.c: fix -iname. by Rob Landley · 10 years ago
  96. 3c69835 As long as I had to write xabspath(), no point in wrapping realpath(). by Rob Landley · 10 years ago
  97. fd14a61 find.c: first pass at case case insensitivity and exec. (Needs more debugging.) by Rob Landley · 10 years ago
  98. 749c523 Actually set the again flag when calling the dirtree comeagain callback. by Rob Landley · 10 years ago
  99. 1e1f441 Patch from Isaac Dunham to work around the deficiencies in musl's regex engine (which break building under alpine linux). by Rob Landley · 10 years ago
  100. fec3fd1 Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle. by Rob Landley · 10 years ago