Commit History

Author SHA1 Message Date
  Rob Landley de0e3fc0fb Make xsignal_all_killers() slightly less magic. (Use SIG_DFL instead of NULL.) 2 years ago
  Rob Landley 794a0247d0 Fix inappropriate use of sigatexit() 2 years ago
  Elliott Hughes b30b1857da getline() returns -1 on EOF, not 0. 2 years ago
  Elliott Hughes 05e4f52c3c init: stop using get_line(). 2 years ago
  Elliott Hughes 1cc17b2f2f init: fix waitforpid(). 3 years ago
  Chris Sarra via Toybox 537e983f86 SIGHUP to init.c triggers inittab reload 3 years ago
  Isaac Dunham 92f3b78569 I discovered that the reason SIGINT causes a reboot on sysvinit is that 9 years ago
  Rob Landley b73f89429f Isaac Dunham pointed out that SIGINT's handler was set twice in init.c. 9 years ago
  Isaac Dunham a12eec740d reboot: signal init, add -f option to call reboot(); 9 years ago
  Ashwini Sharma 14a11ed5eb A few fixes for issues reported in static analysis. 9 years ago
  Rob Landley 9b4158c09c First pass init cleanup: use sigatexit() to set multiple signal handlers, rename set_sane_term() to reset_term() and have it take the fd it works on as an argument, some whitespace and help text tweaks. 10 years ago
  Rob Landley 6c64f5f186 Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. 10 years ago
  Isaac Dunham 931425ca05 roadmap: describe glibc commands. 10 years ago
  Isaac Dunham c8cce3f302 init: don't use VT_OPENQRY. 10 years ago
  Isaac Dunham d7e41f1b6b -Eradicate (char*) casts for strings. 10 years ago
  Rob Landley 59d85e2bb0 Rename xmsprintf() to just xmprintf(). 10 years ago
  Rob Landley bccb08d9eb Whitespace changes, and collate a couple declarations/first assignment. 10 years ago
  Rob Landley 147b2fc06e System V style init, submitted by Kyungwan Han. 11 years ago