1. 145bcb8 Merge remote-tracking branch 'toybox/master' into HEAD am: 180f3c7f4b by Elliott Hughes · 8 years ago
  2. cfd9a11 Merge remote-tracking branch 'toybox/master' into HEAD am: 180f3c7f4b by Elliott Hughes · 8 years ago
  3. 180f3c7 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  4. ca45906 Merge remote-tracking branch 'toybox/master' into HEAD am: 4ab83f6960 by Elliott Hughes · 8 years ago
  5. f3cea5c Merge remote-tracking branch 'toybox/master' into HEAD am: 4ab83f6960 by Elliott Hughes · 8 years ago
  6. fc53766 Merge remote-tracking branch 'toybox/master' into HEAD am: 7c3d7b1386 by Elliott Hughes · 8 years ago
  7. 4cf3273 Merge remote-tracking branch 'toybox/master' into HEAD am: 7c3d7b1386 by Elliott Hughes · 8 years ago
  8. 4ab83f6 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  9. 9283f7b It's past time for 0.7.3. by Rob Landley · 8 years ago
  10. 7c3d7b1 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  11. a36264f If the last ps field is left justified, it extends to the width of the screen. by Rob Landley · 8 years ago
  12. fd56876 4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang. by Elliott Hughes · 8 years ago
  13. fd866b2 Declaring todo bankruptcy, dmesg goes back into pending until I get a chance by Rob Landley · 8 years ago
  14. 461b90c Fix dmesg -c and -C. by Elliott Hughes · 9 years ago
  15. ac22dfa Ascii only showed 15 rows instead of 16 and spacing was wrong for 96-100. by Rob Landley · 8 years ago
  16. 18cd02c Fix the comment about the Android SIGPIPE behavior. by Elliott Hughes · 8 years ago
  17. af92dfd Teach file(1) about bzip2 files. by Elliott Hughes · 8 years ago
  18. fc265ca Sort .config. am: 913e37db63 am: e8583a8848 am: 2d4bf152e3 by Elliott Hughes · 8 years ago
  19. 2d4bf15 Sort .config. am: 913e37db63 am: e8583a8848 by Elliott Hughes · 8 years ago
  20. e8583a8 Sort .config. am: 913e37db63 by Elliott Hughes · 8 years ago
  21. 913e37d Sort .config. by Elliott Hughes · 8 years ago
  22. 7d9729a Merge "Add back bionic SIGPIPE handler workaround accidentally removed in 3b51a07e478d" am: 5fb9bd50fb am: 9242133fd0 by Rob Landley · 8 years ago
  23. 9aa552f Merge "Add back bionic SIGPIPE handler workaround accidentally removed in 3b51a07e478d" am: 5fb9bd50fb by Rob Landley · 8 years ago
  24. 9242133 Merge "Add back bionic SIGPIPE handler workaround accidentally removed in 3b51a07e478d" by Rob Landley · 8 years ago
  25. 5fb9bd5 Merge "Add back bionic SIGPIPE handler workaround accidentally removed in 3b51a07e478d" by Treehugger Robot · 8 years ago
  26. 82bed3b Merge changes I76c426ae,I204f2f6c,I7f4cfc18 am: d4ea1b3b84 am: c4249580f5 by Rob Landley · 8 years ago
  27. 50f7b20 Merge changes I76c426ae,I204f2f6c,I7f4cfc18 am: d4ea1b3b84 am: c4249580f5 by Rob Landley · 8 years ago
  28. c424958 Merge changes I76c426ae,I204f2f6c,I7f4cfc18 am: d4ea1b3b84 by Rob Landley · 8 years ago
  29. d4ea1b3 Merge changes I76c426ae,I204f2f6c,I7f4cfc18 by Treehugger Robot · 8 years ago
  30. e95731e Add back bionic SIGPIPE handler workaround accidentally removed in 3b51a07e478d by Rob Landley · 8 years ago
  31. 6132e36 Document df -a by Rob Landley · 8 years ago
  32. 2fdeb3a Add ascii: display ascii table. by Rob Landley · 8 years ago
  33. 65cbb59 Merge remote-tracking branch 'toybox/master' into HEAD am: 37852b74a7 am: 6e78ae7824 by Elliott Hughes · 8 years ago
  34. b07116c Merge remote-tracking branch 'toybox/master' into HEAD am: 37852b74a7 by Elliott Hughes · 8 years ago
  35. 6e78ae7 Merge remote-tracking branch 'toybox/master' into HEAD am: 37852b74a7 by Elliott Hughes · 8 years ago
  36. af857c6 ps -l has 4 chars left for "cmd", switch "ADDR" to "BIT" to save space. by Rob Landley · 8 years ago
  37. 37852b7 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  38. 45c2c21 Make tty size failure to enable -w (Elliott prefers that), and fix last field by Rob Landley · 8 years ago
  39. 544669f Don't set SIGWINCH when reading ANSI size probe data, it causes a loop. by Rob Landley · 8 years ago
  40. ea2067a Bugfix: last field was padding to width with trailing spaces (oops), and by Rob Landley · 8 years ago
  41. b4944ca Patch from Elliott to silence a "const" warning in android/getprop.c. by Rob Landley · 8 years ago
  42. 4a4b3d6 Silence a warning. by Rob Landley · 8 years ago
  43. 796d873 Default to width 80 when tty size probe fails (ala serial console). by Rob Landley · 8 years ago
  44. ea9dd8a Posix says stdio.h should define 'stdout' as a macro, and bionic turns it into by Rob Landley · 8 years ago
  45. 938901d Switch oneit to use xopen_stdio() for -c (oops) and switch XVFORK() to use by Rob Landley · 8 years ago
  46. cc24b60 Fix typo in pgrep help. by Elliott Hughes · 9 years ago
  47. 0685ab7 Fix operator precedence error in df. by Elliott Hughes · 9 years ago
  48. 2b4594c Build dependency tweak. by Rob Landley · 9 years ago
  49. 3efd6d9 Extend default USER length to 12 and output "+" as last character of truncated by Rob Landley · 9 years ago
  50. 2e7221b Merge remote-tracking branch 'toybox/master' into HEAD am: 22656c7f1a am: 45003a1ef8 by Elliott Hughes · 9 years ago
  51. 195e7bf Merge remote-tracking branch 'toybox/master' into HEAD am: 22656c7f1a by Elliott Hughes · 9 years ago
  52. 45003a1 Merge remote-tracking branch 'toybox/master' into HEAD am: 22656c7f1a by Elliott Hughes · 9 years ago
  53. 22656c7 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  54. 27ce372 ps bugfix: len of TTY field doesn't include null terminator, so memmove should by Rob Landley · 9 years ago
  55. 448853e Cleanup leftover debris. by Rob Landley · 9 years ago
  56. fa84155 Improve file's ELF parsing. by Elliott Hughes · 9 years ago
  57. c02f8ef Merge remote-tracking branch 'toybox/master' into HEAD am: 7cfb1c6aab am: b8ab605cff by Elliott Hughes · 9 years ago
  58. 95049d0 Merge remote-tracking branch 'toybox/master' into HEAD am: 7cfb1c6aab by Elliott Hughes · 9 years ago
  59. b8ab605 Merge remote-tracking branch 'toybox/master' into HEAD am: 7cfb1c6aab by Elliott Hughes · 9 years ago
  60. 7cfb1c6 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  61. 2fcb232 Izabera suggested seq should multiply to avoid accumulating rounding errors by Rob Landley · 9 years ago
  62. 4380d69 Tweak -w help text to clarify that it prevents truncating _any_ fields, not by Rob Landley · 9 years ago
  63. 87897b2 Fix padto in draw_trim_esc() so it behaves like printf %*.*s and matches the by Rob Landley · 9 years ago
  64. 70f7f10 Add missing `static`s and remove an unused function. by Elliott Hughes · 9 years ago
  65. 8ceb2de Whitespace. by Rob Landley · 9 years ago
  66. f3c44e4 modprobe: Small cleanup pass, described on the list. by Rob Landley · 9 years ago
  67. 6a003c8 modprobe: use finit_module when possible by Steve Muckle · 9 years ago
  68. 066f230 modprobe: add -d option to specify module directory path(s) by Steve Muckle · 9 years ago
  69. 8b2646e top -H is more useful if it shows thread names. by Elliott Hughes · 9 years ago
  70. 113971d Minor Android roadmap update. by Elliott Hughes · 9 years ago
  71. dec445b Remove s6 from roadmap. (It wasn't in status.html anyway, haven't updated by Rob Landley · 9 years ago
  72. 83f4d4b Answer another question. by Rob Landley · 9 years ago
  73. dff10e6 Add modprobe am: 488b539f0d am: be70774a16 am: e427d6b172 by Sandeep Patil · 9 years ago
  74. e427d6b Add modprobe am: 488b539f0d am: be70774a16 by Sandeep Patil · 9 years ago
  75. be70774 Add modprobe am: 488b539f0d by Sandeep Patil · 9 years ago
  76. 488b539 Add modprobe by Sandeep Patil · 9 years ago
  77. d00e112 Merge remote-tracking branch 'toybox/master' into HEAD am: cae4495189 am: 49859ac043 by Elliott Hughes · 9 years ago
  78. 4b45943 Merge remote-tracking branch 'toybox/master' into HEAD am: cae4495189 by Elliott Hughes · 9 years ago
  79. 49859ac Merge remote-tracking branch 'toybox/master' into HEAD am: cae4495189 by Elliott Hughes · 9 years ago
  80. cae4495 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  81. 1028411 Remove name length limit for system properties by Dimitry Ivanov · 9 years ago
  82. 4d8ffe6 Promote microcom to net. by Rob Landley · 9 years ago
  83. cd2063d Switch escape charcter to ^] (ascii 29, doesn't conflict with emacs or joe). by Rob Landley · 9 years ago
  84. 65fd765 Fix microcom command-line help and -X. by Elliott Hughes · 9 years ago
  85. 5b1c7b7 Merge remote-tracking branch 'toybox/master' into HEAD am: 7a49753b15 am: b3174baf1e by Elliott Hughes · 9 years ago
  86. a2af2d6 Merge remote-tracking branch 'toybox/master' into HEAD am: 7a49753b15 by Elliott Hughes · 9 years ago
  87. b3174ba Merge remote-tracking branch 'toybox/master' into HEAD am: 7a49753b15 by Elliott Hughes · 9 years ago
  88. 7a49753 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
  89. 12fcf08 Add "microcom" to pending. by Elliott Hughes · 9 years ago
  90. ae7ea62 Quick and dirty fix for CVE-2016-6321 but seriously this is in pending by Rob Landley · 9 years ago
  91. 354a637 More pending shell tests. by Rob Landley · 9 years ago
  92. 85ffccb Implicit function declarations are an error, not a warning. by Rob Landley · 9 years ago
  93. cba5dc4 Tweak install_airlock help text. by Rob Landley · 9 years ago
  94. 82f3ac8 ftpget: implement -mMdDlL, put ftp transactions into their own function so -v by Rob Landley · 9 years ago
  95. f11c555 First stab at ftpget/ftpput. (Documents a lot of options other than basic by Rob Landley · 9 years ago
  96. a1a559e Some lib fixes: mark xvfork() noinline, make xsendfile() return bytes copied, by Rob Landley · 9 years ago
  97. 4d4ca28 An option can't exclude itself, so "abc[-ab][!abc]" with "command -a -b" by Rob Landley · 9 years ago
  98. eff6274 Alas, the backup list archive went down because https://lwn.net/Articles/695695/ by Rob Landley · 9 years ago
  99. f87c571 Remove unnecessary casts in stat.c, fix a claimed buffer length. by Elliott Hughes · 9 years ago
  100. 5e5180f Merge remote-tracking branch 'toybox/master' into HEAD am: 0fcfdec760 am: cfc9d622f1 by Elliott Hughes · 9 years ago