1. ccb73f8 Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it back off.) by Rob Landley · 10 years ago
  2. dc62a01 Document more cleanup. by Rob Landley · 10 years ago
  3. 6335213 Have single.sh enable I18N and FLOAT. by Rob Landley · 10 years ago
  4. 4fd07e0 Improve gid/uid error messages. by Rob Landley · 10 years ago
  5. 546b293 Little endian and big endian versions of peek (for host.c). by Rob Landley · 10 years ago
  6. 280bb59 Fix memory leak in error path. by Rob Landley · 10 years ago
  7. 31db579 Don't go into an endless loop if we hit a bad utf8 sequence without -q. by Rob Landley · 10 years ago
  8. 4a86c81 Isaac Dunham spotted that dhcp was also reimplementing daemon(). by Rob Landley · 10 years ago
  9. 8fb7799 Add utf8 support to ls -C. by Rob Landley · 10 years ago
  10. 87c06e1 find needs "c" suffix to -size. by Rob Landley · 10 years ago
  11. a873444 Find bugfixes. by Rob Landley · 10 years ago
  12. 1f80e11 Apparently I deleted this locally but forgot to commit the removal. Oops. by Rob Landley · 10 years ago
  13. c880061 Use libc daemon() instead of pending daemonize. by Rob Landley · 10 years ago
  14. fc7bc38 Write a new find. Not quite done, but the basics work. by Rob Landley · 10 years ago
  15. 30f6ef5 fdisk : partitions > 60, are deleted, offset entry for extended partitions was wrong. by Ashwini Sharma · 10 years ago
  16. fbe5dda Implement -HL for cp. by Rob Landley · 10 years ago
  17. 8bae314 Release notes for 0.4.9. by Rob Landley · 10 years ago
  18. 1446fec Added tag 0.4.9 for changeset ffc015bddb26 by Rob Landley · 10 years ago
  19. 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
  20. b6efbb6 minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), some whitespace and bracket cleanups. by Rob Landley · 10 years ago
  21. f383983 Minor cleanup pass. by Rob Landley · 10 years ago
  22. 8525d78 Add nbd-client. by Rob Landley · 10 years ago
  23. ffa7e3b Promote killall5 by merging it into kill. by Rob Landley · 10 years ago
  24. 36f6dea Try to lookup all umounts in /proc/mounts so we can auto-zap loopback devices. by Rob Landley · 10 years ago
  25. 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
  26. d6f8c41 Cut down from 1000+ file attribute tests to a more manageable number. by Rob Landley · 10 years ago
  27. ef0ed68 I have developed few testsuites for toybox commands - by Divya Kothari · 10 years ago
  28. 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
  29. feb696a date -r wasn't saving the result in the right variable. (And make date -ur work.) by Rob Landley · 10 years ago
  30. 5ce682e Fix rm -rf of chmod 000 directories. by Rob Landley · 10 years ago
  31. 9bf93ed Promote makedevs to other. by Rob Landley · 10 years ago
  32. 936ab6d Bugfixes for cleaned up makedevs. by Rob Landley · 10 years ago
  33. 7a9f7d1 Use dlist_terminate() in patch. by Rob Landley · 10 years ago
  34. f1a3098 Add : as an alias for true (toysh needs this). by Rob Landley · 10 years ago
  35. 4f1d655 Make fallocate depend on probe for libc support. by Rob Landley · 10 years ago
  36. 434cefb Add fallocate probe for uClibc. by Rob Landley · 10 years ago
  37. 474d0a9 Promote mkpasswd from pending to other. by Rob Landley · 10 years ago
  38. 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
  39. f23d317 Update cleanup page, now linking to descriptions of all of the ifconfig cleanup. by Rob Landley · 10 years ago
  40. a0f56be I have developed few testsuite for toybox commands - ls, ln, rm, mv, printf, dd, renice. by Divya Kothari · 10 years ago
  41. 6d15f0d Cleanup pass on mkpasswd.c by Rob Landley · 10 years ago
  42. 6ad3207 Cleanup pass on makedevs. Need to test it before promoting. by Rob Landley · 10 years ago
  43. 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
  44. 0aad9e4 find_in_path() is supposed to work with a NULL path, but didn't. Fix it. by Rob Landley · 10 years ago
  45. 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
  46. d3cd45b Move deallocvt.c into openvt.c, cleanup both. by Rob Landley · 10 years ago
  47. fc49761 Forgot to check in main() part of TOYFLAG_LOCALE change. by Rob Landley · 10 years ago
  48. 52dea12 The readme, a text file, has an HTML close paragraph tag. by Rob Landley · 10 years ago
  49. 0cf6a2d Option parsing for nohup needs to stop at first nonoption argument. Minor cleanups. by Rob Landley · 10 years ago
  50. 2109b15 Cleanup pass on login by Rob Landley · 10 years ago
  51. eb3c443 Enable fallocate in defconfig. by Rob Landley · 10 years ago
  52. 59fa8b4 Cleanup pass on host.c by Rob Landley · 10 years ago
  53. 90b200c Move toys.toycount initialization _after_ zeroing toys, so help -a works again. by Rob Landley · 10 years ago
  54. ff2bc85 Promote strings. by Rob Landley · 10 years ago
  55. 11c3924 Cleanup strings. by Rob Landley · 10 years ago
  56. 8431692 Update toybox help to say how to install the static binary. by Rob Landley · 10 years ago
  57. b5f9780 pending/useradd: unbreak build by Isaac Dunham · 10 years ago
  58. ef377cf Promote rfkill. by Rob Landley · 10 years ago
  59. 8115fc1 Forgot to check in strstart(). by Rob Landley · 10 years ago
  60. e031a5e Cleanup pass on rfkill. by Rob Landley · 10 years ago
  61. 368e264 host needs -lresolv by Rob Landley · 10 years ago
  62. 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
  63. c421b70 Warning fix from Rich Felker. by Rob Landley · 10 years ago
  64. e266735 Add host by Rich Felker. by Rob Landley · 10 years ago
  65. 298fcd9 Isaac Dunham also reported that some diff implementations can't handle nonseekable input, so write to a temporary file instead of <(command). by Rob Landley · 10 years ago
  66. 0fe882b Isaac Dunham pointed out that busybox diff only implements unified diffs, and sent a patch to convert bloatcheck to use that. I tweaked it a bit. by Rob Landley · 10 years ago
  67. 471c4d2 Replace large parenthetical in bloatcheck with a function. by Rob Landley · 10 years ago
  68. d0c0422 Minor tweaks to code style section. by Rob Landley · 10 years ago
  69. 2682551 Make md5sum/sha1sum -b flag be "brief" output (just the hash). by Rob Landley · 10 years ago
  70. 44e68a1 mount: start on option parsing, implement loopback and bind mount autodetection. by Rob Landley · 10 years ago
  71. 314f19e Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. by Rob Landley · 10 years ago
  72. 8b3b9aa The tests for link and du are attached. by Isaac Dunham · 10 years ago
  73. 670626a cpio: archive more files by Isaac Dunham · 10 years ago
  74. c20fb90 iconv: some fixes by Felix Janda · 10 years ago
  75. f71abed Promote partprobe. by Rob Landley · 10 years ago
  76. 4d22a09 Cleanup partprobe. by Rob Landley · 10 years ago
  77. d8872c4 Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. by Rob Landley · 10 years ago
  78. b0d97a0 killall5 - kill all the processes not in its session. by Ashwini Sharma · 10 years ago
  79. 9f1a00a makedevs - making devices/nodes in a range. Supports reading the tabled entry from file. by Ashwini Sharma · 10 years ago
  80. 877884d strings - print the strings in the file. by Ashwini Sharma · 10 years ago
  81. 414c0cf First stab at mount, very incomplete. by Rob Landley · 10 years ago
  82. c6fcf1d Make "losetup /dev/loop0 filename" work. by Rob Landley · 10 years ago
  83. 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
  84. 55e9f35 Add mount options to data getmountlist collects. by Rob Landley · 10 years ago
  85. 369a4e0 Brush the dust off toysh. by Rob Landley · 10 years ago
  86. ddbaa71 Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), and posix-2008 doesn't say if fflush() covers ferror() (or can return success when the stream's error state is set), so call both. 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. 3bc5d3d The "not root" test happens before looking for --help, so "./sulogin --help" doesn't show it. Instead make the "not root" failure case always show help text. by Rob Landley · 10 years ago
  94. 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
  95. 6c54928 Pass the same $CFLAGS to the library probe as the final build, to work with broken build environments that provide different libraries for --static and dynamic builds. by Rob Landley · 10 years ago
  96. a17c5f2 patch from ashwini sharma: treat 0 length read at the start of password read as EOF. by Rob Landley · 10 years ago
  97. 984f90c rfkill - enable/disable the radio devices by Ashwini Sharma · 10 years ago
  98. 6958429 inotifyd - watch for filesystem events. by Ashwini Sharma · 10 years ago
  99. a76175c Ashwini Sharma pointed out I screwed up last.c. by Rob Landley · 10 years ago
  100. 0369ba5 date: add -ds, document +FORMAT escapes. by Rob Landley · 10 years ago