index
:
openrc.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librc-depend.c
Age
Commit message (
Expand
)
Author
2007-08-09
Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...
Roy Marples
2007-07-21
RC_DEPEND_STRICT now controls dependency strictness.
Roy Marples
2007-07-11
Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...
Roy Marples
2007-07-02
Make the provided code a little more readable and fix a bug when calculating ...
Roy Marples
2007-04-19
strdup -> rc_xstrdup
Roy Marples
2007-04-13
kill off internal relocations for librc.so
Mike Frysinger
2007-04-10
Change veinfo and friends to einfov. Rationale - we may need veinfo to suppor...
Roy Marples
2007-04-10
int -> time_t
Roy Marples
2007-04-10
Fix indentation
Roy Marples
2007-04-07
We don't use err.h
Roy Marples
2007-04-06
Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...
Roy Marples
2007-04-05
We now compile on OpenBSD (no idea if it works or not yet)
Roy Marples
2007-04-05
Rewrite the core parts in C. We now provide librc so other programs can
Roy Marples