Age | Commit message (Expand) | Author |
2008-01-05 | Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles... | Roy Marples |
2007-12-14 | Remove Gentoo copyright from all files that I know I have written | Roy Marples |
2007-12-06 | Move RC_ to EINFO_ for all env vars related to einfo. | Roy Marples |
2007-11-23 | Move /etc/conf.d/rc to /etc/rc.conf. | Roy Marples |
2007-11-14 | relicense as 2-clause BSD, with the kind permission of Gentoo | Roy Marples |
2007-10-12 | malloc over fatty buffers | Roy Marples |
2007-10-11 | malloc data size, not pointer size | Roy Marples |
2007-10-08 | Wups, should be xstrdup | Roy Marples |
2007-10-08 | Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an... | 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_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 exp... | Roy Marples |
2007-10-04 | LS_DIRS -> LS_DIR | Roy Marples |
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-03 | rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filter | Roy Marples |
2007-10-03 | Rename config funcs | Roy Marples |
2007-10-02 | rc_allow_plug -> rc_service_plugable | Roy Marples |
2007-09-29 | librc no longer uses libeinfo. deptree function names are now all under rc_de... | Roy Marples |
2007-09-26 | Fix rc_env_bool | Roy Marples |
2007-09-26 | rc_is_env is now rc_env_bool and just works with boolean values. | Roy Marples |
2007-09-25 | Revert last patch | Roy Marples |
2007-09-25 | We no longer use bool in our public headers, using int instead. | Roy Marples |
2007-09-25 | Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups. | Roy Marples |
2007-09-19 | Punt rc_xcalloc as nothing uses it | Roy Marples |
2007-09-18 | Hide errors caused by old splash plugin for the time being | Roy Marples |
2007-09-18 | Don't be an ass - don't free the 2nd list. Instead just empty it. | Roy Marples |
2007-09-18 | Match the recent api change to rc_strlist_join also. We now free the 2nd list... | Roy Marples |
2007-09-18 | API change! rc_config_env is renamed to rc_make_env and takes no argument. | Roy Marples |
2007-09-18 | API change! rc_ls_dir, rc_get_config and rc_get_list no longer take | Roy Marples |
2007-09-18 | API change! rc_strlist_add and friends now take char *** instead of | Roy Marples |
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 |