summaryrefslogtreecommitdiff
path: root/src/librc-misc.c
Commit message (Expand)AuthorAge
* 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
* Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples2007-04-06
* We now compile on OpenBSD (no idea if it works or not yet)Roy Marples2007-04-05
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-05