1. 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 · 12 years ago
  2. 64aae2b Minor cleanups. by Rob Landley · 12 years ago
  3. f93d486 Don't write a zero past end of toybuf with large -d value. by Rob Landley · 12 years ago
  4. 94fdf49 Minor cosmetic tweaks to expand. by Rob Landley · 12 years ago
  5. bb215e4 Adjust patch to use dlist_pop() by Rob Landley · 12 years ago
  6. 5f57bcc Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) by Rob Landley · 12 years ago
  7. 9d4cd46 Fix [-group] argument dropping. by Rob Landley · 12 years ago
  8. 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 · 12 years ago
  9. b7ca39c Pending cleanup page, less than half done. Some of it should probably move to the code style section. by Rob Landley · 12 years ago
  10. 12c8814 Ashwini Sharma submitted route.c, adding it to pending. by Rob Landley · 12 years ago
  11. c8a4997 Make [-abc] exclude logic clear argument slots when disabling options. by Rob Landley · 12 years ago
  12. 46e8e1d Fix for xpidfile spotted by Felix Janda. by Rob Landley · 12 years ago
  13. b6dd79b Missing typecast in recent rm fix. Oops. by Rob Landley · 12 years ago
  14. 21d4d71 Allow shipped generated/help.h to still be used, until I rewrite the generator in C. by Rob Landley · 12 years ago
  15. eee90c0 make.sh: Fix probing for python2.x and be verbose in error reporting by Elie De Brauwer · 12 years ago
  16. afe3fbd uname: Fix help string by Elie De Brauwer · 12 years ago
  17. ba84528 env - there were 2 segfaults when run on my Ubuntu 12.04 machine: by Jacek Bukarewicz · 12 years ago
  18. 314dc68 Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. by Rob Landley · 12 years ago
  19. 8294973 fix rm to handle "mkdir sub/sub && chmod 007 sub/sub && rm -rf sub". by Rob Landley · 12 years ago
  20. 1f747f7 Don't pad stat's %a field. by Rob Landley · 12 years ago
  21. f514143 First pass at umount, not quite done yet. by Rob Landley · 12 years ago
  22. 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 · 12 years ago
  23. f538f42 Remove itoa/utoa, let libc do this with sprintf. by Rob Landley · 12 years ago
  24. 79d8bc7 Convert dhcp/dhcpd from utoa() to sprintf(). by Rob Landley · 12 years ago
  25. 01f828d Switch ls from utoa to sprintf. by Rob Landley · 12 years ago
  26. 7f8f9ec Cleanup pwdx by Rob Landley · 12 years ago
  27. 2318663 pwdx by Lukasz Skalski. by Rob Landley · 12 years ago
  28. 408d4f2 Implement ls --color=auto, suggested by Rich Felker. by Rob Landley · 12 years ago
  29. b7162a4 Improve --longopt parsing: general bugfixes, better error reporting, new ; option for optional arguments only suppliable with =. by Rob Landley · 12 years ago
  30. c166faf Update status and roadmap pages, and status page generator script. by Rob Landley · 12 years ago
  31. 4b9c203 tail: Some fixes by Felix Janda · 12 years ago
  32. 42adb7a Allow getmountlist to read fstab too. by Rob Landley · 12 years ago
  33. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 12 years ago
  34. dd4bed0 PID and UID namespaces for unshare, pointed out by heehooman@gmail.com. by Rob Landley · 12 years ago
  35. 455865a Rewrite pmap to be simpler and match other implementation's output more closely. by Rob Landley · 12 years ago
  36. 8b5c671 Add pmap. by Ashwini Sharma · 12 years ago
  37. dccfb2a syslogd: cleanup by Felix Janda · 12 years ago
  38. 8fad256 syslogd: cleanup by Felix Janda · 12 years ago
  39. 6aa39fc syslogd: stop abusing arg_list by Felix Janda · 12 years ago
  40. afa4de0 syslogd: cleanup by Felix Janda · 12 years ago
  41. dcdd3aa syslogd: cleanup by Felix Janda · 12 years ago
  42. e6e685c Fix bug where exit code was only correct for -q. by Rob Landley · 12 years ago
  43. 5f80533 Fix --help option to multiplexer. by Rob Landley · 12 years ago
  44. 57da5bf syslogd: cleanup by Felix Janda · 12 years ago
  45. 7459c34 Add watch and ps, sent by Ashwini Sharma. by Rob Landley · 12 years ago
  46. 276a99f In logger and syslogd remove duplicated definitions of facilities and priorities by Felix Janda · 12 years ago
  47. 205b496 Move grep from pending to posix, switch default to y. by Rob Landley · 12 years ago
  48. fce85e9 Finish grep rewrite and fleshing out test suite. Several of the grep tests fail with the ubuntu version, I _think_ these are upstream bugs? (Second opinions welcome...) by Rob Landley · 12 years ago
  49. 9fbd5ef Use OPTSTR_command macro for more oldtoys, to avoid keeping two option strings in sync. (todo: figure out how to make OLDTOY() automatically use macro. Still need the raw version for subset ala cp/mv though.) by Rob Landley · 12 years ago
  50. 2704834 Document the toybox entry path from main() into a command. by Rob Landley · 12 years ago
  51. 2fed34c Fix wrong printf type. by Rob Landley · 12 years ago
  52. d364e14 Whitespace changes to passwd. by Rob Landley · 12 years ago
  53. 1afe7fa Fix usage: lines for a couple commands. by Rob Landley · 12 years ago
  54. 100fb23 Remove files du no longer needs. by Rob Landley · 12 years ago
  55. 880d4a9 Cleanup du. by Rob Landley · 12 years ago
  56. 427f19c cut tests from Kyungwan Han. by Rob Landley · 12 years ago
  57. 59bf7ce su: cleanery by Strake · 12 years ago
  58. 9b504b4 Normalize df menu entry and tweak help text. by Rob Landley · 12 years ago
  59. 982c38d Forgot to check in toys.h when generated/oldtoys.h went in. (Oops.) by Rob Landley · 12 years ago
  60. 415c960 DHCP client and server, from Ashwini Sharma. by Rob Landley · 12 years ago
  61. 0d26ded Add su. by M. Farkas-Dyck · 12 years ago
  62. 0d74ad3 Add a new optimization flag at the suggestion of the musl guys telling gcc not to produce a large unused dwarf table for C++ style stack unwinding. by Rob Landley · 12 years ago
  63. 9f088a1 More grep tests, remove obsolete comment. by Rob Landley · 12 years ago
  64. 030970b grep: -om counts matching lines, not matching parts of lines. by Rob Landley · 12 years ago
  65. 31f0710 More grep work: name "(standard input)" correctly, make multiple -e work, regex with embedded newline, multiple regex without -E. by Rob Landley · 12 years ago
  66. dd2d239 More grep cleanup, and make OPTSTR_command macros for use with OLDTOY() by Rob Landley · 12 years ago
  67. 9d44ab3 fdisk: remove goto; inline valid(); merge xprintf() calls; shrink sys_types by Isaac Dunham · 12 years ago
  68. 1c8b009 Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently. by Rob Landley · 12 years ago
  69. 133cc5b More grep tests. by Rob Landley · 12 years ago
  70. e49fe14 Add daemonize function to lib for klogd and syslogd by Felix Janda · 12 years ago
  71. 35104f4 Cleanup klogd by Felix Janda · 12 years ago
  72. 5ebaea6 New toy: fallocate by Felix Janda · 12 years ago
  73. 035f27a Achille Fouilleul pointed out that fdlength wasn't returning the right length in the binary search case. by Rob Landley · 12 years ago
  74. 1aa7511 Forgot to check in xfdopen(). My bad. by Rob Landley · 12 years ago
  75. 17ea564 This is the preliminary version of lspci text output support (the location by Isaac Dunham · 12 years ago
  76. 142ebdc I have implemented FDISK command. by Ashwini Sharma · 12 years ago
  77. 7b72ab4 Fluff out grep test suite some more, including lots of things we don't pass yet. by Rob Landley · 12 years ago
  78. dad378b Cleanup grep, make it pass the current test suite. by Rob Landley · 12 years ago
  79. 147b2fc System V style init, submitted by Kyungwan Han. by Rob Landley · 12 years ago
  80. b56e7d5 Need to specify bool for CP_MV_MORE config symbol to avoid warnings. by Rob Landley · 12 years ago
  81. b2bc382 ls --color should depend on LS in menuconfig. by Rob Landley · 12 years ago
  82. f97eaf1 Cleanup grep: help text, whitespace, add parentheses. by Rob Landley · 12 years ago
  83. 1fa6824 Found the fault. My method of -w fails sans -E, so I just disallow it. by M. Farkas-Dyck · 12 years ago
  84. 3595eff Clean up grep.test to use "infile" properly, and not try to work around the $PATH behavior of scripts/test.sh. Tested with both TEST_HOST=1 and normal. by Rob Landley · 12 years ago
  85. 577377c I add testsuite for grep. by Ashwini Sharma · 12 years ago
  86. 9c8047a Move renice from pending to posix, default y, fix link to standard. by Rob Landley · 12 years ago
  87. 9e89d47 Cleanup renice and implement '|' (required option) in argument parsing. by Rob Landley · 12 years ago
  88. 0c03786 Add renice. by M. Farkas-Dyck · 12 years ago
  89. e3a6c4e Fix lspci -e by Felix Janda · 12 years ago
  90. 50a0daa add nl by Strake · 12 years ago
  91. 00385c4 The attached KLOGD patch is an improved version of the one you have in hg. by Ashwini Sharma · 12 years ago
  92. bf05d4a logger: Some cleanup by Felix Janda · 12 years ago
  93. 5335d80 grep: s/astrcat/x&/g by Strake · 12 years ago
  94. 0dbd779 grep: add -b flag by Strake · 22 years ago
  95. 7b7b284 grep: add -w flag by Strake · 22 years ago
  96. f97cc9f lspci: use toybuf instead of dynamic memory allocation by Felix Janda · 12 years ago
  97. fe03a1f I've written an lspci implementation. by Isaac Dunham · 12 years ago
  98. 0c25099 This removes xz_mode. by Isaac Dunham · 12 years ago
  99. 49f8d6f Link to Georgi's mirror on github. by Rob Landley · 12 years ago
  100. 7c9d6ce Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, so you python2 binary until finishing the C rewrite. by Rob Landley · 12 years ago