1. dad378b Cleanup grep, make it pass the current test suite. by Rob Landley · 12 years ago
  2. 147b2fc System V style init, submitted by Kyungwan Han. by Rob Landley · 12 years ago
  3. b56e7d5 Need to specify bool for CP_MV_MORE config symbol to avoid warnings. by Rob Landley · 12 years ago
  4. b2bc382 ls --color should depend on LS in menuconfig. by Rob Landley · 12 years ago
  5. f97eaf1 Cleanup grep: help text, whitespace, add parentheses. by Rob Landley · 12 years ago
  6. 1fa6824 Found the fault. My method of -w fails sans -E, so I just disallow it. by M. Farkas-Dyck · 12 years ago
  7. 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
  8. 577377c I add testsuite for grep. by Ashwini Sharma · 12 years ago
  9. 9c8047a Move renice from pending to posix, default y, fix link to standard. by Rob Landley · 12 years ago
  10. 9e89d47 Cleanup renice and implement '|' (required option) in argument parsing. by Rob Landley · 12 years ago
  11. 0c03786 Add renice. by M. Farkas-Dyck · 12 years ago
  12. e3a6c4e Fix lspci -e by Felix Janda · 12 years ago
  13. 50a0daa add nl by Strake · 12 years ago
  14. 00385c4 The attached KLOGD patch is an improved version of the one you have in hg. by Ashwini Sharma · 12 years ago
  15. bf05d4a logger: Some cleanup by Felix Janda · 12 years ago
  16. 5335d80 grep: s/astrcat/x&/g by Strake · 12 years ago
  17. 0dbd779 grep: add -b flag by Strake · 22 years ago
  18. 7b7b284 grep: add -w flag by Strake · 22 years ago
  19. f97cc9f lspci: use toybuf instead of dynamic memory allocation by Felix Janda · 12 years ago
  20. fe03a1f I've written an lspci implementation. by Isaac Dunham · 12 years ago
  21. 0c25099 This removes xz_mode. by Isaac Dunham · 12 years ago
  22. 49f8d6f Link to Georgi's mirror on github. by Rob Landley · 12 years ago
  23. 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
  24. a6b99ef Implement test by Felix Janda · 12 years ago
  25. 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 · 12 years ago
  26. fe85069 pgrep and pkill by Madhur Verma, by Rob Landley · 12 years ago
  27. 74323a5 netstat by Ranjan Kumar. by Rob Landley · 12 years ago
  28. 4c7cf4e syslogd by Madhur Verma. by Rob Landley · 12 years ago
  29. 174ba2b grep by Strake · 12 years ago
  30. 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 · 12 years ago
  31. b3c5520 Another round of ifconfig cleanup. by Rob Landley · 12 years ago
  32. bb504f3 Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer. by Rob Landley · 12 years ago
  33. a817a02 Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing. by Rob Landley · 12 years ago
  34. 39af4ae make xzcat use loopfiles(), thereby allowing regular usage. by Isaac Dunham · 12 years ago
  35. 9641a3c xzcat: remove XZ_(PREALLOC|SINGLE), inline xz_dec_bcj_create by Isaac Dunham · 12 years ago
  36. 7275667 Add timeout, factoring out common code from sleep. by Rob Landley · 12 years ago
  37. d390493 Split lib/xwrap.c from lib/lib.c by Rob Landley · 12 years ago
  38. 9bd2e18 klogd, submitted by Ashwini Sharma. by Rob Landley · 12 years ago
  39. 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 · 12 years ago
  40. e999ca0 add grep by Strake · 12 years ago
  41. 19ee0eb Eject cleanups. by Rob Landley · 12 years ago
  42. 4ae257e Eject, by Kyungwan Han. by Rob Landley · 12 years ago
  43. a2168e7 add paramtype in to the list of tags by Isaac Dunham · 12 years ago
  44. c810f9f This inlines CRC64, and nothing more. by Isaac Dunham · 12 years ago
  45. 8e9ec86 here's a version of paste. It doesn't deal with wide characters yet and by Felix Janda · 12 years ago
  46. ea87830 Added tag 0.4.5 for changeset 62ba5ce62e9d by Rob Landley · 12 years ago
  47. 876903c Make ls output major, minor for block devices. by Rob Landley · 12 years ago
  48. 12a4d74 First pass at ls --color by Rob Landley · 12 years ago
  49. 53b4770 Condense ls help text. by Rob Landley · 12 years ago
  50. 953722e Add config option for --help support in all commands. by Rob Landley · 12 years ago
  51. 302d9d3 Fix another segfault in ls -C when terminal size is 0x0. by Rob Landley · 12 years ago
  52. 7bb5221 modinfo: support -b basedir and -k kernel.release, fix two bugs by Isaac Dunham · 12 years ago
  53. aafa148 Update status to include recently implemented commands. by Rob Landley · 12 years ago
  54. 10217d3 Modinfo cleanups. by Rob Landley · 12 years ago
  55. 9d5456c Patch that assumes that the presence of the string ".ko" indicates by Isaac Dunham · 12 years ago
  56. 1f3c42d Implement mv as an extension of cp. by Rob Landley · 12 years ago
  57. 4d3b3da Option type @ counts number of occurrences, it doesn't take an argument. by Rob Landley · 12 years ago
  58. 3a489e4 Generate FLAG_longopt macros for --longopts with no corresponding short option. by Rob Landley · 12 years ago
  59. 50b2625 Add pivot_root. by Rob Landley · 12 years ago
  60. 55ec010 Test cases for split. by Rob Landley · 12 years ago
  61. e566f3a Misc website updates. by Rob Landley · 12 years ago
  62. d683b17 Typo fix by Rob Landley · 12 years ago
  63. 5583030 Add xexit() and make error_exit() use it. by Rob Landley · 12 years ago
  64. c2305e8 Implement split. by Rob Landley · 12 years ago
  65. 5b25105 Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. by Rob Landley · 12 years ago
  66. bc9cfe0 Force 64 bit math in expr, from Daniel Verkamp by Rob Landley · 12 years ago
  67. fdc0a0e Yet more ifconfig cleanup. by Rob Landley · 12 years ago
  68. 32526f2 Start of expr, by Daniel Verkamp. by Rob Landley · 12 years ago
  69. cfb4c48 More ifconfig cleanup, described on list. by Rob Landley · 12 years ago
  70. 40cc416 Move stat from pending to other, default y. by Rob Landley · 12 years ago
  71. e340e4e Stat cleanup. by Rob Landley · 12 years ago
  72. 5a26a86 Stat cleanup. by Rob Landley · 12 years ago
  73. 085f236 Add peek/poke to header file. by Rob Landley · 12 years ago
  74. ceca2e3 Stat cleanup. by Rob Landley · 12 years ago
  75. 6b28341 Enable readfile() and add peek() and poke() functions. by Rob Landley · 12 years ago
  76. e8d186a Stat cleanup. by Rob Landley · 12 years ago
  77. 2586c26 stat: Separate stat and statfs by Felix Janda · 12 years ago
  78. 9d2f777 stat: Add support for stat'ing multiple files by Felix Janda · 12 years ago
  79. 8d9b9ca Tests for touch (needs more work). by Rob Landley · 12 years ago
  80. ee492df Tests for losetup. by Rob Landley · 12 years ago
  81. 0737331 More ifconfig cleanup, inlining show_ip_addr(), hex_to_binary(), and set_hw_address(). by Rob Landley · 12 years ago
  82. c3ddf43 Next round of ifconfig cleanup, to be described on mailing list. by Rob Landley · 12 years ago
  83. c94966f Yet more ifconfig cleanup. (As described on the mailing list [CLEANUP] thread.) by Rob Landley · 12 years ago
  84. 6a921ee xioctl() error message should use hex ioctl number; that's what headers list. by Rob Landley · 12 years ago
  85. 1c1db04 Make groups handle multiple usernames on command line. by Ivo van Poorten · 12 years ago
  86. 0ae7180 Tighten up lsusb, default to "y". by Rob Landley · 12 years ago
  87. 00474ef Silence warning and comment a subtle bit. by Rob Landley · 12 years ago
  88. bd7a7fe Attached is a pretty simple implementation of lsub. It doesn't implement any of the flags/options, but does the raw output. by Andre Renaud · 12 years ago
  89. 38aa170 add groups implementation to id.c by Ivo van poorten · 12 years ago
  90. 970bf32 Ifconfig cleanup to option parsing. by Rob Landley · 12 years ago
  91. 078d31c Convert getmountlist() to xgetmountlist(). by Rob Landley · 12 years ago
  92. 934b2d3 Web page tweaks. by Rob Landley · 12 years ago
  93. 09ee264 Add --help option to toybox command when TOYBOX_HELP is enabled. by Rob Landley · 12 years ago
  94. 0b87b2e Another stab at recapitulating phylogeny in a README file. by Rob Landley · 12 years ago
  95. d7a4e11 Some work I did over the weekend on nbd_client, not sure where I left off... by Rob Landley · 12 years ago
  96. 45084bd generated/help.h depends on CONFIG_TOYBOX_HELP by Felix Janda · 12 years ago
  97. 6938c0b Fix bare longopts to set unique optflag bits. by Rob Landley · 12 years ago
  98. b3d4f0b The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop. by Rob Landley · 12 years ago
  99. acede57 Fix xabspath when last path component exists but we haven't got permissions to open it (ala readlink -f /dev/sda as a normal user). Spotted by Ashwini Sharma. by Rob Landley · 12 years ago
  100. 7a1f582 Fix conflicting types for show_help(). by Rob Landley · 12 years ago