summaryrefslogtreecommitdiff
path: root/src/librc
Commit message (Collapse)AuthorAge
...
* Fix prefix test.Roy Marples2008-03-03
|
* If build in a prefix, define the system as prefix.Roy Marples2008-03-02
|
* Fix unused var.Roy Marples2008-03-01
|
* Support the use of PREFIX and PKG_PREFIX.Roy Marples2008-02-28
|
* Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ↵Roy Marples2008-02-23
| | | | store all arguments used incase a service started the same daemon more than once with different paramters.
* Welcome to 2008.Roy Marples2008-02-22
|
* Don't warn about removed services through use of the nosys keyword.Roy Marples2008-02-19
|
* Fix compile warning, and free removed depinfo'sRoy Marples2008-02-19
|
* Default to using C99 standard.Roy Marples2008-02-19
|
* Fix some warnings.Roy Marples2008-02-19
|
* Fix compile on Linux.Roy Marples2008-02-19
|
* keywords -> keywordRoy Marples2008-02-19
|
* Add the nojail keyword which excludes services marked as such from the ↵Roy Marples2008-02-19
| | | | dependency tree when in a jail, #bug 22
* Fix compile on FreeBSD.Roy Marples2008-02-18
|
* We need to check for contents of argv too.Roy Marples2008-02-18
|
* Fix a signed error.Roy Marples2008-02-18
|
* We need to be able to locate pids by argv, instead of just argv0.Roy Marples2008-02-17
|
* Use _PATH_DEVNULL on FreeBSD when using kvm_openfiles so we work in a jail, ↵Roy Marples2008-02-13
| | | | bug #21.
* Remove unsed varsRoy Marples2008-02-10
|
* Just restore the old set.Roy Marples2008-02-04
|
* RC_DEP_START/STOP should only be used for ordering services, and not the ↵Roy Marples2008-02-03
| | | | actual dependencies ofthe services themselves. This allows coldplugged services to satisfy the net dependency for rc ordering them correctly but not for services that require net and strict is on.
* Fix fork error message.Roy Marples2008-02-02
|
* OK, we have to use fork with sigprocmask as not all systems provide a ↵Roy Marples2008-02-02
| | | | working and sane kernel call to bypass libc.
* Fix compile on systems that do not expose SYS_sigaction.Roy Marples2008-02-02
|
* Using syscall in a vfork is safe for sigaction and sigprogmask.Roy Marples2008-02-02
|
* Block signals to avoid fork /signal races.Roy Marples2008-02-02
|
* Constantise as much as possible so that it reduces COW usage.Roy Marples2008-02-01
|
* Use the variable instead of type for sizeof.Roy Marples2008-01-30
|
* Add xzalloc function to reduce size.Roy Marples2008-01-30
|
* Allow !net to remove the net provision from dependencies.Roy Marples2008-01-30
|
* Fix adding net scripts to the boot runlevel.Roy Marples2008-01-30
|
* Fix service_started_daemon, bug #11Roy Marples2008-01-28
|
* Quiet some lint warnings.Roy Marples2008-01-22
|
* Checking first char for null is more efficient than strlen.Roy Marples2008-01-21
|
* We should never change the list passed to rc_config_value.Roy Marples2008-01-18
|
* If adding to the boot runlevel, ensure that the realpath of the resolved ↵Roy Marples2008-01-15
| | | | service points to /etc/init.d/$service
* rc_newer_than no longer tests if souce has data, making it a more logical ↵Roy Marples2008-01-15
| | | | function. As such, we add the existss function to check for existance and size when checking to see if the deptree needs an update.
* Add support for is_newer_than and is_older_than. is_older_than currently ↵Roy Marples2008-01-14
| | | | doesn't work as expected, but is_newer_than works fine.
* strip trailing newlinesMike Frysinger2008-01-14
|
* Remove rc_service_plugable function and make it private as it needs to read ↵Roy Marples2008-01-13
| | | | from our config file.
* Re-indent to a standard tw of 8.Roy Marples2008-01-11
|
* Loads of NetBSD tweaks here.Roy Marples2008-01-10
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
| | | | keeping BSD for all BSD's.
* Style updates.Roy Marples2008-01-09
|
* Avoid valgrind errors with getline.Roy Marples2008-01-07
|
* Really fix off by one error.Roy Marples2008-01-07
|
* Fix an off by one error.Roy Marples2008-01-07
|
* Allow depend creation again. This doesn't work on GNU make, but does on all ↵Roy Marples2008-01-07
| | | | others.
* rc_getline keeps expanding it's malloced buffer until it has read a whole ↵Roy Marples2008-01-07
| | | | 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.
* Stop using CPPFLAGSRoy Marples2008-01-07
|