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 Next | |
Feb 29, 2016 | |
6 years 5 months | Fix trailing spaces on ps -o cmdline. |
Commit 226c1cb1dc86e8545c0f05886149a07c40a88162, by Elliott Hughes | |
6 years 5 months | Fix inverted test. |
Commit 1b3fd4a5dc3fb62a96fb3127070c5aca7cc2ee3e, by Rob Landley | |
6 years 5 months | pending/file: add cpio, tar, zip formats. |
Commit 830f2561757083ec6d34dc92c675447e91c9ed81, by Isaac Dunham | |
6 years 5 months | Fix a typo from last time, and Isaac Dunham's todo list: |
Commit 4b141e67eefc396687f22f8c136267c0f8081e05, by Rob Landley | |
6 years 5 months | Second pass at the ELF type table. |
Commit 44c7958214e1690e820aaddf808267e0bf78df46, by Rob Landley | |
Feb 26, 2016 | |
6 years 5 months | Switch to $! for make.sh process enumeration. |
Commit e17fbf19c4b48d763041761052e98c2b4ee95487, by Rob Landley | |
6 years 5 months | Fix more warnings on 32 bit builds. |
Commit f9ca79a7b7762bdc698efb7c34ecaac63540eacb, by Rob Landley | |
6 years 5 months | Fix bug where mount -o leftover string didn't get passed through to kernel for 2-argument version. |
Commit 8fffeffdf259bc1a7c2c8055a0bbc3f4c508ed76, by Rob Landley | |
6 years 5 months | Typecast a printf argument because wchar_t isn't a rigidly defined size. |
Commit fd6c94753f072df405126272a6d48d93dabe42a6, by Rob Landley | |
6 years 5 months | Musl needs an extra #include. |
Commit 3879cd97c16332db2edb225f0725b591c2fa14dc, by Rob Landley | |
Feb 22, 2016 | |
6 years 5 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 | |
6 years 5 months | lsof cleanup |
Commit 36ffaeee6076709f4b68d83ef6cddc3eb39db3a7, by Rob Landley | |
Feb 20, 2016 | |
6 years 5 months | Regenerate generated files. |
Commit bae185a8e0bcc981a170f338edf44900ba7888fa, by Elliott Hughes | |
6 years 5 months | Merge remote-tracking branch 'toybox/master' into HEAD |
Commit 19ef8b8a7d596e032eb5b2449120d6d3d3031f0e, by Elliott Hughes | |
6 years 5 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 | |
6 years 5 months | Help text update from Isaac Dunham, tweaked slightly. |
Commit 137f5c9b0937dfa204ea2580e58430c7180a79c5, by Rob Landley | |
6 years 5 months | Add xxd -p and -r. |
Commit 577b7cabd4bae054e314484249f28088b5f385ab, by Elliott Hughes | |
6 years 5 months | RLIMIT_RTTIME was added to the kernel in 2008, you can't expect uClibc to have noticed yet. |
Commit 42cad120baa22bc043bcce6f5aac74fa26a01aef, by Rob Landley | |
6 years 5 months | Implement "insmod -". |
Commit 81f31e463bd982a8344ea8681938eb43c9114652, by Elliott Hughes | |
Feb 18, 2016 | |
6 years 5 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 |