Age | Commit message (Expand) | Author |
2011-07-06 | Rename rc_logger_path to rc_log_path | Christian Ruppert |
2011-07-05 | Improve logging | Christian Ruppert |
2011-07-05 | Don't write into optarg, this also fixes a compiler warning. | Christian Ruppert |
2011-06-30 | Add --startas/-a back to the optstring | 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-27 | Only print the deprecation warning for --chuid/-c when using it | Joe Harvell |
2011-06-05 | Warn if deprecated commandline options are used for start-stop-daemon | Christian Ruppert |
2011-06-03 | clean up gitignore files | Mike Frysinger |
2011-05-28 | rc-update: sort "show" output | 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-05-28 | rc: delete now unused local "i" variable | Mike Frysinger |
2011-05-23 | Fix dirname calls in runscript | Christian Ruppert |
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-16 | new implementation of applet option | William Hubbs |
2011-02-14 | make version option common | William Hubbs |
2011-02-14 | tests: filter valid parisc relocs | Mike Frysinger |
2011-02-07 | fix symlink target | William Hubbs |
2011-02-04 | rework pam, ncurses and termcap include files | William Hubbs |
2011-02-04 | remove unnecessary shell calls | William Hubbs |
2011-01-31 | selinux: replace symlinks with wrapper scripts | Chris Richards |
2011-01-31 | use immediate evaluation for shell calls | William Hubbs |
2011-01-17 | librc: delete trailing newlines | Mike Frysinger |
2011-01-17 | tests: check for trailing blank 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 | Build cleanup: librc.funcs.hidden.list is generated by testsuite. | Robin H. Johnson |
2011-01-17 | Bug #351570: Hidden function fixes: rc_conf_value. | Robin H. Johnson |
2011-01-17 | tests: check for common style issues | Mike Frysinger |
2011-01-17 | more whitespace cleanup | Mike Frysinger |
2011-01-17 | start-stop-daemon: use termios.h rather than sys/termios.h | Mike Frysinger |
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 | Better error checking of argc for --applet call. | Robin H. Johnson |
2011-01-17 | Use xstrdup for style. | Robin H. Johnson |
2011-01-17 | Clean up all trailing whitespace in src/. | Robin H. Johnson |
2011-01-17 | Bug #351712: Implement --applet selection mode for SELinux wrappers. | Robin H. Johnson |
2011-01-17 | Add new option -F to rc-depend tool, so that we can debug user deptree files ... | 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-12 | bug 351160: make openrc exit codes LSB compliant | Eray Aslan |
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-12-03 | Avoid race condition in runscript (bug #319865) | Thomas Pfaff |
2010-04-09 | restore init.d pause option | Mike Frysinger |