1. e7b74ae Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  2. ff0e8cb Implement xxd -s. by Elliott Hughes · 9 years ago
  3. 8a34cbb Don't try to guess the build id type in file(1). by Elliott Hughes · 9 years ago
  4. fd78cb4 Fix chattr and date tests. by Rob Landley · 9 years ago
  5. 0ed17f1 Now that we're using the adjusted option string, need to skip placeholders in [groups]. by Rob Landley · 9 years ago
  6. bf950cd Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix by Rob Landley · 9 years ago
  7. 4e21ddd Promote file. by Rob Landley · 9 years ago
  8. c5e7ee2 Improve file(1)'s ELF support. by Elliott Hughes · 9 years ago
  9. 746e565 Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory. by Rob Landley · 9 years ago
  10. 0713e4b More netstat cleanup (inline display_data) by Rob Landley · 9 years ago
  11. 2f77b00 Next round of netstat cleanup. by Rob Landley · 9 years ago
  12. 008ba66 Add patch -d and --dry-run by Rob Landley · 9 years ago
  13. ec0b482 Fix option parsing infrastructure bug. by Rob Landley · 9 years ago
  14. 20f67f1 Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. by Rob Landley · 9 years ago
  15. fcbf55a Add NOSPACE=1 to allow tests to pass with diff -b by Rob Landley · 9 years ago
  16. 480fb07 Use libbuf instead of stack buffer. by Rob Landley · 9 years ago
  17. cf77fe9 Remove unused argument from do_lines() by Rob Landley · 9 years ago
  18. bd4d244 Remove 'start' and 'stop' from the Android roadmap. by Elliott Hughes · 9 years ago
  19. 071ef95 Update Android section of roadmap. by Elliott Hughes · 9 years ago
  20. ba38a43 Switch to toybox start/stop. by Elliott Hughes · 9 years ago
  21. 06b90e3 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  22. 3325b3e Fix iteration for start/stop without arguments. by Elliott Hughes · 9 years ago
  23. 63cbc68 Fix a "may be used uninitialized". by Rob Landley · 9 years ago
  24. cc1bc50 Fix start.c build and add error reporting. by Elliott Hughes · 9 years ago
  25. c02e584 Code style pass. by Rob Landley · 9 years ago
  26. 8c5cc55 new Android toys: start/stop by Elliott Hughes · 9 years ago
  27. dde24f2 Update Android section of roadmap. by Elliott Hughes · 9 years ago
  28. a91b9cb Remove android/log's "default" priority. by Elliott Hughes · 9 years ago
  29. f74df03 Switch to toybox log. by Elliott Hughes · 9 years ago
  30. 0803f53 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  31. 7159163 Attempt at cleanup of log.c, but I don't have a build environment for it so... by Rob Landley · 9 years ago
  32. 3b05198 new Android toy: log by Elliott Hughes · 9 years ago
  33. 57dafe3 Last commit depends on new lib code I forgot to check in. (Oops.) by Rob Landley · 9 years ago
  34. 848042a Next round of diffstat cleanup. by Rob Landley · 9 years ago
  35. 8e618f1 Make it clearer that CMD is the thread name. by Elliott Hughes · 9 years ago
  36. 46409d5 Add readlink0() and readlinkat0() which null terminate the data. by Rob Landley · 9 years ago
  37. 97ddc60 The glibc bug at https://sourceware.org/bugzilla/show_bug.cgi?id=17829 by Rob Landley · 9 years ago
  38. f6453fe Switch to toybox top. by Elliott Hughes · 9 years ago
  39. c615678 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  40. 878ff2f Lots of netstat cleanup, including a rewrite of the unix domain socket output. by Rob Landley · 9 years ago
  41. 001e4fb Finish switching to dev_major/dev_minor. by Elliott Hughes · 9 years ago
  42. 4b925a7 Missing parentheses. (Oops.) by Rob Landley · 9 years ago
  43. 5cf208c Fix trailing whitespace bug in netstat. by Elliott Hughes · 9 years ago
  44. 2eefc17 xreadlink() only exits for memory allocation, it returns 0 if file not found. by Rob Landley · 9 years ago
  45. d59e6d5 Update Android roadmap section. by Elliott Hughes · 9 years ago
  46. 1f69674 Shuffle arguments around (TNAME->NAME->COMM->CMD), working around posix by Rob Landley · 9 years ago
  47. d32309a Revert commit e02e41373ea3, we're always initializing the TNAME string by Rob Landley · 9 years ago
  48. c0fec89 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  49. 082dadc HACK: restore Android ps behavior. by Elliott Hughes · 9 years ago
  50. 2efbbb3 Fix dangling link after cp command by Kyungsik Lee · 9 years ago
  51. 73f8634 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  52. 2009d0a Fix ps bug, last field wasn't expanding to width. by Rob Landley · 9 years ago
  53. 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
  54. 5786e0d Izabera pointed out that cmp -ls are contradictory. by Rob Landley · 9 years ago
  55. e0f2d3d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  56. 8387fcb Fix TOYBOX_VERSION by Paul Barker · 9 years ago
  57. 5d26197 Basic success/failure return from pgrep/pkill. by Elliott Hughes · 9 years ago
  58. 5352bb6 ps: Show [stat2] for any otherwise blank process name field, expand TNAME to 27, by Rob Landley · 9 years ago
  59. 4cf8a72 In cp -a, don't complain if non-root user can't chown, failure is expected. by Rob Landley · 9 years ago
  60. 6ba7191 Add output path to cp error message filenames. by Rob Landley · 9 years ago
  61. a439588 Regenerate generated files. by Elliott Hughes · 9 years ago
  62. 1c046ba Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  63. bc8139a Add -o TNAME for android, fix display of last field (retain left justifification by Rob Landley · 9 years ago
  64. 0ca829c Stabilize another sort. by Elliott Hughes · 9 years ago
  65. 48e1f81 Stop building toybox route. by Elliott Hughes · 9 years ago
  66. 9c3789a Stand alone builds of OLDTOY should show help text for corresponding NEWTOY. by Rob Landley · 9 years ago
  67. b5b37ac Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  68. f82c739 The "show parent command path" commit changed the criteria for active nodes, by Rob Landley · 9 years ago
  69. 87bfced Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  70. a2ba247 Regenerate generated files. by Elliott Hughes · 9 years ago
  71. e2ea4fc Fix remaining pkill tests. by Elliott Hughes · 9 years ago
  72. 148a0c3 Fix pkill -9. by Elliott Hughes · 9 years ago
  73. 6abf132 Don't truncate number fields for anything but right edge of screen, instead by Rob Landley · 9 years ago
  74. d6a8928 Make -o COMMAND show parent command path for threads, and use saved length by Rob Landley · 9 years ago
  75. 56f631c Comment and help text tweaks. by Rob Landley · 9 years ago
  76. b602f1c Add bufgetgrgid() by Rob Landley · 9 years ago
  77. 9cfdb48 Make build dependencies more granular. This should fix the problem where by Rob Landley · 9 years ago
  78. 6d50d4c Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.) by Rob Landley · 9 years ago
  79. 713055b Add top -O by Rob Landley · 9 years ago
  80. e345fbd Add stat -tL and -c %m%t%T. by Rob Landley · 9 years ago
  81. 498e61d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  82. 4e756d7 Use CFG_TOYBOX_NORECURSE to avoid by Rob Landley · 9 years ago
  83. d9417c0 Turn on CONFIG_TOYBOX_NORECURSE for SafeStack. by Elliott Hughes · 9 years ago
  84. 869da8c Work around increasingly insane compiler developers wanting to make everything by Rob Landley · 9 years ago
  85. 7844a48 Regenerate generated files. by Elliott Hughes · 9 years ago
  86. 93eb0e0 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  87. d3e8dd1 Fix static linkage of toybox binary. by Alistair Strachan · 9 years ago
  88. 942bf0c Add top -H. by Elliott Hughes · 9 years ago
  89. 290774d Android roadmap update. by Elliott Hughes · 9 years ago
  90. e386192 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  91. 60da2d0 "top -b -n1" should end with a newline. by Elliott Hughes · 9 years ago
  92. 676e1d9 Elliott says -T should fetch threads even when not displaying thread fields. by Rob Landley · 9 years ago
  93. 454eea5 Simplify ps android scheduling policy fetch slightly. by Rob Landley · 9 years ago
  94. 782aced Switch to toybox ps. by Elliott Hughes · 9 years ago
  95. 2737fdf Regenerate generated files. by Elliott Hughes · 9 years ago
  96. 67d6a99 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  97. 5c8f3d7 Hostname cleanup, as described on the list. by Rob Landley · 9 years ago
  98. c451397 Add -b and -F arguments to hostname by Paul Barker · 9 years ago
  99. e8bd47b Fluff up README. by Rob Landley · 9 years ago
  100. e0dbc6b Add a ps "PCY" field for Android scheduling policy. by Elliott Hughes · 9 years ago