aboutsummaryrefslogtreecommitdiff
path: root/src/librc-misc.c
AgeCommit message (Expand)Author
2007-10-12malloc over fatty buffersRoy Marples
2007-10-11malloc data size, not pointer sizeRoy Marples
2007-10-08Wups, should be xstrdupRoy 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-05Punt rc_rm_dirRoy Marples
2007-10-05Punt rc_ls_dirRoy Marples
2007-10-04inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't exp...Roy Marples
2007-10-04LS_DIRS -> LS_DIRRoy Marples
2007-10-04Punt rc_exists from public interface, move to private static inlineRoy Marples
2007-10-04Punt rc_is_dirRoy Marples
2007-10-04punt rc_is_execRoy Marples
2007-10-04punt rc_is_linkRoy Marples
2007-10-04Punt rc_is_fileRoy Marples
2007-10-03rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filterRoy Marples
2007-10-03Rename config funcsRoy Marples
2007-10-02rc_allow_plug -> rc_service_plugableRoy Marples
2007-09-29librc no longer uses libeinfo. deptree function names are now all under rc_de...Roy Marples
2007-09-26Fix rc_env_boolRoy Marples
2007-09-26rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-25Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.Roy Marples
2007-09-19Punt rc_xcalloc as nothing uses itRoy Marples
2007-09-18Hide errors caused by old splash plugin for the time beingRoy Marples
2007-09-18Don't be an ass - don't free the 2nd list. Instead just empty it.Roy Marples
2007-09-18Match the recent api change to rc_strlist_join also. We now free the 2nd list...Roy Marples
2007-09-18API change! rc_config_env is renamed to rc_make_env and takes no argument.Roy Marples
2007-09-18API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-08-28More path fixes thanks to Thomas PaniRoy Marples
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples
2007-07-19Skip some files in env-update like portage env-update for more robustnessRoy Marples
2007-07-12Punt the RC_TTY variableRoy Marples
2007-07-09Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...Roy Marples
2007-05-23RC_SYS should now set XEN0 correctlyRoy Marples
2007-05-15/etc/conf.d/rc.$runlevel now works, #177869.Roy Marples
2007-05-02SSD_NICELEVEL can now affect the nicelevel for daemons startedRoy Marples
2007-04-24We now buffer stdout and stderr to a file and flush that when running in para...Roy Marples
2007-04-19Fix fstabinfo -p /Roy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-13kill off internal relocations for librc.soMike Frysinger
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-10Misc network fixes so we work on my stable server. Splash plugin removed as s...Roy Marples
2007-04-08LIBDIR -> LIB. When interuppted, ensure service state is restored correctly. ...Roy Marples
2007-04-06snprintf is betterRoy Marples
2007-04-06Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples
2007-04-05We now compile on OpenBSD (no idea if it works or not yet)Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples