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. 056bc90 A toy _BLOCKDEV_ to get/set block device properties. by Ashwini Sharma · 10 years ago
  8. 7eb3e43 Patches to commands for issues reported from static analysis tool. by Ashwini Sharma · 10 years ago
  9. 6a77734 Promote lspci. by Rob Landley · 10 years ago
  10. 32a3a08 Cleanup pass on lspci. by Rob Landley · 10 years ago
  11. b843203 Disable xopen's default O_CLOEXEC for oneit. by Rob Landley · 10 years ago
  12. c572530 Fix -mindepth and -maxdepth to not drill down into excluded directories. by Rob Landley · 10 years ago
  13. c39a337 More find bugfixes. by Rob Landley · 10 years ago
  14. 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
  15. 6804d23 find.c: Posix wants loop detection. by Rob Landley · 10 years ago
  16. 2c2eaba Building busybox from source needs find -not (a synonym for posix's "!"). by Rob Landley · 10 years ago
  17. 9fdc1fe Fix a couple patch bugs concerning error output. by Rob Landley · 10 years ago
  18. 4edcd08 find.c: add -mindepth, -maxdepth, and document -newer and -depth. by Rob Landley · 10 years ago
  19. 60c35c4 Implement exec -user, -group, and -newer. Enable find in defconfig. by Rob Landley · 10 years ago
  20. 64038da Squash mix of tabs and spaces to just spaces. by Rob Landley · 10 years ago
  21. 44b8986 Missed checking in dirtree_recurse() change (now needs specific DIRTREE_SYMFOLLOW value, not just true/false). by Rob Landley · 10 years ago
  22. dc48a0c Cosmetic tweak, slightly more conventional for loop. by Rob Landley · 10 years ago
  23. e686dcc Unbreak find -exec. by Rob Landley · 10 years ago
  24. 3acdbc1 New toys unified DIFF and USERDEL. by Ashwini Sharma · 10 years ago
  25. 732ef89 mix.c - A very basic mixer. by Bradley Conroy · 10 years ago
  26. b4062b0 factor: catch integer overflow. by Rob Landley · 10 years ago
  27. 2a53f53 Add factor. by Rob Landley · 10 years ago
  28. b3c2d1c find.c: fix -iname. by Rob Landley · 10 years ago
  29. 3c69835 As long as I had to write xabspath(), no point in wrapping realpath(). by Rob Landley · 10 years ago
  30. fd14a61 find.c: first pass at case case insensitivity and exec. (Needs more debugging.) by Rob Landley · 10 years ago
  31. 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
  32. 31db579 Don't go into an endless loop if we hit a bad utf8 sequence without -q. by Rob Landley · 10 years ago
  33. 4a86c81 Isaac Dunham spotted that dhcp was also reimplementing daemon(). by Rob Landley · 10 years ago
  34. 8fb7799 Add utf8 support to ls -C. by Rob Landley · 10 years ago
  35. a873444 Find bugfixes. by Rob Landley · 10 years ago
  36. 1f80e11 Apparently I deleted this locally but forgot to commit the removal. Oops. by Rob Landley · 10 years ago
  37. c880061 Use libc daemon() instead of pending daemonize. by Rob Landley · 10 years ago
  38. fc7bc38 Write a new find. Not quite done, but the basics work. by Rob Landley · 10 years ago
  39. 30f6ef5 fdisk : partitions > 60, are deleted, offset entry for extended partitions was wrong. by Ashwini Sharma · 10 years ago
  40. fbe5dda Implement -HL for cp. by Rob Landley · 10 years ago
  41. 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
  42. b6efbb6 minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), some whitespace and bracket cleanups. by Rob Landley · 10 years ago
  43. f383983 Minor cleanup pass. by Rob Landley · 10 years ago
  44. 8525d78 Add nbd-client. by Rob Landley · 10 years ago
  45. ffa7e3b Promote killall5 by merging it into kill. by Rob Landley · 10 years ago
  46. 36f6dea Try to lookup all umounts in /proc/mounts so we can auto-zap loopback devices. by Rob Landley · 10 years ago
  47. 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
  48. feb696a date -r wasn't saving the result in the right variable. (And make date -ur work.) by Rob Landley · 10 years ago
  49. 5ce682e Fix rm -rf of chmod 000 directories. by Rob Landley · 10 years ago
  50. 9bf93ed Promote makedevs to other. by Rob Landley · 10 years ago
  51. 936ab6d Bugfixes for cleaned up makedevs. by Rob Landley · 10 years ago
  52. 7a9f7d1 Use dlist_terminate() in patch. by Rob Landley · 10 years ago
  53. f1a3098 Add : as an alias for true (toysh needs this). by Rob Landley · 10 years ago
  54. 4f1d655 Make fallocate depend on probe for libc support. by Rob Landley · 10 years ago
  55. 474d0a9 Promote mkpasswd from pending to other. by Rob Landley · 10 years ago
  56. 6d15f0d Cleanup pass on mkpasswd.c by Rob Landley · 10 years ago
  57. 6ad3207 Cleanup pass on makedevs. Need to test it before promoting. by Rob Landley · 10 years ago
  58. 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
  59. d3cd45b Move deallocvt.c into openvt.c, cleanup both. by Rob Landley · 10 years ago
  60. 0cf6a2d Option parsing for nohup needs to stop at first nonoption argument. Minor cleanups. by Rob Landley · 10 years ago
  61. 2109b15 Cleanup pass on login by Rob Landley · 10 years ago
  62. eb3c443 Enable fallocate in defconfig. by Rob Landley · 10 years ago
  63. 59fa8b4 Cleanup pass on host.c by Rob Landley · 10 years ago
  64. ff2bc85 Promote strings. by Rob Landley · 10 years ago
  65. 11c3924 Cleanup strings. by Rob Landley · 10 years ago
  66. b5f9780 pending/useradd: unbreak build by Isaac Dunham · 10 years ago
  67. ef377cf Promote rfkill. by Rob Landley · 10 years ago
  68. e031a5e Cleanup pass on rfkill. by Rob Landley · 10 years ago
  69. 89a62bf When locale is enabled, sprintf("%.123s", str) is counting characters, not bytes, so we can't globally enable locale without opening stack/heap smashing vulnerabilities. Make commands individually request setlocale() using TOYFLAGS instead. by Rob Landley · 10 years ago
  70. c421b70 Warning fix from Rich Felker. by Rob Landley · 10 years ago
  71. e266735 Add host by Rich Felker. by Rob Landley · 10 years ago
  72. 2682551 Make md5sum/sha1sum -b flag be "brief" output (just the hash). by Rob Landley · 10 years ago
  73. 44e68a1 mount: start on option parsing, implement loopback and bind mount autodetection. by Rob Landley · 10 years ago
  74. 314f19e Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. by Rob Landley · 10 years ago
  75. 670626a cpio: archive more files by Isaac Dunham · 10 years ago
  76. c20fb90 iconv: some fixes by Felix Janda · 10 years ago
  77. f71abed Promote partprobe. by Rob Landley · 10 years ago
  78. 4d22a09 Cleanup partprobe. by Rob Landley · 10 years ago
  79. d8872c4 Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. by Rob Landley · 10 years ago
  80. b0d97a0 killall5 - kill all the processes not in its session. by Ashwini Sharma · 10 years ago
  81. 9f1a00a makedevs - making devices/nodes in a range. Supports reading the tabled entry from file. by Ashwini Sharma · 10 years ago
  82. 877884d strings - print the strings in the file. by Ashwini Sharma · 10 years ago
  83. 414c0cf First stab at mount, very incomplete. by Rob Landley · 10 years ago
  84. c6fcf1d Make "losetup /dev/loop0 filename" work. by Rob Landley · 10 years ago
  85. dc64025 Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. by Rob Landley · 10 years ago
  86. 369a4e0 Brush the dust off toysh. by Rob Landley · 10 years ago
  87. 7cb7cca I have attached a patch adding a program that allows re-reading the partition table. This is often used on embedded systems booting from SD/USB devices that need to resize partitions on first boot. by Bertold Van den Bergh · 10 years ago
  88. 1c806ca atolx_range() is already added into lib/lib.c, in vconfig.c atolx_range() can be used in place of locally defined strtorange() function. by Ashwini Sharma · 10 years ago
  89. 80a438d logname and whoami are the same as id -un, so merge them. by Isaac Dunham · 10 years ago
  90. 67ba229 Bugfix from Isaac Dunham (new pci database has # comments in it) and some minor cleanups I had in my tree already. by Rob Landley · 10 years ago
  91. f9c3fc8 Pending commands should default n by Rob Landley · 10 years ago
  92. 5e936d6 Single-user login. by Ashwini Sharma · 10 years ago
  93. 7dfee8e Remove debug detritus I didn't mean to to check in, and treat an "this variable can never actually be used uninitialized but gcc's warning generator can't tell and fails spamwards" warning. by Rob Landley · 10 years ago
  94. 984f90c rfkill - enable/disable the radio devices by Ashwini Sharma · 10 years ago
  95. 6958429 inotifyd - watch for filesystem events. by Ashwini Sharma · 10 years ago
  96. a76175c Ashwini Sharma pointed out I screwed up last.c. by Rob Landley · 10 years ago
  97. 0369ba5 date: add -ds, document +FORMAT escapes. by Rob Landley · 10 years ago
  98. f8e940c Convert bootchartd to generic_signal(). by Rob Landley · 10 years ago
  99. 755e040 Make telnet use generic_signal(), minor in-passing cleanups. by Rob Landley · 10 years ago
  100. bf30fe9 Make telnetd use generic_signal(), inline kill_session(), close race window where a SIGCHLD could get lost. by Rob Landley · 10 years ago