aboutsummaryrefslogtreecommitdiff
path: root/runit (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* missing piece of prev commit: ndelay_offDenis Vlasenko2006-12-241-6/+0
|
* small fixes:Denis Vlasenko2006-11-261-3/+3
| | | | | | fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc.
* tar: sanitize option handlingDenis Vlasenko2006-11-241-1/+1
|
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-221-20/+0
| | | | | What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd.
* svlogd: log full lines to stderr too, and also stop using stdio for thatDenis Vlasenko2006-11-191-6/+4
|
* forgot about avn add... :(Denis Vlasenko2006-11-173-0/+1279
|
* runit: add runsv, runsvdir and sv. Oh yes.Denis Vlasenko2006-11-174-17/+45
| | | | It even seems to work. +11K. :(
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-166-17/+2321
|
* chpst: add overlooked copyright statementDenis Vlasenko2006-10-201-0/+29
|
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-101-2/+2
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-21/+21
|
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-37/+36
|
* chpst: fix vda's silly mistakesDenis Vlasenko2006-10-061-1/+2
| | | | Patch by Vladimir Dronnikov <dronnikov@gmail.ru>
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-054-108/+17
|
* build system overhaulDenis Vlasenko2006-10-054-70/+13
|
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-4/+4
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* Yeah, yeah... I forgot about 'svn add'... fixing thatDenis Vlasenko2006-10-036-0/+523