aboutsummaryrefslogtreecommitdiff
path: root/toys/other
AgeCommit message (Expand)Author
2013-02-24Add readahead.Rob Landley
2013-02-22Move some unfinished commands to the "pending" directory.Rob Landley
2013-02-03Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACI...Rob Landley
2013-01-17Switch readlink on by default, and fill out readlink.test.Rob Landley
2013-01-14Silence deeply stupid gcc warning. (First non-declaration line of function: i...Rob Landley
2013-01-05Use basename() where appropriate.Rob Landley
2013-01-02Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...Rob Landley
2012-12-30Add losetup. (Who knows, it might even work.)Rob Landley
2012-12-22Fix tac to handle the "abc\ndef" case properlyElie De Brauwer
2012-12-22Refactoring broke revElie De Brauwer
2012-12-19Minor cleanups.Rob Landley
2012-12-16Adding implementation of rev including testsElie De Brauwer
2012-12-15Simplify tac, the newline checking is already done in the get_line() functionElie De Brauwer
2012-12-08Add README file to each toys/ directory, teach build infrastructure to get fa...Rob Landley
2012-12-03Use sched_{set,get}affinity directly so musl doesn't have to provide wrappers.Rob Landley
2012-12-01The open group changed their website stupidly, so opengroup.org/onlinepubs fo...Rob Landley
2012-11-27login: Avoid gcc to drop exit condition because of "always false condition".Jonathan Clairembault
2012-11-22Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more"...Rob Landley
2012-11-20Update readlink so -f works. Add -menq while there.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-11-01Add vconfig.c - Creates virtual ethernet devices.Kyungwan Han
2012-10-23Add md5sum in lsb, combine sha1sum (mostly shared infrastructure). Downside: ...Rob Landley
2012-10-08Simplify sha1sum a little.Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-10-06Fix catv to display byte 255 correctly. (It's both M- and ^?.)Rob Landley
2012-09-17Clean up sha1sum, make it use global union properly.Rob Landley
2012-09-08Add switch_root and fix infrastructure to understand name "switch_root".Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Toysh is our posix sh, so move from "other" to "posix" and use sh as the base...Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley