summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/ devices nodes for probing RAID superblocks, instead of recycling theChris Lumens2007-03-281-11/+15
* 2007-02-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-071-3/+0
* 2007-01-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-231-0/+2
* 2006-12-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-121-1/+1
* - don't segfault when importing isys on ppc (#214653)Peter Jones2006-11-081-0/+2
* 2006-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-251-3/+5
* * isys/isys.py (inet_calcNetBroad): Umm, use ntohl() so it works on allDavid Cantrell2006-10-031-10/+6
* * iw/network_gui.py (NetworkWindow): Use isys.netmask2prefix() andDavid Cantrell2006-10-031-13/+11
* * isys/isys.py (inet_doConvertPrefixToNetmask): Removed since it doesDavid Cantrell2006-10-021-7/+3
* * isys/isys.c (doDhcpNetDevice): Rename to be dhcp instead ofJeremy Katz2006-09-121-3/+7
* Skip attached devices without media present (like CF readers, etc.) (#205465).Chris Lumens2006-09-111-0/+5
* * isys/isys.py (inet_convertPrefixToNetmask): Take IPv4 CIDR prefixDavid Cantrell2006-09-061-0/+7
* * isys/isys.py: Remove inet_aton() and inet_ntoa(). Replaced callsDavid Cantrell2006-09-061-15/+20
* - move device blacklisting from hardDriveDict into driveDict, so we do itPeter Jones2006-08-251-22/+37
* 2006-08-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-241-2/+2
* - add a simple audit daemonPeter Jones2006-08-221-0/+2
* 2006-08-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-221-0/+3
* - oops, klassArg crap and dm is still busted when klassArg == "cdrom".Peter Jones2006-08-211-3/+3
* - don't call isys.flushDriveDict() from makeDriveDeviceNodes(), as itPeter Jones2006-08-181-14/+22
* - fix mknodPeter Jones2006-07-311-1/+1
* Removed isys_calcNetmask and isys_calcNS.Chris Lumens2006-07-131-24/+0
* Don't guess the gateway for consistency with loader's UI (#197578).Chris Lumens2006-07-121-8/+0
* Instead of detecting whether a device is removable or not, detect whetherChris Lumens2006-06-221-12/+11
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-2/+1
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-11/+22
* just the sync bitJeremy Katz2006-06-161-22/+11
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-161-12/+24
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-151-1/+1
* 2006-06-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-101-0/+1
* Fix on 64-bit machines (#193609).Chris Lumens2006-05-311-1/+1
* * isys/isys.py (driveIsRemovable): Split module checking out to itsPeter Jones2006-05-091-22/+31
* - actually don't warn about usb there, because that codepath isn't dependentPeter Jones2006-05-091-4/+1
* - allow usb-storage installsPeter Jones2006-05-091-1/+4
* Pass the right types to the socket module to make manual IP configuration workChris Lumens2006-04-261-2/+3
* Fix some deprecation warnings.Chris Lumens2006-03-301-1/+2
* Build it up, tear it down. Since we're destroying isys from the inside,David Cantrell2006-03-241-4/+2
* Remove functions already in python, hopefully better.Chris Lumens2006-03-221-23/+14
* Remove summitavailable support.Chris Lumens2006-03-221-12/+0
* isys.getopt is deprecated. Use optparse, or suffer the consequences.Chris Lumens2006-03-221-0/+3
* * fsset.py (reiserfsFileSystem): Added missing labelDevice method.David Cantrell2006-03-221-10/+13
* i5 returns as pSeries! (#186070)Paul Nasrat2006-03-211-1/+1
* Add a function to more intelligently sort network device names (#166842).Chris Lumens2006-03-021-0/+12
* - use the right name for handleSegv ;)Peter Jones2006-02-241-2/+3
* Add python shim (#182739).Chris Lumens2006-02-241-0/+3
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-221-41/+0
* * isys/isys.py (readReiserFSLabel): Support all valid reiserfsDavid Cantrell2006-02-031-14/+16
* * scripts/upd-instroot: Add reiserfstune.David Cantrell2006-02-031-0/+49
* 2005-12-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-221-1/+1
* - don't do special handling for pdc raidPeter Jones2005-11-171-0/+2
* 2005-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-241-10/+10