1. b069d8d More sed tests. by Rob Landley · 10 years ago
  2. b1ef8dd Next round of sed infrastructure, parses most commands now, doesn't implement them yet. by Rob Landley · 10 years ago
  3. 7a976a0 Attached are new toys TR and CRONTAB. by Ashwini Sharma · 10 years ago
  4. 82671e1 Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink following. by Rob Landley · 10 years ago
  5. 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
  6. 448c874 First batch of sed tests. by Rob Landley · 10 years ago
  7. 7750304 Next drop of sed infrastructure, mostly argument parsing, doesn't do anything interesting yet. by Rob Landley · 10 years ago
  8. 21374ad Fill out rest of help text for sed. by Rob Landley · 10 years ago
  9. de36079 Fix use after free error spotted by ?ukasz Szpakowski. by Rob Landley · 10 years ago
  10. 45b3882 O_CLOEXEC was confusing the O_RDONLY test in loopfiles(), resulting in attempts to read from stdout instead of stdin for "-" or no arguments. by Rob Landley · 10 years ago
  11. d4bae7d xexec() recursion limiter has to go after rebound or toy_init() zeroes it. by Rob Landley · 10 years ago
  12. d3f335d Cosmetic tweak: no trailing spaces when ./toybox lists command names. by Rob Landley · 10 years ago
  13. 90397b2 Basic sed range support, enough for "sed -n 9,11p README" to work. by Rob Landley · 10 years ago
  14. 9b891d5 Teach ln -f to leave original target alone if link creation fails. by Rob Landley · 10 years ago
  15. 9b0d869 Random in-progress snapshot of sed, not finished yet. by Rob Landley · 10 years ago
  16. 21f3c8d More static analysis fixes from Ashwini Sharma. by Rob Landley · 10 years ago
  17. 977e48e Add TOYBOX_NORECURSE so xexec() won't make internal function calls. by Rob Landley · 10 years ago
  18. 8aa5276 nsenter: A tool to use setns(2) by Andy Lutomirski · 10 years ago
  19. c0854f0 unshare: Fix help and option parsing by Andy Lutomirski · 10 years ago
  20. 5fcc715 Factor out printf-style escape parsing logic from echo.c. by Rob Landley · 10 years ago
  21. 01138b9 Even bigger ip.c, from Ashwini Sharma. by Rob Landley · 10 years ago
  22. 784eb9c Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. by Rob Landley · 10 years ago
  23. 1796626 Fix last night's mv commit (use dest, not source). by Rob Landley · 10 years ago
  24. 3dfb15f Implement mv -f and -i. by Rob Landley · 10 years ago
  25. dd23ece Started over on sed (by reading the posix spec). by Rob Landley · 10 years ago
  26. 26d8c3c acpi: implement -ctV, fix recursion, plug a small leak by Isaac Dunham · 10 years ago
  27. 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
  28. 7196d75 Fix use-after-free spotted by Ashwini Sharma's static analysis. by Rob Landley · 10 years ago
  29. 3087b50 Update status lists. (Once the pending-not-in-pending files go away (see toys/pending/README), this can be probed from the source.) by Rob Landley · 10 years ago
  30. 8fe1814 Basic update of the roadmap and status pages. (Both need a good scrub and polish beyond this.) by Rob Landley · 10 years ago
  31. 037009f Release notes for 0.5.0. by Rob Landley · 10 years ago
  32. 437ee1e Added tag 0.5.0 for changeset 7afd32673a5c by Rob Landley · 10 years ago
  33. 2ccab02 Workaround for musl's faccessat bug (the rm -r "error: is a directory" thing). by Rob Landley · 10 years ago
  34. 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
  35. 9588d28 Updated version, having complete support for ip _link_, _addr_, _rule_, _route_ and _tunnel_ options. by Ashwini Sharma · 10 years ago
  36. 4f0c3de Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback mount, 2) Don't stop checking filesystem types due to EBUSY, it may mean already mounted by another filesystem type you haven't tried yet. by Rob Landley · 10 years ago
  37. 679a21d mount: terminate list so unknown user mount attempts don't endlessly loop, add better error reporting. by Rob Landley · 10 years ago
  38. 562af2c Brown paper bag time: comma_scan() didn't work for anything but the last entry. by Rob Landley · 10 years ago
  39. 5d4fa57 Multi-build single.sh should exit with an error when build breaks. by Rob Landley · 10 years ago
  40. 5e2fb27 Cleanup pass on groupdel. by Rob Landley · 10 years ago
  41. 0b63d26 Allow single.sh to build more than one command per invocation. by Rob Landley · 10 years ago
  42. 30de5ef Untangle id/groups/logname so single.sh can build each one standalone. by Rob Landley · 10 years ago
  43. 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
  44. 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
  45. e0d8009 The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). by Rob Landley · 10 years ago
  46. e1fa787 Separate more commands so single.sh can build them standalone. by Rob Landley · 10 years ago
  47. 08ac30d When killall was invoked without arguments, there appeared segmentation fault by ?ukasz Szpakowski · 10 years ago
  48. 986805c Fix du test: du symlink -> "0\tsymlink" by Felix Janda · 10 years ago
  49. 29d30be Respond to two static analysis issues in dirtree_path() reported by Ashwini Sharma. by Rob Landley · 10 years ago
  50. c611c39 Start on ping.c. by Rob Landley · 10 years ago
  51. a1a83e6 Tweak portability.h for uClibc version in buildroot defconfig. by Rob Landley · 10 years ago
  52. 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
  53. 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
  54. 5889691 Capitalize "toybox" more consistently on the about page. by Rob Landley · 10 years ago
  55. 5237015 Fluff out the documentation some more. by Rob Landley · 10 years ago
  56. e9695d1 Remove debug echo checked in by mistake. by Rob Landley · 10 years ago
  57. cd299bf Forgot to check in the updated makefile when I moved the testsuite. by Rob Landley · 10 years ago
  58. 5bcc7ea Typo from the dawn of time: toybox is not capitalized the way BusyBox was. by Rob Landley · 10 years ago
  59. 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
  60. 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
  61. 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
  62. 42cf443 Reorder functions to get rid of unnecessary prototypes, and move a global into GLOBALS. by Rob Landley · 10 years ago
  63. 7e96783 rm -rf needs to chmod directories to u+rwx, because directories need +x to search. by Isaac Dunham · 10 years ago
  64. 14a11ed A few fixes for issues reported in static analysis. by Ashwini Sharma · 10 years ago
  65. 40b2042 Cleanup pass on README. by Rob Landley · 10 years ago
  66. c022d27 Update README for pending directory, include list of code outside of pending (grandfathered) awaiting cleanup. by Rob Landley · 10 years ago
  67. 1b7e562 Minor cleanup pass on touch. by Rob Landley · 10 years ago
  68. 7905ef2 Cleanup pass on cut, more to do. by Rob Landley · 10 years ago
  69. 38cb603 Cleanup pass on useradd. by Rob Landley · 10 years ago
  70. eca573c Add cpio -p by Rob Landley · 10 years ago
  71. a6336b9 find -xdev should return mount points, just not contents. by Rob Landley · 10 years ago
  72. 8a99071 Second attempt at one way xpopen(). by Rob Landley · 10 years ago
  73. 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
  74. 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
  75. 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
  76. 09af6a7 Oops, unbreak make.sh. by Rob Landley · 10 years ago
  77. f8c411c Ignore -m option to cpio, it's what we do anyway so it's not an error. by Rob Landley · 10 years ago
  78. 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
  79. 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
  80. 3edbb57 Fix more memory leaks reported by Ashwini Sharma. by Rob Landley · 10 years ago
  81. 12eff43 Don't close device handle until after calling flush ioctls, reported by Ashwini Sharma. by Rob Landley · 10 years ago
  82. 6634e46 Add error test and fix memory leak, reported by Ashwini Sharma. by Rob Landley · 10 years ago
  83. 9b4ea9c Promote mount. It's not perfect, but it basically works now. by Rob Landley · 10 years ago
  84. cc3bf66 Fix mount --move bug. by Rob Landley · 10 years ago
  85. 25fe0e0 Debugging pass on mount. Not quite done yet, but the basics seem to work now. by Rob Landley · 10 years ago
  86. 980458f Work around uClibc brain-damage. by Rob Landley · 10 years ago
  87. 9bb73ad Don't hang for $CPUS=1. by Rob Landley · 10 years ago
  88. 01e6a73 Testsuites for toybox command - "tar", "bzcat", "xzcat", "zcat" and "hostname". by Divya Kothari · 10 years ago
  89. 207b6a6 chmod testsuite and link testsuite. by Divya Kothari · 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. 658887a More parallel build tweaks. by Rob Landley · 10 years ago
  92. 72e84a2 Next mount checkpoint. by Rob Landley · 10 years ago
  93. 5c87c14 Give a hint when setuid logic fails. by Rob Landley · 10 years ago
  94. 9614620 Old compilers complain about linker options passed with -c, so split out $LDOPTIMIZE. by Rob Landley · 10 years ago
  95. 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
  96. 50b8297 Add VERBOSE=fail to "make tests", based on suggestion from Johan Bergstr?m. by Rob Landley · 10 years ago
  97. 14c8ef4 ipcs : display all the IPC fascilities information crond : CRON scheduler by Ashwini Sharma · 10 years ago
  98. e996bdd Work in progress snapshot of mount, with fallout to umount. (Not done yet.) by Rob Landley · 10 years ago
  99. 5d16faa Fix parallel make not always catching errors before link time. by Rob Landley · 10 years ago
  100. 8f5ad7e Promote blockdev to other. by Rob Landley · 10 years ago