summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-12-08randomconfig fixesDenys Vlasenko5-5/+30
2016-12-05svc: new applet (daemontools-compatible version of "sv")Denys Vlasenko1-18/+94
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-09-15svlogd: strip leading '!' from processor linesFrancis Rounds1-1/+1
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko3-5/+5
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko6-15/+22
2015-10-18runit/*: convert to new-style "one file" appletsDenys Vlasenko8-104/+107
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-03-02runsvdir: if pid==1, also intercept SIGINT for -s SCRIPTDenys Vlasenko1-6/+10
2015-03-02runsvdir: do not block SIGCHLD around poll/sleepDenys Vlasenko1-2/+0
2015-03-02runsvdir: (almost) close a signal raceDenys Vlasenko1-25/+28
2013-11-29chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2-5/+3
2013-10-16libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni5-6/+2
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko11-58/+22
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-07-06include sys/resource.h where neededMike Frysinger7-0/+7
2012-03-07libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko6-8/+6
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-09-16chpst: move misplaced commentDenys Vlasenko1-5/+4
2011-09-16chpst: simple code shrinkDenys Vlasenko1-8/+7
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko9-27/+11
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko12-28/+38
2011-02-13Move stpcpy replacement function into libbbDan Fandrich3-17/+26
2011-01-21svlogd: extend usage text. +70 bytesDenys Vlasenko2-7/+17
2010-12-06runsvdir: do not miss closely spaced service dir changesEric Lammerts1-2/+5
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-13remove runit/runit_lib.cDenys Vlasenko7-342/+63
2010-09-05runit_lib: remove/inline a few more thingsDenys Vlasenko4-16/+18
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-07-03libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl8-54/+58
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko13-122/+131
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko4-32/+74
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
[next]