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