1. c166faf Update status and roadmap pages, and status page generator script. by Rob Landley · 11 years ago
  2. 4b9c203 tail: Some fixes by Felix Janda · 11 years ago
  3. 42adb7a Allow getmountlist to read fstab too. by Rob Landley · 11 years ago
  4. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  5. dd4bed0 PID and UID namespaces for unshare, pointed out by heehooman@gmail.com. by Rob Landley · 11 years ago
  6. 455865a Rewrite pmap to be simpler and match other implementation's output more closely. by Rob Landley · 11 years ago
  7. 8b5c671 Add pmap. by Ashwini Sharma · 11 years ago
  8. dccfb2a syslogd: cleanup by Felix Janda · 11 years ago
  9. 8fad256 syslogd: cleanup by Felix Janda · 11 years ago
  10. 6aa39fc syslogd: stop abusing arg_list by Felix Janda · 11 years ago
  11. afa4de0 syslogd: cleanup by Felix Janda · 11 years ago
  12. dcdd3aa syslogd: cleanup by Felix Janda · 11 years ago
  13. e6e685c Fix bug where exit code was only correct for -q. by Rob Landley · 11 years ago
  14. 5f80533 Fix --help option to multiplexer. by Rob Landley · 11 years ago
  15. 57da5bf syslogd: cleanup by Felix Janda · 11 years ago
  16. 7459c34 Add watch and ps, sent by Ashwini Sharma. by Rob Landley · 11 years ago
  17. 276a99f In logger and syslogd remove duplicated definitions of facilities and priorities by Felix Janda · 11 years ago
  18. 205b496 Move grep from pending to posix, switch default to y. by Rob Landley · 11 years ago
  19. 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 · 11 years ago
  20. 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 · 11 years ago
  21. 2704834 Document the toybox entry path from main() into a command. by Rob Landley · 11 years ago
  22. 2fed34c Fix wrong printf type. by Rob Landley · 11 years ago
  23. d364e14 Whitespace changes to passwd. by Rob Landley · 11 years ago
  24. 1afe7fa Fix usage: lines for a couple commands. by Rob Landley · 11 years ago
  25. 100fb23 Remove files du no longer needs. by Rob Landley · 11 years ago
  26. 880d4a9 Cleanup du. by Rob Landley · 11 years ago
  27. 427f19c cut tests from Kyungwan Han. by Rob Landley · 11 years ago
  28. 59bf7ce su: cleanery by Strake · 11 years ago
  29. 9b504b4 Normalize df menu entry and tweak help text. by Rob Landley · 11 years ago
  30. 982c38d Forgot to check in toys.h when generated/oldtoys.h went in. (Oops.) by Rob Landley · 11 years ago
  31. 415c960 DHCP client and server, from Ashwini Sharma. by Rob Landley · 11 years ago
  32. 0d26ded Add su. by M. Farkas-Dyck · 11 years ago
  33. 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 · 11 years ago
  34. 9f088a1 More grep tests, remove obsolete comment. by Rob Landley · 11 years ago
  35. 030970b grep: -om counts matching lines, not matching parts of lines. by Rob Landley · 11 years ago
  36. 31f0710 More grep work: name "(standard input)" correctly, make multiple -e work, regex with embedded newline, multiple regex without -E. by Rob Landley · 11 years ago
  37. dd2d239 More grep cleanup, and make OPTSTR_command macros for use with OLDTOY() by Rob Landley · 11 years ago
  38. 9d44ab3 fdisk: remove goto; inline valid(); merge xprintf() calls; shrink sys_types by Isaac Dunham · 11 years ago
  39. 1c8b009 Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently. by Rob Landley · 11 years ago
  40. 133cc5b More grep tests. by Rob Landley · 11 years ago
  41. e49fe14 Add daemonize function to lib for klogd and syslogd by Felix Janda · 11 years ago
  42. 35104f4 Cleanup klogd by Felix Janda · 11 years ago
  43. 5ebaea6 New toy: fallocate by Felix Janda · 11 years ago
  44. 035f27a Achille Fouilleul pointed out that fdlength wasn't returning the right length in the binary search case. by Rob Landley · 11 years ago
  45. 1aa7511 Forgot to check in xfdopen(). My bad. by Rob Landley · 11 years ago
  46. 17ea564 This is the preliminary version of lspci text output support (the location by Isaac Dunham · 11 years ago
  47. 142ebdc I have implemented FDISK command. by Ashwini Sharma · 11 years ago
  48. 7b72ab4 Fluff out grep test suite some more, including lots of things we don't pass yet. by Rob Landley · 11 years ago
  49. dad378b Cleanup grep, make it pass the current test suite. by Rob Landley · 11 years ago
  50. 147b2fc System V style init, submitted by Kyungwan Han. by Rob Landley · 11 years ago
  51. b56e7d5 Need to specify bool for CP_MV_MORE config symbol to avoid warnings. by Rob Landley · 11 years ago
  52. b2bc382 ls --color should depend on LS in menuconfig. by Rob Landley · 11 years ago
  53. f97eaf1 Cleanup grep: help text, whitespace, add parentheses. by Rob Landley · 11 years ago
  54. 1fa6824 Found the fault. My method of -w fails sans -E, so I just disallow it. by M. Farkas-Dyck · 11 years ago
  55. 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 · 11 years ago
  56. 577377c I add testsuite for grep. by Ashwini Sharma · 11 years ago
  57. 9c8047a Move renice from pending to posix, default y, fix link to standard. by Rob Landley · 11 years ago
  58. 9e89d47 Cleanup renice and implement '|' (required option) in argument parsing. by Rob Landley · 11 years ago
  59. 0c03786 Add renice. by M. Farkas-Dyck · 11 years ago
  60. e3a6c4e Fix lspci -e by Felix Janda · 11 years ago
  61. 50a0daa add nl by Strake · 11 years ago
  62. 00385c4 The attached KLOGD patch is an improved version of the one you have in hg. by Ashwini Sharma · 11 years ago
  63. bf05d4a logger: Some cleanup by Felix Janda · 11 years ago
  64. 5335d80 grep: s/astrcat/x&/g by Strake · 11 years ago
  65. 0dbd779 grep: add -b flag by Strake · 21 years ago
  66. 7b7b284 grep: add -w flag by Strake · 21 years ago
  67. f97cc9f lspci: use toybuf instead of dynamic memory allocation by Felix Janda · 11 years ago
  68. fe03a1f I've written an lspci implementation. by Isaac Dunham · 11 years ago
  69. 0c25099 This removes xz_mode. by Isaac Dunham · 11 years ago
  70. 49f8d6f Link to Georgi's mirror on github. by Rob Landley · 11 years ago
  71. 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 · 11 years ago
  72. a6b99ef Implement test by Felix Janda · 11 years ago
  73. 5e56568 Don't make a FLAG_ macro for " ", it's a control character, doing so throws the indexes off. Reported by Ashwini Sharma. by Rob Landley · 11 years ago
  74. fe85069 pgrep and pkill by Madhur Verma, by Rob Landley · 11 years ago
  75. 74323a5 netstat by Ranjan Kumar. by Rob Landley · 11 years ago
  76. 4c7cf4e syslogd by Madhur Verma. by Rob Landley · 11 years ago
  77. 174ba2b grep by Strake · 11 years ago
  78. 62b151e More ifconfig cleanup: Remove if_list, unify get_device_info and display_ifconfig(), inline another magic constant #define that's only used once. by Rob Landley · 11 years ago
  79. b3c5520 Another round of ifconfig cleanup. by Rob Landley · 11 years ago
  80. bb504f3 Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer. by Rob Landley · 11 years ago
  81. a817a02 Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing. by Rob Landley · 11 years ago
  82. 39af4ae make xzcat use loopfiles(), thereby allowing regular usage. by Isaac Dunham · 11 years ago
  83. 9641a3c xzcat: remove XZ_(PREALLOC|SINGLE), inline xz_dec_bcj_create by Isaac Dunham · 11 years ago
  84. 7275667 Add timeout, factoring out common code from sleep. by Rob Landley · 11 years ago
  85. d390493 Split lib/xwrap.c from lib/lib.c by Rob Landley · 11 years ago
  86. 9bd2e18 klogd, submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  87. 87aef24 New stuff added to lib.c needs review too, so make a lib/pending.c and move several functions to it. by Rob Landley · 11 years ago
  88. e999ca0 add grep by Strake · 11 years ago
  89. 19ee0eb Eject cleanups. by Rob Landley · 11 years ago
  90. 4ae257e Eject, by Kyungwan Han. by Rob Landley · 11 years ago
  91. a2168e7 add paramtype in to the list of tags by Isaac Dunham · 11 years ago
  92. c810f9f This inlines CRC64, and nothing more. by Isaac Dunham · 11 years ago
  93. 8e9ec86 here's a version of paste. It doesn't deal with wide characters yet and by Felix Janda · 11 years ago
  94. ea87830 Added tag 0.4.5 for changeset 62ba5ce62e9d by Rob Landley · 11 years ago
  95. 876903c Make ls output major, minor for block devices. by Rob Landley · 11 years ago
  96. 12a4d74 First pass at ls --color by Rob Landley · 11 years ago
  97. 53b4770 Condense ls help text. by Rob Landley · 11 years ago
  98. 953722e Add config option for --help support in all commands. by Rob Landley · 11 years ago
  99. 302d9d3 Fix another segfault in ls -C when terminal size is 0x0. by Rob Landley · 11 years ago
  100. 7bb5221 modinfo: support -b basedir and -k kernel.release, fix two bugs by Isaac Dunham · 11 years ago