aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/init.c
AgeCommit message (Expand)Author
2015-08-20I discovered that the reason SIGINT causes a reboot on sysvinit is thatIsaac Dunham
2015-08-08Isaac Dunham pointed out that SIGINT's handler was set twice in init.c.Rob Landley
2015-08-05reboot: signal init, add -f option to call reboot();Isaac Dunham
2014-09-18A few fixes for issues reported in static analysis.Ashwini Sharma
2014-05-21First pass init cleanup: use sigatexit() to set multiple signal handlers, ren...Rob Landley
2014-04-16Revert lots of half-finished local debris I didn't mean to check in with Isaa...Rob Landley
2014-04-12roadmap: describe glibc commands.Isaac Dunham
2014-01-28init: don't use VT_OPENQRY.Isaac Dunham
2014-01-22-Eradicate (char*) casts for strings.Isaac Dunham
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
2014-01-05Whitespace changes, and collate a couple declarations/first assignment.Rob Landley
2013-08-04System V style init, submitted by Kyungwan Han.Rob Landley