| Commit message (Expand) | Author | Age | Files | Lines |
* | read the chunk size of preexisting raid devices and reuse it (#101518) | Jeremy Katz | 2003-10-16 | 2 | -0/+44 |
* | close sockets (#103952) | Jeremy Katz | 2003-09-25 | 1 | -2/+6 |
* | typo fix (#103952) | Jeremy Katz | 2003-09-25 | 1 | -1/+2 |
* | merge from taroon | Jeremy Katz | 2003-09-20 | 6 | -5/+73 |
* | merge changes from taroon branch | Jeremy Katz | 2003-08-20 | 1 | -5/+5 |
* | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 3 | -3/+28 |
* | merge from taroon branch. product.img stuff, md can be modular, lots of | Jeremy Katz | 2003-07-16 | 1 | -0/+4 |
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 20 | -566/+520 |
* | errant comment | Mike Fulbright | 2003-07-07 | 1 | -1/+1 |
* | include getmacaddr.c in build process | Mike Fulbright | 2003-07-07 | 1 | -1/+1 |
* | add binding for getting mac address of nic | Mike Fulbright | 2003-07-07 | 2 | -0/+18 |
* | routine to get mac addr of nic | Mike Fulbright | 2003-07-07 | 2 | -0/+63 |
* | need kudzu here too | Jeremy Katz | 2003-07-03 | 1 | -1/+1 |
* | fill in model info of net devices with their description | Bill Nottingham | 2003-07-03 | 1 | -1/+10 |
* | if there is already a label on the disk, use it instead of making up our | Jeremy Katz | 2003-06-29 | 1 | -4/+7 |
* | kill warning. also, fix it in case anyone decides to call it. | Bill Nottingham | 2003-06-26 | 1 | -2/+3 |
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -4/+4 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 6 | -1/+54 |
* | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -1/+1 |
* | merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHEL | Jeremy Katz | 2003-05-05 | 1 | -1/+10 |
* | make useful debugging more useful and support remount | Mike Fulbright | 2003-05-01 | 4 | -8/+11 |
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 10 | -38/+269 |
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 8 | -47/+266 |
* | this was meant to be removed already -- not used anywhere | Jeremy Katz | 2003-03-10 | 1 | -161/+0 |
* | remove map from the lang-table. we don't ever use it anymore during the | Jeremy Katz | 2003-02-25 | 2 | -3/+3 |
* | support bind mounts for upgrade/rescue mode. | Jeremy Katz | 2003-02-18 | 4 | -7/+11 |
* | use sig_dfl, sig_ign is special (#84138) | Jeremy Katz | 2003-02-12 | 1 | -1/+1 |
* | put start bterm in lang.c, bind from python | Jeremy Katz | 2003-02-11 | 5 | -1/+41 |
* | oops, the kernel sucks again | Jeremy Katz | 2003-02-04 | 1 | -0/+4 |
* | hammer smp detection (mptable style) - acpi will come later | Matt Wilson | 2003-01-30 | 1 | -34/+38 |
* | oops, didn't mean to commit that | Jeremy Katz | 2003-01-28 | 1 | -1/+1 |
* | this no longer exists | Jeremy Katz | 2003-01-27 | 1 | -3/+0 |
* | oops | Jeremy Katz | 2003-01-27 | 1 | -2/+2 |
* | changes that would enable us to support ataraid across pdcraid, hptraid, and | Jeremy Katz | 2003-01-27 | 6 | -67/+517 |
* | add checking of link status using ethtool since jgarzik says that this is | Jeremy Katz | 2003-01-04 | 2 | -16/+463 |
* | define USEDIET in top-level Makefile.inc. use throughout instead of scattering | Jeremy Katz | 2002-12-30 | 2 | -6/+2 |
* | fix ejecting -- add a makeDevice param for ejectCdrom (defaults to old | Jeremy Katz | 2002-12-18 | 1 | -4/+9 |
* | only set the unicode keymap up once. if we do it while X is running, | Jeremy Katz | 2002-12-17 | 2 | -3/+14 |
* | filter out USB and IEEE1394 storage devices as removable too | Mike Fulbright | 2002-12-16 | 1 | -0/+21 |
* | require new version of bogl that does not do atexit() stuff, enable bogl | Matt Wilson | 2002-12-16 | 1 | -2/+2 |
* | first pass at using unicode in text mode | Matt Wilson | 2002-12-11 | 3 | -17/+20 |
* | add makedev() wrapper | Jeremy Katz | 2002-12-11 | 2 | -0/+12 |
* | errno fixes | Jeremy Katz | 2002-12-11 | 3 | -5/+1 |
* | remove unused method | Jeremy Katz | 2002-12-03 | 1 | -22/+0 |
* | ick, the pdc stuff was using balkan to do some filtering. for now, just | Jeremy Katz | 2002-12-03 | 1 | -4/+8 |
* | need to include our header now | Jeremy Katz | 2002-12-03 | 1 | -0/+1 |
* | move keymap declaration stuff to a common header | Jeremy Katz | 2002-12-03 | 2 | -14/+14 |
* | gone from here | Jeremy Katz | 2002-12-03 | 1 | -228/+0 |
* | we really want perror here | Jeremy Katz | 2002-12-03 | 1 | -1/+1 |
* | this function gets used by the loader | Jeremy Katz | 2002-12-03 | 2 | -1/+9 |