Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-17 | Make rc_getline private and save it's buffer so it's sort of like getline ↵ | Roy Marples | |
from glibc. | |||
2008-03-17 | Punt the rc_strcatpaths function and use snprintf instead to save on ↵ | Roy Marples | |
expensive malloc calls. | |||
2008-03-17 | rc_find_pids now returns RC_PIDLIST instead of a NULL terminated array. | Roy Marples | |
2008-03-16 | Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ↵ | Roy Marples | |
from queue(3). Refactor code style around the BSD KNF. | |||
2008-03-03 | Split VPS into VSERVER and OPENVZ | Roy Marples | |
2008-03-02 | If build in a prefix, define the system as prefix. | Roy Marples | |
2008-02-23 | Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ↵ | Roy Marples | |
store all arguments used incase a service started the same daemon more than once with different paramters. | |||
2008-02-22 | Welcome to 2008. | Roy Marples | |
2008-02-19 | Add the nojail keyword which excludes services marked as such from the ↵ | Roy Marples | |
dependency tree when in a jail, #bug 22 | |||
2008-02-17 | We need to be able to locate pids by argv, instead of just argv0. | Roy Marples | |
2008-01-18 | We should never change the list passed to rc_config_value. | Roy Marples | |
2008-01-14 | Add support for is_newer_than and is_older_than. is_older_than currently ↵ | Roy Marples | |
doesn't work as expected, but is_newer_than works fine. | |||
2008-01-14 | strip trailing newlines | Mike Frysinger | |
2008-01-13 | Remove rc_service_plugable function and make it private as it needs to read ↵ | Roy Marples | |
from our config file. | |||
2008-01-07 | rc_getline keeps expanding it's malloced buffer until it has read a whole ↵ | Roy Marples | |
line or EOF. All functions which read into static buffers have been changed to use fhis function to avoid any potential overflows and to ensure we really do read a long long config line. | |||
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. |