1. 299d438 Add openro() and WARN_ONLY flag so xopen() and friends can warn without exiting. by Rob Landley · 8 years ago
  2. 0c8a66e Switch help.c from #ifdef to if() by Rob Landley · 8 years ago
  3. 7528a96 Move genericish function to lib. by Rob Landley · 8 years ago
  4. 7b7fec9 Add tap support to tunctl. by Rob Landley · 8 years ago
  5. d293716 Make "LC_ALL=C ls -Cs --color" produce the same output on toybox and ubuntu. by Rob Landley · 8 years ago
  6. bad5674 Remove some redundancy and unnecessary xprintf(). by Rob Landley · 8 years ago
  7. f9da435 Fix ls -sh. by Elliott Hughes · 8 years ago
  8. a87b65c Add chrt to pending. by Elliott Hughes · 8 years ago
  9. 38f105d Add tunctl. by Rob Landley · 8 years ago
  10. 7419347 A round of dd cleanup. by Rob Landley · 8 years ago
  11. bfbf1a8 Promote setfattr by Rob Landley · 8 years ago
  12. 04f0f34 Clean up setfattr. by Rob Landley · 8 years ago
  13. 3d64b0c Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number by Rob Landley · 8 years ago
  14. 05e1582 Add length modifier to date escapes, and length sanity check. by Rob Landley · 8 years ago
  15. 1a429a7 Make "stat -c %37G file" and "stat -c %.5G file" work, and fix %U and %G to by Rob Landley · 8 years ago
  16. a7055db Explain shared library policy, fix an unblanaced tag, add some links. by Rob Landley · 8 years ago
  17. 8b685ba Document deviations from posix for echo. by Rob Landley · 8 years ago
  18. e98089a Add TOYFLAG_NOHELP to disable --help processing for individual commands, by Rob Landley · 8 years ago
  19. bc1ccac Move getusername/getgroupname to lib. (Return name or string representation by Rob Landley · 8 years ago
  20. 4460e9f Matthias Urhahn pointed out that %b returns hardwired 512 byte units by Rob Landley · 8 years ago
  21. 5b360d8 Inline setup_inout(), test ftruncate() return value, move gettimeofday() before by Rob Landley · 8 years ago
  22. 027a73a Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, by Rob Landley · 8 years ago
  23. 145b702 Fix warning: 'XATTR_NAME_SMACK' macro redefined. by Elliott Hughes · 8 years ago
  24. abf079b Fix touch(1) date parsing on tzcode-derived systems. by Elliott Hughes · 8 years ago
  25. 8f3e0af Single builds skip commands with 0 in the install location so by Rob Landley · 8 years ago
  26. f59f11f Izabera reporeted that FLAG_v was never checked in timeout. (Oops.) by Rob Landley · 8 years ago
  27. f20b10e Move regexec0 into lib (regexec that takes length and matches after NUL). by Rob Landley · 8 years ago
  28. 7918d9f Usischev Yury pointed out that id shouldn't use exit() directly. by Rob Landley · 8 years ago
  29. 65c4962 Usischev Yury pointed out a use after free error. by Rob Landley · 8 years ago
  30. 12adb41 Many failing tests I need to fix grep to pass while adding --color. by Rob Landley · 8 years ago
  31. c7f0d6c Common test infrastructure says command name, don't have sed.tests say 'sed sed' by Rob Landley · 8 years ago
  32. bd471f6 Add getfattr(1) and setfattr(1). by Elliott Hughes · 8 years ago
  33. 48ea559 The recent option parsing changes broke the multiplexer, because the "toybox" by Rob Landley · 8 years ago
  34. a1ce093 Remove sendevent from the Android roadmap. by Elliott Hughes · 8 years ago
  35. f61b143 Fix non-library md5sum build. (Oops.) by Rob Landley · 8 years ago
  36. adef5dc Add optional openssl accelerated versions of hash functions, loosely based on by Rob Landley · 8 years ago
  37. fff20ab Don't close stdin when loopfiles reads "-". by Rob Landley · 8 years ago
  38. f3b9fd4 Somebody asked a FAQ on irc, so answer it. by Rob Landley · 8 years ago
  39. be6eb98 Add Android's "sendevent". by Elliott Hughes · 8 years ago
  40. c06ed8d Add -c to md5sum and sha1sum. by Rob Landley · 8 years ago
  41. 246ec0f Increase ps' default RSS and VSIZE widths. by Elliott Hughes · 8 years ago
  42. 93e044c Bugfix: suffixless string was feeding terminating NUL to strchr() and matching. by Rob Landley · 8 years ago
  43. 76cc2e2 Implement NOP find -noleaf by Rob Landley · 8 years ago
  44. 30454a4 Convert atolx() and friends to use long long internally. Update design.html by Rob Landley · 8 years ago
  45. d5088a0 dd improvements. by Elliott Hughes · 8 years ago
  46. 008fb64 Fix typo in chattr test. by Elliott Hughes · 8 years ago
  47. d620f77 Fix generated/make.sh. (Quotes in TOYBOX_VERSION need to wind up in by Rob Landley · 8 years ago
  48. ff0e8cb Implement xxd -s. by Elliott Hughes · 8 years ago
  49. 8a34cbb Don't try to guess the build id type in file(1). by Elliott Hughes · 8 years ago
  50. fd78cb4 Fix chattr and date tests. by Rob Landley · 8 years ago
  51. 0ed17f1 Now that we're using the adjusted option string, need to skip placeholders in [groups]. by Rob Landley · 8 years ago
  52. 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
  53. 4e21ddd Promote file. by Rob Landley · 8 years ago
  54. c5e7ee2 Improve file(1)'s ELF support. by Elliott Hughes · 8 years ago
  55. 746e565 Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory. by Rob Landley · 8 years ago
  56. 0713e4b More netstat cleanup (inline display_data) by Rob Landley · 8 years ago
  57. 2f77b00 Next round of netstat cleanup. by Rob Landley · 8 years ago
  58. 008ba66 Add patch -d and --dry-run by Rob Landley · 8 years ago
  59. ec0b482 Fix option parsing infrastructure bug. by Rob Landley · 8 years ago
  60. 20f67f1 Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. by Rob Landley · 8 years ago
  61. fcbf55a Add NOSPACE=1 to allow tests to pass with diff -b by Rob Landley · 8 years ago
  62. 480fb07 Use libbuf instead of stack buffer. by Rob Landley · 8 years ago
  63. cf77fe9 Remove unused argument from do_lines() by Rob Landley · 8 years ago
  64. bd4d244 Remove 'start' and 'stop' from the Android roadmap. by Elliott Hughes · 8 years ago
  65. 071ef95 Update Android section of roadmap. by Elliott Hughes · 8 years ago
  66. 3325b3e Fix iteration for start/stop without arguments. by Elliott Hughes · 8 years ago
  67. 63cbc68 Fix a "may be used uninitialized". by Rob Landley · 8 years ago
  68. cc1bc50 Fix start.c build and add error reporting. by Elliott Hughes · 8 years ago
  69. c02e584 Code style pass. by Rob Landley · 8 years ago
  70. 8c5cc55 new Android toys: start/stop by Elliott Hughes · 8 years ago
  71. dde24f2 Update Android section of roadmap. by Elliott Hughes · 8 years ago
  72. a91b9cb Remove android/log's "default" priority. by Elliott Hughes · 8 years ago
  73. 7159163 Attempt at cleanup of log.c, but I don't have a build environment for it so... by Rob Landley · 8 years ago
  74. 3b05198 new Android toy: log by Elliott Hughes · 8 years ago
  75. 57dafe3 Last commit depends on new lib code I forgot to check in. (Oops.) by Rob Landley · 8 years ago
  76. 848042a Next round of diffstat cleanup. by Rob Landley · 8 years ago
  77. 8e618f1 Make it clearer that CMD is the thread name. by Elliott Hughes · 8 years ago
  78. 46409d5 Add readlink0() and readlinkat0() which null terminate the data. by Rob Landley · 8 years ago
  79. 97ddc60 The glibc bug at https://sourceware.org/bugzilla/show_bug.cgi?id=17829 by Rob Landley · 8 years ago
  80. 878ff2f Lots of netstat cleanup, including a rewrite of the unix domain socket output. by Rob Landley · 8 years ago
  81. 001e4fb Finish switching to dev_major/dev_minor. by Elliott Hughes · 8 years ago
  82. 4b925a7 Missing parentheses. (Oops.) by Rob Landley · 8 years ago
  83. 5cf208c Fix trailing whitespace bug in netstat. by Elliott Hughes · 8 years ago
  84. 2eefc17 xreadlink() only exits for memory allocation, it returns 0 if file not found. by Rob Landley · 8 years ago
  85. d59e6d5 Update Android roadmap section. by Elliott Hughes · 8 years ago
  86. 1f69674 Shuffle arguments around (TNAME->NAME->COMM->CMD), working around posix by Rob Landley · 8 years ago
  87. d32309a Revert commit e02e41373ea3, we're always initializing the TNAME string by Rob Landley · 8 years ago
  88. 082dadc HACK: restore Android ps behavior. by Elliott Hughes · 8 years ago
  89. 2efbbb3 Fix dangling link after cp command by Kyungsik Lee · 8 years ago
  90. 2009d0a Fix ps bug, last field wasn't expanding to width. by Rob Landley · 8 years ago
  91. 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
  92. 5786e0d Izabera pointed out that cmp -ls are contradictory. by Rob Landley · 8 years ago
  93. 8387fcb Fix TOYBOX_VERSION by Paul Barker · 8 years ago
  94. 5d26197 Basic success/failure return from pgrep/pkill. by Elliott Hughes · 8 years ago
  95. 5352bb6 ps: Show [stat2] for any otherwise blank process name field, expand TNAME to 27, by Rob Landley · 8 years ago
  96. 4cf8a72 In cp -a, don't complain if non-root user can't chown, failure is expected. by Rob Landley · 8 years ago
  97. 6ba7191 Add output path to cp error message filenames. by Rob Landley · 8 years ago
  98. bc8139a Add -o TNAME for android, fix display of last field (retain left justifification by Rob Landley · 8 years ago
  99. 0ca829c Stabilize another sort. by Elliott Hughes · 8 years ago
  100. 9c3789a Stand alone builds of OLDTOY should show help text for corresponding NEWTOY. by Rob Landley · 8 years ago