Age | Commit message (Expand) | Author |
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 |
2018-02-09 | helpers.h: style fix | William Hubbs |
2018-02-06 | man/openrc-run.8: fix mountinfo args. | Michael Orlitzky |
2018-02-06 | man/openrc-run.8: add missing "Xo" tags for fstabinfo and mountinfo. | Michael Orlitzky |
2018-01-24 | service-script-guide.md cleanups | William Hubbs |
2018-01-24 | typo fix | William Hubbs |
2018-01-23 | checkpath: use fchown and fchmod to handle ownership and mode changes | William Hubbs |
2018-01-16 | checkpath: fix lchown error message | William Hubbs |
2018-01-16 | _rc_deptree_load - return NULL if the stat() call is not successful | William Hubbs |
2018-01-12 | Reformat and fix titles in documentation | William Hubbs |
2018-01-11 | Rename guide.md to user-guide.md to better describe its purpose | William Hubbs |
2018-01-10 | move developer documentation from guide.md to service-script-guide.md | William Hubbs |
2018-01-09 | checkpath: use lchown instead of chown | William Hubbs |
2018-01-08 | service-script-guide.md: formatting changes | William Hubbs |
2018-01-08 | service-script-guide.md: new guide for service script authors. | Michael Orlitzky |