Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-15 | Add lustre | Roy Marples | |
2009-10-15 | fix wait time for gentoo bug 288495 | William Hubbs | |
The wait time was in seconds. This patch converts it to milliseconds. | |||
2009-10-15 | Address iproute2 mtu. | Roy Marples | |
2009-10-15 | Ensure ip brings interface up when adding addresses. | Roy Marples | |
Fixes Gentoo #288889 | |||
2009-10-13 | Provide clock | Roy Marples | |
2009-10-13 | Add new utility and init script swclock that sets the system time based on | Roy Marples | |
the mtime of a file. It saves the shutdown time to this file also. This is handy for systems without a working RTC chip. Based on an idea by Michael A. Smith <michael@smith-li.com>. Fixes Gentoo #272073. | |||
2009-10-12 | EeePC 901 has /proc/acpi/ac_adapter/AC0, so check all AC entries. | Semen Maryasin | |
2009-10-11 | Add more net fs's, Gentoo #284327. | Roy Marples | |
2009-10-11 | Improve comments, Gentoo #282243. | Roy Marples | |
2009-10-11 | Multihomed rules show not be applied to the interface, Gentoo #273303. | Roy Marples | |
2009-10-08 | Release OpenRC-0.5.1 | Roy Marples | |
2009-10-08 | Add pkg-config support, fixes #187. | Roy Marples | |
2009-09-21 | Don't quote opts | Roy Marples | |
2009-09-04 | Allow init scripts to show their dependencies easier | Roy Marples | |
2009-09-04 | Add -P to start-stop-daemon to display a . for each second elapsed. | Roy Marples | |
Fixes #197. | |||
2009-09-04 | Really fix --signal 0 | Roy Marples | |
2009-09-04 | Fix signed error. | Roy Marples | |
2009-09-04 | Timeout for ipv6 addresses being tentative. | Roy Marples | |
2009-09-01 | Allow any valid numeric signal and not just what we define. | Roy Marples | |
2009-08-19 | If there is an error setting the font, abort instead of trying to set | Roy Marples | |
the font for subsequent consoles. | |||
2009-08-17 | Fix example | Roy Marples | |
2009-07-20 | If mtab is write only and a symlink then assume it's linked to /proc/mounts | Roy Marples | |
and don't try and update it. Fixes #185. | |||
2009-07-20 | Don't provide ourself, fixes #190 | Roy Marples | |
2009-07-09 | Only delete /etc/nologin if we can write to it | Roy Marples | |
2009-07-08 | Apply MTU and txqueuelen after creating the tunnel. | Roy Marples | |
2009-07-01 | Fix wpa_supplicant to find wireless interfaces on newer kernels. | Roy Marples | |
Fixes #176. | |||
2009-07-01 | Host should configure urandom. | Roy Marples | |
Fixes #179. | |||
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples | |
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178. | |||
2009-06-21 | Use rc_getline instead of assuming a fixed kernel cmdline length. | Roy Marples | |
This is now requires as COMMAND_LINE_SIZE isn't exposed by kernel headers anymore. Fixes #177. | |||
2009-06-13 | Ensure that tmp dirs are +rw as well as +t. | Roy Marples | |
2009-06-12 | hwclock now sends help to stderr. | Natanael Copa | |
2009-06-08 | Linux FHS requires /var/lib/misc | Roy Marples | |
Stop fuser from being chatty | |||
2009-06-05 | Release openrc-0.5.0 | Roy Marples | |
2009-06-05 | Ignore more foo | Roy Marples | |
2009-06-05 | Update copyright | Roy Marples | |
2009-06-01 | Warn about going inactive correctly. | Roy Marples | |
2009-06-01 | nexthop routes don't use metrics | Roy Marples | |
2009-05-29 | Ignore termencoding | Roy Marples | |
2009-05-29 | Skip sysctl errors | Roy Marples | |
2009-05-29 | Add FreeBSD support for AC power. | Roy Marples | |
2009-05-29 | Support NetBSD envstat for working out if on AC power. | Roy Marples | |
2009-05-29 | If not running on AC power don't run fsck to preserve battery life. | Roy Marples | |
2009-05-29 | Only delete addresses for interfaces that exist. | Roy Marples | |
2009-05-29 | Merge branch 'master' of ssh://roy.marples.name/var/git/openrc | Roy Marples | |
2009-05-28 | Ignore more foo | Roy Marples | |
2009-05-26 | We need to use eval so we can pass "*" as an argument. | Roy Marples | |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples | |
OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well. | |||
2009-05-17 | If already started or stopped, abort. | Roy Marples | |
2009-05-11 | procfs should use modules. | Charlie | |
2009-05-11 | procfs should use modules. | Roy Marples | |