1. 05e4ba4 Replace chkmktime() (which produces false positive normalization failures) by Rob Landley · 8 years ago
  2. af39a2c ps: don't query for terminal size if not a tty. by Josh Gao · 8 years ago
  3. 7ec23e6 Fix the type of the callback in getprop. by Elliott Hughes · 8 years ago
  4. 1ac63ac Implement uptime -s. by Elliott Hughes · 8 years ago
  5. e97aeb6 dirtree_flagread() returns DIRTREE_ABORTVAL when the initial node doesn't by Rob Landley · 8 years ago
  6. 47d07dc Paste bugfix, more tests. by Rob Landley · 8 years ago
  7. cb8e5ad Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments, by Rob Landley · 8 years ago
  8. 2ba9c41 Rewrite paste so it actually works. by Rob Landley · 8 years ago
  9. a36264f If the last ps field is left justified, it extends to the width of the screen. by Rob Landley · 8 years ago
  10. fd866b2 Declaring todo bankruptcy, dmesg goes back into pending until I get a chance by Rob Landley · 8 years ago
  11. 461b90c Fix dmesg -c and -C. by Elliott Hughes · 8 years ago
  12. ac22dfa Ascii only showed 15 rows instead of 16 and spacing was wrong for 96-100. by Rob Landley · 8 years ago
  13. af92dfd Teach file(1) about bzip2 files. by Elliott Hughes · 8 years ago
  14. 6132e36 Document df -a by Rob Landley · 8 years ago
  15. 2fdeb3a Add ascii: display ascii table. by Rob Landley · 8 years ago
  16. af857c6 ps -l has 4 chars left for "cmd", switch "ADDR" to "BIT" to save space. by Rob Landley · 8 years ago
  17. 45c2c21 Make tty size failure to enable -w (Elliott prefers that), and fix last field by Rob Landley · 8 years ago
  18. 544669f Don't set SIGWINCH when reading ANSI size probe data, it causes a loop. by Rob Landley · 8 years ago
  19. ea2067a Bugfix: last field was padding to width with trailing spaces (oops), and by Rob Landley · 8 years ago
  20. b4944ca Patch from Elliott to silence a "const" warning in android/getprop.c. by Rob Landley · 8 years ago
  21. 796d873 Default to width 80 when tty size probe fails (ala serial console). by Rob Landley · 8 years ago
  22. 938901d Switch oneit to use xopen_stdio() for -c (oops) and switch XVFORK() to use by Rob Landley · 8 years ago
  23. cc24b60 Fix typo in pgrep help. by Elliott Hughes · 8 years ago
  24. 0685ab7 Fix operator precedence error in df. by Elliott Hughes · 8 years ago
  25. 3efd6d9 Extend default USER length to 12 and output "+" as last character of truncated by Rob Landley · 8 years ago
  26. 27ce372 ps bugfix: len of TTY field doesn't include null terminator, so memmove should by Rob Landley · 8 years ago
  27. 448853e Cleanup leftover debris. by Rob Landley · 8 years ago
  28. fa84155 Improve file's ELF parsing. by Elliott Hughes · 8 years ago
  29. 2fcb232 Izabera suggested seq should multiply to avoid accumulating rounding errors by Rob Landley · 8 years ago
  30. 4380d69 Tweak -w help text to clarify that it prevents truncating _any_ fields, not by Rob Landley · 8 years ago
  31. 70f7f10 Add missing `static`s and remove an unused function. by Elliott Hughes · 8 years ago
  32. 8ceb2de Whitespace. by Rob Landley · 8 years ago
  33. f3c44e4 modprobe: Small cleanup pass, described on the list. by Rob Landley · 8 years ago
  34. 6a003c8 modprobe: use finit_module when possible by Steve Muckle · 8 years ago
  35. 066f230 modprobe: add -d option to specify module directory path(s) by Steve Muckle · 8 years ago
  36. 8b2646e top -H is more useful if it shows thread names. by Elliott Hughes · 8 years ago
  37. 1028411 Remove name length limit for system properties by Dimitry Ivanov · 8 years ago
  38. 4d8ffe6 Promote microcom to net. by Rob Landley · 8 years ago
  39. cd2063d Switch escape charcter to ^] (ascii 29, doesn't conflict with emacs or joe). by Rob Landley · 8 years ago
  40. 65fd765 Fix microcom command-line help and -X. by Elliott Hughes · 8 years ago
  41. 12fcf08 Add "microcom" to pending. by Elliott Hughes · 8 years ago
  42. ae7ea62 Quick and dirty fix for CVE-2016-6321 but seriously this is in pending by Rob Landley · 8 years ago
  43. 82f3ac8 ftpget: implement -mMdDlL, put ftp transactions into their own function so -v by Rob Landley · 8 years ago
  44. f11c555 First stab at ftpget/ftpput. (Documents a lot of options other than basic by Rob Landley · 8 years ago
  45. f87c571 Remove unnecessary casts in stat.c, fix a claimed buffer length. by Elliott Hughes · 8 years ago
  46. 8ddfb71 Stop lying to the compiler in modprobe's read_line. by Elliott Hughes · 8 years ago
  47. 731a54b Admit that getprop requires selinux. by Elliott Hughes · 8 years ago
  48. 45c6b12 Switch to bionic <sys/system_properties.h>. by Elliott Hughes · 8 years ago
  49. 6bce3be Move hostid to toys/example and have it "default n". by Rob Landley · 8 years ago
  50. 8efb960 log: use error_msg instead of perror_msg when errno is meaningless. by Elliott Hughes · 8 years ago
  51. 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
  52. 4582497 Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix(). by Rob Landley · 8 years ago
  53. 86aca04 Add units for -atime and friends. (Also legacy -amin alias, but not in help text by Rob Landley · 8 years ago
  54. 1b73884 First cleanup pass on new dmesg. by Rob Landley · 8 years ago
  55. 3c3b7da Pass DIRTREE_PROC through the ps callbacks. by Elliott Hughes · 8 years ago
  56. a975952 Add DIRTREE_PROC to skip non-numeric entries and make ps/top etc use it. by Rob Landley · 8 years ago
  57. 382057f Have dirtree_notdotdot() pass through !node->parent so . and .. on the command by Rob Landley · 8 years ago
  58. 9b4a675 Bug report from Justin Cormack, tar was producing a warning to stdout that by Rob Landley · 8 years ago
  59. 46ae1aa "printf %x 64" wasn't working right on 32 bit because a variable type was wrong. by Rob Landley · 8 years ago
  60. a380445 Josh Gao pointed out that chmod -R . (and ..) didn't work. by Rob Landley · 8 years ago
  61. 45058fb Fix control flow integrity check failure in ps. by Evgenii Stepanov · 8 years ago
  62. a583afc Implement "dmesg -w". by Elliott Hughes · 8 years ago
  63. 10e9abc Izabera pointed out that split -b -l are exclusive. by Rob Landley · 8 years ago
  64. 31c519d Add fallocate -o. by Elliott Hughes · 8 years ago
  65. 4a17bdf Android O allows '@' in property names. by Elliott Hughes · 8 years ago
  66. 57b9031 Tweak help text. by Rob Landley · 8 years ago
  67. 3c399af Nothing in pending should "default y". by Rob Landley · 8 years ago
  68. c1a1c95 Nothing in pending should "default y". by Rob Landley · 8 years ago
  69. 5913da6 Close to cutting a release and I don't want to have setfattr in defconfig by Rob Landley · 8 years ago
  70. 9c0ad32 Add special "touch -" behavior and require an argument. by Rob Landley · 8 years ago
  71. d5e0ab8 Show driver for interface in ifconfig output. by Rob Landley · 8 years ago
  72. 354ff68 More touch tests, and a fix found by one. (The three -t formats can only by Rob Landley · 8 years ago
  73. 9f3d8aa Unify touch -t and -d handling, allow posix's underspecified "time designator" by Rob Landley · 8 years ago
  74. 3a6d317 Stop renaming the ADDR field to PC on Android. by Elliott Hughes · 8 years ago
  75. 4e867b8 Make netcat work with nommu and factor out poll() loop into net/net.c. by Rob Landley · 8 years ago
  76. 48c7532 Izabera pointed out that ls defaults to -q when output is a tty. by Rob Landley · 8 years ago
  77. 75ebbd1 Teach ps -w not to truncate any fields. by Rob Landley · 8 years ago
  78. 6928fbc Evgenii Stepanov found a bug where argv0len was set wrong for threads by Rob Landley · 8 years ago
  79. 5c5dc39 David Hedges pointed out that interface names can be longer than 10 chars. by Rob Landley · 8 years ago
  80. 8d0f0b6 du: 32 bit systems were maxing out at 2GB when they should max out at 2TB by Rob Landley · 8 years ago
  81. 29e75d5 Move --version handling next to --help handling, so it applies to all commands. by Rob Landley · 8 years ago
  82. 703c49e Accept extra ps arguments as additional pids. by Elliott Hughes · 8 years ago
  83. 2b66aff Show thread names with "ps -T" on Android. by Elliott Hughes · 8 years ago
  84. 0b545a4 Make setns depend on TOYBOX_CONTAINER probed value. by Rob Landley · 8 years ago
  85. af4be15 Changed xopen_stdin() to xopen_stdio(). by Lipi C.H. Lee · 8 years ago
  86. 409a8e0 Fix ls -lh. by Elliott Hughes · 8 years ago
  87. 6783156 Add ar archive support to file. by Elliott Hughes · 8 years ago
  88. 493dc57 Add -h and -L to file. by Elliott Hughes · 8 years ago
  89. 9f42e83 Izabera pointed out that "file -" was inconsistent (calling stat on "-" but by Rob Landley · 8 years ago
  90. 337c072 Teach sed s/// how to handle [:space:] type sequences. by Rob Landley · 8 years ago
  91. eed9ed4 Replace loopfiles' failok with WARN_ONLY open flag. by Rob Landley · 8 years ago
  92. 7528a96 Move genericish function to lib. by Rob Landley · 8 years ago
  93. 7b7fec9 Add tap support to tunctl. by Rob Landley · 8 years ago
  94. d293716 Make "LC_ALL=C ls -Cs --color" produce the same output on toybox and ubuntu. by Rob Landley · 8 years ago
  95. bad5674 Remove some redundancy and unnecessary xprintf(). by Rob Landley · 8 years ago
  96. f9da435 Fix ls -sh. by Elliott Hughes · 8 years ago
  97. a87b65c Add chrt to pending. by Elliott Hughes · 8 years ago
  98. 38f105d Add tunctl. by Rob Landley · 8 years ago
  99. 7419347 A round of dd cleanup. by Rob Landley · 8 years ago
  100. bfbf1a8 Promote setfattr by Rob Landley · 8 years ago