| 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 | |
| Oct 30, 2015 | |
| 10 years 3 months | Merge remote-tracking branch \'toybox/master\' into HEAD am: 61acb4487d |
|
Commit 4ddc100bcb967e8182bc61badf91927d8acadf70, by Elliott Hughes | |
| 10 years 3 months | Regenerate generated files after upstream sync. am: 941d74d9c0 |
|
Commit c3f2d51b41e925324721ad81b27e700269dfd03e, by Elliott Hughes | |
| 10 years 3 months | Start building toybox ps. |
|
Commit b131803047c2a5601b9dc7ea6b09934540b51cc0, by Elliott Hughes | |
| 10 years 3 months | Start building toybox ps. am: b131803047 |
|
Commit 90ba86bc6bbf4185b164bb0932b92e3ff6ff1d12, by Elliott Hughes | |
| Oct 31, 2015 | |
| 10 years 3 months | Now that toybox is chmod -w, mv needs -f to overwrite it. |
|
Commit f3dc8a81c56209d7ae0fcd859a359d13e577d63d, by Rob Landley | |
| 10 years 3 months | Add ps --ppid. |
|
Commit 71617b9ea00ed774c202346c9bf8ac2bf80dfc2e, by Elliott Hughes | |
| 10 years 3 months | Add ps -Z. |
|
Commit 11d6079ed3cb067dc66a795a1c7565c13afd5a00, by Elliott Hughes | |
| 10 years 3 months | Make ps -o error reporting intelligible. |
|
Commit 3c0f6a19a271a7b85d62fc85d0ac1c6f661849f2, by Elliott Hughes | |
| 10 years 3 months | Fix the ps -o CMD vs COMM distinction. |
|
Commit 9d57762c921e77a7237981916d3109bbd3607891, by Elliott Hughes | |
| Nov 1, 2015 | |
| 10 years 3 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 | |
| 10 years 3 months | Fix applying patch hunks with trailing context to the start of the file. |
|
Commit 8205f5a88de29369b777533bb7ec4051454d31bc, by Rob Landley | |
| 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 | |
| Nov 2, 2015 | |
| 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 | |
| 10 years 3 months | Add -P as short option for --ppid. |
|
Commit 539f8c8b56729d1b6562ade260bf6c44d1f9637b, 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 | Explain signals in oneit help text. |
|
Commit 729401d267d6ce53443505210dd3dd9471056155, by Rob Landley | |
| Nov 3, 2015 | |
| 10 years 3 months | Whitespace and parentheses. |
|
Commit 31cb5fc41086f5b2903f473f85e6305bf47cfa2c, by Rob Landley | |
| 10 years 3 months | Version 0.6.1 |
|
Commit 87ede171eeaa90db3b76d2cb6230f947d2497e65, by Rob Landley | |
| Nov 4, 2015 | |
| 10 years 3 months | New dhcp6 command from Sameer Pradhan. |
|
Commit 54a13f9ef4380501d3b12bb1f04408f5607d46ee, by Rob Landley | |
| 10 years 3 months | dhcp leanup: remove flag_get() and flag_chk() |
|
Commit 547c9167565cf8a2bba8bd79850889101866814a, by Rob Landley | |