summaryrefslogtreecommitdiff
path: root/runit/sv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko2007-08-201-66/+62
| | | | | | | | | | text data bss dec hex filename 772537 1058 11092 784687 bf92f busybox.t0/busybox 772459 1058 11060 784577 bf8c1 busybox.t1/busybox 772326 1058 11028 784412 bf81c busybox.t2/busybox 772158 1058 10980 784196 bf744 busybox.t3/busybox 771490 1055 10988 783533 bf4ad busybox.t4/busybox
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
| | | | | | | | (add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped
* svlogd: fix timestamping; do not warn if config is missingDenis Vlasenko2007-08-031-2/+4
| | | | | sv: extend help text
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* style fixes, no code changesDenis Vlasenko2007-04-161-5/+10
|
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-11/+6
| | | | | | | TODO_config_nommu documents what I managed to compile so far (yay! msh works! cool). inetd, telnetd, httpd still do not compile. TODO Also make fork(), daemon() produce warnings on compile stage (in addition to erros on link stage).
* add missing copyright statements and doc for svDenis Vlasenko2007-03-121-0/+150
|
* sv: make code trivially smallerDenis Vlasenko2007-03-121-4/+4
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* sv: fix incorrect option parsing and reduce sizeDenis Vlasenko2007-02-021-120/+176
|
* preparatory patch for -Wwrite-strings #6Denis Vlasenko2007-01-291-30/+42
|
* runit cleanup part 1Denis Vlasenko2007-01-271-13/+24
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
|
* style fixesDenis Vlasenko2006-12-261-2/+2
| | | | last xcalloc replaced by xzalloc
* forgot about avn add... :(Denis Vlasenko2006-11-171-0/+360