aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-07Punt STAILQ and just use TAILQ so we're a bit more portable.Roy Marples
2008-07-03Fix is_older_than a little better, and make is_newer_than correct.Roy Marples
2008-07-03Add older_than function to complement newer_than function. Also make the user...Roy Marples
2008-07-03More unit fixes.Roy Marples
2008-07-03More unit fixes.Roy Marples
2008-07-03More unit fixes.Roy Marples
2008-07-03Fix test.Roy Marples
2008-07-03Add an is_older_than unit test, thanks to zzamRoy Marples
2008-07-02Fix compile with pcc.Roy Marples
2008-06-30Ignore ewaitfile.Roy Marples
2008-06-30If filtering fstab, only match additional mounts asked for.Roy Marples
2008-06-21Set the default RC_SVCDIR higher up.Roy Marples
2008-06-21We need to replace @LIB@ here.Roy Marples
2008-06-19Use CPPFLAGS so we work with -combine in CFLAGS.Roy Marples
2008-06-17open should use 3 args when using O_CREAT.Roy Marples
2008-06-10fuzzy dependency ordering should be started, starting, stopped whilst checkin...Roy Marples
2008-06-10When we have dependant scheduled services, don't error if a need is stopped.Roy Marples
2008-06-05No need to include this.Roy Marples
2008-06-05Remove the macro ;)Roy Marples
2008-06-05Update style to more BSDish and replace the big macro with a function.Roy Marples
2008-06-05Remove broken before dependencies, Gentoo #224171.Roy Marples
2008-06-04Use addu instead of another loop.Roy Marples
2008-06-04Only add a backreference if it doesn't already exist.Roy Marples
2008-06-04Include time headers for ewaitfile.Roy Marples
2008-06-04Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-06-04No need to check type twice like this.Roy Marples
2008-06-04Style.Roy Marples
2008-06-03Add the ewaitfile function so init scripts can wait until sockts are created,...Roy Marples
2008-06-03Let ifdown control all interfaces.Roy Marples
2008-05-28openrc-0.2.5Roy Marples
2008-05-28Some ifconfig's output weird inet6 loopback addressesRoy Marples
2008-05-27Be quiet when checking at start.Roy Marples
2008-05-27When stopping with a pidfile, only read the pid once incase it vanishes but t...Roy Marples
2008-05-27Only check tentative when we have a carrier, Gentoo #223061Roy Marples
2008-05-27Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-27Work with madwifi craptastic drivers. Hopefuly prism54 still works.Roy Marples
2008-05-27Use iwconfig defaults and config if available.Roy Marples
2008-05-27Trap fsck for SIGINT as well, so user can ctrl-C to abort fsck and continue, ...Roy Marples
2008-05-27Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-25Work with new beta5 options to skip hoof files.Roy Marples
2008-05-25Fix tunnel, #80. Someone should fix iproute2 documentation and help files als...Roy Marples
2008-05-25Fix passno and IFS, #77 and #85, thanks to NahorRoy Marples
2008-05-25Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-19realloc -> xreallocRoy Marples
2008-05-19Fix a potential segfault, thanks to Fernando J. Pereda.Roy Marples
2008-05-13Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-13Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-13Install symlinks correctly, thanks to zlin.Roy Marples
2008-05-12When testing services to stop, we should trace it. More for #79.Roy Marples
2008-05-12The real fix for the last commit is to uncomment some code - d'oh.Roy Marples