index
:
openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librc-misc.c
Age
Commit message (
Expand
)
Author
2007-08-28
More path fixes thanks to Thomas Pani
Roy Marples
2007-08-09
Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...
Roy Marples
2007-07-19
Skip some files in env-update like portage env-update for more robustness
Roy Marples
2007-07-12
Punt the RC_TTY variable
Roy Marples
2007-07-09
Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...
Roy Marples
2007-05-23
RC_SYS should now set XEN0 correctly
Roy Marples
2007-05-15
/etc/conf.d/rc.$runlevel now works, #177869.
Roy Marples
2007-05-02
SSD_NICELEVEL can now affect the nicelevel for daemons started
Roy Marples
2007-04-24
We now buffer stdout and stderr to a file and flush that when running in para...
Roy Marples
2007-04-19
Fix fstabinfo -p /
Roy Marples
2007-04-19
strdup -> rc_xstrdup
Roy Marples
2007-04-13
kill off internal relocations for librc.so
Mike Frysinger
2007-04-11
Cuddle up to LKML C style
Roy Marples
2007-04-10
Fix indentation
Roy Marples
2007-04-10
Misc network fixes so we work on my stable server. Splash plugin removed as s...
Roy Marples
2007-04-08
LIBDIR -> LIB. When interuppted, ensure service state is restored correctly. ...
Roy Marples
2007-04-06
snprintf is better
Roy Marples
2007-04-06
Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...
Roy Marples
2007-04-05
We now compile on OpenBSD (no idea if it works or not yet)
Roy Marples
2007-04-05
Rewrite the core parts in C. We now provide librc so other programs can
Roy Marples