| /[baselayout]/trunk/src/librc.h |
Parent Directory
|
Revision Log
rc_deptree_order_services -> rc_deptree_order
Quiet some compile time warnings on uclibc
Move rc_env_filter and rc_env_config out of librc and into rc
Punt rc_waitpid
Punt rc_rm_dir
Punt rc_ls_dir
Punt rc_is_dir
punt rc_is_exec
punt rc_is_link
Punt rc_is_file
Revert making function private
__rc_service_daemon_set is now a private function
depinfo and deptype are now internal use only. rc-depend cuddles up to getopt.
rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filter
Rename config funcs
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 |