summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-33/+0
* Updates to make existing code use the new storage module.David Lehman2009-02-231-353/+5
* Remove unused iface_netmask2prefix() function.David Cantrell2009-02-172-26/+0
* Syntax fixes for the new pyparted.David Cantrell2009-02-121-1/+1
* Add iBFT support to loaderMartin Sivak2009-02-121-1/+2
* Rewrite mdio_read() in linkdetect.c for strict aliasing rules.David Cantrell2009-02-091-8/+16
* Log all calls to mount to /tmp/program.log as well.Chris Lumens2009-01-071-6/+12
* Various packaging fixed from review (#225246)Hans de Goede2009-01-051-1/+1
* Remove doMultiMount.Chris Lumens2009-01-052-22/+0
* Rewrite iface_ip2str() to use libnm-glibDavid Cantrell2008-12-201-107/+36
* Remove isys.e2fslabel() and isys.getraidsb()David Cantrell2008-12-191-67/+0
* Reduce direct D-Bus calls in isys/iface.c.David Cantrell2008-12-183-76/+24
* Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083).Chris Lumens2008-12-081-0/+3
* In iface_ip2str(), make sure to advance to next item before continue.David Cantrell2008-12-051-0/+1
* Prevent network install when no network devices are found (#470144)David Cantrell2008-12-051-0/+7
* ext4dev -> ext4 (esandeen).Chris Lumens2008-10-141-2/+0
* Get rid of some iface flags that were not doing anything anymore.David Cantrell2008-10-101-7/+1
* Fix the mount error reading for real this time (pjones, #465250).Chris Lumens2008-10-021-21/+37
* Support ksdevice=link when booting from boot.iso.David Cantrell2008-10-022-0/+19
* Another try at fixing up reading errors from mount.Chris Lumens2008-09-291-1/+4
* Bring back isys.resetResolv() and fix NetworkManager polling in network.py.David Cantrell2008-09-242-0/+17
* Fix a traceback when getting the interface settings (#462592).Chris Lumens2008-09-221-1/+1
* Remove doConfigNetDevice() prototype.David Cantrell2008-09-151-1/+0
* Remove code from isys not needed for NetworkManager.David Cantrell2008-09-152-143/+0
* Write out final ifcfg-DEVICE files correctly.David Cantrell2008-09-151-0/+35
* On HDISO installs, mark LABEL= and UUID= partitions as protected.Chris Lumens2008-09-152-0/+22
* Fix iscsi disk detection with newer kernels (rh 461839, 461841)Hans de Goede2008-09-151-1/+1
* Use print() as a function.Peter Jones2008-09-081-1/+1
* Use struct audit_reply instead of struct auditd_reply_listDavid Cantrell2008-09-061-6/+3
* Make NM work for the DHCP case, at least (dcbw) (#461071).Chris Lumens2008-09-052-6/+94
* iface_start_NetworkManager() cleanupsDavid Cantrell2008-09-052-4/+2
* Define the NM_STATE_* constants in isys.pyDavid Cantrell2008-08-281-0/+6
* Removed iface_dns_lookup()David Cantrell2008-08-282-62/+0
* Rewrite iface_ip2str() to talk to NetworkManager over D-BusDavid Cantrell2008-08-283-106/+127
* Fix err handling in doMultiMount()David Cantrell2008-08-271-4/+15
* Remove isys.getopt()David Cantrell2008-08-261-148/+0
* Expand getDeviceProperties to return all devices.David Cantrell2008-08-261-10/+18
* Remove unused silo code that wouldn't even build if it were used.Chris Lumens2008-08-262-904/+0
* Remove some really old, really unused code.Chris Lumens2008-08-262-63/+0
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-262-0/+20
* Add getDeviceProperties() and rewrite getMacAddress()David Cantrell2008-08-252-63/+48
* Do not include wireless.hDavid Cantrell2008-08-251-1/+0
* Rewrite isys.isWireless() to use D-Bus and NetworkManagerDavid Cantrell2008-08-255-112/+30
* Rewrite isys.getIPAddress() to use D-Bus and NetworkManager.David Cantrell2008-08-252-42/+36
* Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs.David Cantrell2008-08-254-21/+3
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-256-391/+521
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-253-16/+31
* Need to import rhpl for things like switching to pdb.Chris Lumens2008-08-191-0/+1
* lang: kill xen keymap hackMark McLoughlin2008-08-081-2/+0
* Do not call _isys.vtActivate() on s390 or s390x platforms (#217563).David Cantrell2008-08-061-0/+2