summaryrefslogtreecommitdiff
path: root/src/rc/builtins.h
Commit message (Collapse)AuthorAge
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add new utility and init script swclock that sets the system time based onRoy Marples2009-10-13
| | | | | | | 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.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* We now warn about clock skewsRoy Marples2009-01-12
| | | | | | 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
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* euid 0 should always be able to find pids too.Roy Marples2008-03-21
|
* Only test crashed services if we can see pid 1.Roy Marples2008-03-21
|
* Add --list to rc-service to list all available services.Roy Marples2008-03-21
|
* Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ↵Roy Marples2008-03-16
| | | | from queue(3). Refactor code style around the BSD KNF.
* Welcome to 2008.Roy Marples2008-02-22
|
* Put the applets into rc-applet.c so that rc.c is easier to manage.Roy Marples2008-01-14
|
* strip trailing newlinesMike Frysinger2008-01-14
|
* Add some .mk stubs to impersonate bsk .mk files to make writing our ↵Roy Marples2008-01-05
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.