| 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 33 34 35 36 37 38 39 40 Next | |
| Mar 22, 2018 | |
| 7 years 11 months | atolx should use tolower instead of toupper |
|
Commit de28ab46e8ee63329959bd572ce1c3a54cabee60, by Minghui Liu | |
| Mar 24, 2018 | |
| 7 years 11 months | Inline toys/e2fs.h into mke2fs.c. (Debris from the dawn of time.) |
|
Commit 7fe1c73cf9406c832474dba5352e6096b86b3ebf, by Rob Landley | |
| 7 years 11 months | Add the extra info we've got back to the error message. |
|
Commit 3fed6c84e76f2df4060d107280cc29607e617689, by Rob Landley | |
| 7 years 11 months | Fix break caused by removing toys/e2fs.h. |
|
Commit 48ac4c6c4fb7d25040cadd3c046578dd7530da00, by Rob Landley | |
| Mar 27, 2018 | |
| 7 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 | |
| 7 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 | |
| 7 years 11 months | Remove semicolon from WOULD_EXIT() macro (screws up if statement levels). |
|
Commit e16c181f5869db5148410af39719128ec925923b, by Rob Landley | |
| 7 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 | |
| 7 years 11 months | Second argument to inet_ntop() is int, not long. (64 bit big endian systems care.) |
|
Commit 58aed2b87d1287bfa37b35d6a3692bcb6484d4b2, by Rob Landley | |
| 7 years 11 months | Library probes need $LDFLAGS (for --static) |
|
Commit c244273ffb1768537eddce494e19a4c5ad435c39, by Rob Landley | |
| Apr 4, 2018 | |
| 7 years 11 months | Finish renameing test_* to demo_* in example directories and tweak README. |
|
Commit 9448f8e57ed6ff85e756ec5e9545f99e6376e778, by Rob Landley | |
| 7 years 11 months | Factor out xtempfile() |
|
Commit 0043e99318bfade48c7a378997b691694b06edd0, by Rob Landley | |
| 7 years 11 months | Fix precedence error in vmstat. |
|
Commit b60eaface3b105b077b70cc9cb02ae729663a715, by Elliott Hughes | |
| Apr 9, 2018 | |
| 7 years 11 months | Ubuntu's ln -f dies if you do "ln -s link link; ln -sf / link". Toybox's ln -f does the rm and retry if the first attempt fails for any reason. |
|
Commit bd3a4a0308e1a5e0bb60d9b99aaf547d5d767a53, by Rob Landley | |
| 7 years 11 months | Fix error message: update $NAME before complaining about test with wrong # args. |
|
Commit ef46bb70820717036c3d078b3e659afade713f24, by Rob Landley | |
| 7 years 11 months | Add -- to "eval". |
|
Commit 4f81242e384930a683b3591bc5a634fa22dda8ca, by Rob Landley | |
| 7 years 11 months | Add readlink -m to show where a missing path would be. |
|
Commit cd3f81ebe5c82f1fd5f610b0f2e0fa07ac27903e, by Rob Landley | |
| 7 years 11 months | Add mkpath() for common case of mkpathat(), and #define magic constants. |
|
Commit 221439164eb6683a5af35540b24b5620e5d8ab19, by Rob Landley | |
| 7 years 11 months | Add cp --parents |
|
Commit 8fdd58a02257baf8f2bca1c086571ea7b7e17365, by Rob Landley | |
| Apr 12, 2018 | |
| 7 years 11 months | Fix "cp -p" doesn't preserve timestamps bug |
|
Commit b6427f1bfe7291d6dcb102660685a2fc3bfc5123, by Minghui Liu | |