1. ca311f1 Fix two CFG_TOYBOX_SUID corner cases: by Rob Landley · 10 years ago
  2. 4a13ca9 Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill. by Rob Landley · 10 years ago
  3. 8527406 Adding -M broke ps -k header printing without -M. by Rob Landley · 10 years ago
  4. 8f7137e Bugfix I forgot to checkin, plus a wrapper function. by Rob Landley · 10 years ago
  5. 33f50f5 Don't resort or recalculate headers for cursor up/down, do PGUP PGDN, and by Rob Landley · 10 years ago
  6. c35aabc Add cpu line to top, and fix a bug initializing upticks slot. by Rob Landley · 10 years ago
  7. 5f238a3 long opts and -f for unshare by izabera · 10 years ago
  8. 3f3613f Don't try to be fancy with top headers, just hardwired the standardish ones. by Rob Landley · 10 years ago
  9. f8e44c1 Add ps -M to measure/expand field widths if they don't fit. by Rob Landley · 10 years ago
  10. 0801371 Add ps -O (inserts extra args before last field), and make -w the default by Rob Landley · 10 years ago
  11. 3d950db Fix comma_args error reporting. by Elliott Hughes · 10 years ago
  12. 58e4828 Fix compiler warnings in traceroute. by Elliott Hughes · 10 years ago
  13. 1e98250 Next lump of top work. Add -o DISPLAY_FIELDS -k FALLBACK_SORTS -s SORT_BY plus by Rob Landley · 10 years ago
  14. cf0f037 Factor out insanitize() from seq.c to next_printf() in lib. by Rob Landley · 10 years ago
  15. 83c6d22 Replace slot[] constants with SLOT_blah, fix some that weren't displaying right. by Rob Landley · 10 years ago
  16. 5c725e9 I cleaned up the code in 'netstat.c' as belows. by Lipi Lee · 10 years ago
  17. 2081ec6 Add a sed test from the posix mailing list. by Rob Landley · 10 years ago
  18. be7e9e0 Correct units of %MEM and %VSZ. by Rob Landley · 10 years ago
  19. 941f9d6 Add basic top support to ps.c, delete toys/pending/top.c. by Rob Landley · 10 years ago
  20. 59781de First stab at making readfileat() realloc() in a loop to read long files. by Rob Landley · 10 years ago
  21. e9dce28 Another CFG_TOYBOX_DEBUG test. by Rob Landley · 10 years ago
  22. ee660c9 runcon needs to exec, not recurse. by Rob Landley · 10 years ago
  23. 559f36c Implement pgrep -clv (and remove some accidentally checked in debug code). by Rob Landley · 10 years ago
  24. 36b7cb7 Implement basic pkill plumbing, and fix FORCE_FLAGS on flag context switch. by Rob Landley · 10 years ago
  25. ba86864 Extend utf8 fontmetrics so ps can use them. by Rob Landley · 10 years ago
  26. 3b17f66 Add -L label and UUID support to mkswap. by Rob Landley · 10 years ago
  27. 544c1ec Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD. by Rob Landley · 10 years ago
  28. 5493916 Move create_uuid() to lib and xpoll() to lib/net.c. by Rob Landley · 10 years ago
  29. 7279b84 Add swapon -d (discard) by Rob Landley · 10 years ago
  30. 7d6f210 Command line files without paths were attempting to use stdin as their dirfd, by Rob Landley · 10 years ago
  31. deb31c8 Locale setting is case sensitive. by Rob Landley · 10 years ago
  32. a90fd0a More utf8 test files. by Rob Landley · 10 years ago
  33. 7ca9078 Fix sort -f, add tests, make TEST_HOST pass new tests. by Rob Landley · 10 years ago
  34. 7d4d042 Implement most of pgrep and pkill. by Rob Landley · 10 years ago
  35. 1921555 Make "find -execdir toys echo {} +" batch correctly and show topdir results. by Rob Landley · 10 years ago
  36. 456b363 Expand defconfig/allyesconfig/allnoconfig help text to explain what they're for. by Rob Landley · 10 years ago
  37. 5f58880 Fix tail -f /does/not/exist. by Elliott Hughes · 10 years ago
  38. c55d30d Fix hwclock -u. by Elliott Hughes · 10 years ago
  39. e894358 Fix perror_exit_raw. by Elliott Hughes · 10 years ago
  40. 1b98374 Make cursor left/right change sort type in iotop. by Rob Landley · 10 years ago
  41. 8784d8d Fix cat -. by Elliott Hughes · 10 years ago
  42. 0229ee4 The sense of -L was flipped. by Elliott Hughes · 10 years ago
  43. efb309d Make scan_key() specify timeout in miliseconds, split out terminal_probesize(), by Rob Landley · 10 years ago
  44. d3a435e Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format by Rob Landley · 10 years ago
  45. 8dfbf2e Some utf8/unicode stress test files. by Rob Landley · 10 years ago
  46. 80c6b26 Work towards making "find . -execdir echo {} + -execdir ls {} +" work, by Rob Landley · 10 years ago
  47. 3d33dd8 Fix find --prune. by Rob Landley · 10 years ago
  48. aa784b0 Fix "find . -exec echo {}" segfault, and stop measuring environment space, by Rob Landley · 10 years ago
  49. 7b746d2 First pass at iotop. by Rob Landley · 10 years ago
  50. adf6f03 Tweak error message. by Rob Landley · 10 years ago
  51. 4ff9295 Don't let mktemp -q /path/to/file delete arbitrary files, and don't have by Rob Landley · 10 years ago
  52. 46ddb55 lsb/mktemp: Add -u flag by Kylie McClain · 10 years ago
  53. 08dc20a First half of iotop. Add READ, WRITE, IO, DREAD, DWRITE, SWAP, DIO, and by Rob Landley · 10 years ago
  54. f82a848 Add more keys to scan_key() and fix hang in scan_key_getsize(). by Rob Landley · 10 years ago
  55. 3a70500 make "ls -m | cat" assume 80 columns. by Rob Landley · 10 years ago
  56. 1b7c02a I didn't add comma_args() to lib.c, I added it with the other comma functions. by Rob Landley · 10 years ago
  57. 4d3ad67 Add strafter() to lib. by Rob Landley · 10 years ago
  58. 1bf8442 Make pidof use comma_scan() by Rob Landley · 10 years ago
  59. 21ede08 Move comma_args() from ps.c to lib. by Rob Landley · 10 years ago
  60. 4b4ab6a Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY, by Rob Landley · 10 years ago
  61. 6769f8e Move get_line() header to pending.h because posix has FILE * versions. by Rob Landley · 10 years ago
  62. e32e802 Factor out draw_str() and friends. by Rob Landley · 10 years ago
  63. 432d2f1 First guess at cp xattr support, ala --preserve=context,xattr by Rob Landley · 10 years ago
  64. d9d19c1 Convert cp from magic constants to TAGGED_ARRAY() by Rob Landley · 10 years ago
  65. 55a4467 Cleanup tail -f. by Rob Landley · 10 years ago
  66. 6be15f4 Rich Felker's reading of posix is that fchown() and fchmod() must be allowed by Rob Landley · 10 years ago
  67. fde3a93 Add ps -o psr,rtprio,sched. by Elliott Hughes · 10 years ago
  68. 908d9ed Implement tail -f. by Josh Gao · 10 years ago
  69. 146d219 Redo linestack to handle embedded NULs. by Rob Landley · 10 years ago
  70. b64abbc Start of vi. by Rob Landley · 10 years ago
  71. 8b64a3e Next giant chunk of ps work: add _NAME_TAG bitmask values to tags.h by Rob Landley · 10 years ago
  72. 1efcb17 Don't discard previous block when mkstatus finds another span tag with same id. by Rob Landley · 10 years ago
  73. f96bb3d Start of TAGGED_ARRAY() infrastructure. by Rob Landley · 10 years ago
  74. fc7543b Make "ps -o TIME+ -k TIME+" work. Factor out -o field names, field lengths, by Rob Landley · 10 years ago
  75. 047bcb8 Add a useless memset (under CFG_TOYBOX_DEBUG) to shut up valgrind. by Rob Landley · 10 years ago
  76. aaecbba Expand toys.optargs to 64 bits so people adding more options to ls don't run out. by Rob Landley · 10 years ago
  77. 5cb6505 tail: use off_t instead of ssize_t for file offset. by Josh Gao · 10 years ago
  78. d336af4 Rename dirtree->data to dirfd, and don't store symlink length in it. by Rob Landley · 10 years ago
  79. 3af5096 Attempt at making cpio chown() mode 000 files sanely. by Rob Landley · 10 years ago
  80. ac82aa9 Remove trailing whitespace and wrap lines to 80 chars. by Rob Landley · 10 years ago
  81. ecae783 CPIO: Add --no-preserve-owner option. by Mike Moreton · 10 years ago
  82. 83250d1 Correct setting of guid and uid when extracting from a cpio archive. by Mike Moreton · 10 years ago
  83. f49f291 Enable matching any perm bits. by Gilad Arnold · 10 years ago
  84. 9e563e1 Add free -h, based on a patch from Isabella Parakiss. by Rob Landley · 10 years ago
  85. 21e80db Add start of top infrastructure to ps, null terminate some stridx() searches, by Rob Landley · 10 years ago
  86. 2a3ac14 Tom Marshall reported that blkid was handling ext2 wrong. by Rob Landley · 10 years ago
  87. 88d2077 Replace duplicate sed test with case we hadn't covered yet. by Rob Landley · 10 years ago
  88. b057bac Twitter's page seems reasonably simple and straightforward, use that. by Rob Landley · 10 years ago
  89. f79050a Implement ps --sort. by Rob Landley · 10 years ago
  90. c39e3ef Add basic sort logic. by Rob Landley · 10 years ago
  91. 3f62834 Split out string_field() from show_ps(). by Rob Landley · 10 years ago
  92. 463c56b Save string offsets rather than recalculating them each time, and use struct by Rob Landley · 10 years ago
  93. 12a487b Split do_ps() into get_ps() and show_ps() as a start on implementing --sort. by Rob Landley · 10 years ago
  94. 0f3d8ee Fix find -perm. by Elliott Hughes · 10 years ago
  95. 859854a Typo by Rob Landley · 10 years ago
  96. 79af65b Rewrite of the about page, re-triage of sbase, and other documentation updates. by Rob Landley · 10 years ago
  97. a46fcd4 Documentation tweaks. by Rob Landley · 10 years ago
  98. 4e39281 Document %s in date(1). by Elliott Hughes · 10 years ago
  99. d885b52 Fix year parsing in date(1). by Elliott Hughes · 10 years ago
  100. 26ec1c0 Cleanup pass: inline find_tty_name(), bounds check fscanf(), use libc by Rob Landley · 10 years ago