Age | Commit message (Collapse) | Author |
|
|
|
all actually displayed in the status line as expected
|
|
|
|
|
|
|
|
|
|
|
|
* init/init.c: Do not include sys/mount.h.
(message): Use O_NONBLOCK instead of O_NDELAY.
(console_init): Ditto.
|
|
* init/Config.in (CONFIG_FEATURE_INIT_SWAPON): New option.
* init/init.c (check_memory): Disable the swapon feature unless
CONFIG_FEATURE_INIT_SWAPON is defined.
|
|
|
|
* loginutils/getty.c: (open_tty): Use dup2 instead of close/dup.
|
|
* loginutils/getty.c: Include utmp.h only if
CONFIG_FEATURE_U_W_TMP is defined.
(getty_main): Use ISSUE only if it is defined.
|
|
WTMP options
|
|
|
|
|
|
|
|
|
|
|
|
is not a very good default. Better to default to having it off
and let people get the default behavior. If they want to enable
/etc/busybox.conf they should explicitly ask for it.
|
|
CONFIG_FEATURE_SUID to ensure proper behavior when installed.
|
|
to be interpreted properly
|
|
some more work to shrink them down.
|
|
|
|
Vladimir N. Oleynik says: uname() can be replaced with get_kernel_revision()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
depend alias
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|