summaryrefslogtreecommitdiff
path: root/toys.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-21Fix some comments from way back when toybox first started (in 2006), when I w...Rob Landley1-1/+1
2012-12-10Add stat submission to new "pending" directory, along with infrastructure to ...Rob Landley1-0/+1
2012-12-01Add header that musl libc needs.Rob Landley1-0/+1
2012-11-26Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac...Rob Landley1-2/+2
2012-11-21Make internalization support optionalFelix Janda1-1/+4
2012-11-16Add rebound support to intercept error_exit() and longjmp instead.Rob Landley1-0/+2
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley1-13/+12
2012-11-08wc -m only cares about counting characters. Attached is a try on implementing...Felix Janda1-0/+3
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley1-1/+1
2012-08-14Replace TOY_LIST_LEN with more generic ARRAY_LEN()Rob Landley1-0/+2
2012-07-15Adding initial implementation of tasksetElie De Brauwer1-0/+1
2012-06-16More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyp...Rob Landley1-5/+2
2012-04-28Georgi pointed out that some overly-pedantic C libraries require you to inclu...Rob Landley1-0/+1
2012-04-24Adding initial version of login.cElie De Brauwer1-0/+3
2012-04-14Comment and whitespace changes.Rob Landley1-9/+9
2012-03-12Yet another header for technical susv4 compliance.Rob Landley1-0/+1
2012-03-07Consolidate headers.Rob Landley1-0/+5
2012-02-18Adding swapon and swapoffElie De Brauwer1-0/+1
2012-02-17Sigh: moving a header to toys.h isn't very useful if I forget to check in toy...Rob Landley1-0/+1
2012-02-04Cleaning out one more old gpl notice that no longer applies after the switch ...Rob Landley1-2/+0
2010-01-05Add TOYBOX_SUID.Rob Landley1-0/+5
2009-08-06Make a warning go away on Fedora 11.Rob Landley1-0/+1
2009-01-25Comment tweaks.Rob Landley1-4/+9
2008-11-15Add netcat server mode, -l, -L, and -t.Rob Landley1-0/+1
2008-02-12Add TOYFLAG_UMASK.Rob Landley1-0/+2
2008-02-12Add toys.optc, an argv-style count for toys.optargs.Rob Landley1-0/+1
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley1-1/+19
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley1-0/+6
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley1-1/+1
2008-01-10Move some generated files into the "generated" subdirectory.Rob Landley1-1/+1
2007-12-28Make touch work reliably when file doesn't exist and clean up headers a bit.Rob Landley1-1/+4
2007-10-16Need to commit this too. :)Rob Landley1-0/+1
2007-08-15Remove strings.h which Maximilian Attems points out is obsolete:Rob Landley1-1/+0
2007-05-17Add sleep.Rob Landley1-1/+1
2007-04-23Add sync and an incomplete version of mdev.Rob Landley1-0/+3
2007-02-03Teach build to build only the toys/*.c selected in .config, and teachRob Landley1-1/+3
2007-01-28More work on mke2fs.Rob Landley1-1/+1
2007-01-23More work on mke2fs.Rob Landley1-0/+1
2007-01-23More random progress on mke2fs. Nothing to see yet.Rob Landley1-0/+2
2007-01-18Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, whichRob Landley1-1/+2
2007-01-14Add start of mke2fs/gene2fs, and some other stuff I've been working on.Rob Landley1-1/+3
2006-11-25Add my old micro-bunzip library. Needs some cleanup...Rob Landley1-0/+1
2006-11-25Add cat -v.Rob Landley1-1/+1
2006-11-19New option parsing infrastructure (doesn't use getopt). Hook it up toRob Landley1-2/+6
2006-11-04Add pwd. Consolidate toy list information under toylist.h.Rob Landley1-41/+4
2006-11-03Implement which. Add hello world to menuconfig. Wrap the various applet mainRob Landley1-0/+1
2006-11-01Add a hello world applet, partly as an example and partly for testing purposes.Rob Landley1-10/+2
2006-10-30Implement df. Add -Wall to build and fix up warnings. Add copyright notices.landley1-3/+16
2006-10-25Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().landley1-0/+1
2006-10-18Next drop of toysh, plus more infratructure.landley1-3/+13