summaryrefslogtreecommitdiffstats
path: root/isys/isys.c
Commit message (Expand)AuthorAgeFilesLines
* Run /bin/umount instead of calling umount(2) in _isys.umount (#493333)David Cantrell2009-04-081-7/+26
* Remove isys.getDeviceByToken since it is no longer used.Chris Lumens2009-04-021-19/+0
* If we have no error string, place None in the tuple.David Cantrell2009-03-191-1/+8
* Remove isys.e2fslabel() and isys.getraidsb()David Cantrell2008-12-191-67/+0
* Support ksdevice=link when booting from boot.iso.David Cantrell2008-10-021-0/+16
* Bring back isys.resetResolv() and fix NetworkManager polling in network.py.David Cantrell2008-09-241-0/+14
* Remove doConfigNetDevice() prototype.David Cantrell2008-09-151-1/+0
* Remove code from isys not needed for NetworkManager.David Cantrell2008-09-151-93/+0
* On HDISO installs, mark LABEL= and UUID= partitions as protected.Chris Lumens2008-09-151-0/+19
* Remove isys.getopt()David Cantrell2008-08-261-148/+0
* Add getDeviceProperties() and rewrite getMacAddress()David Cantrell2008-08-251-14/+0
* Do not include wireless.hDavid Cantrell2008-08-251-1/+0
* Rewrite isys.isWireless() to use D-Bus and NetworkManagerDavid Cantrell2008-08-251-14/+0
* Rewrite isys.getIPAddress() to use D-Bus and NetworkManager.David Cantrell2008-08-251-27/+0
* Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs.David Cantrell2008-08-251-1/+1
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-251-125/+46
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-251-4/+4
* Display capslock status correctly (#442258)David Cantrell2008-08-041-0/+23
* MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers.Chris Lumens2008-07-231-3/+3
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-5/+9
* Per strtol(3) man page, set errno=0 before call.David Cantrell2008-06-271-2/+5
* Use strtol() instead of atoi()David Cantrell2008-06-261-1/+7
* Spell pseudo correctly.Peter Jones2008-06-261-3/+3
* Make sure we return the same kind of exception in all cases.Chris Lumens2008-03-171-2/+7
* This var can also be None.Joel Andres Granados2008-02-201-1/+1
* Mount flags should be an optional argument (#433279, #433280).Chris Lumens2008-02-181-2/+2
* Fix the buildJeremy Katz2008-02-121-1/+1
* Use the mount program instead of our own code.Chris Lumens2008-02-111-13/+5
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-081-3/+3
* Initialize int here to fix compiler warnings.David Cantrell2008-01-301-1/+1
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-221-3/+3
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-171-0/+19
* Get out of the business of creating device nodes.Bill Nottingham2007-12-071-19/+0
* Use libblkid instead of custom filesystem probingJeremy Katz2007-12-031-0/+32
* we don't use these anymore and they break the build.Jeremy Katz2007-11-281-2/+0
* - fix selinux labels on $MOUNTPOINT/ and $MOUNTPOINT/lost+found (#335621)Peter Jones2007-10-181-15/+28
* Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont,Chris Lumens2007-07-301-51/+0
* * isys/isys.c (doDhcpNetDevice): Make sure the interface is brought upDavid Cantrell2007-05-251-2/+8
* * isys/isys.py: If klass is None, set to empty string. Always sendDavid Cantrell2007-05-221-8/+16
* 2007-05-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-211-45/+0
* * isys/isys.c (doDhcpNetDevice): Pass pumplogger to pumpDhcpClassRun()David Cantrell2007-04-271-1/+6
* * rescue.py (startNetworking): Call the right functions to bring upDavid Cantrell2007-04-271-40/+48
* * isys/nl.c (netlink_init_interfaces_list): Fix RTM_GETLINK messageDavid Cantrell2007-04-171-1/+1
* * gui.py (releaseNotesButtonClicked): Spaces vs. tabs, tonight at 11.David Cantrell2007-03-271-5/+0
* Clear out cached netlink information so we display the Remote button on theChris Lumens2007-03-121-0/+5
* 2007-02-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-071-111/+0
* * loader2/net.c (doDhcp): Add 'anaconda-' to the front of the automaticDavid Cantrell2007-01-221-1/+2
* Don't care about the return value of asprintf.Chris Lumens2007-01-091-2/+4
* If dhcpclass is empty, build one from uname() likeDavid Cantrell2007-01-051-2/+7
* * isys/isys.c (doDhcpNetDevice): Honor dhcpclass param (#220057).David Cantrell2006-12-181-1/+4