1. dcf52cb Remove leftover debris from scripts/test.sh that screws up single tests with single.sh. by Rob Landley · 11 years ago
  2. 9dff9f2 fsck wrapper from Ashwini Sharma. (Note: this just calls filesystem-specific programs not yet in toybox.) by Rob Landley · 11 years ago
  3. 635ea82 Apparently I forgot to tag 0.4.6. Do so now. by Rob Landley · 11 years ago
  4. 78af19d dumpleases (for dhcpd) submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  5. 35b40be du from Ashwini Sharma. by Rob Landley · 11 years ago
  6. 34b91a9 Break out lib/pending.h from lib/lib.h. by Rob Landley · 11 years ago
  7. cc1d6e3 Filesystem images for testing blkid, from Bradley Conroy. by Rob Landley · 11 years ago
  8. ebe6af6 distclean was missing singleconfig.old. by Rob Landley · 11 years ago
  9. f467297 Stuff in pending should default n until cleaned up. by Rob Landley · 11 years ago
  10. 9531f29 Add tftpd by Ashwini Sharma · 11 years ago
  11. 3ad73e1 grep doesn't allocate enough space by William Haddon · 11 years ago
  12. aa2b8ab Typo spotted by Anca Emanuel. by Rob Landley · 11 years ago
  13. 10bdaa4 Tweak terminal_size to never set either to 0, and return true/false whether it could determine at least one coordinate. by Rob Landley · 11 years ago
  14. 938b830 Fix off by one, pointed out by Ashwini Sharma. by Rob Landley · 11 years ago
  15. 599a13b Sceond cleanup pass on vconfig by Rob Landley · 11 years ago
  16. 3704f82 Give xstrncpy() a more informative error message. by Rob Landley · 11 years ago
  17. 98c322e Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. by Rob Landley · 11 years ago
  18. 6fb8fae Cleanup vconfig. by Rob Landley · 11 years ago
  19. 07c4c66 Patch from William Haddon to make xargs with blank input call its command line once. (Tweaked slightly for whitespace and to collate variable declarations.) by Rob Landley · 11 years ago
  20. 6f6ccc1 Make the patch -x option (only enabled with CONFIG_DEBUG) provide more information about why a patch didn't apply. (Offset of first nonmatching character at each line during seek phase.) by Rob Landley · 11 years ago
  21. 2baa73f Promote nl from pending to posix, and add tests. by Rob Landley · 11 years ago
  22. 710a31f Cleanup nl, add support for more bits of posix. by Rob Landley · 11 years ago
  23. 159e529 Here's a revised cpio. by Isaac Dunham · 11 years ago
  24. c9cc530 Refactor terminal querying. by Rob Landley · 11 years ago
  25. 85ac09b watch: Add support for -e option, remove memory leak and deal with not-wide terminals by Elie De Brauwer · 11 years ago
  26. 66643b4 I noticed the user count was missing and added this, borrowing a bit of code from toys/posix/who.c. by Jeroen van Rijn · 11 years ago
  27. 73fff3b Don't use $CC without $CROSS_COMPILE because $HOSTCC could be something else entirely. by Rob Landley · 11 years ago
  28. 4aee303 Minor cleanup of reboot by Rob Landley · 11 years ago
  29. 9b2b24a New toy: reboot/halt/poweroff by Elie De Brauwer · 11 years ago
  30. 18ec035 useradd, groupadd, and mkpasswd submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  31. 3403742 Minor lib/password.c cleanup, described on the list. (Inline two functions.) by Rob Landley · 11 years ago
  32. d0f7935 Prep work for useradd by Ashwini Sharma. by Rob Landley · 11 years ago
  33. 26f52eb Teach scripts/test.sh to call scripts/single.sh. by Rob Landley · 11 years ago
  34. c50057e I've finally gotten 'cpio' into a shape where it could be useable. by Isaac Dunham · 11 years ago
  35. 03c1b0b Move blkid out of pending, default y. by Rob Landley · 11 years ago
  36. db494a2 Cleanup chvt by Rob Landley · 11 years ago
  37. ad1f8a0 Cleanup blkid by Rob Landley · 11 years ago
  38. 907d423 blkid cleanup: more whitespace (including fixing a strange unindented if block), convert strange fstype inclusion to OLDTOY(), use "<1" arg so calling with no arguments doesn't hang, convert typedef to normal struct. by Rob Landley · 11 years ago
  39. ef13522 blkid cleanup: Convert tabs to spaces. by Rob Landley · 11 years ago
  40. 730d5a8 Add blkid.c by Brad Conroy · 11 years ago
  41. 0405185 Whitespace tweaks and remove unused variable. by Rob Landley · 11 years ago
  42. 3ae3cf4 top submitted by Ashwini Sharma by Rob Landley · 11 years ago
  43. 507026b It's not a problem to exactly fill up the buffer with a run if the next symbol is the terminating symbol. Fixes https://jira.cyanogenmod.org/browse/CYAN-1896 by Rob Landley · 11 years ago
  44. d277414 Typo: fdisk != fsck. by Rob Landley · 11 years ago
  45. 207cada Switch flag generation from shell to C. by Rob Landley · 11 years ago
  46. 7dc773b traceroute from Ashwini Sharma by Rob Landley · 11 years ago
  47. 75a1815 Fix generated/oldtoys.h to contain option strings with USE() macros in them. by Rob Landley · 11 years ago
  48. b911d4d Update lib/args.c docs. by Rob Landley · 11 years ago
  49. c705b95 Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s. by Rob Landley · 11 years ago
  50. dc6db1a Fluff out option parsing documentation, add another DEBUG test. by Rob Landley · 11 years ago
  51. bc382be Fix -t c0 and -J as reported by heehooman at gmail on the list. by Rob Landley · 11 years ago
  52. 5cab994 Release announcement on web page. by Rob Landley · 11 years ago
  53. cd0b70e Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) by Rob Landley · 11 years ago
  54. 9b9a1ef First pass of cut cleanup, and make test script slightly happier with the concept of 80 character lines. by Rob Landley · 11 years ago
  55. e3e8084 Remove two unused functions and shrink another. by Rob Landley · 11 years ago
  56. dc44b6b Cleanup on acpi, switch to default y. by Rob Landley · 11 years ago
  57. 7f4e24e I got tired of trying to guess how much terminal time I could get in on my phone, so here's a basic acpi. by Isaac Dunham · 11 years ago
  58. 64aae2b Minor cleanups. by Rob Landley · 11 years ago
  59. f93d486 Don't write a zero past end of toybuf with large -d value. by Rob Landley · 11 years ago
  60. 94fdf49 Minor cosmetic tweaks to expand. by Rob Landley · 11 years ago
  61. bb215e4 Adjust patch to use dlist_pop() by Rob Landley · 11 years ago
  62. 5f57bcc Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) by Rob Landley · 11 years ago
  63. 9d4cd46 Fix [-group] argument dropping. by Rob Landley · 11 years ago
  64. 7d64dae Replace for_each_pid_with_name_in_array_perform_callback_function_upon_translated_value() with name_to_pid(), comparing absolute paths or just basename() consistently as spotted by Lukasz Skalski, and adjust callers. by Rob Landley · 11 years ago
  65. b7ca39c Pending cleanup page, less than half done. Some of it should probably move to the code style section. by Rob Landley · 11 years ago
  66. 12c8814 Ashwini Sharma submitted route.c, adding it to pending. by Rob Landley · 11 years ago
  67. c8a4997 Make [-abc] exclude logic clear argument slots when disabling options. by Rob Landley · 11 years ago
  68. 46e8e1d Fix for xpidfile spotted by Felix Janda. by Rob Landley · 11 years ago
  69. b6dd79b Missing typecast in recent rm fix. Oops. by Rob Landley · 11 years ago
  70. 21d4d71 Allow shipped generated/help.h to still be used, until I rewrite the generator in C. by Rob Landley · 11 years ago
  71. eee90c0 make.sh: Fix probing for python2.x and be verbose in error reporting by Elie De Brauwer · 11 years ago
  72. afe3fbd uname: Fix help string by Elie De Brauwer · 11 years ago
  73. ba84528 env - there were 2 segfaults when run on my Ubuntu 12.04 machine: by Jacek Bukarewicz · 11 years ago
  74. 314dc68 Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. by Rob Landley · 11 years ago
  75. 8294973 fix rm to handle "mkdir sub/sub && chmod 007 sub/sub && rm -rf sub". by Rob Landley · 11 years ago
  76. 1f747f7 Don't pad stat's %a field. by Rob Landley · 11 years ago
  77. f514143 First pass at umount, not quite done yet. by Rob Landley · 11 years ago
  78. 8fdcfdb Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile() semantics to be able to read into an existing buffer, or malloc its own if that's NULL. by Rob Landley · 11 years ago
  79. f538f42 Remove itoa/utoa, let libc do this with sprintf. by Rob Landley · 11 years ago
  80. 79d8bc7 Convert dhcp/dhcpd from utoa() to sprintf(). by Rob Landley · 11 years ago
  81. 01f828d Switch ls from utoa to sprintf. by Rob Landley · 11 years ago
  82. 7f8f9ec Cleanup pwdx by Rob Landley · 11 years ago
  83. 2318663 pwdx by Lukasz Skalski. by Rob Landley · 11 years ago
  84. 408d4f2 Implement ls --color=auto, suggested by Rich Felker. by Rob Landley · 11 years ago
  85. b7162a4 Improve --longopt parsing: general bugfixes, better error reporting, new ; option for optional arguments only suppliable with =. by Rob Landley · 11 years ago
  86. c166faf Update status and roadmap pages, and status page generator script. by Rob Landley · 11 years ago
  87. 4b9c203 tail: Some fixes by Felix Janda · 11 years ago
  88. 42adb7a Allow getmountlist to read fstab too. by Rob Landley · 11 years ago
  89. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  90. dd4bed0 PID and UID namespaces for unshare, pointed out by heehooman@gmail.com. by Rob Landley · 11 years ago
  91. 455865a Rewrite pmap to be simpler and match other implementation's output more closely. by Rob Landley · 11 years ago
  92. 8b5c671 Add pmap. by Ashwini Sharma · 11 years ago
  93. dccfb2a syslogd: cleanup by Felix Janda · 11 years ago
  94. 8fad256 syslogd: cleanup by Felix Janda · 11 years ago
  95. 6aa39fc syslogd: stop abusing arg_list by Felix Janda · 11 years ago
  96. afa4de0 syslogd: cleanup by Felix Janda · 11 years ago
  97. dcdd3aa syslogd: cleanup by Felix Janda · 11 years ago
  98. e6e685c Fix bug where exit code was only correct for -q. by Rob Landley · 11 years ago
  99. 5f80533 Fix --help option to multiplexer. by Rob Landley · 11 years ago
  100. 57da5bf syslogd: cleanup by Felix Janda · 11 years ago