| 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 | |
| Nov 1, 2015 | |
| 10 years 2 months | Fix applying patch hunks with trailing context to the start of the file. |
|
Commit 8205f5a88de29369b777533bb7ec4051454d31bc, by Rob Landley | |
| 10 years 2 months | 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 | |
| 10 years 2 months | Fix the ps -o CMD vs COMM distinction. |
|
Commit 9d57762c921e77a7237981916d3109bbd3607891, by Elliott Hughes | |
| 10 years 2 months | Make ps -o error reporting intelligible. |
|
Commit 3c0f6a19a271a7b85d62fc85d0ac1c6f661849f2, by Elliott Hughes | |
| 10 years 2 months | Add ps -Z. |
|
Commit 11d6079ed3cb067dc66a795a1c7565c13afd5a00, by Elliott Hughes | |
| 10 years 2 months | Add ps --ppid. |
|
Commit 71617b9ea00ed774c202346c9bf8ac2bf80dfc2e, by Elliott Hughes | |
| 10 years 2 months | Now that toybox is chmod -w, mv needs -f to overwrite it. |
|
Commit f3dc8a81c56209d7ae0fcd859a359d13e577d63d, by Rob Landley | |
| Oct 30, 2015 | |
| 10 years 2 months | Start building toybox ps. am: b131803047 |
|
Commit 90ba86bc6bbf4185b164bb0932b92e3ff6ff1d12, by Elliott Hughes | |
| 10 years 2 months | Start building toybox ps. |
|
Commit b131803047c2a5601b9dc7ea6b09934540b51cc0, by Elliott Hughes | |
| 10 years 2 months | Regenerate generated files after upstream sync. am: 941d74d9c0 |
|
Commit c3f2d51b41e925324721ad81b27e700269dfd03e, by Elliott Hughes | |
| 10 years 2 months | Merge remote-tracking branch \'toybox/master\' into HEAD am: 61acb4487d |
|
Commit 4ddc100bcb967e8182bc61badf91927d8acadf70, by Elliott Hughes | |
| 10 years 2 months | Regenerate generated files after upstream sync. |
|
Commit 941d74d9c07a4d53368aaafb8e749ec4ffbca246, by Elliott Hughes | |
| 10 years 2 months | Merge remote-tracking branch 'toybox/master' into HEAD |
|
Commit 61acb4487d20b626ae6fb62f3404ecffb47f7e30, by Elliott Hughes | |
| Oct 29, 2015 | |
| 10 years 2 months | Tweak permissions of toybox binary. |
|
Commit b8f5eff75187cf1b9774a8e65fe705efbb436c65, by Rob Landley | |
| 10 years 2 months | Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet. |
|
Commit c815d59f80ebb5cf377e7e87e44c340d9b103132, by Rob Landley | |
| 10 years 2 months | 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 | |
| 10 years 2 months | Oops, forgot to check in the header file change for ps.c. |
|
Commit da646636382e5830650e725592d10cec587081f7, by Rob Landley | |
| 10 years 2 months | Promote ps to posix. |
|
Commit 9bdd8fd4549e8392b5bec0298e9978436392e342, by Rob Landley | |
| 10 years 2 months | Free more stuff in debug cleanup. |
|
Commit 75df3e5631422ffc3de0d31e04aa9be343190f3e, by Rob Landley | |
| 10 years 2 months | 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 | |