1. cc1bc50 Fix start.c build and add error reporting. by Elliott Hughes · 9 years ago
  2. c02e584 Code style pass. by Rob Landley · 9 years ago
  3. 8c5cc55 new Android toys: start/stop by Elliott Hughes · 9 years ago
  4. dde24f2 Update Android section of roadmap. by Elliott Hughes · 9 years ago
  5. a91b9cb Remove android/log's "default" priority. by Elliott Hughes · 9 years ago
  6. 7159163 Attempt at cleanup of log.c, but I don't have a build environment for it so... by Rob Landley · 9 years ago
  7. 3b05198 new Android toy: log by Elliott Hughes · 9 years ago
  8. 57dafe3 Last commit depends on new lib code I forgot to check in. (Oops.) by Rob Landley · 9 years ago
  9. 848042a Next round of diffstat cleanup. by Rob Landley · 9 years ago
  10. 8e618f1 Make it clearer that CMD is the thread name. by Elliott Hughes · 9 years ago
  11. 46409d5 Add readlink0() and readlinkat0() which null terminate the data. by Rob Landley · 9 years ago
  12. 97ddc60 The glibc bug at https://sourceware.org/bugzilla/show_bug.cgi?id=17829 by Rob Landley · 9 years ago
  13. 878ff2f Lots of netstat cleanup, including a rewrite of the unix domain socket output. by Rob Landley · 9 years ago
  14. 001e4fb Finish switching to dev_major/dev_minor. by Elliott Hughes · 9 years ago
  15. 4b925a7 Missing parentheses. (Oops.) by Rob Landley · 9 years ago
  16. 5cf208c Fix trailing whitespace bug in netstat. by Elliott Hughes · 9 years ago
  17. 2eefc17 xreadlink() only exits for memory allocation, it returns 0 if file not found. by Rob Landley · 9 years ago
  18. d59e6d5 Update Android roadmap section. by Elliott Hughes · 9 years ago
  19. 1f69674 Shuffle arguments around (TNAME->NAME->COMM->CMD), working around posix by Rob Landley · 9 years ago
  20. d32309a Revert commit e02e41373ea3, we're always initializing the TNAME string by Rob Landley · 9 years ago
  21. 082dadc HACK: restore Android ps behavior. by Elliott Hughes · 9 years ago
  22. 2efbbb3 Fix dangling link after cp command by Kyungsik Lee · 9 years ago
  23. 2009d0a Fix ps bug, last field wasn't expanding to width. by Rob Landley · 9 years ago
  24. e02e413 Change the TNAME behavior to "Show parent argv[0]. If that's blank, showour argv[0]. If that's blank, show [stat2]." by Rob Landley · 9 years ago
  25. 5786e0d Izabera pointed out that cmp -ls are contradictory. by Rob Landley · 9 years ago
  26. 8387fcb Fix TOYBOX_VERSION by Paul Barker · 9 years ago
  27. 5d26197 Basic success/failure return from pgrep/pkill. by Elliott Hughes · 9 years ago
  28. 5352bb6 ps: Show [stat2] for any otherwise blank process name field, expand TNAME to 27, by Rob Landley · 9 years ago
  29. 4cf8a72 In cp -a, don't complain if non-root user can't chown, failure is expected. by Rob Landley · 9 years ago
  30. 6ba7191 Add output path to cp error message filenames. by Rob Landley · 9 years ago
  31. bc8139a Add -o TNAME for android, fix display of last field (retain left justifification by Rob Landley · 9 years ago
  32. 0ca829c Stabilize another sort. by Elliott Hughes · 9 years ago
  33. 9c3789a Stand alone builds of OLDTOY should show help text for corresponding NEWTOY. by Rob Landley · 9 years ago
  34. f82c739 The "show parent command path" commit changed the criteria for active nodes, by Rob Landley · 9 years ago
  35. e2ea4fc Fix remaining pkill tests. by Elliott Hughes · 9 years ago
  36. 148a0c3 Fix pkill -9. by Elliott Hughes · 9 years ago
  37. 6abf132 Don't truncate number fields for anything but right edge of screen, instead by Rob Landley · 9 years ago
  38. d6a8928 Make -o COMMAND show parent command path for threads, and use saved length by Rob Landley · 9 years ago
  39. 56f631c Comment and help text tweaks. by Rob Landley · 9 years ago
  40. b602f1c Add bufgetgrgid() by Rob Landley · 9 years ago
  41. 9cfdb48 Make build dependencies more granular. This should fix the problem where by Rob Landley · 9 years ago
  42. 6d50d4c Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.) by Rob Landley · 9 years ago
  43. 713055b Add top -O by Rob Landley · 9 years ago
  44. e345fbd Add stat -tL and -c %m%t%T. by Rob Landley · 9 years ago
  45. 4e756d7 Use CFG_TOYBOX_NORECURSE to avoid by Rob Landley · 9 years ago
  46. 869da8c Work around increasingly insane compiler developers wanting to make everything by Rob Landley · 9 years ago
  47. d3e8dd1 Fix static linkage of toybox binary. by Alistair Strachan · 9 years ago
  48. 942bf0c Add top -H. by Elliott Hughes · 9 years ago
  49. 290774d Android roadmap update. by Elliott Hughes · 9 years ago
  50. 60da2d0 "top -b -n1" should end with a newline. by Elliott Hughes · 9 years ago
  51. 676e1d9 Elliott says -T should fetch threads even when not displaying thread fields. by Rob Landley · 9 years ago
  52. 454eea5 Simplify ps android scheduling policy fetch slightly. by Rob Landley · 9 years ago
  53. 5c8f3d7 Hostname cleanup, as described on the list. by Rob Landley · 9 years ago
  54. c451397 Add -b and -F arguments to hostname by Paul Barker · 9 years ago
  55. e8bd47b Fluff up README. by Rob Landley · 9 years ago
  56. e0dbc6b Add a ps "PCY" field for Android scheduling policy. by Elliott Hughes · 9 years ago
  57. ec86308 First guess at showing thread names properly. by Rob Landley · 9 years ago
  58. 151bd1d Show "-" rather 0 if we don't know whether a process is 32- or 64-bit. by Elliott Hughes · 9 years ago
  59. 5da354a Fix ps -O help output alignment. by Elliott Hughes · 9 years ago
  60. 2d7d99c ps thread supportand 32/64 bit detection. by Rob Landley · 9 years ago
  61. 442c185 Fix find bug reported by Tom Marshall, add test for it, and while we're at it by Rob Landley · 9 years ago
  62. 25a2395 Add "infrastructure in search of a user" to cleanup.html. by Rob Landley · 9 years ago
  63. 675b5dc Add the non-tty more(1) test. by Elliott Hughes · 9 years ago
  64. 072ea41 Fix more to not append an extra newline. by Elliott Hughes · 9 years ago
  65. 63eae53 Fix more to a non-tty. by Elliott Hughes · 9 years ago
  66. 14ca871 Remove inappropriate bzip tests (we're not comparing with random "host version") by Rob Landley · 9 years ago
  67. badd9f7 Fiz bzcat segfault reported by John Regehr (bad crc didn't set error message). by Rob Landley · 9 years ago
  68. 4b02667 Allow EVAL= to run test under a different shell (for sh.test) by Rob Landley · 9 years ago
  69. bb77dde Have dirtree_recurse() take the new dirfd as an argument. by Rob Landley · 9 years ago
  70. 00385e8 Fix touch -t seconds parsing by Davis Mosenkovs · 9 years ago
  71. 7b6957f Start of shell tests: $(()) and $'' expansion. by Rob Landley · 9 years ago
  72. a599514 Replace list_working with just list, "make list list_pending" shows combined list. by Rob Landley · 9 years ago
  73. 529d5db ps and top are implemented from the android todo. Record enh's wishlist items. by Rob Landley · 9 years ago
  74. d85d4e8 Dust off toysh, remove ancient config debris, add start of prompt logic. by Rob Landley · 9 years ago
  75. e57cb17 Fix tail -NUM again. by Elliott Hughes · 9 years ago
  76. 00a60fc Fix "ssh top". by Elliott Hughes · 9 years ago
  77. 406d4c9 Fix top -b. by Elliott Hughes · 9 years ago
  78. df6a96d Rename gratuitous references to Roger Zelazny's amber series, add comments. by Rob Landley · 9 years ago
  79. 433296f Fix a buffer overflow in diff -r. by Andy Chu · 9 years ago
  80. c739478 Andy Chu pointed out an out of bounds access for zero length lines. by Rob Landley · 9 years ago
  81. f9b9f8a sed -f - should read from stdin. by Rob Landley · 9 years ago
  82. cb49c30 Didn't check in all my local basename_r->getbasename changes. (Oops.) by Rob Landley · 9 years ago
  83. 5acc6f4 Jakob Flierl pointed out a broken URL in the README. by Rob Landley · 9 years ago
  84. 1c028ca Redefining basename_r to mean something random seems popular (bionic and freebsd by Rob Landley · 9 years ago
  85. 9b93dd3 Whitespace and comment. by Rob Landley · 9 years ago
  86. 7a0186c Implement mv -n / cp -n (no clobber). by Andy Chu · 9 years ago
  87. 9fcaca8 Fix build when wchar_t is unsigned. by Elliott Hughes · 9 years ago
  88. 0e05569 Fix exit code of things like sed -i that use tempfile_handler(). by Rob Landley · 9 years ago
  89. e223cca basename: fix segfault on null input; add tests by Samuel Holland · 9 years ago
  90. a823328 Add od -w. by Elliott Hughes · 9 years ago
  91. d4d9b5f toolbox prlimit is no more. by Elliott Hughes · 9 years ago
  92. af51034 Debian bug 635570 did something horribly nonstandard (depending on a side by Rob Landley · 9 years ago
  93. 1ffa7f4 Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES by Rob Landley · 9 years ago
  94. b52f642 The test infrastructure prints the command name now, so file.test shouldn't. by Rob Landley · 9 years ago
  95. 5a7b147 Minor blkid cleanup. (There was a while(ptr[-1]==' ') ptr--; that could fall by Rob Landley · 9 years ago
  96. a8d0d13 Redo build stuff in response to Andy Chu's suggestions. by Rob Landley · 9 years ago
  97. c23186d blkid: Handle short/empty vfat labels; update tests by Samuel Holland · 9 years ago
  98. 6aba814 Posix requires "" to be false, and 00 should be false, and -0 should be false. by Rob Landley · 9 years ago
  99. 4de04e8 Make lsof 10x faster by caching /proc/net socket info. by Elliott Hughes · 9 years ago
  100. ada3c08 Fix last commit (had newline before first ==> name <==) and add -f tests. by Rob Landley · 9 years ago