Age | Commit message (Expand) | Author |
2011-07-04 | eat trailing whitespace | Mike Frysinger |
2011-07-02 | slight formatting change | William Hubbs |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger |
2011-06-27 | Revert "remove functions.sh symbolic link in init.d" | William Hubbs |
2011-06-27 | remove functions.sh symbolic link in init.d | William Hubbs |
2011-06-03 | fix underquoting of wrapped color stubs of exit status | Mike Frysinger |
2011-05-16 | only warn about /run if it exists | Mike Frysinger |
2011-05-11 | do not run services if openrc did not boot the system | William Hubbs |
2011-04-26 | change udhcpc support to busybox udhcpc | William Hubbs |
2011-04-19 | fix permissions for /run/lock | William Hubbs |
2011-04-18 | Add support for /run directory | Amadeusz Żołnowski |
2011-03-24 | rework test for mounted /proc | William Hubbs |
2011-01-18 | sh/init: Detect a mounted /proc without sleeping | Robin H. Johnson |
2011-01-17 | more whitespace cleanup | Mike Frysinger |
2011-01-12 | bug 351160: make openrc exit codes LSB compliant | Eray Aslan |
2011-01-12 | bug 328675: add error checking to runscript.sh | William Hubbs |
2010-12-03 | fix selinux context for rc-svcdir (bug #347503) | Robin Johnson |
2010-10-28 | correction for unmounting volumes with weird characters, thanks Brant | Jory A. Pratt |
2010-10-27 | allow net_fs_list to be extended but not replaced | William Hubbs |
2010-09-30 | surpress output of loadkeys, fix setfont path check | Jory A. Pratt |
2010-03-16 | Send SIGKILL after 2 failed SIGTERM when unmounting. | Roy Marples |
2010-02-26 | Mount xenfs early so OpenRC can detect it. | Juan RP |
2010-02-20 | Fix rc_${rc_svcname}_need. | Roy Marples |
2009-11-20 | If mounting tmpfs fails, try ramfs. | Roy Marples |
2009-09-04 | Allow init scripts to show their dependencies easier | 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 |
2009-05-05 | Fix compile on NetBSD | Roy Marples |
2009-05-05 | Ignore more foo for the BSDs | Roy Marples |
2009-05-01 | Add (c) to Copyright | Roy Marples |
2009-04-30 | Go back to git | Roy Marples |
2009-04-27 | Allow templates to define a stop signal | Roy Marples |
2009-04-26 | Stop using needless {} in vars | Roy Marples |
2009-04-26 | Try and set a keymap as early as possible, #169 | Roy Marples |
2009-04-19 | Use a bashism for a minor speedup in gendepends.sh | Roy Marples |
2009-04-18 | Allow user to provide custom status function and still hook into the system one | Roy Marples |
2009-04-18 | Move status to runscript.sh so init scripts can override it, #159 | Roy Marples |
2009-04-16 | Avoid needless forking, #165 | Roy Marples |
2009-01-29 | We should always mount $RC_SVCDIR unless in a vserver or it's already mounted. | Roy Marples |
2008-12-04 | Punt .gitignore files. | Roy Marples |
2008-11-28 | Save screen space. | Roy Marples |
2008-11-13 | Fix lib. | Roy Marples |
2008-11-12 | Mark the addon code as deprecated. | Roy Marples |
2008-11-04 | Move romount to mount-ro and use the umount -r option as it's more reliable f... | Roy Marples |
2008-11-03 | Add a new shutdown runlevel, Gentoo #224537. | Roy Marples |
2008-10-10 | sysinit is now a real runlevel that handles things like udev, dmesg and | Roy Marples |
2008-10-09 | Fix umounting reporting exit status, Gentoo #239922. | Roy Marples |
2008-09-22 | Allow forcefsck instead of gentoo=forcefsck on the kernel command line. | Roy Marples |
2008-08-19 | Allow OpenVZ to mount /sys and device managers, #102 | Roy Marples |
2008-06-21 | Set the default RC_SVCDIR higher up. | Roy Marples |