1. 56f631c Comment and help text tweaks. by Rob Landley · 9 years ago
  2. b602f1c Add bufgetgrgid() by Rob Landley · 9 years ago
  3. 9cfdb48 Make build dependencies more granular. This should fix the problem where by Rob Landley · 9 years ago
  4. 6d50d4c Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.) by Rob Landley · 9 years ago
  5. 713055b Add top -O by Rob Landley · 9 years ago
  6. e345fbd Add stat -tL and -c %m%t%T. by Rob Landley · 9 years ago
  7. 4e756d7 Use CFG_TOYBOX_NORECURSE to avoid by Rob Landley · 9 years ago
  8. 869da8c Work around increasingly insane compiler developers wanting to make everything by Rob Landley · 9 years ago
  9. d3e8dd1 Fix static linkage of toybox binary. by Alistair Strachan · 9 years ago
  10. 942bf0c Add top -H. by Elliott Hughes · 9 years ago
  11. 290774d Android roadmap update. by Elliott Hughes · 9 years ago
  12. 60da2d0 "top -b -n1" should end with a newline. by Elliott Hughes · 9 years ago
  13. 676e1d9 Elliott says -T should fetch threads even when not displaying thread fields. by Rob Landley · 9 years ago
  14. 454eea5 Simplify ps android scheduling policy fetch slightly. by Rob Landley · 9 years ago
  15. 5c8f3d7 Hostname cleanup, as described on the list. by Rob Landley · 9 years ago
  16. c451397 Add -b and -F arguments to hostname by Paul Barker · 9 years ago
  17. e8bd47b Fluff up README. by Rob Landley · 9 years ago
  18. e0dbc6b Add a ps "PCY" field for Android scheduling policy. by Elliott Hughes · 9 years ago
  19. ec86308 First guess at showing thread names properly. by Rob Landley · 9 years ago
  20. 151bd1d Show "-" rather 0 if we don't know whether a process is 32- or 64-bit. by Elliott Hughes · 9 years ago
  21. 5da354a Fix ps -O help output alignment. by Elliott Hughes · 9 years ago
  22. 2d7d99c ps thread supportand 32/64 bit detection. by Rob Landley · 9 years ago
  23. 442c185 Fix find bug reported by Tom Marshall, add test for it, and while we're at it by Rob Landley · 9 years ago
  24. 25a2395 Add "infrastructure in search of a user" to cleanup.html. by Rob Landley · 9 years ago
  25. 675b5dc Add the non-tty more(1) test. by Elliott Hughes · 9 years ago
  26. 072ea41 Fix more to not append an extra newline. by Elliott Hughes · 9 years ago
  27. 63eae53 Fix more to a non-tty. by Elliott Hughes · 9 years ago
  28. 14ca871 Remove inappropriate bzip tests (we're not comparing with random "host version") by Rob Landley · 9 years ago
  29. badd9f7 Fiz bzcat segfault reported by John Regehr (bad crc didn't set error message). by Rob Landley · 9 years ago
  30. 4b02667 Allow EVAL= to run test under a different shell (for sh.test) by Rob Landley · 9 years ago
  31. bb77dde Have dirtree_recurse() take the new dirfd as an argument. by Rob Landley · 9 years ago
  32. 00385e8 Fix touch -t seconds parsing by Davis Mosenkovs · 9 years ago
  33. 7b6957f Start of shell tests: $(()) and $'' expansion. by Rob Landley · 9 years ago
  34. a599514 Replace list_working with just list, "make list list_pending" shows combined list. by Rob Landley · 9 years ago
  35. 529d5db ps and top are implemented from the android todo. Record enh's wishlist items. by Rob Landley · 9 years ago
  36. d85d4e8 Dust off toysh, remove ancient config debris, add start of prompt logic. by Rob Landley · 9 years ago
  37. e57cb17 Fix tail -NUM again. by Elliott Hughes · 9 years ago
  38. 00a60fc Fix "ssh top". by Elliott Hughes · 9 years ago
  39. 406d4c9 Fix top -b. by Elliott Hughes · 9 years ago
  40. df6a96d Rename gratuitous references to Roger Zelazny's amber series, add comments. by Rob Landley · 9 years ago
  41. 433296f Fix a buffer overflow in diff -r. by Andy Chu · 9 years ago
  42. c739478 Andy Chu pointed out an out of bounds access for zero length lines. by Rob Landley · 9 years ago
  43. f9b9f8a sed -f - should read from stdin. by Rob Landley · 9 years ago
  44. cb49c30 Didn't check in all my local basename_r->getbasename changes. (Oops.) by Rob Landley · 9 years ago
  45. 5acc6f4 Jakob Flierl pointed out a broken URL in the README. by Rob Landley · 9 years ago
  46. 1c028ca Redefining basename_r to mean something random seems popular (bionic and freebsd by Rob Landley · 9 years ago
  47. 9b93dd3 Whitespace and comment. by Rob Landley · 9 years ago
  48. 7a0186c Implement mv -n / cp -n (no clobber). by Andy Chu · 9 years ago
  49. 9fcaca8 Fix build when wchar_t is unsigned. by Elliott Hughes · 9 years ago
  50. 0e05569 Fix exit code of things like sed -i that use tempfile_handler(). by Rob Landley · 9 years ago
  51. e223cca basename: fix segfault on null input; add tests by Samuel Holland · 9 years ago
  52. a823328 Add od -w. by Elliott Hughes · 9 years ago
  53. d4d9b5f toolbox prlimit is no more. by Elliott Hughes · 9 years ago
  54. af51034 Debian bug 635570 did something horribly nonstandard (depending on a side by Rob Landley · 9 years ago
  55. 1ffa7f4 Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES by Rob Landley · 9 years ago
  56. b52f642 The test infrastructure prints the command name now, so file.test shouldn't. by Rob Landley · 9 years ago
  57. 5a7b147 Minor blkid cleanup. (There was a while(ptr[-1]==' ') ptr--; that could fall by Rob Landley · 9 years ago
  58. a8d0d13 Redo build stuff in response to Andy Chu's suggestions. by Rob Landley · 9 years ago
  59. c23186d blkid: Handle short/empty vfat labels; update tests by Samuel Holland · 9 years ago
  60. 6aba814 Posix requires "" to be false, and 00 should be false, and -0 should be false. by Rob Landley · 9 years ago
  61. 4de04e8 Make lsof 10x faster by caching /proc/net socket info. by Elliott Hughes · 9 years ago
  62. ada3c08 Fix last commit (had newline before first ==> name <==) and add -f tests. by Rob Landley · 9 years ago
  63. 426bc7f Fix "tail -f single_file". by Josh Gao · 9 years ago
  64. 0ec95b7 expr cleanup: simplify get_str() and free returned allocations. by Rob Landley · 9 years ago
  65. 68d7132 Remove 'exit' from xargs test too. by Andy Chu · 9 years ago
  66. 516f3d6 Fix bug where all tests aren't being run with 'make test'. by Andy Chu · 9 years ago
  67. 438fa71 expr cleanup: traverse optargs with tok instead of incrementing optargs and by Rob Landley · 9 years ago
  68. 1af3bad Move whitespace and curly brackets around, move reference URLs to top of file, by Rob Landley · 9 years ago
  69. e6912f9 Fix type coercion bugs in expr. by Andy Chu · 9 years ago
  70. 14c91c1 Fix the operator precedence in expr. by Andy Chu · 9 years ago
  71. 2665cd0 Add base64.test, and Izabera pointed out that -w0 should disable wrapping. by Rob Landley · 9 years ago
  72. 2b999e6 Add ls -b and make ls -q work with utf8. by Rob Landley · 9 years ago
  73. eb24df9 Split out _xexit() from xexit() and give sigatexit() multiple callbacks. by Rob Landley · 9 years ago
  74. 51d71f5 factor: use long long math (64 bit on 32 bit platforms) and handle negative by Rob Landley · 9 years ago
  75. 6d364fc Update scripts/single.sh and cp.c so "make mv" isn't actually building cp. by Rob Landley · 9 years ago
  76. 2f7c98e The xattr functions were added during the 2.5 kernel, lsm.h can #include the by Rob Landley · 9 years ago
  77. 96a5ed1 Fix segfault in sed -e 'c\'. by Andy Chu · 9 years ago
  78. 1fd8065 Add depends on TOYBOX_FORK for various commands that need nommu conversion. by Rob Landley · 9 years ago
  79. 8d95074 Cleanup pass on the dirtree infrastructure, in preparation for making rm -r by Rob Landley · 9 years ago
  80. 2a26ba4 Fix warning (toys.optflags is a long long now). by Rob Landley · 9 years ago
  81. 21701f1 wget: clean up by Lipi Lee · 9 years ago
  82. 2e4aff2 Another pass at file.c: move posix-required "executable" to front of output, by Rob Landley · 9 years ago
  83. b3e9c92 Elliott pointed out that we output "unlimited" instead of "infinity", so by Rob Landley · 9 years ago
  84. 5ad93f3 Fix bzcat integer overflow reported by John Regehr. by Rob Landley · 9 years ago
  85. ffc6fbb Fix file for Java class files, improve script detection, and add tests. by Elliott Hughes · 9 years ago
  86. 5231bb5 More minor cleanup (inline a function, simplify name of another). by Rob Landley · 9 years ago
  87. 53dc99a Minor cleanup. by Rob Landley · 9 years ago
  88. 0dfa601 Fix base64 so == wraps properly. by Rob Landley · 9 years ago
  89. 336c44a Factor out command name at the start of test name, have runtest.sh print it. by Rob Landley · 9 years ago
  90. eb83072 Print command name at start of each test. by Rob Landley · 9 years ago
  91. b69e1ef Split lsattr/chattr tests. by Rob Landley · 9 years ago
  92. 54f95bd Command name at start of each test. by Rob Landley · 9 years ago
  93. b73d9a2 Add fstype test. by Rob Landley · 9 years ago
  94. 9ef6fbf Try to consistently print command name at the start of each test. by Rob Landley · 9 years ago
  95. 7ae108f split pgrep/pkill tests. by Rob Landley · 9 years ago
  96. 7ca5dc4 For years the man pages have said to #include <sys/types.h> to get by Rob Landley · 9 years ago
  97. 323819c The last-ever release of uClibc hasn't got prlimit, so probe. by Rob Landley · 9 years ago
  98. dfc44f1 SYS_finit_module isn't there on Ubuntu 12.04 because it was only added to the by Rob Landley · 9 years ago
  99. 86f7c04 Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.) by Rob Landley · 9 years ago
  100. 5a44e4a The last-ever release of uClibc didn't #define MS_RELATIME. by Rob Landley · 9 years ago