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
2008-01-05
Add the missing changes from the recent Makefile updates
Roy Marples
2007-12-19
No need for that include
Roy Marples
2007-12-19
cbasename -> basename_c
Roy Marples
2007-12-19
Introduce cbasename so we don't have to strdup(basename) and free all the time.
Roy Marples
2007-12-14
Remove Gentoo copyright from all files that I know I have written
Roy Marples
2007-12-14
Allow services to be in /usr/local/etc/init.d, but disallow them being added ...
Roy Marples
2007-12-06
Move RC_ to EINFO_ for all env vars related to einfo.
Roy Marples
2007-11-28
Use a more generic BSD define.
Roy Marples
2007-11-23
Move /etc/conf.d/rc to /etc/rc.conf.
Roy Marples
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