Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-21 | Use rc_getline instead of assuming a fixed kernel cmdline length. | Roy Marples | |
This is now requires as COMMAND_LINE_SIZE isn't exposed by kernel headers anymore. Fixes #177. | |||
2009-05-02 | Add runlevel stacking, #88 | Roy Marples | |
This implementation has the limitation that you cannot have a stacked runlevel and service of the same name in a runlevel. | |||
2009-05-02 | Ignore test results | Roy Marples | |
2009-02-23 | Fix unit test. | Roy Marples | |
2009-02-23 | Style. | Roy Marples | |
2008-12-04 | make ignore now configures the sv:ignore property. | Roy Marples | |
2008-12-04 | Punt .gitignore files. | Roy Marples | |
2008-10-07 | Fix tests, #Gentoo 240350. | Roy Marples | |
2008-07-03 | Add older_than function to complement newer_than function. Also make the ↵ | Roy Marples | |
userland instance reversed to be compatable with current baselayout, which truely does suck. | |||
2008-07-03 | More unit fixes. | Roy Marples | |
2008-07-03 | More unit fixes. | Roy Marples | |
2008-07-03 | Fix test. | Roy Marples | |
2008-07-03 | Add an is_older_than unit test, thanks to zzam | Roy Marples | |
2008-03-28 | Put some dir locations in rc.h so that 3rd party apps can become awware of them. | Roy Marples | |
2008-03-28 | Remove rc_service_start/stop from librc as they block and unmask signals. ↵ | Roy Marples | |
The application may not wish this behaviour and should fork/exec the service itself. | |||
2008-03-26 | We should sort using LC_ALL=C to avoid locale issues. | Roy Marples | |
2008-03-24 | setup a bit of a test framework | Mike Frysinger | |
2008-03-24 | fixup testing | Mike Frysinger | |
2008-03-24 | ignore generated files | Mike Frysinger | |
2008-03-24 | add check/test rules | Mike Frysinger | |
2007-11-28 | Massive whitespace cleanup | Roy Marples | |
2007-09-26 | No need for bash here | Roy Marples | |
2007-09-26 | add some tests to make sure our exported symbols are sane | Mike Frysinger | |