Age | Commit message (Expand) | Author |
2012-04-24 | Adding initial version of login.c | Elie De Brauwer |
2012-04-14 | Comment and whitespace changes. | Rob Landley |
2012-03-12 | Yet another header for technical susv4 compliance. | Rob Landley |
2012-03-07 | Consolidate headers. | Rob Landley |
2012-02-18 | Adding swapon and swapoff | Elie De Brauwer |
2012-02-17 | Sigh: moving a header to toys.h isn't very useful if I forget to check in toy... | Rob Landley |
2012-02-04 | Cleaning out one more old gpl notice that no longer applies after the switch ... | Rob Landley |
2010-01-05 | Add TOYBOX_SUID. | Rob Landley |
2009-08-06 | Make a warning go away on Fedora 11. | Rob Landley |
2009-01-25 | Comment tweaks. | Rob Landley |
2008-11-15 | Add netcat server mode, -l, -L, and -t. | Rob Landley |
2008-02-12 | Add TOYFLAG_UMASK. | Rob Landley |
2008-02-12 | Add toys.optc, an argv-style count for toys.optargs. | Rob Landley |
2008-01-20 | Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() | Rob Landley |
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley |
2008-01-10 | Move some generated files into the "generated" subdirectory. | Rob Landley |
2007-12-28 | Make touch work reliably when file doesn't exist and clean up headers a bit. | Rob Landley |
2007-10-16 | Need to commit this too. :) | Rob Landley |
2007-08-15 | Remove strings.h which Maximilian Attems points out is obsolete: | Rob Landley |
2007-05-17 | Add sleep. | Rob Landley |
2007-04-23 | Add sync and an incomplete version of mdev. | Rob Landley |
2007-02-03 | Teach build to build only the toys/*.c selected in .config, and teach | Rob Landley |
2007-01-28 | More work on mke2fs. | Rob Landley |
2007-01-23 | More work on mke2fs. | Rob Landley |
2007-01-23 | More random progress on mke2fs. Nothing to see yet. | Rob Landley |
2007-01-18 | Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which | Rob Landley |
2007-01-14 | Add start of mke2fs/gene2fs, and some other stuff I've been working on. | Rob Landley |
2006-11-25 | Add my old micro-bunzip library. Needs some cleanup... | Rob Landley |
2006-11-25 | Add cat -v. | Rob Landley |
2006-11-19 | New option parsing infrastructure (doesn't use getopt). Hook it up to | Rob Landley |
2006-11-04 | Add pwd. Consolidate toy list information under toylist.h. | Rob Landley |
2006-11-03 | Implement which. Add hello world to menuconfig. Wrap the various applet main | Rob Landley |
2006-11-01 | Add a hello world applet, partly as an example and partly for testing purposes. | Rob Landley |
2006-10-30 | Implement df. Add -Wall to build and fix up warnings. Add copyright notices. | landley |
2006-10-25 | Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). | landley |
2006-10-18 | Next drop of toysh, plus more infratructure. | landley |
2006-10-05 | Infrastructure, first drop of toy shell, and a bit of work on df. | landley |
2006-09-28 | Next snapshot. Tries to grab something out of lib in order to build, I have | landley |