Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-19 | librc: move system detection code into rc_sys and use it | Doug Freed | |
This fixes an issue where librc code was calling code that only existed in the rc binary. This reverts commits 8addd79 and 9f6e056 This fixes #75. | |||
2016-01-18 | Revert "rc: make get_systype similar to the old rc_sys function" | William Hubbs | |
This reverts commit f79a7a7be18d68bf264efc60d82838d03048da6b. | |||
2016-01-18 | rc: make get_systype similar to the old rc_sys function | William Hubbs | |
2016-01-14 | include rc.h properly in source files | William Hubbs | |
We were attempting to include rc.h in rc-misc.h instead of the source files where it should be included. | |||
2016-01-12 | Remove multicall binary structure from OpenRC | William Hubbs | |
This eliminates the need for the selinux-specific wrapper scrript we were installing in /lib*/rc/{bin,sbin}. | |||
2016-01-05 | rc: fix compiler warnings cleanup | William Hubbs | |
This reverts commit 981d2b3308edb0d0a68f7bdce4f2c99110de6940 and fixes the warnings that generated. | |||
2016-01-01 | rc: clean up compiler warnings | William Hubbs | |
The get_systype(), detect_container(), detect_prefix() and detect_vm() functions need to return "char *" instead of "const char *". | |||
2015-12-21 | Convert OpenRC to a centralized copyright/license structure | William Hubbs | |
In the past, OpenRC was a hybrid of a centralized and file-scope license/copyright structure. I followed the instructions from the Software Freedom Law Center [1] to convert to a Centralized structure where possible, for easier future maintenance. [1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html | |||
2015-12-08 | Convert rc_sys() calls to detect_container() and detect_vm() | William Hubbs | |
2015-12-05 | Rename bootlevel variable in _usage.c | William Hubbs | |
In src/rc/_usage.c, we were using bootlevel as the variable to hold the return value of rc_sys. This changes the variable name to systype because this function returns a system type, not a runlevel. | |||
2013-09-03 | rc: add support for suppressing error messages | William Hubbs | |
Add support for suppressing error messages with --quiet specified twice on the command line. X-Gentoo-Bug: 482396 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=482396 | |||
2011-11-19 | rc: usage: do not output non-printable short options in usage | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-11-19 | rc: usage: optimize help string alignment output a little | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-02-14 | make version option common | William Hubbs | |
This reworks the code for the version option so that it is part of the parser loop and is a common option to all applets. | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-23 | Improve style for KNF | Roy Marples | |
2008-03-26 | Add license blurb to a few files and append my email to my name. | Roy Marples | |
2008-03-16 | Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ↵ | Roy Marples | |
from queue(3). Refactor code style around the BSD KNF. | |||
2008-02-22 | Welcome to 2008. | Roy Marples | |
2008-02-22 | More PCC fixes. | Roy Marples | |
2008-02-20 | Support the PCC compiler. | Roy Marples | |
2008-01-22 | Quiet some more lint warnings. | Roy Marples | |
2008-01-15 | We should not use options for rc-update, as add, delete and such are commands. | Roy Marples | |
2008-01-14 | strip trailing newlines | Mike Frysinger | |
2008-01-11 | Re-indent to a standard tw of 8. | Roy Marples | |
2008-01-05 | Add some .mk stubs to impersonate bsk .mk files to make writing our ↵ | Roy Marples | |
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though. |