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 Next | |
Feb 12, 2016 | |
9 years 1 month | Add ulimit. |
Commit 59224354ca99b704cec9c2280689949cf2f6b3c8, by Elliott Hughes | |
9 years 1 month | Fix wc -c optimization. |
Commit 09d95477765d3941aacb61c97f76ee94301b8faa, by Elliott Hughes | |
Feb 13, 2016 | |
9 years 1 month | Implement file(1). |
Commit 9502a77ea0a16c395407f31af0bbb0afd0680adb, by Elliott Hughes | |
Feb 14, 2016 | |
9 years 1 month | Add "make list", rename make working->list_working and pending->list_pending, and filter out commands that aren't nofork but aren't installed either (toyflags 0, I.E. recognized aliases like "-sh" called from login). |
Commit 05b7529c1e36fb527113ddcfde5b8513ec2c66d1, by Rob Landley | |
Feb 15, 2016 | |
9 years 1 month | Cleanup pass on file.c, and add detection of different ELF architectures. |
Commit 0332b60f62d71da61634cc69416129dfc64dced8, by Rob Landley | |
Feb 17, 2016 | |
9 years 1 month | Add the sed invocations to convert tabs/spaces and back, plus some tweaks. |
Commit 782d2c17cac641c3c123cc284b219a01ef26e74f, by Rob Landley | |
9 years 1 month | Add dynamic/static checking to file (printing dynamic linker if found). |
Commit cc4a1f4d520f090bd563647df2614d09b66bd54a, by Rob Landley | |
Feb 18, 2016 | |
9 years 1 month | Testfile with the 3 different types of "not utf8 output" escaped chars in it. |
Commit b75c7dfa886e0cb9799e2c5673f7cb5cbf1a77ac, by Rob Landley | |
9 years 1 month | Add support for getprop -Z |
Commit b66a29ab58c686c98ab9683c5c544f40a1ea35f5, by Tom Cherry | |
9 years 1 month | Fix remounting /system on Android. |
Commit 289ca9b68c5bb10c3dda8aa71ae1bbe9dbc98ae7, by Elliott Hughes | |
9 years 1 month | The perl build's attempt to escape spaces and such in LD_LIBRARY_PATH is _SAD_. It uses a sed expression that assumes you can escape - to use it as a literal (you can't, it has to be first or last char of the range), and assumes you have to escape de |
Commit 32b3587af261c2fb416f5de1be8f00fd5c1283d5, by Rob Landley | |
Feb 19, 2016 | |
9 years 1 month | Implement "insmod -". |
Commit 81f31e463bd982a8344ea8681938eb43c9114652, by Elliott Hughes | |
9 years 1 month | RLIMIT_RTTIME was added to the kernel in 2008, you can't expect uClibc to have noticed yet. |
Commit 42cad120baa22bc043bcce6f5aac74fa26a01aef, by Rob Landley | |
9 years 1 month | Add xxd -p and -r. |
Commit 577b7cabd4bae054e314484249f28088b5f385ab, by Elliott Hughes | |
9 years 1 month | Help text update from Isaac Dunham, tweaked slightly. |
Commit 137f5c9b0937dfa204ea2580e58430c7180a79c5, by Rob Landley | |
Feb 20, 2016 | |
9 years 1 month | Add test_COMMAND for each command, update "make help" to describe TEST_HOST and VERBOSE=fail, and fix a quote mismatch. |
Commit 5ec9f52a39c0f5a631cd60f12560698033eba7dc, by Rob Landley | |
9 years 1 month | Merge remote-tracking branch 'toybox/master' into HEAD |
Commit 19ef8b8a7d596e032eb5b2449120d6d3d3031f0e, by Elliott Hughes | |
9 years 1 month | Regenerate generated files. |
Commit bae185a8e0bcc981a170f338edf44900ba7888fa, by Elliott Hughes | |
Feb 21, 2016 | |
9 years 27 days | lsof cleanup |
Commit 36ffaeee6076709f4b68d83ef6cddc3eb39db3a7, by Rob Landley | |
Feb 22, 2016 | |
9 years 26 days | implement simple 'wget' and port name can be specified in URL if default port 80 is not used. |
Commit 5e3d1e35997315df044af3de0633b8298ad63988, by Lipi C. H. Lee |