| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | work properly with new quota utilities; convert old quota format if possible. | Preston Brown | 2001-03-10 | 1 | -0/+20 |
* | tweak raid startup slightly to deal with /etc/raitab but no raid in the kerne... | Bill Nottingham | 2001-03-08 | 1 | -6/+6 |
* | avoid some error messages from USB startup (#31040) | Bill Nottingham | 2001-03-08 | 1 | -3/+3 |
* | run pam_console_apply on startup to reset permissions | Bill Nottingham | 2001-03-07 | 1 | -0/+3 |
* | typor5-70 | Bill Nottingham | 2001-03-05 | 1 | -1/+1 |
* | typo | Bill Nottingham | 2001-03-05 | 1 | -2/+2 |
* | fix awk for alias | Bill Nottingham | 2001-03-05 | 1 | -1/+1 |
* | - don't attempt to work around broken linuxconf routes, simplify | Bill Nottingham | 2001-03-05 | 1 | -6/+2 |
* | insert multiple USB controllers correctly | Bill Nottingham | 2001-03-02 | 1 | -4/+6 |
* | change message to be less misleading (#30087) | Bill Nottingham | 2001-02-28 | 1 | -1/+1 |
* | *** empty log message ***r5-68 | Bill Nottingham | 2001-02-27 | 1 | -5/+5 |
* | mount usbdevfs before loading host controller module, don't explicitly load u... | Bill Nottingham | 2001-02-27 | 1 | -8/+2 |
* | don't explicitly kill things, init will do that | Bill Nottingham | 2001-02-27 | 1 | -10/+1 |
* | call sndconfig --mungepnp to set up sound for non-native PnP drivers | Bill Nottingham | 2001-02-27 | 1 | -0/+5 |
* | don't run isapnp on isapnp-enabled 2.4 kernels | Bill Nottingham | 2001-02-27 | 1 | -1/+1 |
* | disable hotplug during network initscript | Bill Nottingham | 2001-02-27 | 1 | -0/+5 |
* | load usb-storage if needed | Bill Nottingham | 2001-02-23 | 1 | -0/+7 |
* | initialize multiple USB controllers if necessary | Bill Nottingham | 2001-02-22 | 1 | -1/+1 |
* | don't load agpgart automatically; X should handle this | Bill Nottingham | 2001-02-20 | 1 | -5/+0 |
* | fix some ## substitutions to be correct | Bill Nottingham | 2001-02-19 | 1 | -2/+2 |
* | if IPv6 is configured, make sure it's available | Bill Nottingham | 2001-02-19 | 1 | -0/+8 |
* | disable hotplug if 'nomodules' is specified | Bill Nottingham | 2001-02-16 | 1 | -0/+2 |
* | use 'su -' , not just 'su' (#26894) | Bill Nottingham | 2001-02-16 | 1 | -1/+1 |
* | - make pidofproc() and killproc() try to use the PID associated with the fullr5-64-2 | Nalin Dahyabhai | 2001-02-15 | 1 | -3/+8 |
* | fix init.d/single to work around possible kernel bug | Bill Nottingham | 2001-02-14 | 1 | -1/+1 |
* | fix typosr5-64 | Bill Nottingham | 2001-02-13 | 2 | -2/+2 |
* | unmount loopback stuff before stopping netfs or shutting down | Bill Nottingham | 2001-02-13 | 2 | -0/+41 |
* | return 1 in killproc if process isn't running (#26718) | Bill Nottingham | 2001-02-12 | 1 | -0/+1 |
* | load ide-cd before ide-scsi | Bill Nottingham | 2001-02-08 | 1 | -0/+1 |
* | unset LC_ALL before calling halt/reboot as well | Bill Nottingham | 2001-02-07 | 1 | -0/+1 |
* | fix the 'unable to shutdown cleanly' problem (#25744) | Bill Nottingham | 2001-02-07 | 2 | -1/+2 |
* | load ide-scsi if they asked for it | Bill Nottingham | 2001-02-06 | 1 | -0/+5 |
* | don't display japanese unless we're on a pty | Bill Nottingham | 2001-02-06 | 1 | -1/+5 |
* | mon has a subdirectory in odd places as well. (#26924) | Bill Nottingham | 2001-02-06 | 1 | -1/+1 |
* | fix comment | Bill Nottingham | 2001-02-06 | 1 | -1/+1 |
* | do USB initialization even if we don't need to load a host-controller module ... | Bill Nottingham | 2001-02-06 | 1 | -0/+4 |
* | Fixed typo in comment (bugzilla 25998) ;-) | Karsten Hopp | 2001-02-05 | 1 | -1/+1 |
* | don't barf errors if files aren't there (say, rc.local) | Bill Nottingham | 2001-01-30 | 1 | -1/+3 |
* | various cleanups (#10761, from mjt@tls.msk.ru)r5-59 | Bill Nottingham | 2001-01-30 | 1 | -61/+65 |
* | for daemon(), look only at the pid file to see if it's running (#17244, others) | Bill Nottingham | 2001-01-30 | 1 | -2/+22 |
* | tweak usage messages (#24085) | Bill Nottingham | 2001-01-30 | 4 | -4/+4 |
* | fix raid start if it's all modular, and no initrd (#25291) | Bill Nottingham | 2001-01-30 | 1 | -2/+6 |
* | add sleep 1 to avoid race (#17842) | Bill Nottingham | 2001-01-29 | 1 | -0/+1 |
* | add autofs (#17288) | Bill Nottingham | 2001-01-29 | 1 | -2/+2 |
* | touch /var/lock/subsys/local so we only get run once | Bill Nottingham | 2001-01-29 | 1 | -0/+1 |
* | do something less surprising when called with arguments (#18216) | Bill Nottingham | 2001-01-29 | 1 | -0/+10 |
* | add devfs to mtab (#20261) | Bill Nottingham | 2001-01-29 | 1 | -0/+1 |
* | fix inability to shutdown cleanly | Bill Nottingham | 2001-01-24 | 3 | -3/+9 |
* | fix more typos | Bill Nottingham | 2001-01-24 | 1 | -1/+1 |
* | don't try and set up LVM if /etc/lvmtab doesn't exist | Bill Nottingham | 2001-01-24 | 1 | -1/+1 |