1. 9a2c9da Fix ps -T again, but this time read files from tid directory, not pid. by Rob Landley · 7 years ago
  2. 371dfd4 Rename struct strawberry -> struct ofields, and carveup -> procpid. by Rob Landley · 7 years ago
  3. 2530d54 Fix the pidof comm and cmdline tests. by Elliott Hughes · 7 years ago
  4. 912646f Andreas Gampe suggested a different fix. by Rob Landley · 7 years ago
  5. 24c63d1 Thinko pointed out by Andreas Gampe (causing segfaults in top, oops). by Rob Landley · 7 years ago
  6. 29fb638 People keep running ./configure, so have it do a defconfig for them. by Rob Landley · 7 years ago
  7. e2275c0 Add crc32. by Rob Landley · 7 years ago
  8. fde0853 Ahem, I _said_ basic ping support. by Rob Landley · 7 years ago
  9. 1498c2f Basic ping support. by Rob Landley · 7 years ago
  10. 03b83ee Revert the ps -T thing until I understand what Elliott wants. by Rob Landley · 7 years ago
  11. 1fec45a Fix hang in losetup test. by Elliott Hughes · 7 years ago
  12. c26d631 Fix variables in help.txt by Reverend Homer · 7 years ago
  13. a35a9c0 gzip cleanup: fix test_gzip, unify do_gzip/do_gunzip, inline gzerror_msg(). by Rob Landley · 7 years ago
  14. b76343c Fix gunzip to past test_gunzip. by Rob Landley · 7 years ago
  15. 416397e Fix "ps -T 1234" to show thread belonging to that PID. by Rob Landley · 7 years ago
  16. a75364e Merge shared_main() back into ps_main() and top_main(), add comments. by Rob Landley · 7 years ago
  17. 4fdf994 Add more comments to ps. by Rob Landley · 7 years ago
  18. 4577605 Switch xgettty() -> tty_fd() (returning -1 instead of erroring out if none). by Rob Landley · 7 years ago
  19. e1d68f5 Move make help text out of Makefile. by Rob Landley · 7 years ago
  20. 36beb6a Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat. by Elliott Hughes · 7 years ago
  21. b432aee Move millitime() into lib.c. by Rob Landley · 7 years ago
  22. 73690e9 Cleanup pass on gzip.c. by Rob Landley · 7 years ago
  23. a9e05fe Promote logger, and fluff up help text a bit. by Rob Landley · 7 years ago
  24. 359888a Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMES by Rob Landley · 7 years ago
  25. 3ba0a28 xphung on github said: "config2help currently doesn't work on OS X, it by Rob Landley · 7 years ago
  26. 736afba Promote iconv. by Rob Landley · 7 years ago
  27. 78c3fcd Cleanup iconv. by Rob Landley · 7 years ago
  28. 12a0b40 Promote setfattr by Rob Landley · 7 years ago
  29. d46e332 Minor cleanup on setfattr.c by Rob Landley · 7 years ago
  30. 215a6af Add xxd -i (and xxd -ri). by Elliott Hughes · 7 years ago
  31. 70a6c55 Fix xargs -0 with -n. by Elliott Hughes · 7 years ago
  32. 4335501 Add fmt. by Elliott Hughes · 7 years ago
  33. 17bcad9 Redo namestopid to handle more cases. by Rob Landley · 7 years ago
  34. 8d67721 Fix make bloatcheck dependencies (pointed out by Patrick Oppenlander). by Rob Landley · 7 years ago
  35. 9356adb killall should kill scripts too. by Elliott Hughes · 7 years ago
  36. bf1f0e3 An incomplete list of deviations from posix (it's a start). by Rob Landley · 7 years ago
  37. f1d3648 Cleanup pass on stty: collate do_stty() calls for future inlining, by Rob Landley · 7 years ago
  38. bed1c78 Use NULL rather than 0 in vargs. by Elliott Hughes · 7 years ago
  39. 7ac95e1 Commands in pending should default n. by Rob Landley · 7 years ago
  40. ef213b3 Add stty(1). by Elliott Hughes · 7 years ago
  41. 7ce9c2d Don't capitalize in the middle of a sentence. by Elliott Hughes · 7 years ago
  42. 247d755 Add uptime -p. by Elliott Hughes · 7 years ago
  43. ebceb16 Gaël PORTAY wants mdev to work when Linux has the block layer configured out. by Rob Landley · 7 years ago
  44. 3cc7939 Android has its loop devices under "block" as Elliott says "by reason of by Rob Landley · 7 years ago
  45. d61aeaf Recognize sh/frv fdpic, and add types for bpf and new microblaze. by Rob Landley · 7 years ago
  46. a9111bd Use endianness info to read executable type. by Rob Landley · 7 years ago
  47. 9594274 Add "time -v". by Elliott Hughes · 7 years ago
  48. d0bcc8d Make find -exec + obey ARG_MAX just like xargs. by Elliott Hughes · 7 years ago
  49. 688e48a Minor tweaks. by Rob Landley · 7 years ago
  50. a10e47c Add "df -i". by Elliott Hughes · 7 years ago
  51. 9068f34 file(1): add ogg, TrueType font, LLVM bitcode, PEM certs, and PE executables. by Elliott Hughes · 7 years ago
  52. e949f63 Add top -m, fix width truncating for narrow screens (off by one), and add iotop -H by Rob Landley · 7 years ago
  53. e913247 Rename test_*.c to demo_*.c (because "make test_$CMD" means something already), by Rob Landley · 7 years ago
  54. b2d8cf9 Only show LABEL= when there is one. by Rob Landley · 7 years ago
  55. 2d893a4 Fix cut -s and -f when delimiter not found (posix says print whole line). by Rob Landley · 7 years ago
  56. 0c284d3 Web page updates. by Rob Landley · 7 years ago
  57. 69bc956 Make -c work with unicode chars, and first stab at -C measuring columns. by Rob Landley · 7 years ago
  58. afde1db Insmod dummy for ifconfig tests, and "pointopoint" only has two t's. by Rob Landley · 7 years ago
  59. ba185f6 Add stat to index. by Rob Landley · 7 years ago
  60. d4c890c I ended up writing a new find from scratch, so remove old unfinished cleanup log. by Rob Landley · 7 years ago
  61. da07ae2 Typo. by Rob Landley · 7 years ago
  62. 19ebdb7 Use char for exitval and wasroot (first capped at 8 bits and second's a flag). by Rob Landley · 7 years ago
  63. b5e405c Use setlocale(LC_CTYPE, "C.UTF-8") for more targeted locale enable: by Rob Landley · 7 years ago
  64. 5af26a0 Elliott wants to add TOYBOX_VENDOR. by Rob Landley · 7 years ago
  65. b93630f Fix groups(1) and id -G. by Elliott Hughes · 7 years ago
  66. 11c3853 Allow ro. properties to have arbitrary lengths by Tom Cherry · 7 years ago
  67. 46d2cda Tweak help_exit() to show "See %s --help" message on the same line. by Rob Landley · 7 years ago
  68. 3eb69d4 Complete rewrite of cut. Handle multipe ranges, add -DFO options, start by Rob Landley · 7 years ago
  69. 7828920 Workaround from Patrick Oppenlander for a bug in config2help.h that resulted by Rob Landley · 7 years ago
  70. b89af5e Fix xargs to obey POSIX's ARG_MAX restrictions. by Elliott Hughes · 7 years ago
  71. b542295 Basic Mach-O support in file(1). by Elliott Hughes · 7 years ago
  72. eb95221 Add #warning about musl intentionally breaking chrt. by Rob Landley · 7 years ago
  73. d3e6814 Fix URL typo by Zach Riggle · 7 years ago
  74. f900298 Last commit used xstrtod(), forgot to check it in. by Rob Landley · 7 years ago
  75. 7f2b0ce Redo/add seq precision logic. by Rob Landley · 7 years ago
  76. 5f6850f Tighten up wc -m tests (which no longer depend on $LANG). by Rob Landley · 7 years ago
  77. b961384 Replace remaining mb*towc() calls with utf8towc(). by Rob Landley · 7 years ago
  78. b3e7093 Tweak utf8towc() to return -1 earlier sometimes (instead of -2), and add test by Rob Landley · 7 years ago
  79. 6e76693 utf8towc() has to be in lib.c if strlower() is going to use it, because by Rob Landley · 7 years ago
  80. 67ddade In wc, replace mbrtowc() with new utf8towc() which doesn't have a context struct by Rob Landley · 7 years ago
  81. bebf14c Another try at fixing the ps segfault resulting from /proc entries vanishing by Rob Landley · 7 years ago
  82. 709a442 Fix iconv build and add trivial test. by Elliott Hughes · 7 years ago
  83. 138915a lsof cleanup. by Rob Landley · 7 years ago
  84. 9bde245 Check for .git before setting GITHASH. by Rob Landley · 7 years ago
  85. ec306e9 Allow GITHASH to be set on the command line, to work around a yocto bug. by Rob Landley · 7 years ago
  86. 94a8981 Don't unnecessarily use printf in wc.test when echo will do. by Elliott Hughes · 7 years ago
  87. 1055955 Test that our rm -rf can zap chmod 000 directories. (Skip test on host by Rob Landley · 7 years ago
  88. cd64fbd Add basic env.test by Rob Landley · 7 years ago
  89. 6e2ef60 testcmd should only use absolute path to command when not doing TEST_HOST. by Rob Landley · 7 years ago
  90. da23083 Typo (env -0 was checking the flag wrong). by Rob Landley · 7 years ago
  91. 67bf48c netcat: make -l exit after handling a request. by Josh Gao · 7 years ago
  92. 8d6d9bf typo by Rob Landley · 7 years ago
  93. e3993eb Redo ping plumbing. Actual ping part isn't there yet because kernel weirdness. by Rob Landley · 7 years ago
  94. 92b6026 Split out xgetaddrinfo() from xconnect() by Rob Landley · 7 years ago
  95. d4adb3f Don't remove "remount" from the option list during early parsing, the mount by Rob Landley · 7 years ago
  96. 58fea0e comma_scan()'s clean option wasn't removing entry at end of list. by Rob Landley · 7 years ago
  97. d1e85b9 dd cleanup: binary search is overkill, eliminate struct pair, by Rob Landley · 7 years ago
  98. 352efdf Fix -Wformat compiler warning in expr.c. by Elliott Hughes · 7 years ago
  99. 61d0115 Posix says strings should only output hits that end with NUL or newline. by Rob Landley · 7 years ago
  100. 1ae3703 strings -t oxd tests by Ilya Kuzmich · 7 years ago