Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | We don't need md-int.h anymore. | Chris Lumens | 2005-05-19 | 1 | -290/+0 | |
| | ||||||
* | Use the UUID from the RAID superblock as the identifier in /etc/mdadm.conf | Chris Lumens | 2005-05-19 | 1 | -9/+15 | |
| | | | | instead of the super-minor, unless we have to. | |||||
* | Make drive sorting smarter. | Chris Lumens | 2005-05-11 | 1 | -4/+13 | |
| | ||||||
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-27 | 1 | -1/+21 | |
| | | | | | * isys/isys.c (doDevSpaceFree): Apply Jindrich Novy's patch to fix space calculation on > 2 TB devices (#155709) | |||||
* | Don't overflow the buffer when copying over image location in case loopback | Chris Lumens | 2005-04-26 | 1 | -1/+2 | |
| | | | | images are buried (#154715). | |||||
* | 2005-04-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-12 | 1 | -1/+1 | |
| | | | | * isys/wireless.c: Free'ing mem from alloca() can be bad (#129058) | |||||
* | remove Size changes until I'm ready to commit them to more of the tree | Peter Jones | 2005-03-14 | 1 | -4/+3 | |
| | ||||||
* | only resize the array once. | Peter Jones | 2005-03-09 | 1 | -1/+1 | |
| | ||||||
* | start breaking things with storage.Size ;) | Peter Jones | 2005-03-09 | 1 | -3/+4 | |
| | ||||||
* | take useless syscalls out of ddfile() | Peter Jones | 2005-03-09 | 1 | -3/+1 | |
| | ||||||
* | Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works... | Peter Jones | 2005-03-02 | 2 | -2/+2 | |
| | | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along. | |||||
* | more lip-service return value handling for cases that are really ok. | Peter Jones | 2005-03-02 | 1 | -2/+4 | |
| | ||||||
* | use memmove instead of strncpy for unsigned data | Peter Jones | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | We never look for anything in the MP configuration data table, so treating | Peter Jones | 2005-03-02 | 1 | -2/+2 | |
| | | | | oem and product as signed are fine. | |||||
* | read_disk_sb's return value is pretty suspect anyway, but now we do actually | Peter Jones | 2005-03-02 | 1 | -5/+3 | |
| | | | | put the read's return some place. We still don't care what it is. | |||||
* | with SCSI_IOCTL_SEND_COMMAND, we get our data back in the same buffer as the | Peter Jones | 2005-03-02 | 1 | -3/+3 | |
| | | | | | command we send out, so we have to cast it to 8-bits. I'm amazed this even works; we should think about SG_IO for this stuff at some point. | |||||
* | font should be unsigned | Peter Jones | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | More silly return value handling for things that just won't fail. | Peter Jones | 2005-03-02 | 1 | -8/+8 | |
| | ||||||
* | don't just throw away pipe's return val. throw it away in a variable! | Peter Jones | 2005-03-02 | 1 | -2/+4 | |
| | ||||||
* | Don't try to make a device node for virtual filesystems like proc or shm. | Chris Lumens | 2005-02-03 | 1 | -8/+13 | |
| | ||||||
* | 2005-01-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-01-19 | 4 | -4/+24 | |
| | | | | | | | | * isys/pdc.c: Fix build if HDIO_GETGEO_BIG_RAW isn't defined. * isys/silraid.c: Likewise. * isys/hpt.c: Remove unused include. * isys/isys.c: Likewise. | |||||
* | 2004-12-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-23 | 1 | -3/+4 | |
| | | | | | * isys/isys.py (readSwapLabel_int): Update for newer swap label format (#143447) | |||||
* | 2004-11-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-15 | 1 | -0/+15 | |
| | | | | | * isys/isys.py (hardDriveDict): ignore IBM *STMF disks as they're just the *STMF for booting on a power5 iSeries box (#137920) | |||||
* | 2004-11-05 Jeremy Katz <katzj@redhat.com>rhel4-base | Jeremy Katz | 2004-11-05 | 1 | -6/+15 | |
| | | | | | | * isys/isys.py (readJFSLabel_int): Fix exception handling. (readXFSLabel_int): Likewise. (readSwapLabel_int): Likewise. | |||||
* | 2004-11-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-02 | 1 | -7/+22 | |
| | | | | | | | * isys/isys.py (readJFSLabel_int): Better handling of errors while trying to read the label (#137846). (readXFSLabel_int): Likewise. (readSwapLabel_int): Likewise. | |||||
* | 2004-10-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-14 | 1 | -3/+0 | |
| | | | | * isys/lang.c (bterm_main): Enable bterm again for testing (#113910) | |||||
* | 2004-10-05 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-05 | 1 | -8/+5 | |
| | | | | * isys/devnodes.c: Working scsi disk nodes again (#134709) | |||||
* | 2004-10-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-04 | 1 | -8/+23 | |
| | | | | | * isys/devnodes.c: Add support more than 128 SCSI disks (#134575). | |||||
* | 004-10-01 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-01 | 1 | -0/+1 | |
| | | | | | * isys/nfsmount.c (HAVE_NFSV3): Let's use NFSv3. Will fix using the DVD iso via nfsiso (#122032) | |||||
* | 2004-09-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-29 | 1 | -1/+2 | |
| | | | | | * isys/isys.py (getDasdState): Unformatted dasd seem to show up as "basic" now instead of "ready" (#130123) | |||||
* | 2004-09-28 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-28 | 1 | -0/+26 | |
| | | | | | | | | * isys/isys.py (readSwapLabel): Add function to read label from swap filesystems. (readFSLabel): Read swap and JFS labels too. * fsset.py: Add support for label'ing swap filesystems (#127892). | |||||
* | 2004-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-28 | 2 | -61/+0 | |
| | | | | | * isys/isys.py (getGeometry): Remove unused function. * isys/isys.c (doGetGeometry): Likewise. | |||||
* | 2004-09-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-21 | 2 | -1/+25 | |
| | | | | | | | | | * loader2/net.c (chooseNetworkInterface): Support using ksdevice=macaddr instead of ksdevice=link or ksdevice=ethX. Should sanitize the mac address to handle most sane formats (#130605). * isys/getmacaddr.c (sanitizeMacAddr): Add function. * isys/getmacaddr.h (sanitizeMacAddr): Add prototype. | |||||
* | turn bterm back off, it's still broken | Jeremy Katz | 2004-08-27 | 1 | -0/+3 | |
| | ||||||
* | oops, syntax error in my raid wiping fun | Jeremy Katz | 2004-08-26 | 1 | -1/+1 | |
| | ||||||
* | some hacks to work around the lvm tools being stupid | Jeremy Katz | 2004-08-23 | 2 | -0/+46 | |
| | | | | | | * wipe md superblocks if we successfully create a pv (#130713) * disable filtering for all of our creates. I know better than the tools (#130706) | |||||
* | use posix.makedev if available. fixes (#129743) | Jeremy Katz | 2004-08-17 | 1 | -1/+5 | |
| | ||||||
* | * some devices can be NULL (weird usb-storage stuff) | Jeremy Katz | 2004-08-12 | 1 | -1/+3 | |
| | | | | | * if we get -ENOMEDIUM opening a device, don't let that lead us to believe that there aren't unique sigs | |||||
* | if we're going to run edd stuff on every isys import, shut it up | Bill Nottingham | 2004-08-06 | 2 | -1/+25 | |
| | | | | (#124657, at least) | |||||
* | * move biosdisk (edd) stuff around a little | Jeremy Katz | 2004-08-04 | 1 | -7/+21 | |
| | | | | | | * probe all bios disks on isys import, keep a dictionary mapping the other way * make compareDrives() understand using the bios disk ordering to try to get it to be more correct | |||||
* | don't segfault if we look for a non-existent disk | Jeremy Katz | 2004-08-04 | 1 | -1/+5 | |
| | ||||||
* | add patch from Rezwanul_Kabir (AT dell DOT com) to add support for using | Jeremy Katz | 2004-07-09 | 5 | -3/+354 | |
| | | | | | | | | the edd module's export of mbr signatures to map BIOS disks to Linux disk names. exposed for use in kickstart with part --onbiosdisk=, ks=bd:80p1:/ks.cfg, and harddrive --biospart=80p1 Patch from anaconda-devel-list, #106674 | |||||
* | new bterm will be better in theory... | Jeremy Katz | 2004-07-07 | 1 | -3/+0 | |
| | ||||||
* | add ability to mknod /dev/sg* (#126668) | Jeremy Katz | 2004-06-25 | 1 | -0/+4 | |
| | ||||||
* | add sx8 stuff here too | Jeremy Katz | 2004-06-25 | 1 | -0/+9 | |
| | ||||||
* | bind is_wireless_interface | Jeremy Katz | 2004-06-16 | 2 | -0/+18 | |
| | ||||||
* | I thought I've already fixed that somewhere | Karsten Hopp | 2004-06-15 | 1 | -1/+1 | |
| | ||||||
* | IBM changed the format to 0.0.0200 instead of 0200, make string longer | Karsten Hopp | 2004-06-15 | 1 | -1/+1 | |
| | ||||||
* | fix for new warnings in gcc 3.4 | Jeremy Katz | 2004-06-11 | 1 | -3/+3 | |
| | | | | smp.c:256: warning: `__packed__' attribute ignored | |||||
* | fix message | Bill Nottingham | 2004-05-28 | 2 | -1/+2 | |
| |