Age | Commit message (Expand) | Author |
2013-06-28 | modinfo: support -b basedir and -k kernel.release, fix two bugs | Isaac Dunham |
2013-06-23 | Modinfo cleanups. | Rob Landley |
2013-06-23 | Patch that assumes that the presence of the string ".ko" indicates | Isaac Dunham |
2013-06-18 | Add pivot_root. | Rob Landley |
2013-06-16 | Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. | Rob Landley |
2013-06-02 | Move stat from pending to other, default y. | Rob Landley |
2013-05-14 | Tighten up lsusb, default to "y". | Rob Landley |
2013-05-14 | Attached is a pretty simple implementation of lsub. It doesn't implement any ... | Andre Renaud |
2013-04-27 | Add firmware field to modinfo output. | idunham |
2013-04-24 | Isaac Dunham pointed out that the kernel treats - and _ as identical in modul... | Rob Landley |
2013-04-14 | Move guts of help command into show_help() in lib/help.c, with config TOYBOX_... | Rob Landley |
2013-03-16 | Move mdev into the pending directory, since it's not done yet. | Rob Landley |
2013-02-24 | Add readahead. | Rob Landley |
2013-02-22 | Move some unfinished commands to the "pending" directory. | Rob Landley |
2013-02-03 | Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACI... | Rob Landley |
2013-01-17 | Switch readlink on by default, and fill out readlink.test. | Rob Landley |
2013-01-14 | Silence deeply stupid gcc warning. (First non-declaration line of function: i... | Rob Landley |
2013-01-05 | Use basename() where appropriate. | Rob Landley |
2013-01-02 | Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o... | Rob Landley |
2012-12-30 | Add losetup. (Who knows, it might even work.) | Rob Landley |
2012-12-22 | Fix tac to handle the "abc\ndef" case properly | Elie De Brauwer |
2012-12-22 | Refactoring broke rev | Elie De Brauwer |
2012-12-19 | Minor cleanups. | Rob Landley |
2012-12-16 | Adding implementation of rev including tests | Elie De Brauwer |
2012-12-15 | Simplify tac, the newline checking is already done in the get_line() function | Elie De Brauwer |
2012-12-08 | Add README file to each toys/ directory, teach build infrastructure to get fa... | Rob Landley |
2012-12-03 | Use sched_{set,get}affinity directly so musl doesn't have to provide wrappers. | Rob Landley |
2012-12-01 | The open group changed their website stupidly, so opengroup.org/onlinepubs fo... | Rob Landley |
2012-11-27 | login: Avoid gcc to drop exit condition because of "always false condition". | Jonathan Clairembault |
2012-11-22 | Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more"... | Rob Landley |
2012-11-20 | Update readlink so -f works. Add -menq while there. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-11-01 | Add vconfig.c - Creates virtual ethernet devices. | Kyungwan Han |
2012-10-23 | Add md5sum in lsb, combine sha1sum (mostly shared infrastructure). Downside: ... | Rob Landley |
2012-10-08 | Simplify sha1sum a little. | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-10-06 | Fix catv to display byte 255 correctly. (It's both M- and ^?.) | Rob Landley |
2012-09-17 | Clean up sha1sum, make it use global union properly. | Rob Landley |
2012-09-08 | Add switch_root and fix infrastructure to understand name "switch_root". | Rob Landley |
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley |
2012-08-25 | Toysh is our posix sh, so move from "other" to "posix" and use sh as the base... | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |