summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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
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
2013-10-16libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni5-6/+2
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-02-13Move stpcpy replacement function into libbbDan Fandrich3-17/+26
2010-10-13remove runit/runit_lib.cDenys Vlasenko7-342/+63
2010-09-05runit_lib: remove/inline a few more thingsDenys Vlasenko4-16/+18
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko5-14/+6
2009-08-02runsv: run ./finish with parameters (runit compat)Earl Chew1-18/+45
2009-07-14runsv: rename field in a struct to not collide with other nameDenys Vlasenko2-19/+20
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko5-11/+7
2009-02-26runsv: another tiny optimizationDenis Vlasenko1-8/+6
2009-02-26runsv: small optimizationDenis Vlasenko5-10/+7
2009-01-31init: preparatory patch, no code changesDenis Vlasenko5-31/+31
2008-11-09*: a bit of code shrinkDenis Vlasenko8-23/+24
2008-11-06runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko6-33/+46
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-17selinux/*: -Wunused-parameter fixesDenis Vlasenko10-38/+52
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-03-02actually add bb_qsort.cDenis Vlasenko21-20/+40
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko10-39/+33
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2008-02-16*: more readable handling of pipe fds. No code changes.Denis Vlasenko12-82/+88
2008-01-28*: tidy up usage of char **environDenis Vlasenko11-17/+12
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko18-55/+51
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-30introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko14-43/+41
2007-09-28assorted static vars removalDenis Vlasenko5-102/+116
2007-08-31isrv: use monotonic_secDenis Vlasenko2-24/+30
2007-08-20runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko7-509/+392
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko23-107/+95
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-26xpipe: introduce (saves ~170 bytes)Denis Vlasenko9-36/+35
2007-04-10style fixes. No code changes.Denis Vlasenko13-31/+30
2007-04-01tcpsvd: new appletDenis Vlasenko19-111/+704
2007-03-25add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko11-52/+31
2007-03-12add missing copyright statements and doc for svDenis Vlasenko3-0/+204
2007-03-09runsv: random code savings, ~300 bytesDenis Vlasenko1-72/+63
2007-02-18runsv: add missing {}Denis Vlasenko1-1/+2
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #4Denis Vlasenko14-71/+68
2007-01-27runit/* cleanup part 2Denis Vlasenko4-33/+43
[next]