summaryrefslogtreecommitdiff
path: root/runit/chpst.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-4/+4
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+4
* make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-041-6/+6
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-7/+7
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-5/+5
* runit: fix chpst -n -N -u USERDenys Vlasenko2017-03-131-6/+7
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-1/+2
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-2/+1
* runit/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-1/+44
* chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2013-11-291-3/+2
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-2/+1
* chpst: move misplaced commentDenys Vlasenko2011-09-161-5/+4
* chpst: simple code shrinkDenys Vlasenko2011-09-161-8/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+64
* *: whitespace fixesDenys Vlasenko2010-10-281-3/+3
* runit_lib: remove/inline a few more thingsDenys Vlasenko2010-09-051-1/+0
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-2/+1
* chpst: tiny shrinkage and add possible TODOBernhard Reutner-Fischer2009-10-271-4/+4
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* envdir: fix "envdir with no params" caseDenis Vlasenko2008-08-201-1/+3
* chpst: fix "envdir dir" case (bug 4574).Denis Vlasenko2008-08-151-1/+1
* randomconfig fixesDenis Vlasenko2008-08-051-3/+3
* chpst: large code shrink by VladimirDenis Vlasenko2008-07-301-195/+178
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-6/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-9/+9
* chpst: fix "env directory" parsing to not strip everythingDenis Vlasenko2008-04-011-24/+22
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-5/+5
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-121-2/+2
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-251-2/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* chpst: fix whitespace damageDenis Vlasenko2007-10-051-1/+1
* chpst: stop using data/bssDenis Vlasenko2007-10-051-46/+82
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-5/+5
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* tar: sanitize option handlingDenis Vlasenko2006-11-241-1/+1
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-161-17/+30