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. e97aeb6 dirtree_flagread() returns DIRTREE_ABORTVAL when the initial node doesn't by Rob Landley · 8 years ago
  4. 47d07dc Paste bugfix, more tests. by Rob Landley · 8 years ago
  5. 2ba9c41 Rewrite paste so it actually works. by Rob Landley · 8 years ago
  6. a36264f If the last ps field is left justified, it extends to the width of the screen. by Rob Landley · 8 years ago
  7. af92dfd Teach file(1) about bzip2 files. by Elliott Hughes · 8 years ago
  8. 6132e36 Document df -a by Rob Landley · 8 years ago
  9. af857c6 ps -l has 4 chars left for "cmd", switch "ADDR" to "BIT" to save space. by Rob Landley · 8 years ago
  10. 45c2c21 Make tty size failure to enable -w (Elliott prefers that), and fix last field by Rob Landley · 8 years ago
  11. 544669f Don't set SIGWINCH when reading ANSI size probe data, it causes a loop. by Rob Landley · 8 years ago
  12. ea2067a Bugfix: last field was padding to width with trailing spaces (oops), and by Rob Landley · 8 years ago
  13. 796d873 Default to width 80 when tty size probe fails (ala serial console). by Rob Landley · 8 years ago
  14. cc24b60 Fix typo in pgrep help. by Elliott Hughes · 8 years ago
  15. 0685ab7 Fix operator precedence error in df. by Elliott Hughes · 8 years ago
  16. 3efd6d9 Extend default USER length to 12 and output "+" as last character of truncated by Rob Landley · 8 years ago
  17. 27ce372 ps bugfix: len of TTY field doesn't include null terminator, so memmove should by Rob Landley · 8 years ago
  18. fa84155 Improve file's ELF parsing. by Elliott Hughes · 8 years ago
  19. 4380d69 Tweak -w help text to clarify that it prevents truncating _any_ fields, not by Rob Landley · 8 years ago
  20. 70f7f10 Add missing `static`s and remove an unused function. by Elliott Hughes · 8 years ago
  21. 8ceb2de Whitespace. by Rob Landley · 8 years ago
  22. 8b2646e top -H is more useful if it shows thread names. by Elliott Hughes · 8 years ago
  23. 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
  24. 86aca04 Add units for -atime and friends. (Also legacy -amin alias, but not in help text by Rob Landley · 8 years ago
  25. 3c3b7da Pass DIRTREE_PROC through the ps callbacks. by Elliott Hughes · 8 years ago
  26. a975952 Add DIRTREE_PROC to skip non-numeric entries and make ps/top etc use it. by Rob Landley · 8 years ago
  27. 382057f Have dirtree_notdotdot() pass through !node->parent so . and .. on the command by Rob Landley · 8 years ago
  28. 46ae1aa "printf %x 64" wasn't working right on 32 bit because a variable type was wrong. by Rob Landley · 8 years ago
  29. a380445 Josh Gao pointed out that chmod -R . (and ..) didn't work. by Rob Landley · 8 years ago
  30. 45058fb Fix control flow integrity check failure in ps. by Evgenii Stepanov · 8 years ago
  31. 10e9abc Izabera pointed out that split -b -l are exclusive. by Rob Landley · 8 years ago
  32. 9c0ad32 Add special "touch -" behavior and require an argument. by Rob Landley · 8 years ago
  33. 354ff68 More touch tests, and a fix found by one. (The three -t formats can only by Rob Landley · 8 years ago
  34. 9f3d8aa Unify touch -t and -d handling, allow posix's underspecified "time designator" by Rob Landley · 8 years ago
  35. 3a6d317 Stop renaming the ADDR field to PC on Android. by Elliott Hughes · 8 years ago
  36. 48c7532 Izabera pointed out that ls defaults to -q when output is a tty. by Rob Landley · 8 years ago
  37. 75ebbd1 Teach ps -w not to truncate any fields. by Rob Landley · 8 years ago
  38. 6928fbc Evgenii Stepanov found a bug where argv0len was set wrong for threads by Rob Landley · 8 years ago
  39. 8d0f0b6 du: 32 bit systems were maxing out at 2GB when they should max out at 2TB by Rob Landley · 8 years ago
  40. 29e75d5 Move --version handling next to --help handling, so it applies to all commands. by Rob Landley · 8 years ago
  41. 703c49e Accept extra ps arguments as additional pids. by Elliott Hughes · 8 years ago
  42. 2b66aff Show thread names with "ps -T" on Android. by Elliott Hughes · 8 years ago
  43. 409a8e0 Fix ls -lh. by Elliott Hughes · 8 years ago
  44. 6783156 Add ar archive support to file. by Elliott Hughes · 8 years ago
  45. 493dc57 Add -h and -L to file. by Elliott Hughes · 8 years ago
  46. 9f42e83 Izabera pointed out that "file -" was inconsistent (calling stat on "-" but by Rob Landley · 8 years ago
  47. 337c072 Teach sed s/// how to handle [:space:] type sequences. by Rob Landley · 8 years ago
  48. eed9ed4 Replace loopfiles' failok with WARN_ONLY open flag. by Rob Landley · 8 years ago
  49. 7528a96 Move genericish function to lib. by Rob Landley · 8 years ago
  50. d293716 Make "LC_ALL=C ls -Cs --color" produce the same output on toybox and ubuntu. by Rob Landley · 8 years ago
  51. bad5674 Remove some redundancy and unnecessary xprintf(). by Rob Landley · 8 years ago
  52. f9da435 Fix ls -sh. by Elliott Hughes · 8 years ago
  53. 3d64b0c Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number by Rob Landley · 8 years ago
  54. 8b685ba Document deviations from posix for echo. by Rob Landley · 8 years ago
  55. e98089a Add TOYFLAG_NOHELP to disable --help processing for individual commands, by Rob Landley · 8 years ago
  56. bc1ccac Move getusername/getgroupname to lib. (Return name or string representation by Rob Landley · 8 years ago
  57. 027a73a Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, by Rob Landley · 8 years ago
  58. abf079b Fix touch(1) date parsing on tzcode-derived systems. by Elliott Hughes · 8 years ago
  59. f20b10e Move regexec0 into lib (regexec that takes length and matches after NUL). by Rob Landley · 8 years ago
  60. 7918d9f Usischev Yury pointed out that id shouldn't use exit() directly. by Rob Landley · 8 years ago
  61. 65c4962 Usischev Yury pointed out a use after free error. by Rob Landley · 8 years ago
  62. 246ec0f Increase ps' default RSS and VSIZE widths. by Elliott Hughes · 8 years ago
  63. 76cc2e2 Implement NOP find -noleaf by Rob Landley · 8 years ago
  64. 8a34cbb Don't try to guess the build id type in file(1). by Elliott Hughes · 8 years ago
  65. bf950cd Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix by Rob Landley · 8 years ago
  66. 4e21ddd Promote file. by Rob Landley · 8 years ago
  67. 008ba66 Add patch -d and --dry-run by Rob Landley · 8 years ago
  68. 20f67f1 Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. by Rob Landley · 8 years ago
  69. cf77fe9 Remove unused argument from do_lines() by Rob Landley · 8 years ago
  70. 63cbc68 Fix a "may be used uninitialized". by Rob Landley · 8 years ago
  71. 8e618f1 Make it clearer that CMD is the thread name. by Elliott Hughes · 8 years ago
  72. 46409d5 Add readlink0() and readlinkat0() which null terminate the data. by Rob Landley · 8 years ago
  73. 97ddc60 The glibc bug at https://sourceware.org/bugzilla/show_bug.cgi?id=17829 by Rob Landley · 8 years ago
  74. 1f69674 Shuffle arguments around (TNAME->NAME->COMM->CMD), working around posix by Rob Landley · 8 years ago
  75. d32309a Revert commit e02e41373ea3, we're always initializing the TNAME string by Rob Landley · 8 years ago
  76. 082dadc HACK: restore Android ps behavior. by Elliott Hughes · 8 years ago
  77. 2efbbb3 Fix dangling link after cp command by Kyungsik Lee · 8 years ago
  78. 2009d0a Fix ps bug, last field wasn't expanding to width. by Rob Landley · 8 years ago
  79. e02e413 Change the TNAME behavior to "Show parent argv[0]. If that's blank, showour argv[0]. If that's blank, show [stat2]." by Rob Landley · 8 years ago
  80. 5786e0d Izabera pointed out that cmp -ls are contradictory. by Rob Landley · 8 years ago
  81. 5d26197 Basic success/failure return from pgrep/pkill. by Elliott Hughes · 8 years ago
  82. 5352bb6 ps: Show [stat2] for any otherwise blank process name field, expand TNAME to 27, by Rob Landley · 8 years ago
  83. 4cf8a72 In cp -a, don't complain if non-root user can't chown, failure is expected. by Rob Landley · 8 years ago
  84. 6ba7191 Add output path to cp error message filenames. by Rob Landley · 8 years ago
  85. bc8139a Add -o TNAME for android, fix display of last field (retain left justifification by Rob Landley · 8 years ago
  86. f82c739 The "show parent command path" commit changed the criteria for active nodes, by Rob Landley · 8 years ago
  87. e2ea4fc Fix remaining pkill tests. by Elliott Hughes · 8 years ago
  88. 148a0c3 Fix pkill -9. by Elliott Hughes · 8 years ago
  89. 6abf132 Don't truncate number fields for anything but right edge of screen, instead by Rob Landley · 8 years ago
  90. d6a8928 Make -o COMMAND show parent command path for threads, and use saved length by Rob Landley · 8 years ago
  91. 56f631c Comment and help text tweaks. by Rob Landley · 8 years ago
  92. b602f1c Add bufgetgrgid() by Rob Landley · 8 years ago
  93. 6d50d4c Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.) by Rob Landley · 8 years ago
  94. 713055b Add top -O by Rob Landley · 8 years ago
  95. 942bf0c Add top -H. by Elliott Hughes · 8 years ago
  96. 60da2d0 "top -b -n1" should end with a newline. by Elliott Hughes · 8 years ago
  97. 676e1d9 Elliott says -T should fetch threads even when not displaying thread fields. by Rob Landley · 8 years ago
  98. 454eea5 Simplify ps android scheduling policy fetch slightly. by Rob Landley · 8 years ago
  99. e0dbc6b Add a ps "PCY" field for Android scheduling policy. by Elliott Hughes · 8 years ago
  100. ec86308 First guess at showing thread names properly. by Rob Landley · 8 years ago