Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update applet size estimates | Denys Vlasenko | 2023-07-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | config: more tweaks | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | runlevel: make it NOEXEC | Denys Vlasenko | 2017-08-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -3/+3 |
| | | | | | | Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Convert all miscutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-22 | 1 | -0/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Split miscutils/Config.src items into miscutils/*.c files | Denys Vlasenko | 2016-11-22 | 1 | -0/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 1 | -6/+6 |
| | | | | | | | | | | UTMP is SVID legacy, UTMPX is mandated by POSIX. Glibc and uClibc have identical layout of UTMP and UTMPX, both of these libc treat _PATH_UTMPX as _PATH_UTMP so from a user-perspective nothing changes except the names of the API entrypoints. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | whitespace fixes | Denys Vlasenko | 2011-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+13 |
| | | | | | Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move utmp.h include to libbb.h | Denys Vlasenko | 2011-01-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| | | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | runlevel: -2 bytes | Denys Vlasenko | 2009-11-26 | 1 | -4/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | stray trailing tabs removed | Denis Vlasenko | 2007-07-19 | 1 | -1/+1 |
| | |||||
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -6/+6 |
| | |||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
| | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | remove unneeded #includes, fix indentation | Denis Vlasenko | 2006-09-23 | 1 | -16/+15 |
| | |||||
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -2/+2 |
| | | | | and eventual platform specific includes in early. | ||||
* | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. | Bernhard Reutner-Fischer | 2005-10-28 | 1 | -0/+43 |
Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch. |