Age | Commit message (Expand) | Author |
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-01-08 | random spelling fixes | Mike Frysinger |
2009-11-14 | Only allow one service to be provided by default. | Roy Marples |
2009-11-04 | Add support for Linux Containers, fixes #202. | Roy Marples |
2009-09-21 | Don't quote opts | Roy Marples |
2009-07-20 | Don't provide ourself, fixes #190 | Roy Marples |
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples |
2009-06-21 | Use rc_getline instead of assuming a fixed kernel cmdline length. | Roy Marples |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples |
2009-05-05 | Fix compile on NetBSD | Roy Marples |
2009-05-02 | Add runlevel stacking, #88 | Roy Marples |
2009-05-01 | Add (c) to Copyright | Roy Marples |
2009-04-30 | Go back to git | Roy Marples |
2009-04-28 | Don't start services when their need dependency is broken | Roy Marples |
2009-04-25 | Use kill for the pid check as it's fast. | Roy Marples |
2009-04-24 | We should match the full variable name. | Roy Marples |
2009-04-23 | Improve style for KNF | Roy Marples |
2009-02-28 | Set errno when service does not exist better. | Roy Marples |
2009-02-12 | Fix return value for tests. | Roy Marples |
2009-01-29 | Clean up some compiler warnings. | Roy Marples |
2009-01-13 | rc_newer/older_than only report file if time_t is a pointer, so it | Roy Marples |
2009-01-12 | We now warn about clock skews | Roy Marples |
2009-01-12 | Copyright | Roy Marples |
2009-01-12 | Use snprintf instead of strlcpy to save on size if not available. | Roy Marples |
2008-12-04 | Punt .gitignore files. | Roy Marples |
2008-11-04 | Ignore after dependencies for shutdown when not in the runlevel. | Roy Marples |
2008-11-03 | Avoid depends not in the runlevel for sysinit and shutdown. | Roy Marples |
2008-11-03 | Add a new shutdown runlevel, Gentoo #224537. | Roy Marples |
2008-10-10 | Remove coldplug and just have hotplug which is a list of allowed/disallowed s... | Roy Marples |
2008-10-10 | sysinit is now a real runlevel that handles things like udev, dmesg and | Roy Marples |
2008-09-22 | We don't check exec when starting, so don't when testing for crashed. | Roy Marples |
2008-09-19 | Fix stopping wpa_supplicant incorrectly, #107 | Roy Marples |
2008-09-18 | Add missing profile bits to env, #72. | Roy Marples |
2008-09-18 | Work with NULL lists. | Roy Marples |
2008-09-18 | Add new functions, rc_stringlist_find and rc_stringlist_split. | Roy Marples |
2008-08-19 | Add new OpenVZ detection code | Roy Marples |
2008-07-27 | Attempt to make s-s-d simpler by not enforcing the need for a full path and m... | Roy Marples |
2008-07-07 | Punt STAILQ and just use TAILQ so we're a bit more portable. | Roy Marples |
2008-07-03 | Add older_than function to complement newer_than function. Also make the user... | Roy Marples |
2008-06-19 | Use CPPFLAGS so we work with -combine in CFLAGS. | Roy Marples |
2008-06-10 | fuzzy dependency ordering should be started, starting, stopped whilst checkin... | Roy Marples |
2008-06-05 | No need to include this. | Roy Marples |
2008-06-05 | Remove broken before dependencies, Gentoo #224171. | Roy Marples |
2008-06-04 | Use addu instead of another loop. | Roy Marples |
2008-06-04 | Only add a backreference if it doesn't already exist. | Roy Marples |
2008-06-04 | No need to check type twice like this. | Roy Marples |
2008-06-04 | Style. | Roy Marples |
2008-05-19 | realloc -> xrealloc | Roy Marples |
2008-05-19 | Fix a potential segfault, thanks to Fernando J. Pereda. | Roy Marples |