1. f79050a Implement ps --sort. by Rob Landley · 10 years ago
  2. c39e3ef Add basic sort logic. by Rob Landley · 10 years ago
  3. 3f62834 Split out string_field() from show_ps(). by Rob Landley · 10 years ago
  4. 463c56b Save string offsets rather than recalculating them each time, and use struct by Rob Landley · 10 years ago
  5. 12a487b Split do_ps() into get_ps() and show_ps() as a start on implementing --sort. by Rob Landley · 10 years ago
  6. 0f3d8ee Fix find -perm. by Elliott Hughes · 10 years ago
  7. 859854a Typo by Rob Landley · 10 years ago
  8. 79af65b Rewrite of the about page, re-triage of sbase, and other documentation updates. by Rob Landley · 10 years ago
  9. a46fcd4 Documentation tweaks. by Rob Landley · 10 years ago
  10. 4e39281 Document %s in date(1). by Elliott Hughes · 10 years ago
  11. d885b52 Fix year parsing in date(1). by Elliott Hughes · 10 years ago
  12. 26ec1c0 Cleanup pass: inline find_tty_name(), bounds check fscanf(), use libc by Rob Landley · 10 years ago
  13. b0f4710 Make ps try harder to find a name for a tty. by Elliott Hughes · 10 years ago
  14. 86cef66 On Android, ps' default output should match toolbox. by Elliott Hughes · 10 years ago
  15. 5c2e1f6 Add ps -n. by Elliott Hughes · 10 years ago
  16. 976eaf8 Add ps -o CMDLINE. by Elliott Hughes · 10 years ago
  17. 2f69ee2 NOEXIT(thingy()) wrapper to turn xwrap() functions into warning versions. by Rob Landley · 10 years ago
  18. 6fd77ea Route cleanup: whitespace and curly bracket changes. by Rob Landley · 10 years ago
  19. 8a1509d Bugfix for route flags. by Rob Landley · 10 years ago
  20. f0ddca8 Remove TEST_ARGV() and logic to adjust irtt by "clock ticks/100" when clock ticks _is_ 100... by Rob Landley · 10 years ago
  21. d18c109 More route cleanup. by Rob Landley · 10 years ago
  22. 6256a5c Let's start the route cleanup. by Rob Landley · 10 years ago
  23. 769341f Fix sed bug where any ] right after [ was skipped, not just first one in range. by Rob Landley · 10 years ago
  24. 547c916 dhcp leanup: remove flag_get() and flag_chk() by Rob Landley · 10 years ago
  25. 54a13f9 New dhcp6 command from Sameer Pradhan. by Rob Landley · 10 years ago
  26. 87ede17 Version 0.6.1 by Rob Landley · 10 years ago
  27. 31cb5fc Whitespace and parentheses. by Rob Landley · 10 years ago
  28. 729401d Explain signals in oneit help text. by Rob Landley · 10 years ago
  29. d20b9ff Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endian by Rob Landley · 10 years ago
  30. 539f8c8 Add -P as short option for --ppid. by Rob Landley · 10 years ago
  31. 9d57762 Fix the ps -o CMD vs COMM distinction. by Elliott Hughes · 10 years ago
  32. 3c0f6a1 Make ps -o error reporting intelligible. by Elliott Hughes · 10 years ago
  33. 45e0acc If chomp() needs to test it found \n, should also test it's at end of string. by Rob Landley · 10 years ago
  34. 11d6079 Add ps -Z. by Elliott Hughes · 10 years ago
  35. 71617b9 Add ps --ppid. by Elliott Hughes · 10 years ago
  36. 2fe6938 Last patch broke creating new file as a patch, fix it. by Rob Landley · 10 years ago
  37. 8205f5a Fix applying patch hunks with trailing context to the start of the file. by Rob Landley · 10 years ago
  38. 73e3a64 Change grep -w to checking matches after the fact rather than modifing regex. by Rob Landley · 10 years ago
  39. f3dc8a8 Now that toybox is chmod -w, mv needs -f to overwrite it. by Rob Landley · 10 years ago
  40. b8f5eff Tweak permissions of toybox binary. by Rob Landley · 10 years ago
  41. 347e4f4 Update Android section of roadmap. by Elliott Hughes · 10 years ago
  42. c815d59 Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet. by Rob Landley · 10 years ago
  43. 8132ad2 Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added by Rob Landley · 10 years ago
  44. da64663 Oops, forgot to check in the header file change for ps.c. by Rob Landley · 10 years ago
  45. 9bdd8fd Promote ps to posix. by Rob Landley · 10 years ago
  46. 75df3e5 Free more stuff in debug cleanup. by Rob Landley · 10 years ago
  47. 7ab0e6e Implement -suUgG and -o majfl,minfl, move uid/ruid/gid/rgid into slots[31-34] by Rob Landley · 10 years ago
  48. 1cbc283 Tweak build instructions in README/code.html. by Rob Landley · 10 years ago
  49. 55aa284 Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs, by Rob Landley · 10 years ago
  50. 87f6a93 Fix ls error message for chmod -r directories. by Rob Landley · 10 years ago
  51. 10a942f Install without a mode should use 0755, and check FLAG_preserve instead of by Rob Landley · 10 years ago
  52. d4c17cd Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF) by Rob Landley · 10 years ago
  53. eb1bbc2 Add xcount_cpus() by Rob Landley · 10 years ago
  54. 5535a26 Add comma_args() and factor out parse_o(), parse_t(), and parse_p() to use it. by Rob Landley · 10 years ago
  55. 9e5dd14 Factor out parse_o() and make -l -f and default output work on strings by Rob Landley · 10 years ago
  56. a58bab5 More ps work, and fill out remaining help text. by Rob Landley · 10 years ago
  57. aff6069 Fix netstat build warnings. by Elliott Hughes · 10 years ago
  58. 71d87c9 More ps work: move l/r justification to widths[], add RUID/RGID, implement PGID, by Rob Landley · 10 years ago
  59. c9e2a65 fix dhcpd warning by Yeongdeok Suh · 10 years ago
  60. c10638d Auto-size df columns. by Elliott Hughes · 10 years ago
  61. 1509170 Make ps.c whitespace consistent. by Rob Landley · 10 years ago
  62. bfee4b2 ps: implement -t, remove leading 0 from ETIME days, implement -o GROUP,GID,PCPU by Rob Landley · 10 years ago
  63. d7e85a7 Move d/h units from %d %D output to default format string. by Rob Landley · 10 years ago
  64. 196e8c0 More ps work, tested up through etime now. by Rob Landley · 10 years ago
  65. 0719c97 Fix ps display padding (truncation) and adjust -o pri by one. by Rob Landley · 10 years ago
  66. 04fccba More ps work, implement -p, correct several -o fields and general alignment. by Rob Landley · 10 years ago
  67. 76ddf7a make.sh: missing cflags for config2help by Alejandro Joya · 10 years ago
  68. 3cdde51 Cleanup pass on pgrep: remove flag_twiddle macros, use 0 constants, by Rob Landley · 10 years ago
  69. 1ca8a44 "stat -c %T" support (filesystem type names) based on patch from Hyejin Kim. by Rob Landley · 10 years ago
  70. 8b94351 Decode netlink sockets in lsof. by Elliott Hughes · 10 years ago
  71. 661540a New command: flock. by Elliott Hughes · 10 years ago
  72. d2dbdca Fix bug in od that screwed up position indicator on arm and mips. by Rob Landley · 10 years ago
  73. 1223578 Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.) by Rob Landley · 10 years ago
  74. 5b39d5c Export makefile variables so you can say "make CROSS_COMPILE=blah-" as well as "CROSS_COMPILE=blah- make". by Rob Landley · 10 years ago
  75. 9cc7877 Minor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham). by Rob Landley · 10 years ago
  76. 73acb3a Back to chipping away at ps... by Rob Landley · 10 years ago
  77. 469d7f1 Add uClinux analysis to roadmap, and a few other pending changes. by Rob Landley · 10 years ago
  78. 8941e5f help_exit() tweak. by Rob Landley · 10 years ago
  79. 3d9dce3 xvfork went away. by Rob Landley · 10 years ago
  80. 7d6af77 Make defconfig build for nommu. by Rob Landley · 10 years ago
  81. 3b51a07 Another chunk of nommu support, replacing toys.recursion with toys.stacktop. by Rob Landley · 10 years ago
  82. 0593b32 xexec() is noreturn. by Rob Landley · 10 years ago
  83. 847bcb6 Add xvfork() as a static inline and use it from various places. by Rob Landley · 10 years ago
  84. 712e163 The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempfile. by Rob Landley · 10 years ago
  85. 35c92f1 Fix a couple things gcc is too dumb to figure out on its own. by Rob Landley · 10 years ago
  86. 59cd560 Add find tests. by Daniel K. Levy · 10 years ago
  87. edae0b0 Fix a find segfault. by Rob Landley · 10 years ago
  88. e5354ca Replace toys.exithelp with help_exit() in lib. by Rob Landley · 10 years ago
  89. d067571 Squish more warnings in pending. by Rob Landley · 10 years ago
  90. a35650c Squish a warning in pending. by Rob Landley · 10 years ago
  91. 0c276c2 Fix netstat -e. by Elliott Hughes · 10 years ago
  92. b361231 i already did -l and -t, the positive side of -p, plus name filtering... by Elliott Hughes · 10 years ago
  93. fe998fe Fix netstat -p. by Elliott Hughes · 10 years ago
  94. 104fbaa increase the size of progname to avoid buffer overflow by Lipi Lee · 10 years ago
  95. b1353fb Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself. by Rob Landley · 10 years ago
  96. 960100a Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes, by Rob Landley · 10 years ago
  97. 60d1aea Two large thinkos in oneit: -3 was always enabled and signal numbers were by Rob Landley · 10 years ago
  98. 73eca91 Add seq -f tests, tweak help text, and catch one more error case. by Rob Landley · 10 years ago
  99. 091997e ls -h support. by Elliott Hughes · 10 years ago
  100. c82343f df -h and -H. by Elliott Hughes · 10 years ago