| 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 | |
| Jan 20, 2016 | |
| 10 years 24 days | Add basic top support to ps.c, delete toys/pending/top.c. |
|
Commit 941f9d6cc09adaa0155ee71ac34e6f9b773a90f1, by Rob Landley | |
| 10 years 24 days | First stab at making readfileat() realloc() in a loop to read long files. |
|
Commit 59781de0c0512ed3c862bef5735d569b2adcd4a3, by Rob Landley | |
| 10 years 24 days | Another CFG_TOYBOX_DEBUG test. |
|
Commit e9dce28087997b633dd39e8907bf67629d24b899, by Rob Landley | |
| 10 years 24 days | runcon needs to exec, not recurse. |
|
Commit ee660c977371b3bfc184f3ca3a6b1c84dcaa1686, by Rob Landley | |
| Jan 19, 2016 | |
| 10 years 25 days | Set CONFIG_TOYBOX_NORECURSE. |
|
Commit 29d98209b50f3296b36d10ffaab4e88c31fe493e, by Elliott Hughes | |
| 10 years 25 days | Implement pgrep -clv (and remove some accidentally checked in debug code). |
|
Commit 559f36cf91e0872b3cac80c8f3ccc9a91f3bb2d6, by Rob Landley | |
| Jan 18, 2016 | |
| 10 years 26 days | Implement basic pkill plumbing, and fix FORCE_FLAGS on flag context switch. |
|
Commit 36b7cb7c3b856b1b17db4b9df44161e40f09e237, by Rob Landley | |
| 10 years 27 days | Extend utf8 fontmetrics so ps can use them. |
|
Commit ba86864699997b0da780e15fd6be33c8a556e927, by Rob Landley | |
| Jan 17, 2016 | |
| 10 years 27 days | Add -L label and UUID support to mkswap. |
|
Commit 3b17f66c10af679f7ce3cd7b17af3b13664cde0c, by Rob Landley | |
| 10 years 27 days | Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD. |
|
Commit 544c1ec1614cd9a8dcedac3478701e4b97b0f8a0, by Rob Landley | |
| Jan 16, 2016 | |
| 10 years 28 days | Move create_uuid() to lib and xpoll() to lib/net.c. |
|
Commit 5493916370c74944cc796cc91d058fb4ccabe140, by Rob Landley | |
| 10 years 28 days | Add swapon -d (discard) |
|
Commit 7279b849f48e2ceb1d35e82e53b14343b708d776, by Rob Landley | |
| 10 years 28 days | Regenerate generated files. |
|
Commit e56796db41c0cda778bb5505394b895fdd77e527, by Elliott Hughes | |
| 10 years 28 days | Merge remote-tracking branch 'toybox/master' into HEAD |
|
Commit a7927748ad0691c8c8d0cd28cfb98e16c30f6bd2, by Elliott Hughes | |
| Jan 15, 2016 | |
| 10 years 29 days | Command line files without paths were attempting to use stdin as their dirfd, (because ls uses nonstandard directory recursion which collates all the command line arguments under a fake top node, which needs more thorough initialization). |
|
Commit 7d6f210aa38afe2a9a370f1e0f23edf72a1735bb, by Rob Landley | |
| 10 years 29 days | Locale setting is case sensitive. |
|
Commit deb31c82944c1fa98ea2942691c53c9d841c1a66, by Rob Landley | |
| 10 years 29 days | More utf8 test files. |
|
Commit a90fd0a191f4afbe55d9170c81e8ce2b196c26c4, by Rob Landley | |
| 10 years 29 days | Fix sort -f, add tests, make TEST_HOST pass new tests. |
|
Commit 7ca907824d6f8a5017c3d914d0028a3d50ea619a, by Rob Landley | |
| 10 years 29 days | Implement most of pgrep and pkill. |
|
Commit 7d4d0421b8e57bd6d9a9cb3dee04130b43bc53a0, by Rob Landley | |
| Jan 14, 2016 | |
| 10 years 30 days | Make "find -execdir toys echo {} +" batch correctly and show topdir results. |
|
Commit 192155553c01f39a774d169cb3b28dc5c7417c08, by Rob Landley | |