Denys Vlasenko
|
42776708f2
init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it!
|
7 years ago |
Denys Vlasenko
|
f35ad3bd12
init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET
|
8 years ago |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
8 years ago |
Denys Vlasenko
|
326edc3e37
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
|
8 years ago |
Denys Vlasenko
|
d035528261
init: fix for FreeBSD console opening. Closes 9031
|
8 years ago |
Denys Vlasenko
|
52977a7d60
Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init
|
8 years ago |
Nicolas Carrier
|
29eae728e9
init: make the command-line rewrite optional
|
9 years ago |
Kylie McClain
|
40eea690c7
Fix compiling with musl's utmp stubs
|
9 years ago |
Denys Vlasenko
|
550bf5b4a4
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
|
9 years ago |
Denys Vlasenko
|
da9212667c
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
|
10 years ago |
Denys Vlasenko
|
2bba9ad67a
init: do not run shutdown/reexec actions from signal handler
|
10 years ago |
Michael Tokarev
|
922fdf6527
init: do not fail build if SIGPWR is not defined
|
11 years ago |
Bogdan Purcareata
|
760fc6debc
init: halt on SIGPWR too
|
11 years ago |
Denys Vlasenko
|
8b59b2c13e
libbb: move nuke_str() from passwd into libbb
|
11 years ago |
Yuan-Hsiang Lee
|
b21bc80c76
init: fix illegal memory access when max message length is reached
|
11 years ago |
Denys Vlasenko
|
730e4d8b52
init: better --help text
|
11 years ago |
Paulius Zaleckas
|
9f07af6156
init: don't srop unterminated processes' entries during inittab reload
|
11 years ago |
Denys Vlasenko
|
d2e07bc16c
init: don't use fixed size buffer for command
|
11 years ago |
Denys Vlasenko
|
f958425451
init: remove special-case code for machines with less tham 1 MB of RAM.
|
11 years ago |
Denys Vlasenko
|
2c0508b4fa
examples/inittab: fix a few incorrect statements about init
|
11 years ago |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 years ago |
Denys Vlasenko
|
da2b2da6a7
init: add a segv debugging aid, disabled by default
|
13 years ago |
Denys Vlasenko
|
ef7aa46bc4
init: code shrink -4 bytes
|
13 years ago |
Denys Vlasenko
|
beb860ac75
init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.
|
13 years ago |
Denys Vlasenko
|
67905e2d7c
*: work around sysinfo.h versus linux/*.h problems
|
13 years ago |
Denys Vlasenko
|
32176ccec4
init: fix a case where execv's 1st arg was wrong
|
13 years ago |
Denys Vlasenko
|
8d0e0cdadf
move utmp.h include to libbb.h
|
14 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 years ago |
Denys Vlasenko
|
6088e138e1
init: simpler handling of leading dash in commands
|
14 years ago |
Denys Vlasenko
|
db5fe62b6d
init: if PID!=1, show clearer error message. move usage text closer to main()
|
14 years ago |