summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* punt things moved to openrcMike Frysinger2008-03-231-225/+0
* malloc over fatty buffersRoy Marples2007-10-121-2/+6
* malloc data size, not pointer sizeRoy Marples2007-10-111-1/+1
* Wups, should be xstrdupRoy Marples2007-10-081-2/+2
* Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples2007-10-081-4/+4
* Move rc_env_filter and rc_env_config out of librc and into rcRoy Marples2007-10-081-287/+0
* Punt rc_rm_dirRoy Marples2007-10-051-38/+0
* Punt rc_ls_dirRoy Marples2007-10-051-41/+0
* inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't exp...Roy Marples2007-10-041-38/+0
* LS_DIRS -> LS_DIRRoy Marples2007-10-041-1/+1
* Punt rc_exists from public interface, move to private static inlineRoy Marples2007-10-041-15/+0
* Punt rc_is_dirRoy Marples2007-10-041-16/+7
* punt rc_is_execRoy Marples2007-10-041-19/+0
* punt rc_is_linkRoy Marples2007-10-041-15/+0
* Punt rc_is_fileRoy Marples2007-10-041-16/+1
* rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filterRoy Marples2007-10-031-4/+4
* Rename config funcsRoy Marples2007-10-031-12/+12
* rc_allow_plug -> rc_service_plugableRoy Marples2007-10-021-1/+1
* librc no longer uses libeinfo. deptree function names are now all under rc_de...Roy Marples2007-09-291-64/+26
* Fix rc_env_boolRoy Marples2007-09-261-8/+8
* rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples2007-09-261-6/+19
* Revert last patchRoy Marples2007-09-251-38/+58
* We no longer use bool in our public headers, using int instead.Roy Marples2007-09-251-58/+38
* Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.Roy Marples2007-09-251-4/+5
* Punt rc_xcalloc as nothing uses itRoy Marples2007-09-191-11/+0
* Hide errors caused by old splash plugin for the time beingRoy Marples2007-09-181-1/+4
* Don't be an ass - don't free the 2nd list. Instead just empty it.Roy Marples2007-09-181-1/+4
* Match the recent api change to rc_strlist_join also. We now free the 2nd list...Roy Marples2007-09-181-1/+1
* API change! rc_config_env is renamed to rc_make_env and takes no argument.Roy Marples2007-09-181-2/+3
* API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples2007-09-181-12/+15
* API change! rc_strlist_add and friends now take char *** instead ofRoy Marples2007-09-181-16/+16
* More path fixes thanks to Thomas PaniRoy Marples2007-08-281-4/+3
* Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples2007-08-091-21/+24
* Skip some files in env-update like portage env-update for more robustnessRoy Marples2007-07-191-0/+1
* Punt the RC_TTY variableRoy Marples2007-07-121-24/+14
* Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...Roy Marples2007-07-091-4/+8
* RC_SYS should now set XEN0 correctlyRoy Marples2007-05-231-5/+7
* /etc/conf.d/rc.$runlevel now works, #177869.Roy Marples2007-05-151-1/+8
* SSD_NICELEVEL can now affect the nicelevel for daemons startedRoy Marples2007-05-021-6/+6
* We now buffer stdout and stderr to a file and flush that when running in para...Roy Marples2007-04-241-0/+14
* Fix fstabinfo -p /Roy Marples2007-04-191-1/+1
* strdup -> rc_xstrdupRoy Marples2007-04-191-2/+2
* kill off internal relocations for librc.soMike Frysinger2007-04-131-22/+22
* Cuddle up to LKML C styleRoy Marples2007-04-111-604/+555
* Fix indentationRoy Marples2007-04-101-170/+170
* Misc network fixes so we work on my stable server. Splash plugin removed as s...Roy Marples2007-04-101-5/+4
* LIBDIR -> LIB. When interuppted, ensure service state is restored correctly. ...Roy Marples2007-04-081-5/+7
* snprintf is betterRoy Marples2007-04-061-2/+2
* Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples2007-04-061-4/+4
* We now compile on OpenBSD (no idea if it works or not yet)Roy Marples2007-04-051-2/+3