| 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 | |
| Feb 9, 2015 | |
| 11 years 5 days | Add mktemp. |
|
Commit 79984b400ef6bcec74d1599c8a2f71f65ff1441e, by Elliott Hughes | |
| Oct 20, 2014 | |
| 11 years 3 months | ls: Add -Z (Smack) option |
|
Commit e94931034578707958fecb7f34dcd3a0a175eaf7, by Jan Cybulski | |
| Dec 23, 2013 | |
| 12 years 1 month | Fix some issues raised (albeit indirectly) by Isaac Dunham. |
|
Commit afba5b8efdf1bac2c02ca787840a2be053c800f7, by Rob Landley | |
| 12 years 1 month | Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 netmask" would segfault. Replace it with an error_exit(), see list for aesthetic issue this raises re: help text. |
|
Commit 5a73f3992d75dd4c7beefae2fa8a843d14372b19, by Rob Landley | |
| 12 years 1 month | Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) |
|
Commit f070ec01d918ff0474a0a5fc9aa745fcd848622a, by Rob Landley | |
| Dec 22, 2013 | |
| 12 years 1 month | Promote su from pending to lsb. |
|
Commit d10f39dcd08bf42b2e63789b15966ed908ff6439, by Rob Landley | |
| 12 years 1 month | Cleanup su. |
|
Commit a44d9db1db09e3c64803dd3ea3868f8c1f009eae, by Rob Landley | |
| Dec 20, 2013 | |
| 12 years 1 month | killall: fix return code, improve error reporting, avoid buffer overflow. |
|
Commit 06387550f363ca910c5d58d802971ecc181ec6e2, by Rob Landley | |
| 12 years 1 month | Don't permute toys.optargs, cleanup code (xexec()) can free it. |
|
Commit 6db8529a785e2cab142e840b6e3fbdcc2c02dd1f, by Rob Landley | |
| Dec 19, 2013 | |
| 12 years 1 month | Older python spit --version to stdout, 2.7 does it to stderr. Of course. |
|
Commit bb5cfb270f924390c2163573cc5ed8fba9f638b8, by Rob Landley | |
| 12 years 1 month | Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mount.h... |
|
Commit 10d55b112963406dec3164396b9e8378f6d63961, by Rob Landley | |
| 12 years 1 month | toynet.h went away, missed a file... |
|
Commit 68cff435a7641e92a4f261e12cd5dac53a1c7c2f, by Rob Landley | |
| 12 years 1 month | Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. |
|
Commit 0201900cadbab691386298f195b1574a301c1b99, by Rob Landley | |
| 12 years 1 month | Move names_to_pid from pending to lib. |
|
Commit db1009dc5c7606e5abf01d41f82ca18001dc1f52, by Rob Landley | |
| Dec 18, 2013 | |
| 12 years 1 month | ln -v support from Ashwini Sharma (comment tweak from me) |
|
Commit c4a8ce4fe303ff66f1cf2fd3d14aef303d25287e, by Rob Landley | |
| 12 years 1 month | 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 1 month | Fix pidof -o bug aborting output, reported by Ashwini Sharma. |
|
Commit 4f20b9628bff272c504b6bf2c7c71619f7337022, by Rob Landley | |
| Dec 8, 2013 | |
| 12 years 2 months | Doing math on void pointers isn't portable, reported by Nathan McSween. |
|
Commit dbbd3d6e485d6a063dcd2f163313b52ce95b42f5, by Rob Landley | |
| 12 years 2 months | Forgot to set new pending entry to default n. |
|
Commit 7acbf5e49d0041ca006305c563be2f50f85f6ec7, by Rob Landley | |
| 12 years 2 months | Can't test <0 on an unsigned, reported by Nathan McSween. |
|
Commit 0eb0a81c0c8e2ea99320cc42574766081052af86, by Rob Landley | |