aboutsummaryrefslogtreecommitdiff
path: root/src/rc-misc.h
AgeCommit message (Expand)Author
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...Roy Marples
2008-01-07rc_getline keeps expanding it's malloced buffer until it has read a whole lin...Roy Marples
2008-01-05Add the missing changes from the recent Makefile updatesRoy Marples
2007-12-19No need for that includeRoy Marples
2007-12-19cbasename -> basename_cRoy Marples
2007-12-19Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-14Allow services to be in /usr/local/etc/init.d, but disallow them being added ...Roy Marples
2007-12-06Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples
2007-11-28Use a more generic BSD define.Roy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-10-08Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples
2007-10-08Move rc_env_filter and rc_env_config out of librc and into rcRoy Marples
2007-10-05Don't bother holding the old errnoRoy Marples
2007-10-04inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't exp...Roy Marples
2007-10-04Punt rc_exists from public interface, move to private static inlineRoy Marples
2007-10-04Punt rc_is_dirRoy Marples
2007-09-19/lib/rcscripts -> /lib/rcRoy Marples
2007-09-19plugin hook function is now rc_plugin_hook instead of a name basedRoy Marples
2007-08-28Move more stuff to #definesRoy Marples
2007-08-15`config /etc/fstab' can now be used in depend() functions to show thatRoy Marples
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples
2007-08-03Wups, these definitions need to be in rc.h reallyRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-04-08LIBDIR -> LIB. When interuppted, ensure service state is restored correctly. ...Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples