Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | Only add metric to dhcpcd if not given. | Roy Marples | |
Fixes Gentoo #294312 | |||
2009-11-20 | If mounting tmpfs fails, try ramfs. | Roy Marples | |
This is because buggy kernels always report tmpfs even when not present. | |||
2009-11-14 | Only allow one service to be provided by default. | Roy Marples | |
Fixes Gentoo #293139. | |||
2009-11-13 | Fix logic | Roy Marples | |
2009-11-13 | Rework around new kbd-1.15.1, Gentoo #289265. | Roy Marples | |
2009-11-13 | Add a --warn option to just warn when reference file does not exist. | Roy Marples | |
Fixes Gentoo #291894. | |||
2009-11-11 | Ensure we have a valid broadcast address. | Roy Marples | |
2009-11-10 | fsck only checks battery when requested, which is not by default. | Roy Marples | |
This fixes having JFS as the root partition on battery power. For most modern FS's this is a non op, or a very small op by default so it should be fine. Fixes Gentoo #291654. | |||
2009-11-10 | Allow sysctl to read confs from /etc/sysctl.d | Roy Marples | |
Fixes #203. | |||
2009-11-10 | Fix iproute2 support. | William Hubbs | |
Fixes Gentoo #289762. | |||
2009-11-10 | Don't punt /var/log/wtmp if it exists, just create if it does not. | Jan Psota | |
Fixes Gentoo #289849. | |||
2009-11-04 | Fix ppp options ordering. | Nao Nakashima | |
Fixes #205. | |||
2009-11-04 | Add support for Linux Containers, fixes #202. | Roy Marples | |
Patch by bug reporter. | |||
2009-10-25 | Fix default domain | Roy Marples | |
2009-10-17 | Release OpenRC-0.5.2 | Roy Marples | |
2009-10-17 | Add README.net to describe the networking goals for OpenRC. | Roy Marples | |
2009-10-16 | Add domainname to the network script | Roy Marples | |
2009-10-16 | Add staticroute to the boot runlevel | Roy Marples | |
2009-10-16 | Regenerate version.h if necessary | Roy Marples | |
2009-10-16 | Add a new staticroute init script so that .... static routes can be configured! | Roy Marples | |
Fixes Gentoo #288421. | |||
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 | |