1. fd49375 When running a test, the diff is always an ascii diff, not binary. by Rob Landley · 10 years ago
  2. 6d33f3a Add "change" subdirectory to make clean. by Rob Landley · 10 years ago
  3. 62390fd Add "make change" target to build the big toybox binary as a bunch of little ones (in the "change" subdirectory), and tweak scripts/make.sh to avoid redundant work when rebuilding. by Rob Landley · 10 years ago
  4. e7835d7 sed: c needs to trigger range logic like d, D works like d when there isn't anything left in the line, and more tests. by Rob Landley · 10 years ago
  5. 01e06c4 New ifconfig tests from Cynt Rynt. by Rob Landley · 10 years ago
  6. 6a66049 Update dmesg, loosely based on a patch from Elliott Hughes. by Rob Landley · 10 years ago
  7. f232c37 Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. by Rob Landley · 10 years ago
  8. 1fb2080 Android-related roadmap.html updates. by enh · 10 years ago
  9. 9ab563b Tweak the "ignoring return value" fortify workaround for readlinkat. by Rob Landley · 10 years ago
  10. f6c28b6 As long as Android's going to require fortify, fixup the warnings it generates. by Rob Landley · 10 years ago
  11. ea6fc27 Whitespace/code style. by Rob Landley · 10 years ago
  12. 6a29bb1 A patch against your current ToT that builds in AOSP master. by Elliott Hughes · 10 years ago
  13. 3280d99 Don't include asm/* files directly. by Rob Landley · 10 years ago
  14. 69a9f25 Patch from Elliott Hughes for Android/bionic build. by Rob Landley · 10 years ago
  15. 29e5e24 Make md5sum and sha1sum work on big endian systems. by Rob Landley · 10 years ago
  16. 5614785 Fixups for the android/bionic build probes patch. by Rob Landley · 10 years ago
  17. 46ddf0e probe for getspnam(), forkpty(), utmpx, replace sethostname() by Isaac Dunham · 10 years ago
  18. 159a7f1 Fix "tail -c 10" segfault spotted by Lukasz Szpakowski. by Rob Landley · 10 years ago
  19. 45bd6a2 More sed bugfixes. by Rob Landley · 10 years ago
  20. e9b1a61 sed: fix 'q', and { }, and } after s/// with no semicolon. by Rob Landley · 10 years ago
  21. 4a94ed0 More sed corner cases. (Empty regex repeats previous regex, implement -i, etc.) by Rob Landley · 10 years ago
  22. 4a6eb58 Fix more sed bugs. by Rob Landley · 10 years ago
  23. 7928b0d Fix sed 'b' with no label and 'N' in general. by Rob Landley · 10 years ago
  24. 2814e45 More sed bugfixes. (Did you know s/[/]// is a valid sed expression?) by Rob Landley · 10 years ago
  25. 0c558f0 Debugging pass on sed: make the existing test suite pass. by Rob Landley · 10 years ago
  26. 1d5f48f Add a few more sed tests. by Rob Landley · 10 years ago
  27. 9dbcee4 Add color support for scripts/test.sh and new SKIP_HOST for tests expected to fail on non-toybox implementations. by Rob Landley · 10 years ago
  28. 222fc81 sed: implement s & and \1 backrefs. by Rob Landley · 10 years ago
  29. cb652fa Implement more sed plumbing, including s/// (without \1 or & yet). by Rob Landley · 10 years ago
  30. 6e087a3 Remove unnecessary assignment spotted by Cynt Rynt. by Rob Landley · 10 years ago
  31. 5490107 Implement another largeish chunk of sed. Untested, unfinished, do not use yet. by Rob Landley · 10 years ago
  32. 72f8a5f First cleanup pass on hwclock. by Rob Landley · 10 years ago
  33. 4483eaa hwclock: get and set the hwclock by Ashwini Sharma · 10 years ago
  34. 80cef25 ipcrm : remove msg que, sem or shared memory by Ashwini Sharma · 10 years ago
  35. eece7ed Yet more sed tests. by Rob Landley · 10 years ago
  36. 4e5b247 Implement a few sed commands. Not done, and not tested yet. by Rob Landley · 10 years ago
  37. b069d8d More sed tests. by Rob Landley · 10 years ago
  38. b1ef8dd Next round of sed infrastructure, parses most commands now, doesn't implement them yet. by Rob Landley · 10 years ago
  39. 7a976a0 Attached are new toys TR and CRONTAB. by Ashwini Sharma · 10 years ago
  40. 82671e1 Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink following. by Rob Landley · 10 years ago
  41. 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
  42. 448c874 First batch of sed tests. by Rob Landley · 10 years ago
  43. 7750304 Next drop of sed infrastructure, mostly argument parsing, doesn't do anything interesting yet. by Rob Landley · 10 years ago
  44. 21374ad Fill out rest of help text for sed. by Rob Landley · 10 years ago
  45. de36079 Fix use after free error spotted by ?ukasz Szpakowski. by Rob Landley · 10 years ago
  46. 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
  47. d4bae7d xexec() recursion limiter has to go after rebound or toy_init() zeroes it. by Rob Landley · 10 years ago
  48. d3f335d Cosmetic tweak: no trailing spaces when ./toybox lists command names. by Rob Landley · 10 years ago
  49. 90397b2 Basic sed range support, enough for "sed -n 9,11p README" to work. by Rob Landley · 10 years ago
  50. 9b891d5 Teach ln -f to leave original target alone if link creation fails. by Rob Landley · 10 years ago
  51. 9b0d869 Random in-progress snapshot of sed, not finished yet. by Rob Landley · 10 years ago
  52. 21f3c8d More static analysis fixes from Ashwini Sharma. by Rob Landley · 10 years ago
  53. 977e48e Add TOYBOX_NORECURSE so xexec() won't make internal function calls. by Rob Landley · 10 years ago
  54. 8aa5276 nsenter: A tool to use setns(2) by Andy Lutomirski · 10 years ago
  55. c0854f0 unshare: Fix help and option parsing by Andy Lutomirski · 10 years ago
  56. 5fcc715 Factor out printf-style escape parsing logic from echo.c. by Rob Landley · 10 years ago
  57. 01138b9 Even bigger ip.c, from Ashwini Sharma. by Rob Landley · 10 years ago
  58. 784eb9c Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. by Rob Landley · 10 years ago
  59. 1796626 Fix last night's mv commit (use dest, not source). by Rob Landley · 10 years ago
  60. 3dfb15f Implement mv -f and -i. by Rob Landley · 10 years ago
  61. dd23ece Started over on sed (by reading the posix spec). by Rob Landley · 10 years ago
  62. 26d8c3c acpi: implement -ctV, fix recursion, plug a small leak by Isaac Dunham · 10 years ago
  63. 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
  64. 7196d75 Fix use-after-free spotted by Ashwini Sharma's static analysis. by Rob Landley · 10 years ago
  65. 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
  66. 8fe1814 Basic update of the roadmap and status pages. (Both need a good scrub and polish beyond this.) by Rob Landley · 10 years ago
  67. 037009f Release notes for 0.5.0. by Rob Landley · 10 years ago
  68. 437ee1e Added tag 0.5.0 for changeset 7afd32673a5c by Rob Landley · 10 years ago
  69. 2ccab02 Workaround for musl's faccessat bug (the rm -r "error: is a directory" thing). by Rob Landley · 10 years ago
  70. 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
  71. 9588d28 Updated version, having complete support for ip _link_, _addr_, _rule_, _route_ and _tunnel_ options. by Ashwini Sharma · 10 years ago
  72. 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
  73. 679a21d mount: terminate list so unknown user mount attempts don't endlessly loop, add better error reporting. by Rob Landley · 10 years ago
  74. 562af2c Brown paper bag time: comma_scan() didn't work for anything but the last entry. by Rob Landley · 10 years ago
  75. 5d4fa57 Multi-build single.sh should exit with an error when build breaks. by Rob Landley · 10 years ago
  76. 5e2fb27 Cleanup pass on groupdel. by Rob Landley · 10 years ago
  77. 0b63d26 Allow single.sh to build more than one command per invocation. 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. 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
  80. 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
  81. e0d8009 The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). by Rob Landley · 10 years ago
  82. e1fa787 Separate more commands so single.sh can build them standalone. by Rob Landley · 10 years ago
  83. 08ac30d When killall was invoked without arguments, there appeared segmentation fault by ?ukasz Szpakowski · 10 years ago
  84. 986805c Fix du test: du symlink -> "0\tsymlink" by Felix Janda · 10 years ago
  85. 29d30be Respond to two static analysis issues in dirtree_path() reported by Ashwini Sharma. by Rob Landley · 10 years ago
  86. c611c39 Start on ping.c. by Rob Landley · 10 years ago
  87. a1a83e6 Tweak portability.h for uClibc version in buildroot defconfig. by Rob Landley · 10 years ago
  88. 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
  89. 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
  90. 5889691 Capitalize "toybox" more consistently on the about page. by Rob Landley · 10 years ago
  91. 5237015 Fluff out the documentation some more. by Rob Landley · 10 years ago
  92. e9695d1 Remove debug echo checked in by mistake. by Rob Landley · 10 years ago
  93. cd299bf Forgot to check in the updated makefile when I moved the testsuite. by Rob Landley · 10 years ago
  94. 5bcc7ea Typo from the dawn of time: toybox is not capitalized the way BusyBox was. by Rob Landley · 10 years ago
  95. 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
  96. 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
  97. 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
  98. 42cf443 Reorder functions to get rid of unnecessary prototypes, and move a global into GLOBALS. by Rob Landley · 10 years ago
  99. 7e96783 rm -rf needs to chmod directories to u+rwx, because directories need +x to search. by Isaac Dunham · 10 years ago
  100. 14a11ed A few fixes for issues reported in static analysis. by Ashwini Sharma · 10 years ago