OSDN Git Service

Fix some comments from way back when toybox first started (in 2006), when I was still...
[android-x86/external-toybox.git] / toys.h
2013-04-21 Rob LandleyFix some comments from way back when toybox first start...
2012-12-11 Rob LandleyAdd stat submission to new "pending" directory, along...
2012-12-02 Rob LandleyAdd header that musl libc needs.
2012-11-26 Rob LandleyCleanup i18n support (#ifdefectomy, move global init...
2012-11-21 Felix JandaMake internalization support optional
2012-11-16 Rob LandleyAdd rebound support to intercept error_exit() and longj...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-08 Felix Jandawc -m only cares about counting characters. Attached...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-08-14 Rob LandleyReplace TOY_LIST_LEN with more generic ARRAY_LEN()
2012-07-15 Elie De BrauwerAdding initial implementation of taskset
2012-06-16 Rob LandleyMore header fiddling: crypt.h is silly, SUSv4 requires...
2012-04-28 Rob LandleyGeorgi pointed out that some overly-pedantic C librarie...
2012-04-24 Elie De BrauwerAdding initial version of login.c
2012-04-15 Rob LandleyComment and whitespace changes.
2012-03-12 Rob LandleyYet another header for technical susv4 compliance.
2012-03-08 Rob LandleyConsolidate headers.
2012-02-18 Elie De BrauwerAdding swapon and swapoff
2012-02-17 Rob LandleySigh: moving a header to toys.h isn't very useful if...
2012-02-04 Rob LandleyCleaning out one more old gpl notice that no longer...
2010-01-05 Rob LandleyAdd TOYBOX_SUID.
2009-08-07 Rob LandleyMake a warning go away on Fedora 11.
2009-01-25 Rob LandleyComment tweaks.
2008-11-15 Rob LandleyAdd netcat server mode, -l, -L, and -t.
2008-02-13 Rob LandleyAdd TOYFLAG_UMASK.
2008-02-12 Rob LandleyAdd toys.optc, an argv-style count for toys.optargs.
2008-01-20 Rob LandleyZap toylist.h, moving contents of global structures...
2008-01-19 Rob LandleyMove NEWTOY() list from end of toylist.h to generated...
2008-01-19 Rob LandleyZap toys/Config.in and instead create generated/Config...
2008-01-10 Rob LandleyMove some generated files into the "generated" subdirec...
2007-12-28 Rob LandleyMake touch work reliably when file doesn't exist and...
2007-10-16 Rob LandleyNeed to commit this too. :)
2007-08-15 Rob LandleyRemove strings.h which Maximilian Attems points out...
2007-05-17 Rob LandleyAdd sleep.
2007-04-23 Rob LandleyAdd sync and an incomplete version of mdev.
2007-02-03 Rob LandleyTeach build to build only the toys/*.c selected in...
2007-01-28 Rob LandleyMore work on mke2fs.
2007-01-24 Rob LandleyMore work on mke2fs.
2007-01-23 Rob LandleyMore random progress on mke2fs. Nothing to see yet.
2007-01-19 Rob LandleyAdd fdprintf(). Remove reread() and rewrite() which...
2007-01-15 Rob LandleyAdd start of mke2fs/gene2fs, and some other stuff I...
2006-11-25 Rob LandleyAdd my old micro-bunzip library. Needs some cleanup...
2006-11-25 Rob LandleyAdd cat -v.
2006-11-19 Rob LandleyNew option parsing infrastructure (doesn't use getopt...
2006-11-04 Rob LandleyAdd pwd. Consolidate toy list information under toylist.h.
2006-11-03 Rob LandleyImplement which. Add hello world to menuconfig. Wrap...
2006-11-02 Rob LandleyAdd a hello world applet, partly as an example and...
2006-11-02 Rob LandleyThe darn thing accidentally created a branch. I had...
2006-10-30 landleyImplement df. Add -Wall to build and fix up warnings...
2006-10-25 landleyAdd xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().
2006-10-18 landleyNext drop of toysh, plus more infratructure.
2006-10-05 landleyInfrastructure, first drop of toy shell, and a bit...
2006-09-28 landleyNext snapshot. Tries to grab something out of lib...