Age | Commit message (Expand) | Author |
2017-07-24 | version 0.29 | William Hubbs |
2017-07-24 | Typo fix | John R. Graham |
2017-07-13 | Update ChangeLog | William Hubbs |
2017-07-13 | Add comment about overriding the default efivars mount in fstab to news | William Hubbs |
2017-07-11 | add link to efivars issue to news file | William Hubbs |
2017-07-11 | Update ChangeLog | William Hubbs |
2017-07-11 | fix sysvinit compatibility for shutdown wrapper | William Hubbs |
2017-07-11 | fix sysvinit compatibility for reboot wrapper | William Hubbs |
2017-07-11 | fix sysvinit compatibility for poweroff wrapper | William Hubbs |
2017-07-10 | fix halt wrapper so it is sysvinit compatible | William Hubbs |
2017-07-07 | man: fix an unclosed .Bl/.El warning | Adam Borowski |
2017-07-07 | man: fix missing .Pp warnings | Adam Borowski |
2017-06-13 | init.d/sysfs: mount efivars read only | William Hubbs |
2017-06-12 | fix argument parsing for the sysvinit shutdown wrapper | William Hubbs |
2017-06-12 | scripts/shutdown: fix arguments to be sysvinit shutdown compatible | William Hubbs |
2017-06-12 | Fix link to shutdown for MKSYSVINIT=yes | William Hubbs |
2017-06-12 | init.d/hostname: fix default parameter syntax | Nuno Silva |
2017-06-12 | init.d/hostname: fix indentation | Nuno Silva |
2017-06-12 | scripts/Makefile: make symlinks absolute instead of relative | udeved |
2017-06-12 | scripts/Makefile: respect SBINDIR with MKSYSVINIT | udeved |
2017-06-08 | kill_all: include limits.h for PATH_MAX | Jory A. Pratt |
2017-06-08 | version 0.28 | William Hubbs |
2017-06-08 | fix compile issue for musl | William Hubbs |
2017-06-07 | Update ChangeLog | William Hubbs |
2017-06-07 | man: update openrc-shutdown man page | William Hubbs |
2017-06-07 | scripts/shutdown: pass --single to openrc-shutdown | William Hubbs |
2017-06-05 | openrc-shutdown: add --single option and clean up option processing | William Hubbs |
2017-06-05 | init.d/bootmisc: use openrc-shutdown instead of halt to write halt record | William Hubbs |
2017-06-04 | add support for writing reboot and shutdown records to wtmp | William Hubbs |
2017-05-31 | openrc-init: add optional sysvinit compatibility | William Hubbs |
2017-05-30 | Change killprocs to use kill_all instead of killall5 | William Hubbs |
2017-05-30 | openrc-init: fix buffer overflow in init.ctl | Sergei Trofimovich |
2017-05-30 | mk/cc.mk: make implicit function declarations fatal (#136) | Sergei Trofimovich |
2017-05-30 | rc-logger.c: fix crash on fclose(NULL) (#137) | Sergei Trofimovich |
2017-05-22 | typo fix | William Hubbs |
2017-05-22 | openrc-shutdown: add dry-run option | William Hubbs |
2017-05-22 | openrc-shutdown: move to single user mode by default | William Hubbs |
2017-05-22 | init: add ability to switch to single user mode | William Hubbs |
2017-05-19 | add kill_all helper | William Hubbs |
2017-05-15 | rc_status: calculate time differences in time_t and display seconds in uptime | William Hubbs |
2017-05-12 | supervise-daemon: save start time and respawn count before dropping privs | William Hubbs |
2017-05-12 | version 0.27 | William Hubbs |
2017-05-11 | update ChangeLog | William Hubbs |
2017-05-11 | man/rc-status: document changes for supervised daemons | William Hubbs |
2017-05-11 | rc-status: show uptimes and respawn counts for supervised daemons | William Hubbs |
2017-05-11 | fix to_time_t to honor dst | William Hubbs |
2017-05-11 | fix from_time_t function | William Hubbs |
2017-05-11 | Move time_t conversions to rc-misc.c so they can be shared | William Hubbs |
2017-05-11 | supervise-daemon: save start time and respawn count | William Hubbs |
2017-05-11 | supervise-daemon: fix our status when we give up on the child process | William Hubbs |