AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 Next | |
Oct 15, 2015 | |
9 years 5 months | make.sh: missing cflags for config2help |
Commit 76ddf7a3c55efa456af2c488b4be4fb9997fdbd2, by Alejandro Joya | |
9 years 5 months | More ps work, implement -p, correct several -o fields and general alignment. |
Commit 04fccba19fc8aed46d756edba43859e0b3893ff0, by Rob Landley | |
Oct 17, 2015 | |
9 years 5 months | Fix ps display padding (truncation) and adjust -o pri by one. |
Commit 0719c9743b761a8c348079e6d28ac839e9b82019, by Rob Landley | |
Oct 18, 2015 | |
9 years 5 months | More ps work, tested up through etime now. |
Commit 196e8c0e34e2ccad657f331be9f07e784a041589, by Rob Landley | |
Oct 21, 2015 | |
9 years 5 months | Move d/h units from %d %D output to default format string. |
Commit d7e85a7c37e2f7248b8b8c367254abcb6557fd6e, by Rob Landley | |
9 years 4 months | ps: implement -t, remove leading 0 from ETIME days, implement -o GROUP,GID,PCPU |
Commit bfee4b2325efd7c21c2e5ec02193ec2e97cca0ff, by Rob Landley | |
9 years 4 months | Make ps.c whitespace consistent. (Assignment has spaces around operator, comparison doesn't.) |
Commit 1509170ac2c0bf408501f78fa6079a6a6514c04f, by Rob Landley | |
Oct 23, 2015 | |
9 years 4 months | Auto-size df columns. |
Commit c10638d3b16d065c1efd97ae17c1a8bf417be706, by Elliott Hughes | |
9 years 4 months | fix dhcpd warning |
Commit c9e2a656c7305fac00a5a8c09201e1e39fea6a1b, by Yeongdeok Suh | |
9 years 4 months | Fix netstat build warnings. |
Commit aff606920612ceedc6fa0716cdfcea0571d56987, by Elliott Hughes | |
9 years 4 months | More ps work: move l/r justification to widths[], add RUID/RGID, implement PGID, plus tty detection fix from Elliott Hughes. |
Commit 71d87c9ecff852dbc115135c8ad38d40169f2726, by Rob Landley | |
Oct 25, 2015 | |
9 years 4 months | More ps work, and fill out remaining help text. Fix more l/r justification, implement uname vsz vsize and stat. |
Commit a58bab54f60fb8268688275395780a274bed0f36, by Rob Landley | |
9 years 4 months | Factor out parse_o() and make -l -f and default output work on strings rather than bitfields. |
Commit 9e5dd1474d1a194af091c0576f57d95e4ad31a00, by Rob Landley | |
9 years 4 months | Add comma_args() and factor out parse_o(), parse_t(), and parse_p() to use it. Fix FLAG_w. |
Commit 5535a2695642dcf54051af2b654ab37a89ece72f, by Rob Landley | |
9 years 4 months | Add xcount_cpus() |
Commit eb1bbc245dd6554a8fbe879a4efb903f6e7788cb, by Rob Landley | |
Oct 27, 2015 | |
9 years 4 months | Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF) |
Commit d4c17cdaf1f72a872dcbe12952412f02810c29b5, by Rob Landley | |
Oct 28, 2015 | |
9 years 4 months | Install without a mode should use 0755, and check FLAG_preserve instead of the global so "install -g 0" doesn't alias to "cp --preserve 0" and error out. through to --preserve 0" |
Commit 10a942f7a67fe7f8dc6c17c3115449f5034fb607, by Rob Landley | |
9 years 4 months | Fix ls error message for chmod -r directories. |
Commit 87f6a93fc594934b21fcd0e9d42baad2abb209ae, by Rob Landley | |
9 years 4 months | Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs, inspired by: https://android-review.googlesource.com/#/c/152663/4/libc/bionic/fget xattr.cpp |
Commit 55aa28467914463e9c6869cd3c8b7264f7e6e695, by Rob Landley | |
9 years 4 months | Update Android section of roadmap. |
Commit 347e4f4b3d4ac83bc03a90e1362e34408997064f, by Elliott Hughes |