Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-13 | Add new utility and init script swclock that sets the system time based on | Roy Marples | |
the mtime of a file. It saves the shutdown time to this file also. This is handy for systems without a working RTC chip. Based on an idea by Michael A. Smith <michael@smith-li.com>. Fixes Gentoo #272073. | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-01-12 | We now warn about clock skews | Roy Marples | |
rc-update -u will force a regen of the dep tree rc_newer_than and rc_olderthan now take another two parameters for newest/oldest file and mtime | |||
2008-03-26 | Add license blurb to a few files and append my email to my name. | Roy Marples | |
2008-03-21 | euid 0 should always be able to find pids too. | Roy Marples | |
2008-03-21 | Only test crashed services if we can see pid 1. | Roy Marples | |
2008-03-21 | Add --list to rc-service to list all available services. | 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-01-14 | Put the applets into rc-applet.c so that rc.c is easier to manage. | Roy Marples | |
2008-01-14 | strip trailing newlines | Mike Frysinger | |
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. |