index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
init.c
Age
Commit message (
Expand
)
Author
2020-09-02
SIGHUP to init.c triggers inittab reload
Chris Sarra via Toybox
2015-08-20
I discovered that the reason SIGINT causes a reboot on sysvinit is that
Isaac Dunham
2015-08-08
Isaac Dunham pointed out that SIGINT's handler was set twice in init.c.
Rob Landley
2015-08-05
reboot: signal init, add -f option to call reboot();
Isaac Dunham
2014-09-18
A few fixes for issues reported in static analysis.
Ashwini Sharma
2014-05-21
First pass init cleanup: use sigatexit() to set multiple signal handlers, ren...
Rob Landley
2014-04-16
Revert lots of half-finished local debris I didn't mean to check in with Isaa...
Rob Landley
2014-04-12
roadmap: describe glibc commands.
Isaac Dunham
2014-01-28
init: don't use VT_OPENQRY.
Isaac Dunham
2014-01-22
-Eradicate (char*) casts for strings.
Isaac Dunham
2014-01-16
Rename xmsprintf() to just xmprintf().
Rob Landley
2014-01-05
Whitespace changes, and collate a couple declarations/first assignment.
Rob Landley
2013-08-04
System V style init, submitted by Kyungwan Han.
Rob Landley