| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | runit/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 7 | -95/+107 |
* | libbb: introduce kernel-style BUILD_BUG_ON() | Denys Vlasenko | 2015-10-13 | 1 | -10/+5 |
* | join some common strings, -400 bytes | Denys Vlasenko | 2015-10-08 | 1 | -2/+2 |
* | runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT | Denys Vlasenko | 2015-03-02 | 1 | -6/+10 |
* | runsvdir: do not block SIGCHLD around poll/sleep | Denys Vlasenko | 2015-03-02 | 1 | -2/+0 |
* | runsvdir: (almost) close a signal race | Denys Vlasenko | 2015-03-02 | 1 | -25/+28 |
* | chpst: fix a bug where -U USER was using wrong USER (one from -u USER) | Denys Vlasenko | 2013-11-29 | 1 | -3/+2 |
* | libbb: use <poll.h> instead of <sys/poll.h> | Thomas Petazzoni | 2013-10-16 | 4 | -4/+0 |
* | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko | 2013-07-13 | 1 | -5/+0 |
* | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 2 | -3/+3 |
* | include sys/resource.h where needed | Mike Frysinger | 2012-07-05 | 1 | -0/+1 |
* | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko | 2012-03-08 | 1 | -2/+1 |
* | add INIT_G()'s. No code changes. | Denys Vlasenko | 2011-09-21 | 1 | -2/+1 |
* | chpst: move misplaced comment | Denys Vlasenko | 2011-09-16 | 1 | -5/+4 |
* | chpst: simple code shrink | Denys Vlasenko | 2011-09-16 | 1 | -8/+7 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -2/+0 |
* | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -2/+1 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 4 | -0/+92 |
* | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko | 2011-03-08 | 1 | -2/+5 |
* | Move stpcpy replacement function into libbb | Dan Fandrich | 2011-02-13 | 1 | -17/+7 |
* | svlogd: extend usage text. +70 bytes | Denys Vlasenko | 2011-01-22 | 1 | -0/+17 |
* | runsvdir: do not miss closely spaced service dir changes | Eric Lammerts | 2010-12-06 | 1 | -2/+5 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 2 | -4/+5 |
* | remove runit/runit_lib.c | Denys Vlasenko | 2010-10-13 | 7 | -342/+63 |
* | runit_lib: remove/inline a few more things | Denys Vlasenko | 2010-09-05 | 4 | -16/+18 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko | 2010-08-12 | 1 | -3/+3 |
* | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard | 2010-07-04 | 1 | -2/+1 |
* | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl | 2010-06-27 | 1 | -1/+1 |
* | *: make exec failure message more consistent | Denys Vlasenko | 2010-06-25 | 1 | -1/+1 |
* | *: add INSERTs to *.src files where appropriate | Denys Vlasenko | 2010-06-08 | 2 | -0/+5 |
* | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko | 2010-06-06 | 1 | -5/+9 |
* | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 2 | -0/+0 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 4 | -4/+4 |
* | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko | 2010-01-09 | 1 | -8/+8 |
* | hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact | Denys Vlasenko | 2010-01-06 | 1 | -2/+1 |
* | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko | 2009-11-28 | 1 | -3/+1 |
* | libbb: added xfdopen_for_read/write | Denys Vlasenko | 2009-11-15 | 1 | -2/+2 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 2 | -17/+17 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -1/+1 |
* | chpst: tiny shrinkage and add possible TODO | Bernhard Reutner-Fischer | 2009-10-27 | 1 | -4/+4 |
* | *: a few more NOINLINEs | Denys Vlasenko | 2009-10-08 | 1 | -1/+1 |
* | *: code shrink via NOINLINE | Denys Vlasenko | 2009-10-08 | 1 | -1/+1 |
* | *: use {i,u}toa() where appropriate | Denys Vlasenko | 2009-10-06 | 1 | -4/+2 |
* | more C standard compat fixes from Dan Fandrich | Denys Vlasenko | 2009-09-06 | 1 | -2/+2 |
* | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko | 2009-09-06 | 1 | -1/+1 |
* | runsv: run ./finish with parameters (runit compat) | Earl Chew | 2009-08-02 | 1 | -18/+45 |
* | svlogd: fix bug 521: use line buffering if any filtering is done | Denys Vlasenko | 2009-08-02 | 4 | -27/+137 |
* | sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink | Denys Vlasenko | 2009-07-15 | 1 | -33/+35 |
* | runsv: rename field in a struct to not collide with other name | Denys Vlasenko | 2009-07-15 | 2 | -19/+20 |