1. fb20928 Merge remote-tracking branch 'toybox/master' into HEAD am: 60f116b00b by Elliott Hughes · 8 years ago
  2. 60f116b Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  3. e949f63 Add top -m, fix width truncating for narrow screens (off by one), and add iotop -H by Rob Landley · 8 years ago
  4. e913247 Rename test_*.c to demo_*.c (because "make test_$CMD" means something already), by Rob Landley · 8 years ago
  5. b2d8cf9 Only show LABEL= when there is one. by Rob Landley · 8 years ago
  6. 2d893a4 Fix cut -s and -f when delimiter not found (posix says print whole line). by Rob Landley · 8 years ago
  7. 5595094 Merge remote-tracking branch 'toybox/master' into HEAD am: e64d3fbcfc by Elliott Hughes · 8 years ago
  8. e64d3fb Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  9. 0c284d3 Web page updates. by Rob Landley · 8 years ago
  10. 69bc956 Make -c work with unicode chars, and first stab at -C measuring columns. by Rob Landley · 8 years ago
  11. cf77ae2 Merge remote-tracking branch 'toybox/master' into HEAD am: cb633d4175 by Elliott Hughes · 8 years ago
  12. cb633d4 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  13. afde1db Insmod dummy for ifconfig tests, and "pointopoint" only has two t's. by Rob Landley · 8 years ago
  14. ba185f6 Add stat to index. by Rob Landley · 8 years ago
  15. d4c890c I ended up writing a new find from scratch, so remove old unfinished cleanup log. by Rob Landley · 8 years ago
  16. da07ae2 Typo. by Rob Landley · 8 years ago
  17. 19ebdb7 Use char for exitval and wasroot (first capped at 8 bits and second's a flag). by Rob Landley · 8 years ago
  18. b5e405c Use setlocale(LC_CTYPE, "C.UTF-8") for more targeted locale enable: by Rob Landley · 8 years ago
  19. c813bc0 Remove libselinux_vendor am: 61be2f867f by Jiyong Park · 8 years ago
  20. 5af26a0 Elliott wants to add TOYBOX_VENDOR. by Rob Landley · 8 years ago
  21. 61be2f8 Remove libselinux_vendor by Jiyong Park · 8 years ago
  22. e77b056 Merge remote-tracking branch 'toybox/master' into HEAD am: fa58895b44 by Elliott Hughes · 8 years ago
  23. fa58895 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  24. b93630f Fix groups(1) and id -G. by Elliott Hughes · 8 years ago
  25. 3917661 Merge remote-tracking branch 'toybox/master' into HEAD am: bac04b4984 by Elliott Hughes · 8 years ago
  26. bac04b4 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  27. 11c3853 Allow ro. properties to have arbitrary lengths by Tom Cherry · 8 years ago
  28. d8a348a Android doesn't support setuid-root toybox. am: ce26024f83 by Elliott Hughes · 8 years ago
  29. ce26024 Android doesn't support setuid-root toybox. by Elliott Hughes · 8 years ago
  30. 9ef458f Use -Werror in external/toybox am: 0eb514a0fc by Chih-Hung Hsieh · 8 years ago
  31. 0eb514a Use -Werror in external/toybox by Chih-Hung Hsieh · 8 years ago
  32. 46d2cda Tweak help_exit() to show "See %s --help" message on the same line. by Rob Landley · 8 years ago
  33. 3eb69d4 Complete rewrite of cut. Handle multipe ranges, add -DFO options, start by Rob Landley · 8 years ago
  34. 7828920 Workaround from Patrick Oppenlander for a bug in config2help.h that resulted by Rob Landley · 8 years ago
  35. 243a090 Merge remote-tracking branch 'toybox/master' into HEAD am: 89bb822f3e by Elliott Hughes · 8 years ago
  36. 89bb822 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  37. b89af5e Fix xargs to obey POSIX's ARG_MAX restrictions. by Elliott Hughes · 8 years ago
  38. b542295 Basic Mach-O support in file(1). by Elliott Hughes · 8 years ago
  39. eb95221 Add #warning about musl intentionally breaking chrt. by Rob Landley · 8 years ago
  40. a0f59ea Build toybox iotop. am: 33cf0f77c8 by Elliott Hughes · 8 years ago
  41. 33cf0f7 Build toybox iotop. by Elliott Hughes · 8 years ago
  42. d3e6814 Fix URL typo by Zach Riggle · 8 years ago
  43. a949b88 Merge remote-tracking branch 'toybox/master' into HEAD am: f37062b46d by Elliott Hughes · 8 years ago
  44. f37062b Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  45. f900298 Last commit used xstrtod(), forgot to check it in. by Rob Landley · 8 years ago
  46. 7f2b0ce Redo/add seq precision logic. by Rob Landley · 8 years ago
  47. 5f6850f Tighten up wc -m tests (which no longer depend on $LANG). by Rob Landley · 8 years ago
  48. b961384 Replace remaining mb*towc() calls with utf8towc(). by Rob Landley · 8 years ago
  49. b3e7093 Tweak utf8towc() to return -1 earlier sometimes (instead of -2), and add test by Rob Landley · 8 years ago
  50. 6e76693 utf8towc() has to be in lib.c if strlower() is going to use it, because by Rob Landley · 8 years ago
  51. 67ddade In wc, replace mbrtowc() with new utf8towc() which doesn't have a context struct by Rob Landley · 8 years ago
  52. 4077f75 Merge remote-tracking branch 'toybox/master' into HEAD am: 11385503ee by Elliott Hughes · 8 years ago
  53. 1138550 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  54. bebf14c Another try at fixing the ps segfault resulting from /proc entries vanishing by Rob Landley · 8 years ago
  55. c6038dc Merge changes Ic29ef854,Ib285513b,Iad699b76,I40ecac5c,Iab911639, ... by Elliott Hughes · 8 years ago
  56. ff808f4 Merge changes Ic29ef854,Ib285513b,Iad699b76,I40ecac5c,Iab911639, ... by Treehugger Robot · 8 years ago
  57. ab36f1c Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  58. 709a442 Fix iconv build and add trivial test. by Elliott Hughes · 8 years ago
  59. 138915a lsof cleanup. by Rob Landley · 8 years ago
  60. 218c859 Check in my Android test-running script. am: d3633b18c3 am: 437565ff8b by Elliott Hughes · 8 years ago
  61. 4c3f9c3 Check in my Android test-running script. am: d3633b18c3 am: 437565ff8b by Elliott Hughes · 8 years ago
  62. 437565f Check in my Android test-running script. am: d3633b18c3 by Elliott Hughes · 8 years ago
  63. d3633b1 Check in my Android test-running script. by Elliott Hughes · 8 years ago
  64. 9bde245 Check for .git before setting GITHASH. by Rob Landley · 8 years ago
  65. ec306e9 Allow GITHASH to be set on the command line, to work around a yocto bug. by Rob Landley · 8 years ago
  66. 94a8981 Don't unnecessarily use printf in wc.test when echo will do. by Elliott Hughes · 8 years ago
  67. 1055955 Test that our rm -rf can zap chmod 000 directories. (Skip test on host by Rob Landley · 8 years ago
  68. cd64fbd Add basic env.test by Rob Landley · 8 years ago
  69. 6e2ef60 testcmd should only use absolute path to command when not doing TEST_HOST. by Rob Landley · 8 years ago
  70. da23083 Typo (env -0 was checking the flag wrong). by Rob Landley · 8 years ago
  71. c173d96 Merge remote-tracking branch 'toybox/master' into HEAD am: 3f4a99df44 am: e81bf45656 by Elliott Hughes · 8 years ago
  72. 84a7c0b Merge remote-tracking branch 'toybox/master' into HEAD am: 3f4a99df44 by Elliott Hughes · 8 years ago
  73. e81bf45 Merge remote-tracking branch 'toybox/master' into HEAD am: 3f4a99df44 by Elliott Hughes · 8 years ago
  74. 3f4a99d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  75. 67bf48c netcat: make -l exit after handling a request. by Josh Gao · 8 years ago
  76. 8d6d9bf typo by Rob Landley · 8 years ago
  77. e3993eb Redo ping plumbing. Actual ping part isn't there yet because kernel weirdness. by Rob Landley · 8 years ago
  78. 92b6026 Split out xgetaddrinfo() from xconnect() by Rob Landley · 8 years ago
  79. abcc51f Fix toybox_vendor dependencies again. am: 2211432f50 am: 2491131bd4 by Yifan Hong · 8 years ago
  80. 35c8dee Fix toybox_vendor dependencies again. am: 2211432f50 am: 2491131bd4 by Yifan Hong · 8 years ago
  81. 2491131 Fix toybox_vendor dependencies again. am: 2211432f50 by Yifan Hong · 8 years ago
  82. 2211432 Fix toybox_vendor dependencies again. by Yifan Hong · 8 years ago
  83. ca99c84 Revert "Fix toybox_vendor dependencies on libselinux_vendor." am: cf90d7eb8f am: 3391276ee0 by Jeffrey Vander Stoep · 8 years ago
  84. d9729a7 Revert "Fix toybox_vendor dependencies on libselinux_vendor." am: cf90d7eb8f by Jeffrey Vander Stoep · 8 years ago
  85. 3391276 Revert "Fix toybox_vendor dependencies on libselinux_vendor." am: cf90d7eb8f by Jeffrey Vander Stoep · 8 years ago
  86. cf90d7e Revert "Fix toybox_vendor dependencies on libselinux_vendor." by Jeffrey Vander Stoep · 8 years ago
  87. bfb1969 Don't include the build number in `toybox --version`. am: 51566dfbb4 by Elliott Hughes · 8 years ago
  88. a28f216 Merge remote-tracking branch 'toybox/master' into HEAD am: b62e8ff3da am: 63a7993a8f by Elliott Hughes · 8 years ago
  89. 724542f Merge remote-tracking branch 'toybox/master' into HEAD am: b62e8ff3da by Elliott Hughes · 8 years ago
  90. 63a7993 Merge remote-tracking branch 'toybox/master' into HEAD am: b62e8ff3da by Elliott Hughes · 8 years ago
  91. 51566df Don't include the build number in `toybox --version`. by Elliott Hughes · 8 years ago
  92. 479a8bb Don't include the build number in `toybox --version`. am: bf4741d56c am: 7ecc0fa0e3 by Elliott Hughes · 8 years ago
  93. b62e8ff Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  94. 3ebb2f4 Don't include the build number in `toybox --version`. am: bf4741d56c by Elliott Hughes · 8 years ago
  95. 7ecc0fa Don't include the build number in `toybox --version`. am: bf4741d56c by Elliott Hughes · 8 years ago
  96. d4adb3f Don't remove "remount" from the option list during early parsing, the mount by Rob Landley · 8 years ago
  97. 58fea0e comma_scan()'s clean option wasn't removing entry at end of list. by Rob Landley · 8 years ago
  98. bf4741d Don't include the build number in `toybox --version`. by Elliott Hughes · 8 years ago
  99. b685190 Fix toybox_vendor dependencies on libselinux_vendor. by Yifan Hong · 8 years ago
  100. 9659c83 Fix toybox_vendor dependencies on libselinux_vendor. am: a546dbb3c8 -s ours by Yifan Hong · 8 years ago