0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 3 years ago.
Apr 06, 2022 — Apr 06, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch '3.01' of git.savannah.nongnu.org:/srv/git/sysvinit into 3.01 More... about 4 years ago
Update changlog. More... about 4 years ago
Updated version information in init More... over 4 years ago
Use readlink() instead of stat() to check processes. This shold avoid hanging if NFS mounts are not responding. More... over 4 years ago
Updated changelog to match new 3.00 release. More... over 4 years ago
Applied patch from Matthias Schiffer which allows bootlogd to read from a wider range of consoles. The console name is already passed in from the kernel command line using "console=". We no longer filter out names as strictly but do now check to confirm the "console=" device points to a valid TTY. More... over 4 years ago
Updated changelog with new version information. More... almost 5 years ago
Updated changelog. More... about 5 years ago
Fixed typos and missing underlies in shutdown manual page. Corrections provided by Helge Kreutzmann. More... about 5 years ago
Removed old original source file that was left behind by patch action. More... about 5 years ago
Changes order of some manual pages references. Updated changelog fole/ More... about 5 years ago
Updated changelog. More... over 5 years ago
Fixed time parsing in shutdown when there is a + in front of a 0 time offset. Commands with a postiive time offset (+1) would work but +0 fails. This has been corrected by Arkadiusz Miskiewicz. More... over 5 years ago
Updated changelog to credit Helge Kreutzmann with manual page updates. More... over 5 years ago
Fixed type and order of references in manual page. More... over 5 years ago
Added patch from William Shipley which allows shutdown time to be specified in the format +hh:mm. This is in addition to the existing formats such as hh:mm, +m, and "now". More... over 5 years ago
Added patch from Didier Gaudin which allows init to load configuration data from files stored in /etc/inittab.d/ More... about 6 years ago
Updated sysd2v script in contrib directory to version 0.3, to match latest upstream. More... about 6 years ago
Removed old TODO file. Added sysd2v script which converts systemd unit files into init.d style shell scripts. More... about 6 years ago
Avoid freeing unused memory. Some code clean-up. Patch provided by David Hoyer. More... about 6 years ago
Make sure git ignores new executable files in src directory. Make location of libcrypt library more flexible. More... over 6 years ago
Make sure src/Makefile cleans up all executable files when parent makefile calles "make clean". More... over 6 years ago
Updated changelog. More... over 6 years ago
Reformatted init code to make if/while logic more clear. More... over 6 years ago
Updated changelog. More... over 6 years ago
Added -z command line paramter to pidof which tells pidof to try to find processes in uninterruptable (D) or zombie (Z) states. This can cause pidof to hang, but produces a more complete process list. More... over 6 years ago
Updated changelog for release. More... over 6 years ago
Accepted patch from Luc Gommans which explains why zombie and deep sleep processes (Z and D) may be hidden from pidof More... over 6 years ago
Use millisecond delays in init so that shutdown can happen without a near-full-second delay after all processes have terminated. Replaced do_sleep() with do_msleep(), provided by Serge Belyshev. More... almost 7 years ago
Updated manual page for shutdown to better describe -h, -H and -P flags. More... almost 7 years ago