Age | Commit message (Expand) | Author |
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 |