Age | Commit message (Expand) | Author |
2012-07-26 | Bring Back prefix support | William Hubbs |
2012-05-14 | move rc_svcdir to /run/openrc on Linux systems | William Hubbs |
2012-04-26 | Reduce overhead by leaving rc_deptree_update_needed() as soon as possible | Christian Ruppert |
2012-03-26 | librc: Do not output error messages from within the library. | William Hubbs |
2012-02-25 | librc: make rc_proc_getent available for all operating systems | William Hubbs |
2012-02-25 | Fix rc_proc_getent() undeclared on BSD | Christian Ruppert |
2012-02-21 | Remove prefix support | William Hubbs |
2012-02-12 | Fix some more warnings | Christian Ruppert |
2012-01-30 | Complain about loading /etc/conf.d/rc | William Hubbs |
2012-01-26 | Whitespace | Christian Ruppert |
2012-01-24 | Override rc.conf options only | Christian Ruppert |
2012-01-20 | small style fix | William Hubbs |
2012-01-16 | style fixes | William Hubbs |
2012-01-15 | Allow overriding of rc.conf options via kernel cmdline | Christian Ruppert |
2012-01-15 | Rename proc_getent to rc_proc_getent and make it global | Christian Ruppert |
2011-11-16 | add support for extra_stopped_commands | William Hubbs |
2011-11-07 | add auto detection for lxc | William Hubbs |
2011-10-29 | Use pattern rules instead of suffix rules | William Hubbs |
2011-07-13 | Fix rc_service_value_get() to return multiple lines as well | Christian Ruppert |
2011-07-13 | Add a new function, bool rc_getfile(const char *, char **, size_t *) | Mike Frysinger |
2011-07-09 | Do not skip similar config options | Christian Ruppert |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger |
2011-06-28 | Use RC_CONF instead of the hardcoded /etc/rc.conf | Christian Ruppert |
2011-06-03 | clean up gitignore files | Mike Frysinger |
2011-05-28 | cc.mk: move debug.mk out of end Makefiles | Mike Frysinger |
2011-05-28 | librc: tweak style: foo () -> foo() | Mike Frysinger |
2011-04-27 | fix rc_service_extra_commands return value | James Le Cuirot |
2011-04-27 | fix list returned by rc_service_extra_commands | William Hubbs |
2011-04-09 | typo fix | William Hubbs |
2011-02-04 | remove unnecessary shell calls | William Hubbs |
2011-01-31 | use immediate evaluation for shell calls | William Hubbs |
2011-01-17 | librc: delete trailing newlines | Mike Frysinger |
2011-01-17 | Document that rc_sys_v{1,2} should not be used outside of OpenRC. | Robin H. Johnson |
2011-01-17 | Bug #351570: Fix hidden functions visibility for rc_deptree_load_file. | Robin H. Johnson |
2011-01-17 | Bug #351570: Hidden function fixes: rc_conf_value. | Robin H. Johnson |
2011-01-17 | Style fix: "char *foo" not "char* foo". | Robin H. Johnson |
2011-01-17 | Style fix: /* */ comments not // comments. | Robin H. Johnson |
2011-01-17 | Style fix: "while (" not "while(". | Robin H. Johnson |
2011-01-17 | Style fix: "if (" not "if(". | Robin H. Johnson |
2011-01-17 | Clean up all trailing whitespace in src/. | Robin H. Johnson |
2011-01-17 | Factor out new function rc_deptree_load_file to aid in debugging deptree file... | Robin H. Johnson |
2011-01-05 | Make sure old rc_sys code never runs if the rc_sys variable exists. | Robin H. Johnson |
2011-01-05 | Remove broken automatic LXC subsystem detection. | Robin H. Johnson |
2011-01-05 | Implement explicit selection of subsystem types. | Robin H. Johnson |
2010-01-08 | random spelling fixes | Mike Frysinger |
2009-11-14 | Only allow one service to be provided by default. | Roy Marples |
2009-11-04 | Add support for Linux Containers, fixes #202. | Roy Marples |
2009-09-21 | Don't quote opts | Roy Marples |
2009-07-20 | Don't provide ourself, fixes #190 | Roy Marples |
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples |