aboutsummaryrefslogtreecommitdiff
path: root/toys.h
AgeCommit message (Expand)Author
2019-04-21Forgot to check in the toys.envc declaration.Rob Landley
2019-03-11Work around musl-libc limitation.Rob Landley
2019-03-10Add TOYFLAG_ARGFAIL() to allow argument parsing failures to exit with value.Rob Landley
2019-01-22Fix sigjmp_buf/jmp_buf mismatches.Elliott Hughes
2019-01-19Fix various warnings building on FreeBSD.Rob Landley
2018-12-04Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)Rob Landley
2018-11-30macOS: work around header idiosyncracies.Elliott Hughes
2018-03-23Inline toys/e2fs.h into mke2fs.c. (Debris from the dawn of time.)Rob Landley
2017-10-21Use char for exitval and wasroot (first capped at 8 bits and second's a flag).Rob Landley
2016-03-13Split out _xexit() from xexit() and give sigatexit() multiple callbacks.Rob Landley
2016-02-10Wean scripts/install.c off toys.h so cross compiling less brittle.Rob Landley
2016-01-30Fix two CFG_TOYBOX_SUID corner cases:Rob Landley
2015-12-13Start of TAGGED_ARRAY() infrastructure.Rob Landley
2015-12-12Make "ps -o TIME+ -k TIME+" work. Factor out -o field names, field lengths,Rob Landley
2015-12-10Expand toys.optargs to 64 bits so people adding more options to ls don't run ...Rob Landley
2015-09-29Make defconfig build for nommu.Rob Landley
2015-09-27Another chunk of nommu support, replacing toys.recursion with toys.stacktop.Rob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-05-18Switch id over to new infrastructure, switch id to use FORCE_FLAGS, andRob Landley
2015-05-03Move a prototype to the start of portability.h (suggested by Elliott Hughes)Rob Landley
2015-01-16Move pty.h back to toys.h (under LSB 4.1 headers).Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-12-31When you include the posix header libgen.h, glibc #defines basename to some r...Rob Landley
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham
2014-10-26xexec() recursion limiter has to go after rebound or toy_init() zeroes it.Rob Landley
2014-09-27Have OLDTOY emit (redundant) function prototype so single.sh can build OLDTOY...Rob Landley
2014-09-09Two problems: 1) Sometimes toy_exec() needs to re-exec to gain dropped root p...Rob Landley
2014-06-09When locale is enabled, sprintf("%.123s", str) is counting characters, not by...Rob Landley
2014-05-21Add generic_signal() handler, which sets toys.signal and writes byte to toys....Rob Landley
2014-05-05Fix bug reported by Ashwini Sharma: rebound has to be at the end or toy_init(...Rob Landley
2014-04-09modprobe: cleanup, incorporate Ashwini's fix for alias loadingIsaac Dunham
2014-03-29Group headers by standard (POSIX or LSB) or function (internationalization, n...Rob Landley
2014-03-28Add help -a (to show all commands) and -h (to produce HTML output).Rob Landley
2013-11-02Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...Rob Landley
2013-10-03Switch flag generation from shell to C.Rob Landley
2013-09-03Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(...Rob Landley
2013-08-17su: cleaneryStrake
2013-08-15Forgot to check in toys.h when generated/oldtoys.h went in. (Oops.)Rob Landley
2013-04-21Fix some comments from way back when toybox first started (in 2006), when I w...Rob Landley
2012-12-10Add stat submission to new "pending" directory, along with infrastructure to ...Rob Landley
2012-12-01Add header that musl libc needs.Rob Landley
2012-11-26Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac...Rob Landley
2012-11-21Make internalization support optionalFelix Janda
2012-11-16Add rebound support to intercept error_exit() and longjmp instead.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-11-08wc -m only cares about counting characters. Attached is a try on implementing...Felix Janda
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-14Replace TOY_LIST_LEN with more generic ARRAY_LEN()Rob Landley
2012-07-15Adding initial implementation of tasksetElie De Brauwer
2012-06-16More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyp...Rob Landley