| 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 4, 2015 | |
| 10 years 3 months | Merge "If chomp() needs to test it found \n, should also test it's at end of string." |
|
Commit 702696e9d7f782bdc4abf2c9005236c217ed76be, by Elliott Hughes | |
| 10 years 3 months | Merge "Add ps -Z." |
|
Commit 67917185864ce9fef0e74e0e668bdb439032c6f3, by Elliott Hughes | |
| 10 years 3 months | Merge "Add ps --ppid." |
|
Commit 5f53f4259f90c9bb042d4463c3100a9dea9ab0ec, by Elliott Hughes | |
| 10 years 3 months | Merge "Last patch broke creating new file as a patch, fix it. (Matches beginning and EOF at once.)" |
|
Commit c36b3e33ec1b124714d9dd502de6f44364aa1db3, by Elliott Hughes | |
| 10 years 3 months | Merge "Fix applying patch hunks with trailing context to the start of the file." |
|
Commit 01046872bfb9d360d4aab0e8da9b459296647106, by Elliott Hughes | |
| 10 years 3 months | Merge "Change grep -w to checking matches after the fact rather than modifing regex. This lets '(x)\1' match, as reported by Isabella Parakiss." |
|
Commit cc82b24c415da6676cdb1e3460680244671a0933, by Elliott Hughes | |
| 10 years 3 months | Merge "Now that toybox is chmod -w, mv needs -f to overwrite it." |
|
Commit 00aedd4895427256758d9d1921e3e4f6f8948d87, by Elliott Hughes | |
| 10 years 3 months | Merge "Tweak permissions of toybox binary." |
|
Commit 5fc52369a634fb157d57d1422ac43ad9c9f69b98, by Elliott Hughes | |
| 10 years 3 months | Merge "Update Android section of roadmap." |
|
Commit cba5a99c24160ed734ab51a4ce7d47234054a002, by Elliott Hughes | |
| 10 years 3 months | Merge "Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet." |
|
Commit 181963ddcd93a222fd73c792a39490856c1f8f8d, by Elliott Hughes | |
| 10 years 3 months | Regenerate generated files after upstream sync. |
|
Commit 5b8911166c810c6a6f77a8e58332a4ebc053c32b, by Elliott Hughes | |
| 10 years 3 months | dhcp leanup: remove flag_get() and flag_chk() |
|
Commit 547c9167565cf8a2bba8bd79850889101866814a, by Rob Landley | |
| 10 years 3 months | New dhcp6 command from Sameer Pradhan. |
|
Commit 54a13f9ef4380501d3b12bb1f04408f5607d46ee, by Rob Landley | |
| Nov 3, 2015 | |
| 10 years 3 months | Version 0.6.1 |
|
Commit 87ede171eeaa90db3b76d2cb6230f947d2497e65, by Rob Landley | |
| 10 years 3 months | Whitespace and parentheses. |
|
Commit 31cb5fc41086f5b2903f473f85e6305bf47cfa2c, by Rob Landley | |
| Nov 2, 2015 | |
| 10 years 3 months | Explain signals in oneit help text. |
|
Commit 729401d267d6ce53443505210dd3dd9471056155, by Rob Landley | |
| 10 years 3 months | Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endian seldom ends well). Instead add -DBUILD_FOR_HOST to $HOSTCC and wrap #ifdefs around problematic (smack) includes from toys.h. |
|
Commit d20b9ff3ee0f1014a740baed908dc0a08c646fb6, by Rob Landley | |
| 10 years 3 months | Add -P as short option for --ppid. |
|
Commit 539f8c8b56729d1b6562ade260bf6c44d1f9637b, by Rob Landley | |
| 10 years 3 months | 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 | |
| 10 years 3 months | Last patch broke creating new file as a patch, fix it. (Matches beginning and EOF at once.) |
|
Commit 2fe69382d37bf75ecf4ef4d730339c4982a82461, by Rob Landley | |