1. 50fab4e Merge remote-tracking branch 'toybox/master' into HEAD am: e77711bf80 by Elliott Hughes · 8 years ago
  2. ba229b4 Merge remote-tracking branch 'toybox/master' into HEAD am: e77711bf80 by Elliott Hughes · 8 years ago
  3. e77711b Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  4. 03b83ee Revert the ps -T thing until I understand what Elliott wants. by Rob Landley · 8 years ago
  5. 1fec45a Fix hang in losetup test. by Elliott Hughes · 8 years ago
  6. 3c9362b Merge remote-tracking branch 'toybox/master' into HEAD am: af478b798e by Elliott Hughes · 8 years ago
  7. 8060e56 Merge remote-tracking branch 'toybox/master' into HEAD am: af478b798e by Elliott Hughes · 8 years ago
  8. af478b7 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  9. c26d631 Fix variables in help.txt by Reverend Homer · 8 years ago
  10. a35a9c0 gzip cleanup: fix test_gzip, unify do_gzip/do_gunzip, inline gzerror_msg(). by Rob Landley · 8 years ago
  11. b76343c Fix gunzip to past test_gunzip. by Rob Landley · 8 years ago
  12. 416397e Fix "ps -T 1234" to show thread belonging to that PID. by Rob Landley · 8 years ago
  13. a75364e Merge shared_main() back into ps_main() and top_main(), add comments. by Rob Landley · 8 years ago
  14. 4fdf994 Add more comments to ps. by Rob Landley · 8 years ago
  15. 4577605 Switch xgettty() -> tty_fd() (returning -1 instead of erroring out if none). by Rob Landley · 8 years ago
  16. e08ff51 Reland: Stop building getprop am: 69a95fdec1 am: d7c52c377e by Tom Cherry · 8 years ago
  17. d7c52c3 Reland: Stop building getprop am: 69a95fdec1 by Tom Cherry · 8 years ago
  18. 69a95fd Reland: Stop building getprop by Tom Cherry · 8 years ago
  19. e1d68f5 Move make help text out of Makefile. by Rob Landley · 8 years ago
  20. 0b5277a Revert "Stop building getprop" am: 9810b2abf3 am: 850204ccee by Tom Cherry · 8 years ago
  21. 36beb6a Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat. by Elliott Hughes · 8 years ago
  22. 850204c Revert "Stop building getprop" am: 9810b2abf3 by Tom Cherry · 8 years ago
  23. 0db1b4d Stop building getprop am: 2a7219cdf2 am: c4663a7f65 by Tom Cherry · 8 years ago
  24. 9810b2a Revert "Stop building getprop" by Tom Cherry · 8 years ago
  25. c4663a7 Stop building getprop am: 2a7219cdf2 by Tom Cherry · 8 years ago
  26. b432aee Move millitime() into lib.c. by Rob Landley · 8 years ago
  27. 2a7219c Stop building getprop by Tom Cherry · 8 years ago
  28. 73690e9 Cleanup pass on gzip.c. by Rob Landley · 8 years ago
  29. a9e05fe Promote logger, and fluff up help text a bit. by Rob Landley · 8 years ago
  30. 359888a Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMES by Rob Landley · 8 years ago
  31. 3ba0a28 xphung on github said: "config2help currently doesn't work on OS X, it by Rob Landley · 8 years ago
  32. 736afba Promote iconv. by Rob Landley · 8 years ago
  33. 78c3fcd Cleanup iconv. by Rob Landley · 8 years ago
  34. 12a0b40 Promote setfattr by Rob Landley · 8 years ago
  35. d46e332 Minor cleanup on setfattr.c by Rob Landley · 8 years ago
  36. 215a6af Add xxd -i (and xxd -ri). by Elliott Hughes · 8 years ago
  37. 70a6c55 Fix xargs -0 with -n. by Elliott Hughes · 8 years ago
  38. 4335501 Add fmt. by Elliott Hughes · 8 years ago
  39. 17bcad9 Redo namestopid to handle more cases. by Rob Landley · 8 years ago
  40. b4c219e Merge remote-tracking branch 'toybox/master' into HEAD am: 5c2683335f by Elliott Hughes · 8 years ago
  41. dc37511 Merge remote-tracking branch 'toybox/master' into HEAD am: 5c2683335f by Elliott Hughes · 8 years ago
  42. 5c26833 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  43. 8d67721 Fix make bloatcheck dependencies (pointed out by Patrick Oppenlander). by Rob Landley · 8 years ago
  44. 9356adb killall should kill scripts too. by Elliott Hughes · 8 years ago
  45. bf1f0e3 An incomplete list of deviations from posix (it's a start). by Rob Landley · 8 years ago
  46. f1d3648 Cleanup pass on stty: collate do_stty() calls for future inlining, by Rob Landley · 8 years ago
  47. 2c54efa Merge changes I768f0948,I3d79bb35 am: 2474ba9744 am: 2f5f475c3e by Elliott Hughes · 8 years ago
  48. 2f5f475 Merge changes I768f0948,I3d79bb35 am: 2474ba9744 by Elliott Hughes · 8 years ago
  49. 2474ba9 Merge changes I768f0948,I3d79bb35 by Treehugger Robot · 8 years ago
  50. dbe597c Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  51. bed1c78 Use NULL rather than 0 in vargs. by Elliott Hughes · 8 years ago
  52. ad8c2eb Merge remote-tracking branch 'toybox/master' into HEAD am: b4d75fdc5e by Elliott Hughes · 8 years ago
  53. 3b88354 Merge remote-tracking branch 'toybox/master' into HEAD am: b4d75fdc5e by Elliott Hughes · 8 years ago
  54. b4d75fd Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  55. 7ac95e1 Commands in pending should default n. by Rob Landley · 8 years ago
  56. ef213b3 Add stty(1). by Elliott Hughes · 8 years ago
  57. 7ce9c2d Don't capitalize in the middle of a sentence. by Elliott Hughes · 8 years ago
  58. 247d755 Add uptime -p. by Elliott Hughes · 8 years ago
  59. ebceb16 Gaël PORTAY wants mdev to work when Linux has the block layer configured out. by Rob Landley · 8 years ago
  60. 3cc7939 Android has its loop devices under "block" as Elliott says "by reason of by Rob Landley · 8 years ago
  61. fd457e1 Merge remote-tracking branch 'toybox/master' into HEAD am: 73fd808900 by Elliott Hughes · 8 years ago
  62. e8c1b78 Merge remote-tracking branch 'toybox/master' into HEAD am: 73fd808900 by Elliott Hughes · 8 years ago
  63. 73fd808 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  64. d61aeaf Recognize sh/frv fdpic, and add types for bpf and new microblaze. by Rob Landley · 8 years ago
  65. a9111bd Use endianness info to read executable type. by Rob Landley · 8 years ago
  66. 9594274 Add "time -v". by Elliott Hughes · 8 years ago
  67. d0bcc8d Make find -exec + obey ARG_MAX just like xargs. by Elliott Hughes · 8 years ago
  68. 688e48a Minor tweaks. by Rob Landley · 8 years ago
  69. a10e47c Add "df -i". by Elliott Hughes · 8 years ago
  70. c130bfa Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Xin Li · 8 years ago
  71. cd6236c Merge commit 'ebbab5196ab1c9dfeb610f6847650da181268e59' into HEAD by Xin Li · 8 years ago
  72. 899676b Merge remote-tracking branch 'toybox/master' into HEAD am: 62f36d9160 by Elliott Hughes · 8 years ago
  73. 75bf2da Merge remote-tracking branch 'toybox/master' into HEAD am: 62f36d9160 by Elliott Hughes · 8 years ago
  74. 62f36d9 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  75. 9068f34 file(1): add ogg, TrueType font, LLVM bitcode, PEM certs, and PE executables. by Elliott Hughes · 8 years ago
  76. 1905895 Merge remote-tracking branch 'toybox/master' into HEAD am: 60f116b00b by Elliott Hughes · 8 years ago
  77. fb20928 Merge remote-tracking branch 'toybox/master' into HEAD am: 60f116b00b by Elliott Hughes · 8 years ago
  78. 60f116b Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  79. e949f63 Add top -m, fix width truncating for narrow screens (off by one), and add iotop -H by Rob Landley · 8 years ago
  80. e913247 Rename test_*.c to demo_*.c (because "make test_$CMD" means something already), by Rob Landley · 8 years ago
  81. b2d8cf9 Only show LABEL= when there is one. by Rob Landley · 8 years ago
  82. 2d893a4 Fix cut -s and -f when delimiter not found (posix says print whole line). by Rob Landley · 8 years ago
  83. 6650f7b Merge remote-tracking branch 'toybox/master' into HEAD am: e64d3fbcfc by Elliott Hughes · 8 years ago
  84. 5595094 Merge remote-tracking branch 'toybox/master' into HEAD am: e64d3fbcfc by Elliott Hughes · 8 years ago
  85. e64d3fb Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  86. 0c284d3 Web page updates. by Rob Landley · 8 years ago
  87. 69bc956 Make -c work with unicode chars, and first stab at -C measuring columns. by Rob Landley · 8 years ago
  88. f6a0621 Merge remote-tracking branch 'toybox/master' into HEAD am: cb633d4175 am: cf77ae240a by Elliott Hughes · 8 years ago
  89. 0f36350 Merge remote-tracking branch 'toybox/master' into HEAD am: cb633d4175 by Elliott Hughes · 8 years ago
  90. cf77ae2 Merge remote-tracking branch 'toybox/master' into HEAD am: cb633d4175 by Elliott Hughes · 8 years ago
  91. cb633d4 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  92. afde1db Insmod dummy for ifconfig tests, and "pointopoint" only has two t's. by Rob Landley · 8 years ago
  93. ba185f6 Add stat to index. by Rob Landley · 8 years ago
  94. d4c890c I ended up writing a new find from scratch, so remove old unfinished cleanup log. by Rob Landley · 8 years ago
  95. da07ae2 Typo. by Rob Landley · 8 years ago
  96. 19ebdb7 Use char for exitval and wasroot (first capped at 8 bits and second's a flag). by Rob Landley · 8 years ago
  97. b5e405c Use setlocale(LC_CTYPE, "C.UTF-8") for more targeted locale enable: by Rob Landley · 8 years ago
  98. 20b0016 Remove libselinux_vendor am: 61be2f867f am: c813bc05f7 am: b31d278112 by Jiyong Park · 8 years ago
  99. b31d278 Remove libselinux_vendor am: 61be2f867f am: c813bc05f7 by Jiyong Park · 8 years ago
  100. c813bc0 Remove libselinux_vendor am: 61be2f867f by Jiyong Park · 8 years ago