aboutsummaryrefslogtreecommitdiff
path: root/runit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: remove menus that apparently will not work on Windows (except mayb...Nguyễn Thái Ngọc Duy2009-04-231-0/+1
* usage.c: remove reference to busybox.hvda2007-05-265-5/+5
* xpipe: introduce (saves ~170 bytes)vda2007-05-262-4/+3
* svlogd: fix 'SEGV on uninitialized data' and make it honor TERMvda2007-05-061-4/+6
* style fixes, no code changesvda2007-04-162-6/+12
* style fixes. No code changes.vda2007-04-101-1/+2
* tcpsvd: new appletvda2007-04-015-101/+11
* Attempt to get more applets compile for NOMMU.vda2007-03-261-11/+6
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-255-47/+9
* add missing copyright statements and doc for svvda2007-03-123-0/+204
* sv: make code trivially smallervda2007-03-121-4/+4
* kill superfluous returns at the end of void functionsvda2007-03-111-1/+0
* runsv: random code savings, ~300 bytesvda2007-03-091-72/+63
* runsv: add missing {}vda2007-02-181-1/+2
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-062-6/+6
* suppress warnings about easch <applet>_main() havingvda2007-02-035-0/+5
* sigset_t blocked_sigset is too big for static (128 bytes)vda2007-02-031-9/+11
* svlogd: fix performance problems: excessive write,vda2007-02-031-26/+46
* svlogd: do not set O_NONBLOCK on stdin permanently - that canvda2007-02-031-28/+44
* sv: fix incorrect option parsing and reduce sizevda2007-02-021-120/+176
* preparatory patch for -Wwrite-strings #6vda2007-01-291-30/+42
* preparatory patch for -Wwrite-strings #4vda2007-01-293-24/+24
* correct bad Englishvda2007-01-281-1/+1
* svlogd: batch writes if !timestampvda2007-01-271-19/+29
* svlogd: remove unused buffering, stop doing tons of memcpyvda2007-01-272-34/+58
* runit/* cleanup part 3 (just deleting unused code)vda2007-01-272-788/+4
* runit/* cleanup part 2vda2007-01-274-33/+43
* runit cleanup part 1vda2007-01-276-190/+271
* random small size optimizationsvda2007-01-121-7/+2
* Trailing whitespace removal over entire treevda2007-01-116-19/+19
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-0/+5
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-2/+2
* style fixesvda2006-12-264-6/+6
* missing piece of prev commit: ndelay_offvda2006-12-241-6/+0
* small fixes:vda2006-11-261-3/+3
* tar: sanitize option handlingvda2006-11-241-1/+1
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-221-20/+0
* svlogd: log full lines to stderr too, and also stop using stdio for thatvda2006-11-191-6/+4
* forgot about avn add... :(vda2006-11-173-0/+1279
* runit: add runsv, runsvdir and sv. Oh yes.vda2006-11-174-17/+45
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.vda2006-11-166-17/+2321
* chpst: add overlooked copyright statementvda2006-10-201-0/+29
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-101-2/+2
* attempt to regularize atoi mess.vda2006-10-081-21/+21
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-061-37/+36
* chpst: fix vda's silly mistakesvda2006-10-061-1/+2
* httpd: add -u user[:grp] supportvda2006-10-054-108/+17
* build system overhaulvda2006-10-054-70/+13
* bb_applet_name -> applet_namevda2006-10-031-4/+4
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2