AgeSort asc/desc | Change |
---|---|
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 1, 2013 | |
11 years 2 months | Minor drive-by cleanups to cpio. Whitespace, curly brackets, replace %4 with &3, turn a switch/case into if/else. |
Commit 83d3a0ba8d98a2d4fcf52d09a3c7f097baf0e1f2, by Rob Landley | |
Dec 3, 2013 | |
11 years 2 months | Redo od whitespace with multiple output types so the columns align. |
Commit b0d4872f532bead29307654bbc511d6083abf2af, by Rob Landley | |
Dec 5, 2013 | |
11 years 2 months | When building for 32-bit, the compiler can't figure out that a constant too big to fit in a long isn't trying to unless you explicitly postfix the constant with the type of the varable it's being assigned into. |
Commit 0cae7298fffccbd84e9d06e2d73dce9ed66a9c67, by Rob Landley | |
Dec 7, 2013 | |
11 years 1 month | Ashwini Sharma submitted tcpsvd/udpsvd. |
Commit 2023d5804ac842b70b32b86f642e409b028df1da, by Rob Landley | |
Dec 8, 2013 | |
11 years 1 month | Can't test <0 on an unsigned, reported by Nathan McSween. |
Commit 0eb0a81c0c8e2ea99320cc42574766081052af86, by Rob Landley | |
11 years 1 month | Forgot to set new pending entry to default n. |
Commit 7acbf5e49d0041ca006305c563be2f50f85f6ec7, by Rob Landley | |
11 years 1 month | Doing math on void pointers isn't portable, reported by Nathan McSween. |
Commit dbbd3d6e485d6a063dcd2f163313b52ce95b42f5, by Rob Landley | |
Dec 17, 2013 | |
11 years 1 month | Fix pidof -o bug aborting output, reported by Ashwini Sharma. |
Commit 4f20b9628bff272c504b6bf2c7c71619f7337022, by Rob Landley | |
Dec 18, 2013 | |
11 years 1 month | Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite entries. |
Commit ed9eac3967ed88262293aa395744194f8be294b0, by Rob Landley | |
11 years 1 month | ln -v support from Ashwini Sharma (comment tweak from me) |
Commit c4a8ce4fe303ff66f1cf2fd3d14aef303d25287e, by Rob Landley | |
Dec 19, 2013 | |
11 years 1 month | Move names_to_pid from pending to lib. |
Commit db1009dc5c7606e5abf01d41f82ca18001dc1f52, by Rob Landley | |
11 years 1 month | Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. |
Commit 0201900cadbab691386298f195b1574a301c1b99, by Rob Landley | |
11 years 1 month | toynet.h went away, missed a file... |
Commit 68cff435a7641e92a4f261e12cd5dac53a1c7c2f, by Rob Landley | |
11 years 1 month | Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mount.h... |
Commit 10d55b112963406dec3164396b9e8378f6d63961, by Rob Landley | |
11 years 1 month | Older python spit --version to stdout, 2.7 does it to stderr. Of course. |
Commit bb5cfb270f924390c2163573cc5ed8fba9f638b8, by Rob Landley | |
Dec 20, 2013 | |
11 years 1 month | Don't permute toys.optargs, cleanup code (xexec()) can free it. |
Commit 6db8529a785e2cab142e840b6e3fbdcc2c02dd1f, by Rob Landley | |
11 years 1 month | killall: fix return code, improve error reporting, avoid buffer overflow. |
Commit 06387550f363ca910c5d58d802971ecc181ec6e2, by Rob Landley | |
Dec 22, 2013 | |
11 years 1 month | Cleanup su. |
Commit a44d9db1db09e3c64803dd3ea3868f8c1f009eae, by Rob Landley | |
11 years 1 month | Promote su from pending to lsb. |
Commit d10f39dcd08bf42b2e63789b15966ed908ff6439, by Rob Landley | |
Dec 23, 2013 | |
11 years 1 month | Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) |
Commit f070ec01d918ff0474a0a5fc9aa745fcd848622a, by Rob Landley |