Age | Commit message (Expand) | Author |
2013-10-16 | libbb: use <poll.h> instead of <sys/poll.h> | Thomas Petazzoni |
2013-07-13 | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2012-07-05 | include sys/resource.h where needed | Mike Frysinger |
2012-03-08 | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko |
2011-09-21 | add INIT_G()'s. No code changes. | Denys Vlasenko |
2011-09-16 | chpst: move misplaced comment | Denys Vlasenko |
2011-09-16 | chpst: simple code shrink | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-05-13 | fix "variable 'foo' set but not used" warnings | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2011-03-08 | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko |
2011-02-13 | Move stpcpy replacement function into libbb | Dan Fandrich |
2011-01-22 | svlogd: extend usage text. +70 bytes | Denys Vlasenko |
2010-12-06 | runsvdir: do not miss closely spaced service dir changes | Eric Lammerts |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-13 | remove runit/runit_lib.c | Denys Vlasenko |
2010-09-05 | runit_lib: remove/inline a few more things | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-12 | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko |
2010-07-04 | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard |
2010-06-27 | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl |
2010-06-25 | *: make exec failure message more consistent | Denys Vlasenko |
2010-06-08 | *: add INSERTs to *.src files where appropriate | Denys Vlasenko |
2010-06-06 | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko |
2010-06-04 | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-01-09 | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko |
2010-01-06 | hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact | Denys Vlasenko |
2009-11-28 | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko |
2009-11-15 | libbb: added xfdopen_for_read/write | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
2009-10-27 | chpst: tiny shrinkage and add possible TODO | Bernhard Reutner-Fischer |
2009-10-08 | *: a few more NOINLINEs | Denys Vlasenko |
2009-10-08 | *: code shrink via NOINLINE | Denys Vlasenko |
2009-10-06 | *: use {i,u}toa() where appropriate | Denys Vlasenko |
2009-09-06 | more C standard compat fixes from Dan Fandrich | Denys Vlasenko |
2009-09-06 | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko |
2009-08-02 | runsv: run ./finish with parameters (runit compat) | Earl Chew |
2009-08-02 | svlogd: fix bug 521: use line buffering if any filtering is done | Denys Vlasenko |
2009-07-15 | sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink | Denys Vlasenko |
2009-07-15 | runsv: rename field in a struct to not collide with other name | Denys Vlasenko |
2009-07-03 | svlogd: do not overrun read buffer (fixes bug 439) | Denys Vlasenko |
2009-06-07 | stop using non-standard macro, use WEXITSTATUS instead | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-04-09 | *: make "pragma GCC visibility push(hidden)" less ugly | Denis Vlasenko |
2009-02-26 | runsv: another tiny optimization | Denis Vlasenko |
2009-02-26 | runsv: small optimization | Denis Vlasenko |
2009-02-14 | init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' | Denis Vlasenko |