Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't load hid stuff if it's non-modular | Bill Nottingham | 2003-01-14 | 1 | -25/+27 |
| | | | | LC_ALL=C grep... go faster | ||||
* | unmark some strings | Bill Nottingham | 2003-01-14 | 2 | -3/+3 |
| | |||||
* | set to C locale, to avoid use of locale archives (#72043) | Bill Nottingham | 2003-01-14 | 1 | -2/+1 |
| | |||||
* | rework halt script (#76831, <michal@harddata.com>) | Bill Nottingham | 2003-01-14 | 1 | -3/+4 |
| | |||||
* | support NICELEVEL in the environment (#77846) | Bill Nottingham | 2003-01-14 | 1 | -0/+3 |
| | |||||
* | fix raidtab parsing, don't worry about not-in-fstab RAID devices | Bill Nottingham | 2003-01-14 | 1 | -1/+6 |
| | | | | (#71087, #78467, <aja@mit.edu>) | ||||
* | fix status (#81471) | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | only do the second LVM check if we actually started RAID (#78483, ↵ | Bill Nottingham | 2003-01-14 | 1 | -5/+4 |
| | | | | <milan.kerslager@pslib.cz>) | ||||
* | just use /usr/share/locale ; you need glibc locale stuff anyway... | Bill Nottingham | 2003-01-14 | 1 | -1/+0 |
| | |||||
* | fix CJK text on the console | Bill Nottingham | 2003-01-14 | 1 | -2/+4 |
| | |||||
* | move system font setting sooner | Bill Nottingham | 2003-01-13 | 1 | -16/+14 |
| | |||||
* | speedups (<drepper@redhat.com>) | Bill Nottingham | 2003-01-07 | 3 | -23/+25 |
| | | | | | - use LC_ALL=C - don't use both grep&awk on the same file, just use awk | ||||
* | - add a "nofirewire" option to /etc/rc.sysinit, analogous to "nousb" | Nalin Dahyabhai | 2002-12-17 | 1 | -2/+4 |
| | |||||
* | tyopr7-00 | Bill Nottingham | 2002-12-17 | 1 | -1/+1 |
| | |||||
* | graphical boot changes | Bill Nottingham | 2002-12-17 | 2 | -6/+34 |
| | |||||
* | fix netprofile (#72903) | Bill Nottingham | 2002-12-09 | 1 | -1/+1 |
| | |||||
* | add devlabel support | Bill Nottingham | 2002-12-02 | 1 | -0/+4 |
| | |||||
* | use lazy umount, tweak requires as needed | Bill Nottingham | 2002-12-02 | 1 | -2/+2 |
| | |||||
* | load lvm-mod if necessary | Bill Nottingham | 2002-10-18 | 1 | -0/+3 |
| | |||||
* | remove disabling of DMA; it can cause problems | Bill Nottingham | 2002-08-22 | 1 | -7/+0 |
| | |||||
* | move swap startup to after LVM (#66588) | Bill Nottingham | 2002-08-21 | 1 | -3/+3 |
| | |||||
* | typos | Bill Nottingham | 2002-08-21 | 1 | -3/+3 |
| | |||||
* | oops, profile= is taken | Bill Nottingham | 2002-08-21 | 1 | -3/+3 |
| | |||||
* | activate profile if passed via profile= on the kernel command line | Bill Nottingham | 2002-08-21 | 1 | -0/+11 |
| | |||||
* | DUH | Bill Nottingham | 2002-08-14 | 1 | -1/+1 |
| | |||||
* | fix tmpfs umounts (#68178, <tjko@iki.fi>) | Bill Nottingham | 2002-08-14 | 1 | -0/+1 |
| | |||||
* | work around VT2-VT6 bug for now | Bill Nottingham | 2002-08-14 | 1 | -0/+3 |
| | |||||
* | fix typo | Bill Nottingham | 2002-07-24 | 1 | -5/+2 |
| | |||||
* | oops, UTF-8 can have @euro | Bill Nottingham | 2002-07-24 | 1 | -1/+1 |
| | |||||
* | load firewire if needed/configured (#67203) | Bill Nottingham | 2002-07-22 | 1 | -0/+12 |
| | |||||
* | fix boottime cleanup, add cleanup of ICE files | Bill Nottingham | 2002-07-15 | 1 | -3/+9 |
| | |||||
* | - only coding style changes | Florian La Roche | 2002-07-14 | 1 | -16/+14 |
| | |||||
* | - coding changes only | Florian La Roche | 2002-07-14 | 1 | -5/+5 |
| | |||||
* | - exclude zh_CN.GB18030 for setting LANG | Florian La Roche | 2002-07-12 | 1 | -1/+1 |
| | |||||
* | - /etc/init.d/functions: | Florian La Roche | 2002-07-11 | 2 | -15/+30 |
| | | | | | | daemon(): avoid starting another bash killproc(): avoid starting another bash for the default case - do not call "insmod -p" before loading the "st" module | ||||
* | - cleanup, no real changes | Florian La Roche | 2002-07-10 | 1 | -9/+6 |
| | |||||
* | - code cleanups in rc.sysinit | Florian La Roche | 2002-07-10 | 1 | -11/+10 |
| | |||||
* | - drastically reduce the number of consoletype invocations | Florian La Roche | 2002-07-10 | 1 | -12/+11 |
| | |||||
* | - better checks for backup files | Florian La Roche | 2002-07-10 | 3 | -13/+15 |
| | |||||
* | * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de> | Florian La Roche | 2002-07-10 | 2 | -3/+3 |
| | | | | | | | - allow an option for ups poweroff #68123 - change grep for ONBOOT= #63903 - allow building with a cross-compiler #64362,#64255 - faster check in network-functions:check_default_route() | ||||
* | - fix #68123 | Florian La Roche | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | clarify comment (#68309) | Bill Nottingham | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | - cleanup | Florian La Roche | 2002-07-06 | 1 | -20/+14 |
| | |||||
* | - first small cleanups | Florian La Roche | 2002-07-06 | 1 | -12/+4 |
| | |||||
* | - only coding style | Florian La Roche | 2002-07-05 | 1 | -6/+6 |
| | |||||
* | - just coding style, no real changes | Florian La Roche | 2002-07-05 | 1 | -6/+6 |
| | |||||
* | - check in new version | Florian La Roche | 2002-07-05 | 1 | -20/+20 |
| | |||||
* | - change coding style, should have no! functional changes in it | Florian La Roche | 2002-07-05 | 1 | -85/+66 |
| | |||||
* | - only cosmetic changes | Florian La Roche | 2002-07-05 | 1 | -4/+4 |
| | |||||
* | - rc.sysinit: do not load raid modules unless /etc/raidtab exists | Florian La Roche | 2002-07-05 | 1 | -8/+8 |
| |