1. 7828920 Workaround from Patrick Oppenlander for a bug in config2help.h that resulted by Rob Landley · 7 years ago machina 0.7.5
  2. b89af5e Fix xargs to obey POSIX's ARG_MAX restrictions. by Elliott Hughes · 7 years ago
  3. b542295 Basic Mach-O support in file(1). by Elliott Hughes · 7 years ago
  4. eb95221 Add #warning about musl intentionally breaking chrt. by Rob Landley · 7 years ago
  5. d3e6814 Fix URL typo by Zach Riggle · 7 years ago
  6. f900298 Last commit used xstrtod(), forgot to check it in. by Rob Landley · 7 years ago
  7. 7f2b0ce Redo/add seq precision logic. by Rob Landley · 7 years ago
  8. 5f6850f Tighten up wc -m tests (which no longer depend on $LANG). by Rob Landley · 7 years ago
  9. b961384 Replace remaining mb*towc() calls with utf8towc(). by Rob Landley · 7 years ago
  10. b3e7093 Tweak utf8towc() to return -1 earlier sometimes (instead of -2), and add test by Rob Landley · 7 years ago
  11. 6e76693 utf8towc() has to be in lib.c if strlower() is going to use it, because by Rob Landley · 7 years ago
  12. 67ddade In wc, replace mbrtowc() with new utf8towc() which doesn't have a context struct by Rob Landley · 7 years ago
  13. bebf14c Another try at fixing the ps segfault resulting from /proc entries vanishing by Rob Landley · 7 years ago
  14. 709a442 Fix iconv build and add trivial test. by Elliott Hughes · 7 years ago
  15. 138915a lsof cleanup. by Rob Landley · 7 years ago
  16. 9bde245 Check for .git before setting GITHASH. by Rob Landley · 7 years ago
  17. ec306e9 Allow GITHASH to be set on the command line, to work around a yocto bug. by Rob Landley · 7 years ago
  18. 94a8981 Don't unnecessarily use printf in wc.test when echo will do. by Elliott Hughes · 7 years ago
  19. 1055955 Test that our rm -rf can zap chmod 000 directories. (Skip test on host by Rob Landley · 7 years ago
  20. cd64fbd Add basic env.test by Rob Landley · 7 years ago
  21. 6e2ef60 testcmd should only use absolute path to command when not doing TEST_HOST. by Rob Landley · 7 years ago
  22. da23083 Typo (env -0 was checking the flag wrong). by Rob Landley · 7 years ago
  23. 67bf48c netcat: make -l exit after handling a request. by Josh Gao · 7 years ago
  24. 8d6d9bf typo by Rob Landley · 7 years ago
  25. e3993eb Redo ping plumbing. Actual ping part isn't there yet because kernel weirdness. by Rob Landley · 7 years ago
  26. 92b6026 Split out xgetaddrinfo() from xconnect() by Rob Landley · 7 years ago
  27. d4adb3f Don't remove "remount" from the option list during early parsing, the mount by Rob Landley · 7 years ago
  28. 58fea0e comma_scan()'s clean option wasn't removing entry at end of list. by Rob Landley · 7 years ago
  29. d1e85b9 dd cleanup: binary search is overkill, eliminate struct pair, by Rob Landley · 7 years ago
  30. 352efdf Fix -Wformat compiler warning in expr.c. by Elliott Hughes · 7 years ago
  31. 61d0115 Posix says strings should only output hits that end with NUL or newline. by Rob Landley · 7 years ago
  32. 1ae3703 strings -t oxd tests by Ilya Kuzmich · 7 years ago
  33. a0e2e7d Make dd use atolx_range(), and teach atolx_range() about "w" suffix (word, *2). by Rob Landley · 7 years ago
  34. 7450ecd Fix dd tests so TEST_HOST passes. (Ubuntu's dd doesn't support hex values by Rob Landley · 7 years ago
  35. 557ca7e Add -t, deviations from posix, redo loop to have fewer duplicate tests. by Rob Landley · 7 years ago
  36. 24dfc14 strings tests and bugfixes by Ilya Kuzmich · 7 years ago
  37. b8e0920 whitespace/comment tweaks. by Rob Landley · 7 years ago
  38. 77997b8 teach head -c by Ilya Kuzmich · 7 years ago
  39. f30035e Most things seem to want the "b" suffix to mean 512 instead of 1. by Rob Landley · 7 years ago
  40. 279eb22 Past time for 0.7.4. by Rob Landley · 7 years ago 0.7.4
  41. f5907c9 Manually inline TOP_COMMON and PGKILL_COMMON help text until I can teach by Rob Landley · 7 years ago
  42. f19b20f Grep exits with 2 for errors, which can happen at any time ( > /dev/full). by Rob Landley · 7 years ago
  43. e59d2e4 config2help.c: Rename trim() to skip_spaces(), fluff out comments a bit. by Rob Landley · 7 years ago
  44. 3824843 Add grep -M match and -S skip supporting wildcard patterns. by Rob Landley · 7 years ago
  45. bc30897 Twitter's code of conduct page went down, so mirror the old archive.org version. by Rob Landley · 7 years ago
  46. fa8a33c Provide error messages for files we can open but not read (ala directories). by Rob Landley · 7 years ago
  47. 24b1cc8 Fix bug where grep stopped at first dangling symlink and error_exited(). by Rob Landley · 7 years ago
  48. 1f33eeb Promote dmesg back to lsb. by Rob Landley · 7 years ago
  49. 6fbe288 Cleanup dmesg (as posted to the list). by Rob Landley · 7 years ago
  50. e1ee741 Add comment explaining strend() by Rob Landley · 7 years ago
  51. ab33097 Have help_exit() give a brief "See %s --help" message instead of the by Rob Landley · 7 years ago
  52. 3255075 Don't add cpio TRAILER!!! entry by default, add new --trailer option if you by Rob Landley · 7 years ago
  53. 51a1e91 Allow ':' in property names. by Elliott Hughes · 7 years ago
  54. 1abba7d teach head -v and -q by Ilya Kuzmich · 7 years ago
  55. cf2e8d0 Replace two space indents with tab indents in help text (for consistency). by Rob Landley · 7 years ago
  56. 8fb41fc Add separators in help -a with command name. by Rob Landley · 7 years ago
  57. eb7e847 Be more consistent about periods in help text. by Elliott Hughes · 7 years ago
  58. 8ab2d8a Add -0 to env. by Rob Landley · 7 years ago
  59. e6ac7c1 Teach env that - as first argument means -i for some reason. (Posix!) by Rob Landley · 7 years ago
  60. 12f0744 Add and use xmmap. by Elliott Hughes · 7 years ago
  61. 5a159cc Add minof/maxof macros that autodetect type. Make xzcat use them. by Rob Landley · 7 years ago
  62. 77f9c77 fixup code style by Joyounger · 7 years ago
  63. 00e6da9 Promote chrt by Rob Landley · 7 years ago
  64. f86f2f4 Cleaup chrt by Rob Landley · 7 years ago
  65. 83b3531 Add bzip2 support to tar. by Elliott Hughes · 7 years ago
  66. d852ec1 Implement date %N, loosely inspired by Elliott Hughes's patch. by Rob Landley · 7 years ago
  67. 57605d2 factor shouldn't give incorrect answers for >64-bit integers. by Elliott Hughes · 7 years ago
  68. cf6a235 Minor tweaks to install.sh. by Rob Landley · 7 years ago
  69. aa1a5d2 Switch to testcmd and add "-e all but \c" test. by Rob Landley · 7 years ago
  70. 0a55883 Make fewer assumptions about the shell in echo.test. by Elliott Hughes · 7 years ago
  71. d74b562 Move strend() to lib/lib.c by Rob Landley · 7 years ago
  72. 71921dc Remove old uClibc compatibility glue. It's been 5 years since the last release. by Rob Landley · 7 years ago
  73. c4ca233 Now that xopen() no longer returns stdio, !fd doesn't need strcmp("-") to verify by Rob Landley · 7 years ago
  74. 31b1872 Fix error in writing output that was causing zcat to always fail. by Mike Moreton · 8 years ago
  75. 75eea7d Error if we can't autodetect filesystem type. by Rob Landley · 7 years ago
  76. be3e318 Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol. by Rob Landley · 7 years ago
  77. 333b4d3 Android needs -llog to link. by Elliott Hughes · 7 years ago
  78. 6c74ee8 Building mkpasswd on Android makes no sense. by Elliott Hughes · 7 years ago
  79. de3e5ea Implement zlib-based gzip/gunzip/zcat. by Elliott Hughes · 7 years ago
  80. 083c9bc Elliott wants to run the toybox tests on android host and there's an sh but by Rob Landley · 7 years ago
  81. 2d06767 Forgot to check in one of the files for bzcat.test by Rob Landley · 7 years ago
  82. 5ffa456 Another FAQ, and some related tweaks as long as I was there. by Rob Landley · 7 years ago
  83. bf28043 Add ls -ll (with --full-time as a compatibility synonym) to show nanoseconds. by Rob Landley · 7 years ago
  84. 9be140e The kernel needs bc to build because by Rob Landley · 7 years ago
  85. 8d826bf Use $(( rather than $[ for arithmetic in expand.test. by Elliott Hughes · 7 years ago
  86. 151ac30 Make ls.test work without awk. by Elliott Hughes · 7 years ago
  87. 060a9f3 Speed up tail.test for shells without builtin printf. by Elliott Hughes · 7 years ago
  88. 007af35 Default to -b rather than -q when output is to a tty. by Rob Landley · 7 years ago
  89. a9c20a4 Fix "make test_split". by Elliott Hughes · 7 years ago
  90. 3354319 Silence a broken warning by hitting it with a rock. by Rob Landley · 7 years ago
  91. 42704b7 Make fdisk buildable. by Elliott Hughes · 7 years ago
  92. 36b6eb7 Fix touch -a/-m (and add the missing tests). by Elliott Hughes · 7 years ago
  93. 0956d16 Add "uudecode -o -" support. by Elliott Hughes · 7 years ago
  94. fea6d56 Fix the ls -m test (which is just a whitespace issue, but eh). by Rob Landley · 7 years ago
  95. a0d0af0 Make renice.test work without awk. by Elliott Hughes · 7 years ago
  96. 2f6c9e8 Remove mount.test awk dependency. by Elliott Hughes · 7 years ago
  97. fc0385f Make pgrep tests runnable on toybox-only systems. by Elliott Hughes · 7 years ago
  98. 92ca5af Make pkill tests runnable on a toybox-only system. by Elliott Hughes · 7 years ago
  99. f966da9 Make bzcat tests runnable on a toybox-only system. by Elliott Hughes · 7 years ago
  100. 216e4da Add "testcmd" function as an alternative to "testing" for tests/*.test, and by Rob Landley · 7 years ago