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 | |
Dec 27, 2017 | |
7 years 2 months | enable modprobe utility |
Commit ebd9e561906f79b88d6c6b0a32e1966ad0cd66f7, by Josua Mayer | |
7 years 2 months | HACK: modprobe: change modules path to android location |
Commit 4a5e2d171d8670595d58e0a4900f0259890e3179, by Josua Mayer | |
Mar 16, 2018 | |
7 years 4 days | Fix vmstat for large machines. |
Commit 133915d49405693b587c3e67fc56c186543ae210, by Elliott Hughes | |
Mar 19, 2018 | |
7 years 2 days | Ryan Prichard pointed out that du -d0 should act like du -s, but the plumbing wouldn't let him assign a negative default value, so I fixed it. |
Commit aa265ebff4fd94b1bfa152a116d6d5fa1971b727, by Rob Landley | |
Mar 21, 2018 | |
7 years 17 hours | Minghui Liu pointed out that the b and c suffixes were reported as errors. |
Commit 279fe0b437f777c1133d8421a94977a9f8867b12, by Rob Landley | |
7 years 16 hours | Fix atolx not integer error when used with suffix *d |
Commit 07fc8fc5273070fa4ac99d456c484f96c2ae7341, by Minghui Liu | |
6 years 11 months | Collate two error messages that both mean "your kernel is broken". |
Commit 0068c53f7e134c455785df7b0547f553d6eb80dd, by Rob Landley | |
Mar 22, 2018 | |
6 years 11 months | atolx should use tolower instead of toupper |
Commit de28ab46e8ee63329959bd572ce1c3a54cabee60, by Minghui Liu | |
Mar 24, 2018 | |
6 years 11 months | Inline toys/e2fs.h into mke2fs.c. (Debris from the dawn of time.) |
Commit 7fe1c73cf9406c832474dba5352e6096b86b3ebf, by Rob Landley | |
6 years 11 months | Add the extra info we've got back to the error message. |
Commit 3fed6c84e76f2df4060d107280cc29607e617689, by Rob Landley | |
6 years 11 months | Fix break caused by removing toys/e2fs.h. |
Commit 48ac4c6c4fb7d25040cadd3c046578dd7530da00, by Rob Landley | |
Mar 27, 2018 | |
6 years 11 months | Rename demo_human_readable.c->demo_number.c and have it do atolx() too. |
Commit 16c4357f0d0df0ce4f91d424cc57ce571ccf4e91, by Rob Landley | |
Mar 29, 2018 | |
6 years 11 months | Haroon Maqsood pointed out "vmstat 1 1" didn't stop and "vmstat -n" didn't print the first header line. |
Commit 01b5fb007cb0259c78574d90b59f83bba13f46eb, by Rob Landley | |
Apr 1, 2018 | |
6 years 11 months | Remove semicolon from WOULD_EXIT() macro (screws up if statement levels). |
Commit e16c181f5869db5148410af39719128ec925923b, by Rob Landley | |
6 years 11 months | Use XVFORK() macro, add option ranges, make lookup_port() check /etc/services, remove redundant CLOEXEC (xsocket does it) and CFG_NETCAT_LISTEN test (we're not doing FORCE_FLAGS so FLAG_L and FLAG_l become zero), remove comments about vfork triggerin |
Commit 96c0084bca9ef179e6e19fc77d8d67ebc1b8088b, by Rob Landley | |
Apr 3, 2018 | |
6 years 11 months | Second argument to inet_ntop() is int, not long. (64 bit big endian systems care.) |
Commit 58aed2b87d1287bfa37b35d6a3692bcb6484d4b2, by Rob Landley | |
6 years 11 months | Library probes need $LDFLAGS (for --static) |
Commit c244273ffb1768537eddce494e19a4c5ad435c39, by Rob Landley | |
Apr 4, 2018 | |
6 years 11 months | Finish renameing test_* to demo_* in example directories and tweak README. |
Commit 9448f8e57ed6ff85e756ec5e9545f99e6376e778, by Rob Landley | |
6 years 11 months | Factor out xtempfile() |
Commit 0043e99318bfade48c7a378997b691694b06edd0, by Rob Landley | |
6 years 11 months | Fix precedence error in vmstat. |
Commit b60eaface3b105b077b70cc9cb02ae729663a715, by Elliott Hughes |