Age | Commit message (Expand) | Author |
2008-03-03 | Introduce LOCAL_PREFIX for a user maintained script location. | Roy Marples |
2008-03-03 | Ensure that normal users can use s-s-d on NetBSD. | Roy Marples |
2008-03-03 | Fix prefix test. | Roy Marples |
2008-03-02 | If build in a prefix, define the system as prefix. | Roy Marples |
2008-03-01 | Fix unused var. | Roy Marples |
2008-02-28 | Support the use of PREFIX and PKG_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 |
2008-02-22 | Welcome to 2008. | Roy Marples |
2008-02-19 | Don't warn about removed services through use of the nosys keyword. | Roy Marples |
2008-02-19 | Fix compile warning, and free removed depinfo's | Roy Marples |
2008-02-19 | Default to using C99 standard. | Roy Marples |
2008-02-19 | Fix some warnings. | Roy Marples |
2008-02-19 | Fix compile on Linux. | Roy Marples |
2008-02-19 | keywords -> keyword | Roy Marples |
2008-02-19 | Add the nojail keyword which excludes services marked as such from the depend... | Roy Marples |
2008-02-18 | Fix compile on FreeBSD. | Roy Marples |
2008-02-18 | We need to check for contents of argv too. | Roy Marples |
2008-02-18 | Fix a signed error. | Roy Marples |
2008-02-17 | We need to be able to locate pids by argv, instead of just argv0. | Roy Marples |
2008-02-13 | Use _PATH_DEVNULL on FreeBSD when using kvm_openfiles so we work in a jail, b... | Roy Marples |
2008-02-10 | Remove unsed vars | Roy Marples |
2008-02-04 | Just restore the old set. | Roy Marples |
2008-02-03 | RC_DEP_START/STOP should only be used for ordering services, and not the actu... | Roy Marples |
2008-02-02 | Fix fork error message. | Roy Marples |
2008-02-02 | OK, we have to use fork with sigprocmask as not all systems provide a working... | Roy Marples |
2008-02-02 | Fix compile on systems that do not expose SYS_sigaction. | Roy Marples |
2008-02-02 | Using syscall in a vfork is safe for sigaction and sigprogmask. | Roy Marples |
2008-02-02 | Block signals to avoid fork /signal races. | Roy Marples |
2008-02-01 | Constantise as much as possible so that it reduces COW usage. | Roy Marples |
2008-01-30 | Use the variable instead of type for sizeof. | Roy Marples |
2008-01-30 | Add xzalloc function to reduce size. | Roy Marples |
2008-01-30 | Allow !net to remove the net provision from dependencies. | Roy Marples |
2008-01-30 | Fix adding net scripts to the boot runlevel. | Roy Marples |
2008-01-28 | Fix service_started_daemon, bug #11 | Roy Marples |
2008-01-22 | Quiet some lint warnings. | Roy Marples |
2008-01-21 | Checking first char for null is more efficient than strlen. | Roy Marples |
2008-01-18 | We should never change the list passed to rc_config_value. | Roy Marples |
2008-01-15 | If adding to the boot runlevel, ensure that the realpath of the resolved serv... | Roy Marples |
2008-01-15 | rc_newer_than no longer tests if souce has data, making it a more logical fun... | Roy Marples |
2008-01-14 | Add support for is_newer_than and is_older_than. is_older_than currently does... | Roy Marples |
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 f... | Roy Marples |
2008-01-11 | Re-indent to a standard tw of 8. | Roy Marples |
2008-01-10 | Loads of NetBSD tweaks here. | Roy Marples |
2008-01-10 | Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep... | Roy Marples |
2008-01-09 | Style updates. | Roy Marples |
2008-01-07 | Avoid valgrind errors with getline. | Roy Marples |
2008-01-07 | Really fix off by one error. | Roy Marples |
2008-01-07 | Fix an off by one error. | Roy Marples |
2008-01-07 | Allow depend creation again. This doesn't work on GNU make, but does on all o... | Roy Marples |