| /[baselayout]/trunk/src/librc.h |
Parent Directory
|
Revision Log
rc_service_option_set -> rc_service_value_set, rc_service_option_get -> rc_service_value_get
rc_schedule_clear -> rc_service_schedule_clear, rc_schedule_start_service -> rc_service_schedule_start
rc_get_runlevels -> rc_runlevel_list
rc_allow_plug -> rc_service_plugable
rc_set_service_daemon -> rc_service_daemon_set
rc_set_service_option -> rc_service_option_set, rc_get_service_option -> rc_service_option_get
rc_wait_service -> rc_service_wait
Rationalise more functions into rc_service_
librc no longer uses libeinfo. deptree function names are now all under rc_deptree_
The rc_depinfo_t and rc_deptype_t structures are not for public consumption.
add hidden definition for rc_waitpid()
rc_is_env is now rc_env_bool and just works with boolean values.
Punt rc_xcalloc as nothing uses it
API change! rc_config_env is renamed to rc_make_env and takes no argument.
Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to achieve the same goal (a loop + timeout). No longer put / at the end of directories, instead prefix like so RC_LIBDIR "/foo" to ensure more robust code.
init scripts and their extra options can now have descriptions, #184327.
Use clock MONOTONIC to timeout, not localtime, #177514
env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #176198.
add hidden visibility support to libeinfo as well
kill off internal relocations for librc.so
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |