Commit Graph

  • f62975a1f8 Update ChangeLog William Hubbs 2018-02-28 16:21:52 -0600
  • 5bb6f9aa31 init.sh: apply SELinux label for /run early in boot Jason Zaman 2018-02-28 12:41:54 -0600
  • 1ab8541a6c init-early.sh.Linux.in: apply the selinux label to /dev/console early Jason Zaman 2018-02-28 11:24:55 -0600
  • 038c03bef3 supervise-daemon: make an error message more verbose William Hubbs 2018-02-27 16:02:20 -0600
  • e51dc29e2f cgroups: fix indentation William Hubbs 2018-02-27 15:56:54 -0600
  • c6047f887a cgroups: add rc_cgroup_memory_use_hierarchy setting for cgroups v1 William Hubbs 2018-02-26 14:33:15 -0600
  • 0506d68427 fstabinfo: fix an error message William Hubbs 2018-02-26 13:46:47 -0600
  • c3d666acaf openrc: remove unused #define's. William Hubbs 2018-02-26 13:14:31 -0600
  • e93b1d76d1 openrc: convert another execl() call to execlp() William Hubbs 2018-02-26 13:13:44 -0600
  • acf1e43f81 openrc-init: convert execl calls to execlp William Hubbs 2018-02-26 12:21:14 -0600
  • f383fd87b1 kill_all: change execl call to execlp William Hubbs 2018-02-24 17:02:02 -0600
  • cfded513cd openrc-init: set a default path William Hubbs 2018-02-24 16:24:08 -0600
  • 16ff3cd8df check whether /sys/fs/cgroup is a mountpoint Christian Brauner 2018-02-12 13:32:01 +0100
  • 38032626a6 improve cgroup configuration checks William Hubbs 2018-02-23 15:07:04 -0600
  • aa7d3a7911 openrc: force deptree update for sysinit runlevel William Hubbs 2018-02-22 16:16:07 -0600
  • 98262647a9 supervise-daemon: zero out the cmdline buffer when it is allocated William Hubbs 2018-02-22 12:54:21 -0600
  • 5868abe97b start-stop-daemon: compiler warning cleanup William Hubbs 2018-02-21 18:16:56 -0600
  • 71aad16256 openrc-run: clean up a compiler warning William Hubbs 2018-02-21 18:15:35 -0600
  • e275da84de supervise-daemon: remove references to PATH_MAX William Hubbs 2018-02-21 18:14:56 -0600
  • a6cc7f06cf rc.c: remove PATH_MAX references William Hubbs 2018-02-21 13:49:41 -0600
  • c1178c8eeb rc-selinux.c: remove references to path_max William Hubbs 2018-02-20 16:35:50 -0600
  • 3c031ca978 rc-plubin.c: remove references to PATH_MAX William Hubbs 2018-02-20 16:01:15 -0600
  • 8e02406d8f rc-misc.c: remove references to PATH_MAX William Hubbs 2018-02-20 14:22:29 -0600
  • 8dbdabcc5e start-stop-daemon: clean up string handling William Hubbs 2018-02-16 14:04:40 -0600
  • 488d8989c5 openrc-run: clean up string handling William Hubbs 2018-02-15 15:10:24 -0600
  • 9e14b35da8 rc-update: remove reference to PATH_MAX William Hubbs 2018-02-15 12:23:39 -0600
  • 7b4879cb72 mountinfo: create strings with xasprintf William Hubbs 2018-02-14 16:56:19 -0600
  • 74cfb455c5 kill_all: create strings with xasprintf William Hubbs 2018-02-14 16:50:24 -0600
  • 0110487722 helpers.h: silence compiler warnings about xasprintf William Hubbs 2018-02-10 16:48:22 -0600
  • 68b9b0bc2a xasprintf: exit if return value of vsnprintf is invalid William Hubbs 2018-02-10 14:09:22 -0600
  • 4616f8f809 helpers.h: add xasprintf function William Hubbs 2018-02-09 16:27:12 -0600
  • 287d71bd25 helpers.h: style fix William Hubbs 2018-02-09 15:35:12 -0600
  • c1ffe4d9f2 man/openrc-run.8: fix mountinfo args. Michael Orlitzky 2018-01-25 11:28:39 -0500
  • 4c517bdb2b man/openrc-run.8: add missing "Xo" tags for fstabinfo and mountinfo. Michael Orlitzky 2018-01-25 11:27:16 -0500
  • 110582491f service-script-guide.md cleanups William Hubbs 2018-01-24 17:43:02 -0600
  • 5dd1d39d20 typo fix William Hubbs 2018-01-24 10:56:33 -0600
  • 1771bc2a83 checkpath: use fchown and fchmod to handle ownership and mode changes William Hubbs 2018-01-23 16:56:06 -0600
  • 87c98ebb01 checkpath: fix lchown error message William Hubbs 2018-01-16 13:34:37 -0600
  • 4af5a80b0c _rc_deptree_load - return NULL if the stat() call is not successful William Hubbs 2018-01-16 13:11:22 -0600
  • fee2ffe559 Reformat and fix titles in documentation William Hubbs 2018-01-12 14:10:42 -0600
  • 8878f8916b Rename guide.md to user-guide.md to better describe its purpose William Hubbs 2018-01-11 10:57:05 -0600
  • 14e3359a9e move developer documentation from guide.md to service-script-guide.md William Hubbs 2018-01-10 13:25:13 -0600
  • 918d955fd2 checkpath: use lchown instead of chown William Hubbs 2018-01-09 17:20:39 -0600
  • 92cfa0e543 service-script-guide.md: formatting changes William Hubbs 2018-01-08 15:33:03 -0600
  • c2bd33e483 service-script-guide.md: new guide for service script authors. Michael Orlitzky 2017-09-04 17:58:09 -0400
  • f42ec82f21 net-online: only process symbolic links in /sys/class/net 3PO 2017-12-31 22:50:57 +0100
  • 7affff568a init.d.examples: pid files always go in /var William Hubbs 2017-12-20 11:01:29 -0600
  • 4f750933fd procfs: remove the @sysconfdir@ reference William Hubbs 2017-12-14 17:31:57 -0600
  • 50b69d564a hostname: replace @SYSCONFDIR@ references with /etc William Hubbs 2017-12-14 17:07:31 -0600
  • eb18f4f348 hwclock: use shell variables for configuration file path William Hubbs 2017-12-14 16:38:09 -0600
  • d5f3fe52c8 sysctl: hard code paths for sysctl files on *bsd William Hubbs 2017-12-14 13:52:55 -0600
  • bb1bc6eeb7 local: misc cleanups William Hubbs 2017-12-14 12:44:45 -0600
  • 53844fd0dc devfs: cleanup William Hubbs 2017-12-14 12:06:07 -0600
  • 14938c29ce net-online: wait for ping_test_host bell07 2017-12-12 21:51:55 +0100
  • 8bf501aaf2 network: use 'command -v ip' to test for the ip executable William Hubbs 2017-12-12 14:23:04 -0600
  • 9d05f68b51 Do not use file tests in net-online William Hubbs 2017-12-12 12:45:52 -0600
  • ee2524cd1d net-online: clean up quoting and test for existence William Hubbs 2017-12-11 17:41:04 -0600
  • 5c81661d47 Gracefully handle unreadable /sys/class/net/dev/ nodes Marcel Greter 2017-12-09 23:18:03 +0100
  • fb96c9c127 Make bash-completion and zsh-completion optional William Hubbs 2017-12-07 12:53:04 -0600
  • 6c456f9383 Add zsh-completion support William Hubbs 2017-12-07 11:30:32 -0600
  • d220fc2723 add bash completion support William Hubbs 2017-12-06 13:21:25 -0600
  • a2447dfb42 rc-service: add --ifcrashed option William Hubbs 2017-12-04 17:17:17 -0600
  • cee3919908 Clean up the calls to group_add_service William Hubbs 2017-12-01 15:43:09 -0600
  • 0feadd2922 man/openrc-run.8: update documentation for command_user William Hubbs 2017-11-30 16:00:42 -0600
  • a7c99506d9 Fix repeated dependency cache rebuild if clock skewed Will Miles 2017-08-23 21:53:16 -0400
  • f012930775 man/openrc-run.8: remove white space Julien Reichardt 2017-11-29 15:01:32 -0600
  • ddbdb69658 add more variables for start-stop-daemon and supervise-daemon options Julien Reichardt 2017-11-20 23:45:51 +0100
  • c84ebb94d1
    start-stop-daemon: properly handle missing pidfile Doug Freed 2017-11-29 15:10:39 -0500
  • 3de6395ae3 split cgroups mounting out of sysfs William Hubbs 2017-11-28 17:14:33 -0600
  • 6bb7ebec48 fix FreeBSD build William Hubbs 2017-11-27 11:09:43 -0600
  • a192caf88f rc-schedules: if given nothing to look for, stop Doug Freed 2017-11-19 11:05:30 -0500
  • e805c74d31 s6 supervisor fixes William Hubbs 2017-11-16 15:35:35 -0600
  • 318e873481 strongly encourage Linux users to not make /etc/mtab a flat file William Hubbs 2017-11-14 14:11:57 -0600
  • 0d15898f58 adjust mtab and localmount dependencies William Hubbs 2017-11-14 13:17:01 -0600
  • 971e82784c rc_find_pids: namespace fix William Hubbs 2017-11-13 16:54:57 -0600
  • 90d9ea656f start-stop-daemon: do not use do_stop to verify whether a daemon is running William Hubbs 2017-11-07 15:30:21 -0600
  • a3d1c8a0e7 fix issue with --reexec call William Hubbs 2017-10-30 18:21:39 -0500
  • 913b2ca537 supervise-daemon: use RC_SVCNAME as the first argument to the daemon William Hubbs 2017-10-27 19:22:09 -0500
  • 3fe99c8b82 supervise-daemon: fix logging for reexec and the child command line William Hubbs 2017-10-27 17:34:29 -0500
  • 27b8183de2 log as supervise-daemon not the service William Hubbs 2017-10-27 15:32:26 -0500
  • f32d8e1bfe supervise-daemon: clarify a log message William Hubbs 2017-10-26 14:15:40 -0500
  • d019f34a83 supervise-daemon: log the command line we run to spawn the child process William Hubbs 2017-10-26 13:57:04 -0500
  • bb9c481f02 supervise-daemon: log with the service name instead of "supervise-daemon" William Hubbs 2017-10-26 13:36:41 -0500
  • 82da844b42 implement "unsupervised" status William Hubbs 2017-10-26 13:11:12 -0500
  • 667a09983c supervise-daemon: remove child_pid from saved options during shutdown William Hubbs 2017-10-26 12:58:59 -0500
  • cf429ee359 rc_service_value_set: remove the option if NULL is the value William Hubbs 2017-10-26 12:54:37 -0500
  • 6f3e2e2d7d supervise-daemon.sh: fix status function with no namespaces William Hubbs 2017-10-25 21:20:15 -0500
  • 35b88fb42b cgroups_cleanup: clean up shutdown signaling Patrick McLean 2017-10-25 21:19:15 -0500
  • a428c325a9 add "unsupervised" status and return code 64 to supervise-daemon status function William Hubbs 2017-10-25 15:07:19 -0500
  • 3219ecd608 supervise-daemon: fix build issue for >=glibc-2.26 William Hubbs 2017-10-24 16:47:53 -0500
  • 0d8dc4f798 version 0.35 William Hubbs 2017-10-24 16:46:52 -0500
  • f3c70bf5b5 Update ChangeLog William Hubbs 2017-10-24 10:42:11 -0500
  • f5acc66db7 rc_find_pids: ignore pids that are not in our pid namespace William Hubbs 2017-10-24 10:37:01 -0500
  • fdce4769f2 supervise-daemon: multiple fixes William Hubbs 2017-10-24 10:26:18 -0500
  • 35b1996704 supervise-daemon: elevate some log messages to warnings William Hubbs 2017-10-18 18:07:50 -0500
  • 3c8e7ed255 version 0.34 William Hubbs 2017-10-13 16:10:57 -0500
  • acaed1f910 Update ChangeLog William Hubbs 2017-10-13 11:29:49 -0500
  • 91109e31d8 update news William Hubbs 2017-10-12 18:54:17 -0500
  • 2b6eeea01d man: remove service(8) man page William Hubbs 2017-10-12 18:47:36 -0500
  • a15de23e57 typo fix William Hubbs 2017-10-10 10:56:27 -0500