1. fb5520c Merge remote-tracking branch 'toybox/master' into HEAD am: 89bb822f3e by Elliott Hughes · 8 years ago
  2. 243a090 Merge remote-tracking branch 'toybox/master' into HEAD am: 89bb822f3e by Elliott Hughes · 8 years ago
  3. 89bb822 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  4. b89af5e Fix xargs to obey POSIX's ARG_MAX restrictions. by Elliott Hughes · 8 years ago
  5. b542295 Basic Mach-O support in file(1). by Elliott Hughes · 8 years ago
  6. eb95221 Add #warning about musl intentionally breaking chrt. by Rob Landley · 8 years ago
  7. 57a2be9 Build toybox iotop. am: 33cf0f77c8 am: a0f59ea43d by Elliott Hughes · 8 years ago
  8. a0f59ea Build toybox iotop. am: 33cf0f77c8 by Elliott Hughes · 8 years ago
  9. 33cf0f7 Build toybox iotop. by Elliott Hughes · 8 years ago
  10. d3e6814 Fix URL typo by Zach Riggle · 8 years ago
  11. e01b99e Merge remote-tracking branch 'toybox/master' into HEAD am: f37062b46d by Elliott Hughes · 8 years ago
  12. a949b88 Merge remote-tracking branch 'toybox/master' into HEAD am: f37062b46d by Elliott Hughes · 8 years ago
  13. f37062b Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  14. f900298 Last commit used xstrtod(), forgot to check it in. by Rob Landley · 8 years ago
  15. 7f2b0ce Redo/add seq precision logic. by Rob Landley · 8 years ago
  16. 5f6850f Tighten up wc -m tests (which no longer depend on $LANG). by Rob Landley · 8 years ago
  17. b961384 Replace remaining mb*towc() calls with utf8towc(). by Rob Landley · 8 years ago
  18. b3e7093 Tweak utf8towc() to return -1 earlier sometimes (instead of -2), and add test by Rob Landley · 8 years ago
  19. 6e76693 utf8towc() has to be in lib.c if strlower() is going to use it, because by Rob Landley · 8 years ago
  20. 67ddade In wc, replace mbrtowc() with new utf8towc() which doesn't have a context struct by Rob Landley · 8 years ago
  21. 3f3dde2 Merge remote-tracking branch 'toybox/master' into HEAD am: 11385503ee by Elliott Hughes · 8 years ago
  22. 4077f75 Merge remote-tracking branch 'toybox/master' into HEAD am: 11385503ee by Elliott Hughes · 8 years ago
  23. 1138550 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  24. bebf14c Another try at fixing the ps segfault resulting from /proc entries vanishing by Rob Landley · 8 years ago
  25. 0492ffb Merge changes Ic29ef854,Ib285513b,Iad699b76,I40ecac5c,Iab911639, ... am: ff808f44a5 by Elliott Hughes · 8 years ago
  26. c6038dc Merge changes Ic29ef854,Ib285513b,Iad699b76,I40ecac5c,Iab911639, ... by Elliott Hughes · 8 years ago
  27. ff808f4 Merge changes Ic29ef854,Ib285513b,Iad699b76,I40ecac5c,Iab911639, ... by Treehugger Robot · 8 years ago
  28. ab36f1c Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  29. 709a442 Fix iconv build and add trivial test. by Elliott Hughes · 8 years ago
  30. 138915a lsof cleanup. by Rob Landley · 8 years ago
  31. 218c859 Check in my Android test-running script. am: d3633b18c3 am: 437565ff8b by Elliott Hughes · 8 years ago
  32. 4c3f9c3 Check in my Android test-running script. am: d3633b18c3 am: 437565ff8b by Elliott Hughes · 8 years ago
  33. 437565f Check in my Android test-running script. am: d3633b18c3 by Elliott Hughes · 8 years ago
  34. d3633b1 Check in my Android test-running script. by Elliott Hughes · 8 years ago
  35. 9bde245 Check for .git before setting GITHASH. by Rob Landley · 8 years ago
  36. ec306e9 Allow GITHASH to be set on the command line, to work around a yocto bug. by Rob Landley · 8 years ago
  37. 94a8981 Don't unnecessarily use printf in wc.test when echo will do. by Elliott Hughes · 8 years ago
  38. 1055955 Test that our rm -rf can zap chmod 000 directories. (Skip test on host by Rob Landley · 8 years ago
  39. cd64fbd Add basic env.test by Rob Landley · 8 years ago
  40. 6e2ef60 testcmd should only use absolute path to command when not doing TEST_HOST. by Rob Landley · 8 years ago
  41. da23083 Typo (env -0 was checking the flag wrong). by Rob Landley · 8 years ago
  42. c173d96 Merge remote-tracking branch 'toybox/master' into HEAD am: 3f4a99df44 am: e81bf45656 by Elliott Hughes · 8 years ago
  43. 84a7c0b Merge remote-tracking branch 'toybox/master' into HEAD am: 3f4a99df44 by Elliott Hughes · 8 years ago
  44. e81bf45 Merge remote-tracking branch 'toybox/master' into HEAD am: 3f4a99df44 by Elliott Hughes · 8 years ago
  45. 3f4a99d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  46. 67bf48c netcat: make -l exit after handling a request. by Josh Gao · 8 years ago
  47. 8d6d9bf typo by Rob Landley · 8 years ago
  48. e3993eb Redo ping plumbing. Actual ping part isn't there yet because kernel weirdness. by Rob Landley · 8 years ago
  49. 92b6026 Split out xgetaddrinfo() from xconnect() by Rob Landley · 8 years ago
  50. abcc51f Fix toybox_vendor dependencies again. am: 2211432f50 am: 2491131bd4 by Yifan Hong · 8 years ago
  51. 35c8dee Fix toybox_vendor dependencies again. am: 2211432f50 am: 2491131bd4 by Yifan Hong · 8 years ago
  52. 2491131 Fix toybox_vendor dependencies again. am: 2211432f50 by Yifan Hong · 8 years ago
  53. 2211432 Fix toybox_vendor dependencies again. by Yifan Hong · 8 years ago
  54. ca99c84 Revert "Fix toybox_vendor dependencies on libselinux_vendor." am: cf90d7eb8f am: 3391276ee0 by Jeffrey Vander Stoep · 8 years ago
  55. d9729a7 Revert "Fix toybox_vendor dependencies on libselinux_vendor." am: cf90d7eb8f by Jeffrey Vander Stoep · 8 years ago
  56. 3391276 Revert "Fix toybox_vendor dependencies on libselinux_vendor." am: cf90d7eb8f by Jeffrey Vander Stoep · 8 years ago
  57. cf90d7e Revert "Fix toybox_vendor dependencies on libselinux_vendor." by Jeffrey Vander Stoep · 8 years ago
  58. bfb1969 Don't include the build number in `toybox --version`. am: 51566dfbb4 by Elliott Hughes · 8 years ago
  59. a28f216 Merge remote-tracking branch 'toybox/master' into HEAD am: b62e8ff3da am: 63a7993a8f by Elliott Hughes · 8 years ago
  60. 724542f Merge remote-tracking branch 'toybox/master' into HEAD am: b62e8ff3da by Elliott Hughes · 8 years ago
  61. 63a7993 Merge remote-tracking branch 'toybox/master' into HEAD am: b62e8ff3da by Elliott Hughes · 8 years ago
  62. 51566df Don't include the build number in `toybox --version`. by Elliott Hughes · 8 years ago
  63. 479a8bb Don't include the build number in `toybox --version`. am: bf4741d56c am: 7ecc0fa0e3 by Elliott Hughes · 8 years ago
  64. b62e8ff Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  65. 3ebb2f4 Don't include the build number in `toybox --version`. am: bf4741d56c by Elliott Hughes · 8 years ago
  66. 7ecc0fa Don't include the build number in `toybox --version`. am: bf4741d56c by Elliott Hughes · 8 years ago
  67. d4adb3f Don't remove "remount" from the option list during early parsing, the mount by Rob Landley · 8 years ago
  68. 58fea0e comma_scan()'s clean option wasn't removing entry at end of list. by Rob Landley · 8 years ago
  69. bf4741d Don't include the build number in `toybox --version`. by Elliott Hughes · 8 years ago
  70. b685190 Fix toybox_vendor dependencies on libselinux_vendor. by Yifan Hong · 8 years ago
  71. 9659c83 Fix toybox_vendor dependencies on libselinux_vendor. am: a546dbb3c8 -s ours by Yifan Hong · 8 years ago
  72. a546dbb Fix toybox_vendor dependencies on libselinux_vendor. by Yifan Hong · 8 years ago
  73. 13c721a Revert "Fix toybox_vendor dependencies on libselinux_vendor." am: 4ab405afe2 by Jeff Vander Stoep · 8 years ago
  74. 4ab405a Revert "Fix toybox_vendor dependencies on libselinux_vendor." by Jeff Vander Stoep · 8 years ago
  75. 3000b65 Fix toybox_vendor dependencies on libselinux_vendor. am: 9e5e16264c am: 537e6e363e by Yifan Hong · 8 years ago
  76. 4876bcc Fix toybox_vendor dependencies on libselinux_vendor. am: 9e5e16264c by Yifan Hong · 8 years ago
  77. 537e6e3 Fix toybox_vendor dependencies on libselinux_vendor. am: 9e5e16264c by Yifan Hong · 8 years ago
  78. d1e85b9 dd cleanup: binary search is overkill, eliminate struct pair, by Rob Landley · 8 years ago
  79. 352efdf Fix -Wformat compiler warning in expr.c. by Elliott Hughes · 8 years ago
  80. 61d0115 Posix says strings should only output hits that end with NUL or newline. by Rob Landley · 8 years ago
  81. 1ae3703 strings -t oxd tests by Ilya Kuzmich · 8 years ago
  82. a0e2e7d Make dd use atolx_range(), and teach atolx_range() about "w" suffix (word, *2). by Rob Landley · 8 years ago
  83. 7450ecd Fix dd tests so TEST_HOST passes. (Ubuntu's dd doesn't support hex values by Rob Landley · 8 years ago
  84. 9e5e162 Fix toybox_vendor dependencies on libselinux_vendor. by Yifan Hong · 8 years ago
  85. e1097aa Merge remote-tracking branch 'toybox/master' into HEAD am: a379d5ee15 am: a4f4fa78eb by Elliott Hughes · 8 years ago
  86. cb13c3d Merge remote-tracking branch 'toybox/master' into HEAD am: a379d5ee15 by Elliott Hughes · 8 years ago
  87. a4f4fa7 Merge remote-tracking branch 'toybox/master' into HEAD am: a379d5ee15 by Elliott Hughes · 8 years ago
  88. a379d5e Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  89. 557ca7e Add -t, deviations from posix, redo loop to have fewer duplicate tests. by Rob Landley · 8 years ago
  90. 24dfc14 strings tests and bugfixes by Ilya Kuzmich · 8 years ago
  91. b8e0920 whitespace/comment tweaks. by Rob Landley · 8 years ago
  92. 77997b8 teach head -c by Ilya Kuzmich · 8 years ago
  93. edfa9dc Build vendor toybox unconditionally. am: 3829236617 am: cb54b3a2cf by padarshr · 8 years ago
  94. 4dfba4e Build vendor toybox unconditionally. am: 3829236617 am: cb54b3a2cf by padarshr · 8 years ago
  95. cb54b3a Build vendor toybox unconditionally. am: 3829236617 by padarshr · 8 years ago
  96. f30035e Most things seem to want the "b" suffix to mean 512 instead of 1. by Rob Landley · 8 years ago
  97. 3829236 Build vendor toybox unconditionally. by padarshr · 8 years ago
  98. 4c41059 Merge remote-tracking branch 'toybox/master' into HEAD am: f353b240a5 am: 66859184e5 by Elliott Hughes · 8 years ago
  99. 86fb74f Merge remote-tracking branch 'toybox/master' into HEAD am: f353b240a5 by Elliott Hughes · 8 years ago
  100. 6685918 Merge remote-tracking branch 'toybox/master' into HEAD am: f353b240a5 by Elliott Hughes · 8 years ago