aboutsummaryrefslogtreecommitdiff
path: root/miscutils/runlevel.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
|
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* stray trailing tabs removedDenis Vlasenko2007-07-191-1/+1
|
* delete tons of extra #includesDenis Vlasenko2007-05-311-6/+6
|
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* remove unneeded #includes, fix indentationDenis Vlasenko2006-09-231-16/+15
|
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-2/+2
| | | | and eventual platform specific includes in early.
* - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.Bernhard Reutner-Fischer2005-10-281-0/+43
Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch.