1. 55aa284 Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs, by Rob Landley · 10 years ago
  2. 87f6a93 Fix ls error message for chmod -r directories. by Rob Landley · 10 years ago
  3. 10a942f Install without a mode should use 0755, and check FLAG_preserve instead of by Rob Landley · 10 years ago
  4. d4c17cd Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF) by Rob Landley · 10 years ago
  5. eb1bbc2 Add xcount_cpus() by Rob Landley · 10 years ago
  6. 5535a26 Add comma_args() and factor out parse_o(), parse_t(), and parse_p() to use it. by Rob Landley · 10 years ago
  7. 9e5dd14 Factor out parse_o() and make -l -f and default output work on strings by Rob Landley · 10 years ago
  8. a58bab5 More ps work, and fill out remaining help text. by Rob Landley · 10 years ago
  9. aff6069 Fix netstat build warnings. by Elliott Hughes · 10 years ago
  10. 71d87c9 More ps work: move l/r justification to widths[], add RUID/RGID, implement PGID, by Rob Landley · 10 years ago
  11. c9e2a65 fix dhcpd warning by Yeongdeok Suh · 10 years ago
  12. c10638d Auto-size df columns. by Elliott Hughes · 10 years ago
  13. 1509170 Make ps.c whitespace consistent. by Rob Landley · 10 years ago
  14. bfee4b2 ps: implement -t, remove leading 0 from ETIME days, implement -o GROUP,GID,PCPU by Rob Landley · 10 years ago
  15. d7e85a7 Move d/h units from %d %D output to default format string. by Rob Landley · 10 years ago
  16. 196e8c0 More ps work, tested up through etime now. by Rob Landley · 10 years ago
  17. 0719c97 Fix ps display padding (truncation) and adjust -o pri by one. by Rob Landley · 10 years ago
  18. 04fccba More ps work, implement -p, correct several -o fields and general alignment. by Rob Landley · 10 years ago
  19. 76ddf7a make.sh: missing cflags for config2help by Alejandro Joya · 10 years ago
  20. 3cdde51 Cleanup pass on pgrep: remove flag_twiddle macros, use 0 constants, by Rob Landley · 10 years ago
  21. 1ca8a44 "stat -c %T" support (filesystem type names) based on patch from Hyejin Kim. by Rob Landley · 10 years ago
  22. 8b94351 Decode netlink sockets in lsof. by Elliott Hughes · 10 years ago
  23. 661540a New command: flock. by Elliott Hughes · 10 years ago
  24. d2dbdca Fix bug in od that screwed up position indicator on arm and mips. by Rob Landley · 10 years ago
  25. 1223578 Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.) by Rob Landley · 10 years ago
  26. 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
  27. 9cc7877 Minor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham). by Rob Landley · 10 years ago
  28. 73acb3a Back to chipping away at ps... by Rob Landley · 10 years ago
  29. 469d7f1 Add uClinux analysis to roadmap, and a few other pending changes. by Rob Landley · 10 years ago
  30. 8941e5f help_exit() tweak. by Rob Landley · 10 years ago
  31. 3d9dce3 xvfork went away. by Rob Landley · 10 years ago
  32. 7d6af77 Make defconfig build for nommu. by Rob Landley · 10 years ago
  33. 3b51a07 Another chunk of nommu support, replacing toys.recursion with toys.stacktop. by Rob Landley · 10 years ago
  34. 0593b32 xexec() is noreturn. by Rob Landley · 10 years ago
  35. 847bcb6 Add xvfork() as a static inline and use it from various places. by Rob Landley · 10 years ago
  36. 712e163 The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempfile. by Rob Landley · 10 years ago
  37. 35c92f1 Fix a couple things gcc is too dumb to figure out on its own. by Rob Landley · 10 years ago
  38. 59cd560 Add find tests. by Daniel K. Levy · 10 years ago
  39. edae0b0 Fix a find segfault. by Rob Landley · 10 years ago
  40. e5354ca Replace toys.exithelp with help_exit() in lib. by Rob Landley · 10 years ago
  41. d067571 Squish more warnings in pending. by Rob Landley · 10 years ago
  42. a35650c Squish a warning in pending. by Rob Landley · 10 years ago
  43. 0c276c2 Fix netstat -e. by Elliott Hughes · 10 years ago
  44. b361231 i already did -l and -t, the positive side of -p, plus name filtering... by Elliott Hughes · 10 years ago
  45. fe998fe Fix netstat -p. by Elliott Hughes · 10 years ago
  46. 104fbaa increase the size of progname to avoid buffer overflow by Lipi Lee · 10 years ago
  47. b1353fb Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself. by Rob Landley · 10 years ago
  48. 960100a Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes, by Rob Landley · 10 years ago
  49. 60d1aea Two large thinkos in oneit: -3 was always enabled and signal numbers were by Rob Landley · 10 years ago
  50. 73eca91 Add seq -f tests, tweak help text, and catch one more error case. by Rob Landley · 10 years ago
  51. 091997e ls -h support. by Elliott Hughes · 10 years ago
  52. c82343f df -h and -H. by Elliott Hughes · 10 years ago
  53. 7309d96 Implement lsof. by Elliott Hughes · 10 years ago
  54. d06ea37 Make human_readable() handle base 1024 units without floating point. by Rob Landley · 10 years ago
  55. 5640847 seq -f %0-f is a valid pattern. by Rob Landley · 10 years ago
  56. 3426da0 If you start a git commit and then edit the file more on the filesystem by Rob Landley · 10 years ago
  57. 6ff12f7 Sanitize seq -f string. by Rob Landley · 10 years ago
  58. 54524cc vmstat: fix units for bi and bo columns by Colin Cross · 10 years ago
  59. 3b83ab5 Trivial code style tweak. by Rob Landley · 10 years ago
  60. 7d58b30 vmstat: reset header pointer when looping by Colin Cross · 10 years ago
  61. b1b0399 ls -l user/group/security context should be left-aligned. by Elliott Hughes · 10 years ago
  62. 7cdb8af Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig. by Rob Landley · 10 years ago
  63. f1f20b9 Fix mv on overwrite. by Elliott Hughes · 10 years ago
  64. e96dd07 Add portability.h glue to let uptime build without TOYBOX_UTMPX. by Rob Landley · 10 years ago
  65. 6fde0f9 Build updates: make change should use top level .config for global settings, by Rob Landley · 10 years ago
  66. 8c588d8 Menuconfig option for musl-libc pretending mmu is just pining for the fijords. by Rob Landley · 10 years ago
  67. 9215cbc Static analysis from Hyejin Kim found possible pointer underflow. by Rob Landley · 10 years ago
  68. 92f3b78 I discovered that the reason SIGINT causes a reboot on sysvinit is that by Isaac Dunham · 10 years ago
  69. 4e49e2c Test for human_readable() by Rob Landley · 10 years ago
  70. c82be78 Kylie McClain pointed out that env should clear variables with NAME= by itself. by Rob Landley · 10 years ago
  71. 1ed5242 Another Android roadmap update. by Elliott Hughes · 10 years ago
  72. 20b3af6 Fix ionice default class. by Elliott Hughes · 10 years ago
  73. 0549978 Fix more date bugs. by Elliott Hughes · 10 years ago
  74. 7f6bb3d Bugfixes from Elliott Hughes: debug code got checked in (oops) and by Rob Landley · 10 years ago
  75. 0fb4651 Different tools have different ideas about what human-readable output by Elliott Hughes · 10 years ago
  76. 11d2ff5 First pass at proper bunzip2 command line handling. by Rob Landley · 10 years ago
  77. 3501e10 Fix ls -l user/group field ordering. by Elliott Hughes · 10 years ago
  78. 8a30303 More Android roadmap updates. by Elliott Hughes · 10 years ago
  79. 9bfd2cf login: execl() requires a path, not a file name by Isaac Dunham · 10 years ago
  80. b73f894 Isaac Dunham pointed out that SIGINT's handler was set twice in init.c. by Rob Landley · 10 years ago
  81. 79191b6 scripts/mkflags.c: add missing unistd.h, ctype.h by Isaac Dunham · 10 years ago
  82. d5258b4 modprobe: use -q to silence by Isaac Dunham · 10 years ago
  83. 8f1f8ef modprobe: use basename_r() by Isaac Dunham · 10 years ago
  84. da8ad27 modprobe: delete perror_exit() that makes no sense by Isaac Dunham · 10 years ago
  85. 430bf37 Fix switch_root implementation. by Alistair Strachan · 10 years ago
  86. 5fb2766 Teach date @unixtime[.fraction], switch -s to be -D (matching busybox and by Rob Landley · 10 years ago
  87. 400dacd Reject invalid dates in date(1). by Elliott Hughes · 10 years ago
  88. 1203ddf Detect swap partitions, inline loop_partitions(), various cleanups. by Rob Landley · 10 years ago
  89. 671ce0c Initialize uninitialized variable. (Oops.) by Rob Landley · 10 years ago
  90. 9ce9399 Adjust xexec() exit code to be 127, and tweaks for nommu friendliness. by Rob Landley · 10 years ago
  91. 6898647 Make multiplexer's "command not found" exit 127. by Rob Landley · 10 years ago
  92. 42b7d4b I've added support for running blkid without specifying a partition (so it scans /proc/partitions). by Dima Krasner · 10 years ago
  93. 802642a Minor tweak of reboot.c by Rob Landley · 10 years ago
  94. a12eec7 reboot: signal init, add -f option to call reboot(); by Isaac Dunham · 10 years ago
  95. 5f225ca Cosmetic tweak: newline at the end of "make change". by Rob Landley · 10 years ago
  96. 31ff1f2 Switch nbd_client to xconnect() and make xconnect() try all returned addresses by Rob Landley · 10 years ago
  97. 35dafc7 Tweak xconnect: socket can be a string (ala "ftp") from /etc/services. by Rob Landley · 10 years ago
  98. ea75e75 Factor out xconnect(), plus some other small cleanups to telnet.c. by Rob Landley · 10 years ago
  99. 7a3f53b Mark command-local functions static. by Rob Landley · 10 years ago
  100. 3aa1d18 Long-overdue cleanup on login. by Rob Landley · 10 years ago