| 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 41 Next | |
| Dec 19, 2013 | |
| 12 years 3 months | Older python spit --version to stdout, 2.7 does it to stderr. Of course. |
|
Commit bb5cfb270f924390c2163573cc5ed8fba9f638b8, by Rob Landley | |
| 12 years 3 months | Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mount.h... |
|
Commit 10d55b112963406dec3164396b9e8378f6d63961, by Rob Landley | |
| 12 years 3 months | toynet.h went away, missed a file... |
|
Commit 68cff435a7641e92a4f261e12cd5dac53a1c7c2f, by Rob Landley | |
| 12 years 3 months | Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. |
|
Commit 0201900cadbab691386298f195b1574a301c1b99, by Rob Landley | |
| 12 years 3 months | Move names_to_pid from pending to lib. |
|
Commit db1009dc5c7606e5abf01d41f82ca18001dc1f52, by Rob Landley | |
| Dec 18, 2013 | |
| 12 years 3 months | ln -v support from Ashwini Sharma (comment tweak from me) |
|
Commit c4a8ce4fe303ff66f1cf2fd3d14aef303d25287e, by Rob Landley | |
| 12 years 3 months | Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite entries. |
|
Commit ed9eac3967ed88262293aa395744194f8be294b0, by Rob Landley | |
| Dec 17, 2013 | |
| 12 years 4 months | Fix pidof -o bug aborting output, reported by Ashwini Sharma. |
|
Commit 4f20b9628bff272c504b6bf2c7c71619f7337022, by Rob Landley | |
| Dec 8, 2013 | |
| 12 years 4 months | Doing math on void pointers isn't portable, reported by Nathan McSween. |
|
Commit dbbd3d6e485d6a063dcd2f163313b52ce95b42f5, by Rob Landley | |
| 12 years 4 months | Forgot to set new pending entry to default n. |
|
Commit 7acbf5e49d0041ca006305c563be2f50f85f6ec7, by Rob Landley | |
| 12 years 4 months | Can't test <0 on an unsigned, reported by Nathan McSween. |
|
Commit 0eb0a81c0c8e2ea99320cc42574766081052af86, by Rob Landley | |
| Dec 7, 2013 | |
| 12 years 4 months | Ashwini Sharma submitted tcpsvd/udpsvd. |
|
Commit 2023d5804ac842b70b32b86f642e409b028df1da, by Rob Landley | |
| Dec 5, 2013 | |
| 12 years 4 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 3, 2013 | |
| 12 years 4 months | Redo od whitespace with multiple output types so the columns align. |
|
Commit b0d4872f532bead29307654bbc511d6083abf2af, by Rob Landley | |
| Dec 1, 2013 | |
| 12 years 4 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 | |
| Nov 30, 2013 | |
| 12 years 4 months | Fix cut. |
|
Commit 639334be803dae79d69e6d6ca139bb3749c9705d, by Rob Landley | |
| 12 years 4 months | Cleanup help text, remove dead fields unused by linux kernel. |
|
Commit 76e7916707b5819a1433100bce63b2076639c943, by Rob Landley | |
| Nov 29, 2013 | |
| 12 years 4 months | Promote ifconfig from pending to other. |
|
Commit 8f64b039e0b852da3d39758dfbe7f6c04d57897b, by Rob Landley | |
| 12 years 4 months | Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. |
|
Commit b5e74165d1462d69deaecbf14305dbf2eee746d5, by Rob Landley | |
| 12 years 4 months | Add xgetpwnam() to lib/xwrap.c. |
|
Commit 5ec4ab3113dcc813b6040d7ded38e297df99dc0e, by Rob Landley | |