Age | Commit message (Expand) | Author |
2018-05-02 | start-stop-daemon: don't fail stopping if pidfile is gone | Andrey Utkin |
2018-05-01 | Add _POSIX_C_SOURCE definition to Linux build | William Hubbs |
2018-04-24 | typo fix | William Hubbs |
2018-03-21 | rc-update: fix typo | Scall |
2018-03-16 | init.d/modules: add code from modules-load service | William Hubbs |
2018-03-16 | net-online: always start after net | William Hubbs |
2018-03-14 | agetty.in: allow status to be displayed | William Hubbs |
2018-03-14 | supervise-daemon: fix off-by-one error | William Hubbs |
2018-03-14 | Use _BSD_SOURCE on FreeBSD | William Hubbs |
2018-03-14 | typo fix | William Hubbs |
2018-03-13 | Remove _XOPEN_SOURCE macros from builds | William Hubbs |
2018-03-13 | Add _POSIX_C_SOURCE macro to FreeBSD build | William Hubbs |
2018-03-12 | man: document default retry specification for supervise-daemon | William Hubbs |
2018-03-12 | man: document default retry sppecification for start-stop-daemon | William Hubbs |
2018-03-11 | Clean up cgroups v2 code | William Hubbs |
2018-03-05 | init.d: swap should always be started after root | Scall |
2018-03-01 | openrc-run: fix memory size (#213) | Chris Cromer |
2018-03-01 | fix build on FreeBSD | William Hubbs |
2018-03-01 | version 0.36 | William Hubbs |
2018-02-28 | Update ChangeLog | William Hubbs |
2018-02-28 | init.sh: apply SELinux label for /run early in boot | Jason Zaman |
2018-02-28 | init-early.sh.Linux.in: apply the selinux label to /dev/console early | Jason Zaman |
2018-02-27 | supervise-daemon: make an error message more verbose | William Hubbs |
2018-02-27 | cgroups: fix indentation | William Hubbs |
2018-02-26 | cgroups: add rc_cgroup_memory_use_hierarchy setting for cgroups v1 | William Hubbs |
2018-02-26 | fstabinfo: fix an error message | William Hubbs |
2018-02-26 | openrc: remove unused #define's. | William Hubbs |
2018-02-26 | openrc: convert another execl() call to execlp() | William Hubbs |
2018-02-26 | openrc-init: convert execl calls to execlp | William Hubbs |
2018-02-24 | kill_all: change execl call to execlp | William Hubbs |
2018-02-24 | openrc-init: set a default path | William Hubbs |
2018-02-23 | check whether /sys/fs/cgroup is a mountpoint | Christian Brauner |
2018-02-23 | improve cgroup configuration checks | William Hubbs |
2018-02-22 | openrc: force deptree update for sysinit runlevel | William Hubbs |
2018-02-22 | supervise-daemon: zero out the cmdline buffer when it is allocated | William Hubbs |
2018-02-21 | start-stop-daemon: compiler warning cleanup | William Hubbs |
2018-02-21 | openrc-run: clean up a compiler warning | William Hubbs |
2018-02-21 | supervise-daemon: remove references to PATH_MAX | William Hubbs |
2018-02-21 | rc.c: remove PATH_MAX references | William Hubbs |
2018-02-20 | rc-selinux.c: remove references to path_max | William Hubbs |
2018-02-20 | rc-plubin.c: remove references to PATH_MAX | William Hubbs |
2018-02-20 | rc-misc.c: remove references to PATH_MAX | William Hubbs |
2018-02-16 | start-stop-daemon: clean up string handling | William Hubbs |
2018-02-15 | openrc-run: clean up string handling | William Hubbs |
2018-02-15 | rc-update: remove reference to PATH_MAX | William Hubbs |
2018-02-14 | mountinfo: create strings with xasprintf | William Hubbs |
2018-02-14 | kill_all: create strings with xasprintf | William Hubbs |
2018-02-10 | helpers.h: silence compiler warnings about xasprintf | William Hubbs |
2018-02-10 | xasprintf: exit if return value of vsnprintf is invalid | William Hubbs |
2018-02-09 | helpers.h: add xasprintf function | William Hubbs |