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 Next | |
Nov 2, 2015 | |
9 years 10 days | If chomp() needs to test it found \n, should also test it's at end of string. |
Commit 45e0acc110465175afc678ee103f2f5c4e6b270f, by Rob Landley | |
Nov 1, 2015 | |
9 years 11 days | Last patch broke creating new file as a patch, fix it. (Matches beginning and EOF at once.) |
Commit 2fe69382d37bf75ecf4ef4d730339c4982a82461, by Rob Landley | |
9 years 11 days | Fix applying patch hunks with trailing context to the start of the file. |
Commit 8205f5a88de29369b777533bb7ec4051454d31bc, by Rob Landley | |
9 years 11 days | Change grep -w to checking matches after the fact rather than modifing regex. This lets '(x)\1' match, as reported by Isabella Parakiss. |
Commit 73e3a644c1af8e28ca45c3b5169dee8acc06b179, by Rob Landley | |
Oct 31, 2015 | |
9 years 12 days | Fix the ps -o CMD vs COMM distinction. |
Commit 9d57762c921e77a7237981916d3109bbd3607891, by Elliott Hughes | |
9 years 12 days | Make ps -o error reporting intelligible. |
Commit 3c0f6a19a271a7b85d62fc85d0ac1c6f661849f2, by Elliott Hughes | |
9 years 12 days | Add ps -Z. |
Commit 11d6079ed3cb067dc66a795a1c7565c13afd5a00, by Elliott Hughes | |
9 years 12 days | Add ps --ppid. |
Commit 71617b9ea00ed774c202346c9bf8ac2bf80dfc2e, by Elliott Hughes | |
9 years 13 days | Now that toybox is chmod -w, mv needs -f to overwrite it. |
Commit f3dc8a81c56209d7ae0fcd859a359d13e577d63d, by Rob Landley | |
Oct 29, 2015 | |
9 years 14 days | Tweak permissions of toybox binary. |
Commit b8f5eff75187cf1b9774a8e65fe705efbb436c65, by Rob Landley | |
9 years 14 days | Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet. |
Commit c815d59f80ebb5cf377e7e87e44c340d9b103132, by Rob Landley | |
9 years 14 days | Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added an extra newline because the test for whether we have an existing string to append a newline to was checking if struct step had data appended to it, and the /x/ regex is dat |
Commit 8132ad2f4ec9b463ed954a302e9e490b549b106a, by Rob Landley | |
9 years 15 days | Oops, forgot to check in the header file change for ps.c. |
Commit da646636382e5830650e725592d10cec587081f7, by Rob Landley | |
9 years 15 days | Promote ps to posix. |
Commit 9bdd8fd4549e8392b5bec0298e9978436392e342, by Rob Landley | |
9 years 15 days | Free more stuff in debug cleanup. |
Commit 75df3e5631422ffc3de0d31e04aa9be343190f3e, by Rob Landley | |
9 years 15 days | Implement -suUgG and -o majfl,minfl, move uid/ruid/gid/rgid into slots[31-34] and vmlck into slot[18], pass error message to comma_args(), collate -stuUgG callbacks into parse_rest(). |
Commit 7ab0e6ed60c10e78a536357832ef3859489f5083, by Rob Landley | |
9 years 15 days | Tweak build instructions in README/code.html. |
Commit 1cbc283f94aab45ca1246d248f4d323b5f455221, by Rob Landley | |
Oct 28, 2015 | |
9 years 15 days | Update Android section of roadmap. |
Commit 347e4f4b3d4ac83bc03a90e1362e34408997064f, by Elliott Hughes | |
9 years 15 days | Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs, inspired by: https://android-review.googlesource.com/#/c/152663/4/libc/bionic/fget xattr.cpp |
Commit 55aa28467914463e9c6869cd3c8b7264f7e6e695, by Rob Landley | |
9 years 16 days | Fix ls error message for chmod -r directories. |
Commit 87f6a93fc594934b21fcd0e9d42baad2abb209ae, by Rob Landley |