1. c106a78 getty needs fd 0 to stay open. The O_CLOEXEC reversal resulted in login failing. by Isaac Dunham · 10 years ago
  2. e70eea4 Promote inotifyd to other. by Rob Landley · 10 years ago
  3. eeb3541 Minor help text tweak for inotifyd. by Rob Landley · 10 years ago
  4. 01a806f Cleanup inotifyd. by Rob Landley · 10 years ago
  5. 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
  6. 5cf4bd1 Add install to cp/mv. by Rob Landley · 10 years ago
  7. 845c8da Fix bug reported by Ashwini Sharma: [-abc] syntax to switch off a command forget by Rob Landley · 10 years ago
  8. 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
  9. be3a48c Enable a command's sub-options in single builds. by Rob Landley · 10 years ago
  10. 056bc90 A toy _BLOCKDEV_ to get/set block device properties. by Ashwini Sharma · 10 years ago
  11. 7eb3e43 Patches to commands for issues reported from static analysis tool. by Ashwini Sharma · 10 years ago
  12. 6a77734 Promote lspci. by Rob Landley · 10 years ago
  13. 32a3a08 Cleanup pass on lspci. by Rob Landley · 10 years ago
  14. 579ce35 Update clean to clean up after new parallel build. by Rob Landley · 10 years ago
  15. b843203 Disable xopen's default O_CLOEXEC for oneit. by Rob Landley · 10 years ago
  16. 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
  17. c572530 Fix -mindepth and -maxdepth to not drill down into excluded directories. by Rob Landley · 10 years ago
  18. c39a337 More find bugfixes. by Rob Landley · 10 years ago
  19. 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
  20. 6804d23 find.c: Posix wants loop detection. by Rob Landley · 10 years ago
  21. 2c2eaba Building busybox from source needs find -not (a synonym for posix's "!"). by Rob Landley · 10 years ago
  22. 9fdc1fe Fix a couple patch bugs concerning error output. by Rob Landley · 10 years ago
  23. 4edcd08 find.c: add -mindepth, -maxdepth, and document -newer and -depth. by Rob Landley · 10 years ago
  24. 60c35c4 Implement exec -user, -group, and -newer. Enable find in defconfig. by Rob Landley · 10 years ago
  25. 64038da Squash mix of tabs and spaces to just spaces. by Rob Landley · 10 years ago
  26. 44b8986 Missed checking in dirtree_recurse() change (now needs specific DIRTREE_SYMFOLLOW value, not just true/false). by Rob Landley · 10 years ago
  27. dc48a0c Cosmetic tweak, slightly more conventional for loop. by Rob Landley · 10 years ago
  28. bd0ad99 Yank xrealpath prototype since the function's gone. by Rob Landley · 10 years ago
  29. 825d714 Add --help support to single.sh builds. by Rob Landley · 10 years ago
  30. e686dcc Unbreak find -exec. by Rob Landley · 10 years ago
  31. 3acdbc1 New toys unified DIFF and USERDEL. by Ashwini Sharma · 10 years ago
  32. 732ef89 mix.c - A very basic mixer. by Bradley Conroy · 10 years ago
  33. b4062b0 factor: catch integer overflow. by Rob Landley · 10 years ago
  34. 2a53f53 Add factor. by Rob Landley · 10 years ago
  35. b3c2d1c find.c: fix -iname. by Rob Landley · 10 years ago
  36. 3c69835 As long as I had to write xabspath(), no point in wrapping realpath(). by Rob Landley · 10 years ago
  37. fd14a61 find.c: first pass at case case insensitivity and exec. (Needs more debugging.) by Rob Landley · 10 years ago
  38. 749c523 Actually set the again flag when calling the dirtree comeagain callback. by Rob Landley · 10 years ago
  39. 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
  40. 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
  41. ccb73f8 Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it back off.) by Rob Landley · 10 years ago
  42. dc62a01 Document more cleanup. by Rob Landley · 10 years ago
  43. 6335213 Have single.sh enable I18N and FLOAT. by Rob Landley · 10 years ago
  44. 4fd07e0 Improve gid/uid error messages. by Rob Landley · 10 years ago
  45. 546b293 Little endian and big endian versions of peek (for host.c). by Rob Landley · 10 years ago
  46. 280bb59 Fix memory leak in error path. by Rob Landley · 10 years ago
  47. 31db579 Don't go into an endless loop if we hit a bad utf8 sequence without -q. by Rob Landley · 10 years ago
  48. 4a86c81 Isaac Dunham spotted that dhcp was also reimplementing daemon(). by Rob Landley · 10 years ago
  49. 8fb7799 Add utf8 support to ls -C. by Rob Landley · 10 years ago
  50. 87c06e1 find needs "c" suffix to -size. by Rob Landley · 10 years ago
  51. a873444 Find bugfixes. by Rob Landley · 10 years ago
  52. 1f80e11 Apparently I deleted this locally but forgot to commit the removal. Oops. by Rob Landley · 10 years ago
  53. c880061 Use libc daemon() instead of pending daemonize. by Rob Landley · 10 years ago
  54. fc7bc38 Write a new find. Not quite done, but the basics work. by Rob Landley · 10 years ago
  55. 30f6ef5 fdisk : partitions > 60, are deleted, offset entry for extended partitions was wrong. by Ashwini Sharma · 10 years ago
  56. fbe5dda Implement -HL for cp. by Rob Landley · 10 years ago
  57. 8bae314 Release notes for 0.4.9. by Rob Landley · 10 years ago
  58. 1446fec Added tag 0.4.9 for changeset ffc015bddb26 by Rob Landley · 10 years ago
  59. 056d0a0 Autodetect --bind and --loop mounts in a way that doesn't interfere with network filesystems or -t newtype mounts that trigger a module load. by Rob Landley · 10 years ago
  60. b6efbb6 minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), some whitespace and bracket cleanups. by Rob Landley · 10 years ago
  61. f383983 Minor cleanup pass. by Rob Landley · 10 years ago
  62. 8525d78 Add nbd-client. by Rob Landley · 10 years ago
  63. ffa7e3b Promote killall5 by merging it into kill. by Rob Landley · 10 years ago
  64. 36f6dea Try to lookup all umounts in /proc/mounts so we can auto-zap loopback devices. by Rob Landley · 10 years ago
  65. 15e02f0 TAR - this supports archive creation and extraction based on the USTAR format (described in PAX Spec). For (de)compression '-z' gzip is supported. by Ashwini Sharma · 10 years ago
  66. d6f8c41 Cut down from 1000+ file attribute tests to a more manageable number. by Rob Landley · 10 years ago
  67. ef0ed68 I have developed few testsuites for toybox commands - by Divya Kothari · 10 years ago
  68. 4a855d6 Have "make test" run tests in testdir/testdir instead of same directory as command symlinks. (Makes cleanup easier.) by Rob Landley · 10 years ago
  69. feb696a date -r wasn't saving the result in the right variable. (And make date -ur work.) by Rob Landley · 10 years ago
  70. 5ce682e Fix rm -rf of chmod 000 directories. by Rob Landley · 10 years ago
  71. 9bf93ed Promote makedevs to other. by Rob Landley · 10 years ago
  72. 936ab6d Bugfixes for cleaned up makedevs. by Rob Landley · 10 years ago
  73. 7a9f7d1 Use dlist_terminate() in patch. by Rob Landley · 10 years ago
  74. f1a3098 Add : as an alias for true (toysh needs this). by Rob Landley · 10 years ago
  75. 4f1d655 Make fallocate depend on probe for libc support. by Rob Landley · 10 years ago
  76. 434cefb Add fallocate probe for uClibc. by Rob Landley · 10 years ago
  77. 474d0a9 Promote mkpasswd from pending to other. by Rob Landley · 10 years ago
  78. c0e5ff3 Cleanup read_password(), factor out set_terminal(), fix salt bug (des wants the salt raw, no $ at the beginning). by Rob Landley · 10 years ago
  79. f23d317 Update cleanup page, now linking to descriptions of all of the ifconfig cleanup. by Rob Landley · 10 years ago
  80. a0f56be I have developed few testsuite for toybox commands - ls, ln, rm, mv, printf, dd, renice. by Divya Kothari · 10 years ago
  81. 6d15f0d Cleanup pass on mkpasswd.c by Rob Landley · 10 years ago
  82. 6ad3207 Cleanup pass on makedevs. Need to test it before promoting. by Rob Landley · 10 years ago
  83. c962e0f Glibc and uClibc provide CERASE from termios.h, but musl requies you to #include a non-posix header and the maintainer considers this a feature. So just use the constant directly. by Rob Landley · 10 years ago
  84. 0aad9e4 find_in_path() is supposed to work with a NULL path, but didn't. Fix it. by Rob Landley · 10 years ago
  85. 1748bdb Tweak license page to explicitly say that zero clause BSD is functionally equivalent to placing the code in the public domain. by Rob Landley · 10 years ago
  86. d3cd45b Move deallocvt.c into openvt.c, cleanup both. by Rob Landley · 10 years ago
  87. fc49761 Forgot to check in main() part of TOYFLAG_LOCALE change. by Rob Landley · 10 years ago
  88. 52dea12 The readme, a text file, has an HTML close paragraph tag. by Rob Landley · 10 years ago
  89. 0cf6a2d Option parsing for nohup needs to stop at first nonoption argument. Minor cleanups. by Rob Landley · 10 years ago
  90. 2109b15 Cleanup pass on login by Rob Landley · 10 years ago
  91. eb3c443 Enable fallocate in defconfig. by Rob Landley · 10 years ago
  92. 59fa8b4 Cleanup pass on host.c by Rob Landley · 10 years ago
  93. 90b200c Move toys.toycount initialization _after_ zeroing toys, so help -a works again. by Rob Landley · 10 years ago
  94. ff2bc85 Promote strings. by Rob Landley · 10 years ago
  95. 11c3924 Cleanup strings. by Rob Landley · 10 years ago
  96. 8431692 Update toybox help to say how to install the static binary. by Rob Landley · 10 years ago
  97. b5f9780 pending/useradd: unbreak build by Isaac Dunham · 10 years ago
  98. ef377cf Promote rfkill. by Rob Landley · 10 years ago
  99. 8115fc1 Forgot to check in strstart(). by Rob Landley · 10 years ago
  100. e031a5e Cleanup pass on rfkill. by Rob Landley · 10 years ago