Age | Commit message (Expand) | Author | Files | Lines |
2016-03-17 | Revert back to upstream 0.6.0 and remove all except for dhcp relatedsubmit/tizen/20160323.053424 | Yu Jiung | 1 | -0/+0 |
2015-07-20 | Merge branch 'upstream' | Hyejin Kim | 1 | -4/+3 |
2015-07-16 | Merge branch from toybox/master | Hyejin Kim | 1 | -4/+2 |
2015-05-18 | Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and | Rob Landley | 1 | -0/+1 |
2015-05-03 | Move a prototype to the start of portability.h (suggested by Elliott Hughes) | Rob Landley | 1 | -1/+0 |
2015-01-16 | Move pty.h back to toys.h (under LSB 4.1 headers). | Rob Landley | 1 | -0/+1 |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley | 1 | -2/+1 |
2014-12-31 | When you include the posix header libgen.h, glibc #defines basename to some r... | Rob Landley | 1 | -1/+0 |
2014-12-09 | Imported Upstream version 0.5.1upstream/0.5.1 | xroche | 1 | -3/+2 |
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham | 1 | -2/+1 |
2014-10-26 | xexec() recursion limiter has to go after rebound or toy_init() zeroes it. | Rob Landley | 1 | -1/+1 |
2014-09-27 | Have OLDTOY emit (redundant) function prototype so single.sh can build OLDTOY... | Rob Landley | 1 | -1/+1 |
2014-09-09 | Two problems: 1) Sometimes toy_exec() needs to re-exec to gain dropped root p... | Rob Landley | 1 | -0/+1 |
2014-06-09 | When locale is enabled, sprintf("%.123s", str) is counting characters, not by... | Rob Landley | 1 | -0/+4 |
2014-05-21 | Add generic_signal() handler, which sets toys.signal and writes byte to toys.... | Rob Landley | 1 | -0/+3 |
2014-05-05 | Fix bug reported by Ashwini Sharma: rebound has to be at the end or toy_init(... | Rob Landley | 1 | -1/+3 |
2014-04-09 | modprobe: cleanup, incorporate Ashwini's fix for alias loading | Isaac Dunham | 1 | -0/+1 |
2014-03-29 | Group headers by standard (POSIX or LSB) or function (internationalization, n... | Rob Landley | 1 | -16/+17 |
2014-03-28 | Add help -a (to show all commands) and -h (to produce HTML output). | Rob Landley | 1 | -3/+4 |
2013-11-02 | Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ... | Rob Landley | 1 | -0/+11 |
2013-10-03 | Switch flag generation from shell to C. | Rob Landley | 1 | -0/+1 |
2013-09-03 | Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(... | Rob Landley | 1 | -2/+2 |
2013-08-17 | su: cleanery | Strake | 1 | -0/+2 |
2013-08-15 | Forgot to check in toys.h when generated/oldtoys.h went in. (Oops.) | Rob Landley | 1 | -0/+1 |
2013-04-21 | Fix some comments from way back when toybox first started (in 2006), when I w... | Rob Landley | 1 | -1/+1 |
2012-12-10 | Add stat submission to new "pending" directory, along with infrastructure to ... | Rob Landley | 1 | -0/+1 |
2012-12-01 | Add header that musl libc needs. | Rob Landley | 1 | -0/+1 |
2012-11-26 | Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac... | Rob Landley | 1 | -2/+2 |
2012-11-21 | Make internalization support optional | Felix Janda | 1 | -1/+4 |
2012-11-16 | Add rebound support to intercept error_exit() and longjmp instead. | Rob Landley | 1 | -0/+2 |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley | 1 | -13/+12 |
2012-11-08 | wc -m only cares about counting characters. Attached is a try on implementing... | Felix Janda | 1 | -0/+3 |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley | 1 | -1/+1 |
2012-08-14 | Replace TOY_LIST_LEN with more generic ARRAY_LEN() | Rob Landley | 1 | -0/+2 |
2012-07-15 | Adding initial implementation of taskset | Elie De Brauwer | 1 | -0/+1 |
2012-06-16 | More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyp... | Rob Landley | 1 | -5/+2 |
2012-04-28 | Georgi pointed out that some overly-pedantic C libraries require you to inclu... | Rob Landley | 1 | -0/+1 |
2012-04-24 | Adding initial version of login.c | Elie De Brauwer | 1 | -0/+3 |
2012-04-14 | Comment and whitespace changes. | Rob Landley | 1 | -9/+9 |
2012-03-12 | Yet another header for technical susv4 compliance. | Rob Landley | 1 | -0/+1 |
2012-03-07 | Consolidate headers. | Rob Landley | 1 | -0/+5 |
2012-02-18 | Adding swapon and swapoff | Elie De Brauwer | 1 | -0/+1 |
2012-02-17 | Sigh: moving a header to toys.h isn't very useful if I forget to check in toy... | Rob Landley | 1 | -0/+1 |
2012-02-04 | Cleaning out one more old gpl notice that no longer applies after the switch ... | Rob Landley | 1 | -2/+0 |
2010-01-05 | Add TOYBOX_SUID. | Rob Landley | 1 | -0/+5 |
2009-08-06 | Make a warning go away on Fedora 11. | Rob Landley | 1 | -0/+1 |
2009-01-25 | Comment tweaks. | Rob Landley | 1 | -4/+9 |
2008-11-15 | Add netcat server mode, -l, -L, and -t. | Rob Landley | 1 | -0/+1 |
2008-02-12 | Add TOYFLAG_UMASK. | Rob Landley | 1 | -0/+2 |
2008-02-12 | Add toys.optc, an argv-style count for toys.optargs. | Rob Landley | 1 | -0/+1 |