1. 0332b60 Cleanup pass on file.c, and add detection of different ELF architectures. by Rob Landley · 9 years ago
  2. 05b7529 Add "make list", rename make working->list_working and pending->list_pending, by Rob Landley · 9 years ago
  3. 9502a77 Implement file(1). by Elliott Hughes · 9 years ago
  4. 09d9547 Fix wc -c optimization. by Elliott Hughes · 9 years ago
  5. 363659c removed unread assignment in sed.c by lovelycuppatea · 9 years ago
  6. d5a17e1 Ignore .singlemake. by Rob Landley · 9 years ago
  7. df07fb7 Wean scripts/install.c off toys.h so cross compiling less brittle. by Rob Landley · 9 years ago
  8. 187649d Don't include toys.h from config2help.c (so cross-compiling from systems we by Rob Landley · 9 years ago
  9. 28711d3 toybox: tar: Fix support for long names by Tom Marshall · 9 years ago
  10. 5b61086 toybox: tar: Fix tar tests by Tom Marshall · 9 years ago
  11. 62b53ed main.c: fix non-root usage when installed suid root by Patrick Ohly · 9 years ago
  12. e2d042c Add seq -w, suggested by izabera. by Rob Landley · 9 years ago
  13. f435f04 Factor out strnstr() since posix hasn't got it, and add a config option for by Rob Landley · 9 years ago
  14. 3684510 make wc -c faster by izabera · 9 years ago
  15. e8427bf use unsigned long with factor by izabera · 9 years ago
  16. 93e27d0 Although printf("%.*s", INT_MAX, s) works fine on ubuntu 12.04, it broke since. by Rob Landley · 9 years ago
  17. 1e77f70 implement env -u by izabera · 9 years ago
  18. 2f3f26e Add ulimit. by Rob Landley · 9 years ago
  19. a7a869c Fix xpipe. (thinko.) by Rob Landley · 9 years ago
  20. 85f54d8 Add xpipe() to lib. by Rob Landley · 9 years ago
  21. 9b14cb6a Dependencies for "make COMMAND" by Rob Landley · 9 years ago
  22. 712e43e Add "make ls" and friends targets, with "make working" and "make pending" lists. by Rob Landley · 9 years ago
  23. 3679024 Add a warning when building commands out of pending. by Rob Landley · 9 years ago
  24. 5e1c429 Debian unstable is even more pedantic than previous debian. by Rob Landley · 9 years ago
  25. 0f11b42 Another fix from Josh Gao to avoid a null pointer dereference, and by Rob Landley · 9 years ago
  26. 2fd8d1a Fix segfault when `find -iname` gets no argument. by Josh Gao · 10 years ago
  27. c02619b Fix -H and -n with -ABC, and add tests. by Rob Landley · 10 years ago
  28. f42356f Merge branch 'master' of ssh://github.com/landley/toybox by Rob Landley · 10 years ago
  29. 9a64b8d Commit d20b9ff3ee0f fixed most of yocto building, but there was a leftover by Rob Landley · 10 years ago
  30. 8cbde4b Update to status.html and some test suite cosmetic tweaks. by Rob Landley · 10 years ago
  31. dabdebd Editorial comment. by Rob Landley · 10 years ago
  32. 5fdb5d9 Fluffier release notes. by Rob Landley · 10 years ago
  33. 6dd236d Release notes. by Rob Landley · 10 years ago
  34. d2893d8 Release time. by Rob Landley · 10 years ago
  35. 2554243 Fix directory test in cp. by Elliott Hughes · 10 years ago
  36. 8aee3e5 Add find -delete by Rob Landley · 10 years ago
  37. 3f3049c More testsuite tweaks. by Rob Landley · 10 years ago
  38. 324a4a0 chmod.test had umask assumptions which broke, so set explicit umask. by Rob Landley · 10 years ago
  39. e5e286b Fix broken test in cat.test. by Rob Landley · 10 years ago
  40. acf34f5 Fix blkid typo (label wasn't detected in murderfs). by Rob Landley · 10 years ago
  41. 8b84794 Tweak to "find" tests. by Rob Landley · 10 years ago
  42. 36aed25 Add grep -B -C by Rob Landley · 10 years ago
  43. b97d821 Add grep -A by Rob Landley · 10 years ago
  44. ca311f1 Fix two CFG_TOYBOX_SUID corner cases: by Rob Landley · 10 years ago
  45. 4a13ca9 Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill. by Rob Landley · 10 years ago
  46. 8527406 Adding -M broke ps -k header printing without -M. by Rob Landley · 10 years ago
  47. 8f7137e Bugfix I forgot to checkin, plus a wrapper function. by Rob Landley · 10 years ago
  48. 33f50f5 Don't resort or recalculate headers for cursor up/down, do PGUP PGDN, and by Rob Landley · 10 years ago
  49. c35aabc Add cpu line to top, and fix a bug initializing upticks slot. by Rob Landley · 10 years ago
  50. 5f238a3 long opts and -f for unshare by izabera · 10 years ago
  51. 3f3613f Don't try to be fancy with top headers, just hardwired the standardish ones. by Rob Landley · 10 years ago
  52. f8e44c1 Add ps -M to measure/expand field widths if they don't fit. by Rob Landley · 10 years ago
  53. 0801371 Add ps -O (inserts extra args before last field), and make -w the default by Rob Landley · 10 years ago
  54. 3d950db Fix comma_args error reporting. by Elliott Hughes · 10 years ago
  55. 58e4828 Fix compiler warnings in traceroute. by Elliott Hughes · 10 years ago
  56. 1e98250 Next lump of top work. Add -o DISPLAY_FIELDS -k FALLBACK_SORTS -s SORT_BY plus by Rob Landley · 10 years ago
  57. cf0f037 Factor out insanitize() from seq.c to next_printf() in lib. by Rob Landley · 10 years ago
  58. 83c6d22 Replace slot[] constants with SLOT_blah, fix some that weren't displaying right. by Rob Landley · 10 years ago
  59. 5c725e9 I cleaned up the code in 'netstat.c' as belows. by Lipi Lee · 10 years ago
  60. 2081ec6 Add a sed test from the posix mailing list. by Rob Landley · 10 years ago
  61. be7e9e0 Correct units of %MEM and %VSZ. by Rob Landley · 10 years ago
  62. 941f9d6 Add basic top support to ps.c, delete toys/pending/top.c. by Rob Landley · 10 years ago
  63. 59781de First stab at making readfileat() realloc() in a loop to read long files. by Rob Landley · 10 years ago
  64. e9dce28 Another CFG_TOYBOX_DEBUG test. by Rob Landley · 10 years ago
  65. ee660c9 runcon needs to exec, not recurse. by Rob Landley · 10 years ago
  66. 559f36c Implement pgrep -clv (and remove some accidentally checked in debug code). by Rob Landley · 10 years ago
  67. 36b7cb7 Implement basic pkill plumbing, and fix FORCE_FLAGS on flag context switch. by Rob Landley · 10 years ago
  68. ba86864 Extend utf8 fontmetrics so ps can use them. by Rob Landley · 10 years ago
  69. 3b17f66 Add -L label and UUID support to mkswap. by Rob Landley · 10 years ago
  70. 544c1ec Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD. by Rob Landley · 10 years ago
  71. 5493916 Move create_uuid() to lib and xpoll() to lib/net.c. by Rob Landley · 10 years ago
  72. 7279b84 Add swapon -d (discard) by Rob Landley · 10 years ago
  73. 7d6f210 Command line files without paths were attempting to use stdin as their dirfd, by Rob Landley · 10 years ago
  74. deb31c8 Locale setting is case sensitive. by Rob Landley · 10 years ago
  75. a90fd0a More utf8 test files. by Rob Landley · 10 years ago
  76. 7ca9078 Fix sort -f, add tests, make TEST_HOST pass new tests. by Rob Landley · 10 years ago
  77. 7d4d042 Implement most of pgrep and pkill. by Rob Landley · 10 years ago
  78. 1921555 Make "find -execdir toys echo {} +" batch correctly and show topdir results. by Rob Landley · 10 years ago
  79. 456b363 Expand defconfig/allyesconfig/allnoconfig help text to explain what they're for. by Rob Landley · 10 years ago
  80. 5f58880 Fix tail -f /does/not/exist. by Elliott Hughes · 10 years ago
  81. c55d30d Fix hwclock -u. by Elliott Hughes · 10 years ago
  82. e894358 Fix perror_exit_raw. by Elliott Hughes · 10 years ago
  83. 1b98374 Make cursor left/right change sort type in iotop. by Rob Landley · 10 years ago
  84. 8784d8d Fix cat -. by Elliott Hughes · 10 years ago
  85. 0229ee4 The sense of -L was flipped. by Elliott Hughes · 10 years ago
  86. efb309d Make scan_key() specify timeout in miliseconds, split out terminal_probesize(), by Rob Landley · 10 years ago
  87. d3a435e Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format by Rob Landley · 10 years ago
  88. 8dfbf2e Some utf8/unicode stress test files. by Rob Landley · 10 years ago
  89. 80c6b26 Work towards making "find . -execdir echo {} + -execdir ls {} +" work, by Rob Landley · 10 years ago
  90. 3d33dd8 Fix find --prune. by Rob Landley · 10 years ago
  91. aa784b0 Fix "find . -exec echo {}" segfault, and stop measuring environment space, by Rob Landley · 10 years ago
  92. 7b746d2 First pass at iotop. by Rob Landley · 10 years ago
  93. adf6f03 Tweak error message. by Rob Landley · 10 years ago
  94. 4ff9295 Don't let mktemp -q /path/to/file delete arbitrary files, and don't have by Rob Landley · 10 years ago
  95. 46ddb55 lsb/mktemp: Add -u flag by Kylie McClain · 10 years ago
  96. 08dc20a First half of iotop. Add READ, WRITE, IO, DREAD, DWRITE, SWAP, DIO, and by Rob Landley · 10 years ago
  97. f82a848 Add more keys to scan_key() and fix hang in scan_key_getsize(). by Rob Landley · 10 years ago
  98. 3a70500 make "ls -m | cat" assume 80 columns. by Rob Landley · 10 years ago
  99. 1b7c02a I didn't add comma_args() to lib.c, I added it with the other comma functions. by Rob Landley · 10 years ago
  100. 4d3ad67 Add strafter() to lib. by Rob Landley · 10 years ago