- 00aedd4 Merge "Now that toybox is chmod -w, mv needs -f to overwrite it." by Elliott Hughes · 10 years ago
- 5fc5236 Merge "Tweak permissions of toybox binary." by Elliott Hughes · 10 years ago
- cba5a99 Merge "Update Android section of roadmap." by Elliott Hughes · 10 years ago
- 181963d Merge "Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet." by Elliott Hughes · 10 years ago
- 5b89111 Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
- f3dc8a8 Now that toybox is chmod -w, mv needs -f to overwrite it. by Rob Landley · 10 years ago
- 90ba86b Start building toybox ps. am: b131803047 by Elliott Hughes · 10 years ago
- b131803 Start building toybox ps. by Elliott Hughes · 10 years ago
- c3f2d51 Regenerate generated files after upstream sync. am: 941d74d9c0 by Elliott Hughes · 10 years ago
- 4ddc100 Merge remote-tracking branch \'toybox/master\' into HEAD am: 61acb4487d by Elliott Hughes · 10 years ago
- 941d74d Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
- 61acb44 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
- b8f5eff Tweak permissions of toybox binary. by Rob Landley · 10 years ago
- 347e4f4 Update Android section of roadmap. by Elliott Hughes · 10 years ago
- c815d59 Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet. by Rob Landley · 10 years ago
- 8132ad2 Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added by Rob Landley · 10 years ago
- da64663 Oops, forgot to check in the header file change for ps.c. by Rob Landley · 10 years ago
- 9bdd8fd Promote ps to posix. by Rob Landley · 10 years ago
- 75df3e5 Free more stuff in debug cleanup. by Rob Landley · 10 years ago
- 7ab0e6e Implement -suUgG and -o majfl,minfl, move uid/ruid/gid/rgid into slots[31-34] by Rob Landley · 10 years ago
- 1cbc283 Tweak build instructions in README/code.html. by Rob Landley · 10 years ago
- 5166112 Regenerate generated files after upstream sync. am: 103f0fa6bc by Elliott Hughes · 10 years ago
- 103f0fa Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
- a758ec8 Merge remote-tracking branch \'toybox/master\' into HEAD am: c5d47d26b7 by Elliott Hughes · 10 years ago
- c5d47d2 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
- 55aa284 Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs, by Rob Landley · 10 years ago
- 87f6a93 Fix ls error message for chmod -r directories. by Rob Landley · 10 years ago
- 10a942f Install without a mode should use 0755, and check FLAG_preserve instead of by Rob Landley · 10 years ago
- d4c17cd Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF) by Rob Landley · 10 years ago
- eb1bbc2 Add xcount_cpus() by Rob Landley · 10 years ago
- 5535a26 Add comma_args() and factor out parse_o(), parse_t(), and parse_p() to use it. by Rob Landley · 10 years ago
- 9e5dd14 Factor out parse_o() and make -l -f and default output work on strings by Rob Landley · 10 years ago
- a58bab5 More ps work, and fill out remaining help text. by Rob Landley · 10 years ago
- aff6069 Fix netstat build warnings. by Elliott Hughes · 10 years ago
- 71d87c9 More ps work: move l/r justification to widths[], add RUID/RGID, implement PGID, by Rob Landley · 10 years ago
- 92b9115 Switch to toybox df. am: 578e62806a by Elliott Hughes · 10 years ago
- 578e628 Switch to toybox df. by Elliott Hughes · 10 years ago
- af3fa1d Regenerate generated files. am: 064520b010 by Elliott Hughes · 10 years ago
- 7bf0a28 Merge remote-tracking branch \'toybox/master\' into HEAD am: e80ddaeff1 by Elliott Hughes · 10 years ago
- 064520b Regenerate generated files. by Elliott Hughes · 10 years ago
- e80ddae Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
- c9e2a65 fix dhcpd warning by Yeongdeok Suh · 10 years ago
- c10638d Auto-size df columns. by Elliott Hughes · 10 years ago
- 1509170 Make ps.c whitespace consistent. by Rob Landley · 10 years ago
- bfee4b2 ps: implement -t, remove leading 0 from ETIME days, implement -o GROUP,GID,PCPU by Rob Landley · 10 years ago
- d7e85a7 Move d/h units from %d %D output to default format string. by Rob Landley · 10 years ago
- 196e8c0 More ps work, tested up through etime now. by Rob Landley · 10 years ago
- 0719c97 Fix ps display padding (truncation) and adjust -o pri by one. by Rob Landley · 10 years ago
- 04fccba More ps work, implement -p, correct several -o fields and general alignment. by Rob Landley · 10 years ago
- 76ddf7a make.sh: missing cflags for config2help by Alejandro Joya · 10 years ago
- 3cdde51 Cleanup pass on pgrep: remove flag_twiddle macros, use 0 constants, by Rob Landley · 10 years ago
- 1ca8a44 "stat -c %T" support (filesystem type names) based on patch from Hyejin Kim. by Rob Landley · 10 years ago
- 3b86ef8 am fa01b4ca: Merge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab,I1223578c, ... by Elliott Hughes · 10 years ago
- 356fb99 am 0cad3b1b: Regenerate generated files (and build flock). by Elliott Hughes · 10 years ago
- fa01b4c Merge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab,I1223578c, ... by Elliott Hughes · 10 years ago
- 0cad3b1 Regenerate generated files (and build flock). by Elliott Hughes · 10 years ago
- e170596 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
- 8b94351 Decode netlink sockets in lsof. by Elliott Hughes · 10 years ago
- 661540a New command: flock. by Elliott Hughes · 10 years ago
- d2dbdca Fix bug in od that screwed up position indicator on arm and mips. by Rob Landley · 10 years ago
- 1223578 Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.) by Rob Landley · 10 years ago
- 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
- 9cc7877 Minor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham). by Rob Landley · 10 years ago
- 73acb3a Back to chipping away at ps... by Rob Landley · 10 years ago
- 469d7f1 Add uClinux analysis to roadmap, and a few other pending changes. by Rob Landley · 10 years ago
- 8941e5f help_exit() tweak. by Rob Landley · 10 years ago
- 3d9dce3 xvfork went away. by Rob Landley · 10 years ago
- 7d6af77 Make defconfig build for nommu. by Rob Landley · 10 years ago
- 3b51a07 Another chunk of nommu support, replacing toys.recursion with toys.stacktop. by Rob Landley · 10 years ago
- 0593b32 xexec() is noreturn. by Rob Landley · 10 years ago
- 847bcb6 Add xvfork() as a static inline and use it from various places. by Rob Landley · 10 years ago
- 712e163 The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempfile. by Rob Landley · 10 years ago
- 35c92f1 Fix a couple things gcc is too dumb to figure out on its own. by Rob Landley · 10 years ago
- f769b17 am d9e8ff9c: am 92179269: Add a new generated file to .gitignore. by Elliott Hughes · 10 years ago
- d9e8ff9 am 92179269: Add a new generated file to .gitignore. by Elliott Hughes · 10 years ago
- 59cd560 Add find tests. by Daniel K. Levy · 10 years ago
- 9217926 Add a new generated file to .gitignore. by Elliott Hughes · 10 years ago
- 5b91b3f am b1a33391: am 0d7a388b: Merge remote-tracking branch \'toybox/master\' into HEAD by Elliott Hughes · 10 years ago
- b1a3339 am 0d7a388b: Merge remote-tracking branch \'toybox/master\' into HEAD by Elliott Hughes · 10 years ago
- 282aa0f am 74df579d: am 4dc6296a: Switch to toybox du. by Elliott Hughes · 10 years ago
- 0d7a388 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
- 74df579 am 4dc6296a: Switch to toybox du. by Elliott Hughes · 10 years ago
- 4dc6296 Switch to toybox du. by Elliott Hughes · 10 years ago
- edae0b0 Fix a find segfault. by Rob Landley · 10 years ago
- 8b18420 am c4681d05: am c7bfbbe7: Just use "repo upload". by Elliott Hughes · 10 years ago
- 8f3c3b6 am 153b3f40: am 77538439: Switch to toybox lsof. by Elliott Hughes · 10 years ago
- 1fde5dd am 09063db7: am ecd3df97: Fix generated files after upstream sync. by Elliott Hughes · 10 years ago
- 255f96e am 540923b2: am 2738b318: Merge remote-tracking branch \'toybox/master\' into HEAD by Elliott Hughes · 10 years ago
- c4681d0 am c7bfbbe7: Just use "repo upload". by Elliott Hughes · 10 years ago
- c7bfbbe Just use "repo upload". by Elliott Hughes · 10 years ago
- 153b3f4 am 77538439: Switch to toybox lsof. by Elliott Hughes · 10 years ago
- 09063db am ecd3df97: Fix generated files after upstream sync. by Elliott Hughes · 10 years ago
- 540923b am 2738b318: Merge remote-tracking branch \'toybox/master\' into HEAD by Elliott Hughes · 10 years ago
- e5354ca Replace toys.exithelp with help_exit() in lib. by Rob Landley · 10 years ago
- 7753843 Switch to toybox lsof. by Elliott Hughes · 10 years ago
- ecd3df9 Fix generated files after upstream sync. by Elliott Hughes · 10 years ago
- 2738b31 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
- d067571 Squish more warnings in pending. by Rob Landley · 10 years ago
- a35650c Squish a warning in pending. by Rob Landley · 10 years ago
- 0c276c2 Fix netstat -e. by Elliott Hughes · 10 years ago