Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-05 | Add some .mk stubs to impersonate bsk .mk files to make writing our ↵ | Roy Marples | |
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though. | |||
2007-12-05 | Remove rc_service_wait as runscript.c should do the waiting. ↵ | Roy Marples | |
rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot. | |||
2007-11-23 | Move /etc/conf.d/rc to /etc/rc.conf. | Roy Marples | |
Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD) | |||
2007-10-10 | Fix rc.map | Roy Marples | |
2007-10-08 | Move rc_env_filter and rc_env_config out of librc and into rc | Roy Marples | |
2007-10-05 | Punt rc_waitpid | Roy Marples | |
2007-10-05 | Punt rc_rm_dir | Roy Marples | |
2007-10-05 | Punt rc_ls_dir | Roy Marples | |
2007-10-04 | inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't ↵ | Roy Marples | |
expose them. | |||
2007-10-04 | Punt rc_exists from public interface, move to private static inline | Roy Marples | |
2007-10-04 | Punt rc_is_dir | Roy Marples | |
2007-10-04 | punt rc_is_exec | Roy Marples | |
2007-10-04 | punt rc_is_link | Roy Marples | |
2007-10-04 | Punt rc_is_file | Roy Marples | |
2007-10-04 | Revert making function private | Roy Marples | |
2007-10-04 | __rc_service_daemon_set is now a private function | Roy Marples | |
2007-10-04 | depinfo and deptype are now internal use only. rc-depend cuddles up to getopt. | Roy Marples | |
2007-10-03 | librc.so and libeinfo.so now have symbol versions. | Roy Marples | |