1. 4f322ca merge in nyc-release history after reset to master by The Android Automerger · 10 years ago
  2. fc9e18a Regenerate generated toybox files. by Elliott Hughes · 10 years ago
  3. 0188665 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  4. aaecbba Expand toys.optargs to 64 bits so people adding more options to ls don't run out. by Rob Landley · 10 years ago
  5. 5cb6505 tail: use off_t instead of ssize_t for file offset. by Josh Gao · 10 years ago
  6. d336af4 Rename dirtree->data to dirfd, and don't store symlink length in it. by Rob Landley · 10 years ago
  7. 3af5096 Attempt at making cpio chown() mode 000 files sanely. by Rob Landley · 10 years ago
  8. ac82aa9 Remove trailing whitespace and wrap lines to 80 chars. by Rob Landley · 10 years ago
  9. ecae783 CPIO: Add --no-preserve-owner option. by Mike Moreton · 10 years ago
  10. 83250d1 Correct setting of guid and uid when extracting from a cpio archive. by Mike Moreton · 10 years ago
  11. f49f291 Enable matching any perm bits. by Gilad Arnold · 10 years ago
  12. 9e563e1 Add free -h, based on a patch from Isabella Parakiss. by Rob Landley · 10 years ago
  13. 21e80db Add start of top infrastructure to ps, null terminate some stridx() searches, by Rob Landley · 10 years ago
  14. 2a3ac14 Tom Marshall reported that blkid was handling ext2 wrong. by Rob Landley · 10 years ago
  15. 88d2077 Replace duplicate sed test with case we hadn't covered yet. by Rob Landley · 10 years ago
  16. b057bac Twitter's page seems reasonably simple and straightforward, use that. by Rob Landley · 10 years ago
  17. f79050a Implement ps --sort. by Rob Landley · 10 years ago
  18. c39e3ef Add basic sort logic. by Rob Landley · 10 years ago
  19. 3f62834 Split out string_field() from show_ps(). by Rob Landley · 10 years ago
  20. 463c56b Save string offsets rather than recalculating them each time, and use struct by Rob Landley · 10 years ago
  21. 12a487b Split do_ps() into get_ps() and show_ps() as a start on implementing --sort. by Rob Landley · 10 years ago
  22. 616709e merge in nyc-release history after reset to master by The Android Automerger · 10 years ago
  23. 1102d1f merge in nyc-release history after reset to master by The Android Automerger · 10 years ago
  24. 8755cdc Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  25. 0f3d8ee Fix find -perm. by Elliott Hughes · 10 years ago
  26. 859854a Typo by Rob Landley · 10 years ago
  27. 79af65b Rewrite of the about page, re-triage of sbase, and other documentation updates. by Rob Landley · 10 years ago
  28. a46fcd4 Documentation tweaks. by Rob Landley · 10 years ago
  29. e39ad55 Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
  30. a795b22 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  31. 4e39281 Document %s in date(1). by Elliott Hughes · 10 years ago
  32. d885b52 Fix year parsing in date(1). by Elliott Hughes · 10 years ago
  33. 26ec1c0 Cleanup pass: inline find_tty_name(), bounds check fscanf(), use libc by Rob Landley · 10 years ago
  34. b0f4710 Make ps try harder to find a name for a tty. by Elliott Hughes · 10 years ago
  35. 86cef66 On Android, ps' default output should match toolbox. by Elliott Hughes · 10 years ago
  36. 5c2e1f6 Add ps -n. by Elliott Hughes · 10 years ago
  37. 976eaf8 Add ps -o CMDLINE. by Elliott Hughes · 10 years ago
  38. 2f69ee2 NOEXIT(thingy()) wrapper to turn xwrap() functions into warning versions. by Rob Landley · 10 years ago
  39. 6fd77ea Route cleanup: whitespace and curly bracket changes. by Rob Landley · 10 years ago
  40. 8a1509d Bugfix for route flags. by Rob Landley · 10 years ago
  41. f0ddca8 Remove TEST_ARGV() and logic to adjust irtt by "clock ticks/100" when clock ticks _is_ 100... by Rob Landley · 10 years ago
  42. d18c109 More route cleanup. by Rob Landley · 10 years ago
  43. 6256a5c Let's start the route cleanup. by Rob Landley · 10 years ago
  44. 769341f Fix sed bug where any ] right after [ was skipped, not just first one in range. by Rob Landley · 10 years ago
  45. 6461c18 Merge "Fix the ps -o CMD vs COMM distinction." by Elliott Hughes · 10 years ago
  46. 6089a48 Merge "Make ps -o error reporting intelligible." by Elliott Hughes · 10 years ago
  47. 702696e Merge "If chomp() needs to test it found \n, should also test it's at end of string." by Elliott Hughes · 10 years ago
  48. 6791718 Merge "Add ps -Z." by Elliott Hughes · 10 years ago
  49. 5f53f42 Merge "Add ps --ppid." by Elliott Hughes · 10 years ago
  50. c36b3e3 Merge "Last patch broke creating new file as a patch, fix it. (Matches beginning and EOF at once.)" by Elliott Hughes · 10 years ago
  51. 0104687 Merge "Fix applying patch hunks with trailing context to the start of the file." by Elliott Hughes · 10 years ago
  52. cc82b24 Merge "Change grep -w to checking matches after the fact rather than modifing regex. This lets '(x)\1' match, as reported by Isabella Parakiss." by Elliott Hughes · 10 years ago
  53. 00aedd4 Merge "Now that toybox is chmod -w, mv needs -f to overwrite it." by Elliott Hughes · 10 years ago
  54. 5fc5236 Merge "Tweak permissions of toybox binary." by Elliott Hughes · 10 years ago
  55. cba5a99 Merge "Update Android section of roadmap." by Elliott Hughes · 10 years ago
  56. 181963d Merge "Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet." by Elliott Hughes · 10 years ago
  57. 5b89111 Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
  58. 547c916 dhcp leanup: remove flag_get() and flag_chk() by Rob Landley · 10 years ago
  59. 54a13f9 New dhcp6 command from Sameer Pradhan. by Rob Landley · 10 years ago
  60. 87ede17 Version 0.6.1 by Rob Landley · 10 years ago
  61. 31cb5fc Whitespace and parentheses. by Rob Landley · 10 years ago
  62. 729401d Explain signals in oneit help text. by Rob Landley · 10 years ago
  63. d20b9ff Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endian by Rob Landley · 10 years ago
  64. 539f8c8 Add -P as short option for --ppid. by Rob Landley · 10 years ago
  65. 9d57762 Fix the ps -o CMD vs COMM distinction. by Elliott Hughes · 10 years ago
  66. 3c0f6a1 Make ps -o error reporting intelligible. by Elliott Hughes · 10 years ago
  67. 45e0acc If chomp() needs to test it found \n, should also test it's at end of string. by Rob Landley · 10 years ago
  68. 11d6079 Add ps -Z. by Elliott Hughes · 10 years ago
  69. 71617b9 Add ps --ppid. by Elliott Hughes · 10 years ago
  70. 2fe6938 Last patch broke creating new file as a patch, fix it. by Rob Landley · 10 years ago
  71. 8205f5a Fix applying patch hunks with trailing context to the start of the file. by Rob Landley · 10 years ago
  72. 73e3a64 Change grep -w to checking matches after the fact rather than modifing regex. by Rob Landley · 10 years ago
  73. f3dc8a8 Now that toybox is chmod -w, mv needs -f to overwrite it. by Rob Landley · 10 years ago
  74. 90ba86b Start building toybox ps. am: b131803047 by Elliott Hughes · 10 years ago
  75. b131803 Start building toybox ps. by Elliott Hughes · 10 years ago
  76. c3f2d51 Regenerate generated files after upstream sync. am: 941d74d9c0 by Elliott Hughes · 10 years ago
  77. 4ddc100 Merge remote-tracking branch \'toybox/master\' into HEAD am: 61acb4487d by Elliott Hughes · 10 years ago
  78. 941d74d Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
  79. 61acb44 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  80. b8f5eff Tweak permissions of toybox binary. by Rob Landley · 10 years ago
  81. 347e4f4 Update Android section of roadmap. by Elliott Hughes · 10 years ago
  82. c815d59 Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet. by Rob Landley · 10 years ago
  83. 8132ad2 Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added by Rob Landley · 10 years ago
  84. da64663 Oops, forgot to check in the header file change for ps.c. by Rob Landley · 10 years ago
  85. 9bdd8fd Promote ps to posix. by Rob Landley · 10 years ago
  86. 75df3e5 Free more stuff in debug cleanup. by Rob Landley · 10 years ago
  87. 7ab0e6e Implement -suUgG and -o majfl,minfl, move uid/ruid/gid/rgid into slots[31-34] by Rob Landley · 10 years ago
  88. 1cbc283 Tweak build instructions in README/code.html. by Rob Landley · 10 years ago
  89. 5166112 Regenerate generated files after upstream sync. am: 103f0fa6bc by Elliott Hughes · 10 years ago
  90. 103f0fa Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
  91. a758ec8 Merge remote-tracking branch \'toybox/master\' into HEAD am: c5d47d26b7 by Elliott Hughes · 10 years ago
  92. c5d47d2 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  93. 55aa284 Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs, by Rob Landley · 10 years ago
  94. 87f6a93 Fix ls error message for chmod -r directories. by Rob Landley · 10 years ago
  95. 10a942f Install without a mode should use 0755, and check FLAG_preserve instead of by Rob Landley · 10 years ago
  96. d4c17cd Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF) by Rob Landley · 10 years ago
  97. eb1bbc2 Add xcount_cpus() by Rob Landley · 10 years ago
  98. 5535a26 Add comma_args() and factor out parse_o(), parse_t(), and parse_p() to use it. by Rob Landley · 10 years ago
  99. 9e5dd14 Factor out parse_o() and make -l -f and default output work on strings by Rob Landley · 10 years ago
  100. a58bab5 More ps work, and fill out remaining help text. by Rob Landley · 10 years ago