index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
2023-06-15
1
-1
/
+1
*
init: do not set HOME
Denys Vlasenko
2022-05-02
1
-1
/
+5
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-3
/
+3
*
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
1
-6
/
+6
*
init: improve handling of signals racing with each other
Denys Vlasenko
2019-12-03
1
-159
/
+119
*
init: if tcgetattr() fails, don't even try to tcsetattr()
Denys Vlasenko
2019-12-02
1
-9
/
+8
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
init: hopefully fix "rebooting" in containers
Denys Vlasenko
2018-09-22
1
-2
/
+7
*
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-04-08
1
-1
/
+0
*
init: stop using static data
Denys Vlasenko
2018-01-10
1
-16
/
+24
*
init: reduce the window when init can lose reboot/poweroff signals
Denys Vlasenko
2017-11-02
1
-23
/
+8
*
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-29
1
-3
/
+5
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-1
/
+0
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-43
/
+43
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it!
Denys Vlasenko
2017-04-07
1
-18
/
+22
*
init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET
Denys Vlasenko
2017-01-10
1
-6
/
+4
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+2
*
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Denys Vlasenko
2016-12-22
1
-1
/
+1
*
init: fix for FreeBSD console opening. Closes 9031
Denys Vlasenko
2016-08-22
1
-0
/
+5
*
Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init
Denys Vlasenko
2016-03-31
1
-20
/
+21
*
init: make the command-line rewrite optional
Nicolas Carrier
2016-02-11
1
-5
/
+22
*
Fix compiling with musl's utmp stubs
Kylie McClain
2016-02-01
1
-1
/
+0
*
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-09
1
-2
/
+7
*
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
Denys Vlasenko
2015-01-05
1
-5
/
+1
*
init: do not run shutdown/reexec actions from signal handler
Denys Vlasenko
2014-11-21
1
-20
/
+30
*
init: do not fail build if SIGPWR is not defined
Michael Tokarev
2014-01-30
1
-0
/
+2
*
init: halt on SIGPWR too
Bogdan Purcareata
2013-11-26
1
-3
/
+4
*
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
2013-11-19
1
-1
/
+1
*
init: fix illegal memory access when max message length is reached
Yuan-Hsiang Lee
2013-11-03
1
-2
/
+2
*
init: better --help text
Denys Vlasenko
2013-10-12
1
-6
/
+13
*
init: don't srop unterminated processes' entries during inittab reload
Paulius Zaleckas
2013-08-16
1
-3
/
+10
*
init: don't use fixed size buffer for command
Denys Vlasenko
2013-08-16
1
-9
/
+13
*
init: remove special-case code for machines with less tham 1 MB of RAM.
Denys Vlasenko
2013-05-21
1
-15
/
+18
*
examples/inittab: fix a few incorrect statements about init
Denys Vlasenko
2013-03-29
1
-8
/
+1
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
init: add a segv debugging aid, disabled by default
Denys Vlasenko
2012-01-30
1
-0
/
+51
*
init: code shrink -4 bytes
Denys Vlasenko
2011-12-05
1
-4
/
+5
*
init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.
Denys Vlasenko
2011-12-05
1
-3
/
+5
*
*: work around sysinfo.h versus linux/*.h problems
Denys Vlasenko
2011-07-26
1
-1
/
+2
*
init: fix a case where execv's 1st arg was wrong
Denys Vlasenko
2011-03-21
1
-0
/
+1
*
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
1
-3
/
+0
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-2
/
+2
*
init: simpler handling of leading dash in commands
Denys Vlasenko
2010-12-25
1
-9
/
+11
*
init: if PID!=1, show clearer error message. move usage text closer to main()
Denys Vlasenko
2010-11-02
1
-134
/
+137
*
init: do not sleep forever on usage errors
Denys Vlasenko
2010-10-25
1
-4
/
+13
*
init: do not clear CRTSCTS (fix from Debian bug 528560)
Denys Vlasenko
2010-10-24
1
-3
/
+6
*
init/*: move applet/kbuild/config/help bits into applet source files
Denys Vlasenko
2010-10-12
1
-0
/
+231
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
[next]