| 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 | |
| Feb 26, 2016 | |
| 9 years 9 months | Typecast a printf argument because wchar_t isn't a rigidly defined size. |
|
Commit fd6c94753f072df405126272a6d48d93dabe42a6, by Rob Landley | |
| 9 years 9 months | Musl needs an extra #include. |
|
Commit 3879cd97c16332db2edb225f0725b591c2fa14dc, by Rob Landley | |
| Feb 25, 2016 | |
| 9 years 9 months | Use the correct types for recvfrom. |
|
Commit 789d2c1234cf7805d3d6df846b491a112ae93bc7, by George Burgess IV | |
| Feb 22, 2016 | |
| 9 years 9 months | 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 | |
| Feb 21, 2016 | |
| 9 years 9 months | lsof cleanup |
|
Commit 36ffaeee6076709f4b68d83ef6cddc3eb39db3a7, by Rob Landley | |
| Feb 20, 2016 | |
| 9 years 9 months | Regenerate generated files. |
|
Commit bae185a8e0bcc981a170f338edf44900ba7888fa, by Elliott Hughes | |
| 9 years 9 months | Merge remote-tracking branch 'toybox/master' into HEAD |
|
Commit 19ef8b8a7d596e032eb5b2449120d6d3d3031f0e, by Elliott Hughes | |
| 9 years 9 months | 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 | |
| Feb 19, 2016 | |
| 9 years 9 months | Help text update from Isaac Dunham, tweaked slightly. |
|
Commit 137f5c9b0937dfa204ea2580e58430c7180a79c5, by Rob Landley | |
| 9 years 9 months | Add xxd -p and -r. |
|
Commit 577b7cabd4bae054e314484249f28088b5f385ab, by Elliott Hughes | |
| 9 years 9 months | 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 9 months | Implement "insmod -". |
|
Commit 81f31e463bd982a8344ea8681938eb43c9114652, by Elliott Hughes | |
| Feb 18, 2016 | |
| 9 years 9 months | 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 | |
| 9 years 9 months | Fix remounting /system on Android. |
|
Commit 289ca9b68c5bb10c3dda8aa71ae1bbe9dbc98ae7, by Elliott Hughes | |
| 9 years 9 months | Add support for getprop -Z |
|
Commit b66a29ab58c686c98ab9683c5c544f40a1ea35f5, by Tom Cherry | |
| 9 years 9 months | Testfile with the 3 different types of "not utf8 output" escaped chars in it. |
|
Commit b75c7dfa886e0cb9799e2c5673f7cb5cbf1a77ac, by Rob Landley | |
| Feb 17, 2016 | |
| 9 years 9 months | Add dynamic/static checking to file (printing dynamic linker if found). |
|
Commit cc4a1f4d520f090bd563647df2614d09b66bd54a, by Rob Landley | |
| 9 years 9 months | Add the sed invocations to convert tabs/spaces and back, plus some tweaks. |
|
Commit 782d2c17cac641c3c123cc284b219a01ef26e74f, by Rob Landley | |
| Feb 15, 2016 | |
| 9 years 9 months | Cleanup pass on file.c, and add detection of different ELF architectures. |
|
Commit 0332b60f62d71da61634cc69416129dfc64dced8, by Rob Landley | |
| Feb 14, 2016 | |
| 9 years 9 months | 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 | |