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
/
rc-misc.h
Age
Commit message (
Expand
)
Author
2007-11-14
relicense as 2-clause BSD, with the kind permission of Gentoo
Roy Marples
2007-10-08
Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...
Roy Marples
2007-10-08
Move rc_env_filter and rc_env_config out of librc and into rc
Roy Marples
2007-10-05
Don't bother holding the old errno
Roy Marples
2007-10-04
inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't exp...
Roy Marples
2007-10-04
Punt rc_exists from public interface, move to private static inline
Roy Marples
2007-10-04
Punt rc_is_dir
Roy Marples
2007-09-19
/lib/rcscripts -> /lib/rc
Roy Marples
2007-09-19
plugin hook function is now rc_plugin_hook instead of a name based
Roy Marples
2007-08-28
Move more stuff to #defines
Roy Marples
2007-08-15
`config /etc/fstab' can now be used in depend() functions to show that
Roy Marples
2007-08-09
Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...
Roy Marples
2007-08-03
Wups, these definitions need to be in rc.h really
Roy Marples
2007-07-31
All our binaries are now mulicalls into rc, which makes our on disk size
Roy Marples
2007-04-08
LIBDIR -> LIB. When interuppted, ensure service state is restored correctly. ...
Roy Marples
2007-04-05
Rewrite the core parts in C. We now provide librc so other programs can
Roy Marples