summaryrefslogtreecommitdiff
path: root/src/librc
Commit message (Expand)AuthorAge
* 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 depend...Roy Marples2008-02-19
* 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, b...Roy Marples2008-02-13
* 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 actu...Roy Marples2008-02-03
* Fix fork error message.Roy Marples2008-02-02
* OK, we have to use fork with sigprocmask as not all systems provide a working...Roy Marples2008-02-02
* 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 serv...Roy Marples2008-01-15
* rc_newer_than no longer tests if souce has data, making it a more logical fun...Roy Marples2008-01-15
* Add support for is_newer_than and is_older_than. is_older_than currently does...Roy Marples2008-01-14
* strip trailing newlinesMike Frysinger2008-01-14
* Remove rc_service_plugable function and make it private as it needs to read f...Roy Marples2008-01-13
* 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 keep...Roy Marples2008-01-10
* 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 o...Roy Marples2008-01-07
* rc_getline keeps expanding it's malloced buffer until it has read a whole lin...Roy Marples2008-01-07
* Stop using CPPFLAGSRoy Marples2008-01-07
* We should check we resolved a service before stating it's existance.Roy Marples2008-01-06
* Use a dynamically expanding buffer for reading config files.Roy Marples2008-01-06
* Add our version maps backRoy Marples2008-01-06
* librc needs kvm on bsd.Roy Marples2008-01-06
* Add the missing changes from the recent Makefile updatesRoy Marples2008-01-05
* Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples2008-01-05