1. b07116c Merge remote-tracking branch 'toybox/master' into HEAD am: 37852b74a7 by Elliott Hughes · 8 years ago
  2. 6e78ae7 Merge remote-tracking branch 'toybox/master' into HEAD am: 37852b74a7 by Elliott Hughes · 8 years ago
  3. 37852b7 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  4. 45c2c21 Make tty size failure to enable -w (Elliott prefers that), and fix last field by Rob Landley · 8 years ago
  5. 544669f Don't set SIGWINCH when reading ANSI size probe data, it causes a loop. by Rob Landley · 8 years ago
  6. ea2067a Bugfix: last field was padding to width with trailing spaces (oops), and by Rob Landley · 8 years ago
  7. b4944ca Patch from Elliott to silence a "const" warning in android/getprop.c. by Rob Landley · 8 years ago
  8. 4a4b3d6 Silence a warning. by Rob Landley · 8 years ago
  9. 796d873 Default to width 80 when tty size probe fails (ala serial console). by Rob Landley · 8 years ago
  10. ea9dd8a Posix says stdio.h should define 'stdout' as a macro, and bionic turns it into by Rob Landley · 8 years ago
  11. 938901d Switch oneit to use xopen_stdio() for -c (oops) and switch XVFORK() to use by Rob Landley · 8 years ago
  12. cc24b60 Fix typo in pgrep help. by Elliott Hughes · 8 years ago
  13. 0685ab7 Fix operator precedence error in df. by Elliott Hughes · 8 years ago
  14. 2b4594c Build dependency tweak. by Rob Landley · 8 years ago
  15. 3efd6d9 Extend default USER length to 12 and output "+" as last character of truncated by Rob Landley · 8 years ago
  16. 195e7bf Merge remote-tracking branch 'toybox/master' into HEAD am: 22656c7f1a by Elliott Hughes · 8 years ago
  17. 45003a1 Merge remote-tracking branch 'toybox/master' into HEAD am: 22656c7f1a by Elliott Hughes · 8 years ago
  18. 22656c7 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  19. 27ce372 ps bugfix: len of TTY field doesn't include null terminator, so memmove should by Rob Landley · 8 years ago
  20. 448853e Cleanup leftover debris. by Rob Landley · 8 years ago
  21. fa84155 Improve file's ELF parsing. by Elliott Hughes · 8 years ago
  22. 95049d0 Merge remote-tracking branch 'toybox/master' into HEAD am: 7cfb1c6aab by Elliott Hughes · 8 years ago
  23. b8ab605 Merge remote-tracking branch 'toybox/master' into HEAD am: 7cfb1c6aab by Elliott Hughes · 8 years ago
  24. 7cfb1c6 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  25. 2fcb232 Izabera suggested seq should multiply to avoid accumulating rounding errors by Rob Landley · 8 years ago
  26. 4380d69 Tweak -w help text to clarify that it prevents truncating _any_ fields, not by Rob Landley · 8 years ago
  27. 87897b2 Fix padto in draw_trim_esc() so it behaves like printf %*.*s and matches the by Rob Landley · 8 years ago
  28. 70f7f10 Add missing `static`s and remove an unused function. by Elliott Hughes · 8 years ago
  29. 8ceb2de Whitespace. by Rob Landley · 8 years ago
  30. f3c44e4 modprobe: Small cleanup pass, described on the list. by Rob Landley · 8 years ago
  31. 6a003c8 modprobe: use finit_module when possible by Steve Muckle · 8 years ago
  32. 066f230 modprobe: add -d option to specify module directory path(s) by Steve Muckle · 8 years ago
  33. 8b2646e top -H is more useful if it shows thread names. by Elliott Hughes · 8 years ago
  34. 113971d Minor Android roadmap update. by Elliott Hughes · 8 years ago
  35. dec445b Remove s6 from roadmap. (It wasn't in status.html anyway, haven't updated by Rob Landley · 8 years ago
  36. 83f4d4b Answer another question. by Rob Landley · 8 years ago
  37. e427d6b Add modprobe am: 488b539f0d am: be70774a16 by Sandeep Patil · 8 years ago
  38. be70774 Add modprobe am: 488b539f0d by Sandeep Patil · 8 years ago
  39. 488b539 Add modprobe by Sandeep Patil · 8 years ago
  40. 4b45943 Merge remote-tracking branch 'toybox/master' into HEAD am: cae4495189 by Elliott Hughes · 8 years ago
  41. 49859ac Merge remote-tracking branch 'toybox/master' into HEAD am: cae4495189 by Elliott Hughes · 8 years ago
  42. cae4495 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  43. 1028411 Remove name length limit for system properties by Dimitry Ivanov · 8 years ago
  44. 4d8ffe6 Promote microcom to net. by Rob Landley · 8 years ago
  45. cd2063d Switch escape charcter to ^] (ascii 29, doesn't conflict with emacs or joe). by Rob Landley · 8 years ago
  46. 65fd765 Fix microcom command-line help and -X. by Elliott Hughes · 8 years ago
  47. a2af2d6 Merge remote-tracking branch 'toybox/master' into HEAD am: 7a49753b15 by Elliott Hughes · 8 years ago
  48. b3174ba Merge remote-tracking branch 'toybox/master' into HEAD am: 7a49753b15 by Elliott Hughes · 8 years ago
  49. 7a49753 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  50. 12fcf08 Add "microcom" to pending. by Elliott Hughes · 8 years ago
  51. ae7ea62 Quick and dirty fix for CVE-2016-6321 but seriously this is in pending by Rob Landley · 8 years ago
  52. 354a637 More pending shell tests. by Rob Landley · 8 years ago
  53. 85ffccb Implicit function declarations are an error, not a warning. by Rob Landley · 8 years ago
  54. cba5dc4 Tweak install_airlock help text. by Rob Landley · 8 years ago
  55. 82f3ac8 ftpget: implement -mMdDlL, put ftp transactions into their own function so -v by Rob Landley · 8 years ago
  56. f11c555 First stab at ftpget/ftpput. (Documents a lot of options other than basic by Rob Landley · 8 years ago
  57. a1a559e Some lib fixes: mark xvfork() noinline, make xsendfile() return bytes copied, by Rob Landley · 8 years ago
  58. 4d4ca28 An option can't exclude itself, so "abc[-ab][!abc]" with "command -a -b" by Rob Landley · 8 years ago
  59. eff6274 Alas, the backup list archive went down because https://lwn.net/Articles/695695/ by Rob Landley · 8 years ago
  60. f87c571 Remove unnecessary casts in stat.c, fix a claimed buffer length. by Elliott Hughes · 8 years ago
  61. 9e1692d Merge remote-tracking branch 'toybox/master' into HEAD am: 0fcfdec760 by Elliott Hughes · 8 years ago
  62. cfc9d62 Merge remote-tracking branch 'toybox/master' into HEAD am: 0fcfdec760 by Elliott Hughes · 8 years ago
  63. 0fcfdec Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  64. 8ddfb71 Stop lying to the compiler in modprobe's read_line. by Elliott Hughes · 8 years ago
  65. 731a54b Admit that getprop requires selinux. by Elliott Hughes · 8 years ago
  66. 45c6b12 Switch to bionic <sys/system_properties.h>. by Elliott Hughes · 8 years ago
  67. 6bce3be Move hostid to toys/example and have it "default n". by Rob Landley · 8 years ago
  68. 8efb960 log: use error_msg instead of perror_msg when errno is meaningless. by Elliott Hughes · 8 years ago
  69. 17ba065 Add test for last sort commit. by Rob Landley · 8 years ago
  70. 7a73786 Fix a bug for sort. When the key_separator is not space, the sort commandline tool fails to sort by the 3rd,4th,etc column. For example: when you exec by wxj · 8 years ago
  71. 4582497 Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix(). by Rob Landley · 8 years ago
  72. 86aca04 Add units for -atime and friends. (Also legacy -amin alias, but not in help text by Rob Landley · 8 years ago
  73. 5817c41 Merge remote-tracking branch 'toybox/master' into HEAD am: f2fa082e9f by Elliott Hughes · 8 years ago
  74. f291c6c Merge remote-tracking branch 'toybox/master' into HEAD am: f2fa082e9f by Elliott Hughes · 8 years ago
  75. f2fa082 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  76. 1b73884 First cleanup pass on new dmesg. by Rob Landley · 8 years ago
  77. 3c3b7da Pass DIRTREE_PROC through the ps callbacks. by Elliott Hughes · 8 years ago
  78. ddb6b85 Have make airlock just warn about missing commands unless $PEDANTIC is sent. by Rob Landley · 8 years ago
  79. 3701b51 Workaround for Centos' "which" complaining if it can't find the command by Rob Landley · 8 years ago
  80. a975952 Add DIRTREE_PROC to skip non-numeric entries and make ps/top etc use it. by Rob Landley · 8 years ago
  81. e82d6d1 Documentation tweak. by Rob Landley · 8 years ago
  82. c187be7 Thinko in recent longopt commit. by Rob Landley · 8 years ago
  83. 3dd0d0d Change error test to actually exit if first attempt to use .config fails. by Rob Landley · 8 years ago
  84. 72e2591 People keep wanting to cross-compile from macs, where the stock sed is broken. by Rob Landley · 8 years ago
  85. 0322afb Bugfix: configuring out a longopt confused the option parsing. by Rob Landley · 8 years ago
  86. 6c39691 Merge remote-tracking branch 'toybox/master' into HEAD am: d2ed825752 by Elliott Hughes · 8 years ago
  87. 59b7525 Merge remote-tracking branch 'toybox/master' into HEAD am: d2ed825752 by Elliott Hughes · 8 years ago
  88. d2ed825 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  89. 0d4acb3 du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32 blocks * 512 bytes, done with unsigned 64 bit math). am: a801c5019b by Rob Landley · 8 years ago
  90. 382057f Have dirtree_notdotdot() pass through !node->parent so . and .. on the command by Rob Landley · 8 years ago
  91. 9b4a675 Bug report from Justin Cormack, tar was producing a warning to stdout that by Rob Landley · 8 years ago
  92. 2f33c68 Merge remote-tracking branch 'toybox/master' into HEAD am: ccb4be08fa by Elliott Hughes · 8 years ago
  93. cda243a Merge remote-tracking branch 'toybox/master' into HEAD am: ccb4be08fa by Elliott Hughes · 8 years ago
  94. ccb4be0 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  95. 46ae1aa "printf %x 64" wasn't working right on 32 bit because a variable type was wrong. by Rob Landley · 8 years ago
  96. 108c110 Merge remote-tracking branch 'toybox/master' into HEAD am: 4be718d62e by Elliott Hughes · 8 years ago
  97. c3095b8 Merge remote-tracking branch 'toybox/master' into HEAD am: 4be718d62e by Elliott Hughes · 8 years ago
  98. 4be718d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
  99. a380445 Josh Gao pointed out that chmod -R . (and ..) didn't work. by Rob Landley · 8 years ago
  100. 45058fb Fix control flow integrity check failure in ps. by Evgenii Stepanov · 8 years ago