OSDN Git Service

Now that we're using the adjusted option string, need to skip placeholders in [groups].
[android-x86/external-toybox.git] / toys.h
2016-03-14 Rob LandleySplit out _xexit() from xexit() and give sigatexit...
2016-02-11 Rob LandleyWean scripts/install.c off toys.h so cross compiling...
2016-01-30 Rob LandleyFix two CFG_TOYBOX_SUID corner cases:
2015-12-13 Rob LandleyStart of TAGGED_ARRAY() infrastructure.
2015-12-13 Rob LandleyMake "ps -o TIME+ -k TIME+" work. Factor out -o field...
2015-12-10 Rob LandleyExpand toys.optargs to 64 bits so people adding more...
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-27 Rob LandleyAnother chunk of nommu support, replacing toys.recursio...
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-05-19 Rob LandleySwitch id over to new infrastructure, switch id to...
2015-05-03 Rob LandleyMove a prototype to the start of portability.h (suggest...
2015-01-16 Rob LandleyMove pty.h back to toys.h (under LSB 4.1 headers).
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-12-31 Rob LandleyWhen you include the posix header libgen.h, glibc ...
2014-11-19 Isaac Dunhamprobe for getspnam(), forkpty(), utmpx, replace sethost...
2014-10-26 Rob Landleyxexec() recursion limiter has to go after rebound or...
2014-09-28 Rob LandleyHave OLDTOY emit (redundant) function prototype so...
2014-09-10 Rob LandleyTwo problems: 1) Sometimes toy_exec() needs to re-exec...
2014-06-09 Rob LandleyWhen locale is enabled, sprintf("%.123s", str) is count...
2014-05-21 Rob LandleyAdd generic_signal() handler, which sets toys.signal...
2014-05-06 Rob LandleyFix bug reported by Ashwini Sharma: rebound has to...
2014-04-09 Isaac Dunhammodprobe: cleanup, incorporate Ashwini's fix for alias...
2014-03-29 Rob LandleyGroup headers by standard (POSIX or LSB) or function...
2014-03-28 Rob LandleyAdd help -a (to show all commands) and -h (to produce...
2013-11-02 Rob LandleyMerge toynet.h into toys.h: musl supports it and microm...
2013-10-03 Rob LandleySwitch flag generation from shell to C.
2013-09-03 Rob LandleyIntroduce libbuf analogous to toybuf but for use by...
2013-08-17 Strakesu: cleanery
2013-08-15 Rob LandleyForgot to check in toys.h when generated/oldtoys.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...