0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chmod /var/run/utmp to 664 when creating More... over 16 years ago
unset the TZ envvar in 'functions' More... almost 17 years ago
Switch commented kdm path More... almost 17 years ago
Added missing slash More... almost 17 years ago
Fix bug #11229 More... almost 17 years ago
Respawn udev properly when running 'init s'. Fixes #9739 More... almost 17 years ago
Remove references to start_udev from rc.sysinit More... almost 17 years ago
Revert "Create udev required device nodes if missing" More... almost 17 years ago
Create udev required device nodes if missing More... about 17 years ago
Set kbd_mode on all virtual consoles More... about 17 years ago
ipv6 over ipv4 tunneling support in /etc/rc.d/network More... about 17 years ago
Remount filesystems RO if umounting fails More... about 17 years ago
Add some useful error messages to wireless code More... about 17 years ago
Decouple ISO release name from initscripts More... about 17 years ago
Minor simplication for /etc/rc.d/functions.d/ More... about 17 years ago
Allow users to ovverride daemon start and stop in rc.multi and rc.shutdown More... over 17 years ago
Remove source_functions in favor of always sourcing the dir More... over 17 years ago
Fix commit 521d7678cecb3018923f7c869bc8a5f74dc29268, this makes more sense More... over 17 years ago
Always quote $TIMEZONE to fix FS#10178 More... over 17 years ago
fixing udev hotplugging Some devices like scanners do not work with recent udev/initscript changes. This patch seems to fix such issues. More... over 17 years ago
Just some whitespace fixes More... over 17 years ago
Remove setterm screen blanking from rc.sysinit Contrary to what one may think, screen blanking not only affects the console, but also the X server. This line may lead to unwanted blank screens although one has DPMS disabled in X. Furthermore, it adds a hardcoded, non-configurable default setting to Arch. This should either be made configurable (but IMO, we don't need more stuff in rc.conf) or added to rc.local by the user if needed. As this is a one-liner, the second solution sounds good to me. More... over 17 years ago
Remove extra newline from udev status output More... over 17 years ago
Remove the "interface is already up" check from ifup As stated in commit f589387f0b9ef56de8ab30f50a3c562e010baeeb, even an interface that is 'UP' may need configuring. However, the check introduced in this commit is nonsense (causing bug #9960, possibly others). The best idea is to remove the check altogether: This may cause duplicate dhcpcd processes to run (should be fixed), but otherwise ensures the interface is brought up when it should be. More... over 17 years ago
Fix USEDIRECTISA in rc.shutdown as well More... over 17 years ago
Remove old initrd hacks We haven't been using initrd for a while, so these hacks are unnecessary. The "encrypted root device hack" was obsoleted by proper udev rules long ago. The code to umount and free the initrd is not critical, so if somebody insists on using initrd, it can be done in rc.local. More... over 17 years ago
Make USEDIRECTISA default to no, which is a sane default according to hwlock's manpage. This is contrary to the behaviour in older initscripts. More... over 17 years ago
Move /sys mounting to the beginning, together with /proc and /dev and clean up some comments More... over 17 years ago
Remove any special handling of usbfs from rc.sysinit libusb has migrated to /dev/bus/usb, which is managed by udev and thus more flexible. Some legacy applications (like VirtualBox) still use it. However, since users need special permissions to access usbfs, they have to be specified via mount options in fstab. So there are two cases: 1) a user does not need usbfs 2) a user needs it, but must add it to fstab to force the right permissions Our old special handling in rc.sysinit is thus obsolete (and it was ugly anyway). More... over 17 years ago
Use actual device number for creating /dev/misc/rtc0 More... over 17 years ago