Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | we shouldn't unlink devices in /dev on mount. that's just unfriendly ↵ | Jeremy Katz | 2002-06-21 | 1 | -1/+1 |
| | | | | (especially with lvm...) | ||||
* | make getting the raid superblock a little more flexible, add a getpagesize ↵ | Jeremy Katz | 2002-06-07 | 1 | -1/+7 |
| | | | | function | ||||
* | we really can't close the fd after its been closed once | Jeremy Katz | 2002-05-31 | 1 | -1/+0 |
| | |||||
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -2/+0 |
| | |||||
* | don't throw away our exception, raise it after closing the fd | Matt Wilson | 2002-05-13 | 1 | -2/+2 |
| | |||||
* | get the easy bits of the merge first.... hampton loader and isys directories | Jeremy Katz | 2002-04-19 | 1 | -7/+13 |
| | | | | should be fine since I had originally just copied them into hampton from head :) | ||||
* | add mknod | Jeremy Katz | 2002-01-30 | 1 | -0/+3 |
| | |||||
* | no longer need balkan, add copyright | Matt Wilson | 2001-10-29 | 1 | -1/+16 |
| | |||||
* | compareDrives isn't quite right when you have both IDE and SCSI disks | Jeremy Katz | 2001-08-23 | 1 | -6/+6 |
| | | | | | | | If you have hda, hdb, and sda, the proper order for them to be sorted in is hda, hdb, sda... not hda, sda, hdb bug 52356 | ||||
* | beware the leaky descriptor | Matt Wilson | 2001-08-14 | 1 | -15/+27 |
| | |||||
* | restore fstab if we started to migrate and found there was not enough space ↵ | Mike Fulbright | 2001-08-09 | 1 | -0/+9 |
| | | | | to upgrade | ||||
* | add s390/s390x patchesr0-9-1 | laroche | 2001-07-20 | 1 | -0/+1 |
| | |||||
* | only probe ide drives for their type once (fixes #47018) | Matt Wilson | 2001-07-11 | 1 | -4/+12 |
| | |||||
* | add magik incantations to root out the evil within the fsset code | Matt Wilson | 2001-07-02 | 1 | -0/+3 |
| | |||||
* | oops, make the right dev node filename | Matt Wilson | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | register a parted exception handler for gui mode | Matt Wilson | 2001-06-25 | 1 | -2/+11 |
| | | | | | | | | | | | modified isys.makeDevInode to use /dev/foo if it is there, while preserving backwards compatible behavior import fsset for workstation, it needs to find the ext2 filesystemtype for some reason skip drives that can't be opened or partition tables that can't be read. we still need to handle 'fresh' disks better. | ||||
* | pychecker fix | Matt Wilson | 2001-06-23 | 1 | -1/+1 |
| | |||||
* | mount proc and pts | Matt Wilson | 2001-06-20 | 1 | -2/+2 |
| | |||||
* | removed s390 patch -- my kudzu doesn't have this function | Erik Troan | 2001-06-20 | 1 | -1/+0 |
| | |||||
* | patches for s390 | Karsten Hopp | 2001-06-20 | 1 | -0/+1 |
| | |||||
* | mount device-less filesystems generically | Erik Troan | 2001-06-20 | 1 | -1/+1 |
| | |||||
* | fix the raidstop command in rescue mode/Alt+F2 | Matt Wilson | 2001-04-04 | 1 | -4/+5 |
| | |||||
* | reference count raid | Erik Troan | 2001-03-16 | 1 | -0/+12 |
| | |||||
* | added magic to work around promise raid controllers | Erik Troan | 2001-03-14 | 1 | -0/+1 |
| | |||||
* | 1) added pathSpaceAvailable() | Erik Troan | 2001-03-09 | 1 | -2/+5 |
| | | | | 2) added readOnly parameter to losetup | ||||
* | ideCdRwList() shouldn't return scsi drives | Erik Troan | 2001-02-20 | 1 | -1/+8 |
| | |||||
* | use two part header lists | Erik Troan | 2001-02-10 | 1 | -2/+2 |
| | |||||
* | added code to find rewriteable cdrom's | Erik Troan | 2001-02-09 | 1 | -0/+35 |
| | |||||
* | added fbinfo | Erik Troan | 2001-01-25 | 1 | -0/+2 |
| | |||||
* | provide symbolic names for ram thresholds | Erik Troan | 2001-01-12 | 1 | -0/+4 |
| | |||||
* | Added support for LBA32 when we right out lilo.conf iff we need it because ↵ | Mike Fulbright | 2001-01-08 | 1 | -0/+7 |
| | | | | boot partition is over 1023 cyl. Also added warning if you put boot > 1023 cyl and we dont seem to be able to detect edd support on this system | ||||
* | this pciprobe mess in isys isn't used... | Matt Wilson | 2000-12-04 | 1 | -16/+0 |
| | |||||
* | fix for bug 19523 | Mike Fulbright | 2000-12-04 | 1 | -1/+1 |
| | |||||
* | added code to check to see if a file is an iso image | Erik Troan | 2000-11-17 | 1 | -0/+2 |
| | |||||
* | added sync | Erik Troan | 2000-11-06 | 1 | -0/+3 |
| | |||||
* | added ispseudotty check | Erik Troan | 2000-10-04 | 1 | -0/+4 |
| | |||||
* | enable mounting of usbdevfs as well | Mike Fulbright | 2000-07-25 | 1 | -2/+2 |
| | |||||
* | added fsSpaceAvailable() | Erik Troan | 2000-07-24 | 1 | -0/+3 |
| | |||||
* | ignore ejection failures | Erik Troan | 2000-07-13 | 1 | -1/+7 |
| | |||||
* | use /tmp/%s to make the devices | Matt Wilson | 2000-07-03 | 1 | -1/+1 |
| | |||||
* | bug fix for #12181 | Mike Fulbright | 2000-06-28 | 1 | -1/+1 |
| | |||||
* | add changevt call | Matt Wilson | 2000-06-10 | 1 | -0/+3 |
| | |||||
* | normalize mount paths for mount cache | Erik Troan | 2000-05-19 | 1 | -0/+4 |
| | |||||
* | 1) ddfile implemented in python w/ progress bar | Erik Troan | 2000-05-16 | 1 | -5/+25 |
| | | | | 2) fixed mount cache | ||||
* | reworked mount semantics | Erik Troan | 2000-05-16 | 1 | -7/+37 |
| | |||||
* | added cdrom eject stuff | Erik Troan | 2000-05-12 | 1 | -3/+7 |
| | |||||
* | able to mount filesytems read only | Erik Troan | 2000-05-11 | 1 | -2/+2 |
| | |||||
* | added magic to change loopback filesystem | Erik Troan | 2000-05-10 | 1 | -3/+14 |
| | |||||
* | Added support for detecting and optionally (based on expert mode setting) ↵ | Mike Fulbright | 2000-05-10 | 1 | -4/+14 |
| | | | | ignoring removable devices | ||||
* | added test for if an ide drive is removable | Mike Fulbright | 2000-05-10 | 1 | -0/+7 |
| |