| Commit message (Expand) | Author | Age | Files | Lines |
* | Run /bin/umount instead of calling umount(2) in _isys.umount (#493333) | David Cantrell | 2009-04-08 | 1 | -7/+26 |
* | Remove isys.getDeviceByToken since it is no longer used. | Chris Lumens | 2009-04-02 | 1 | -19/+0 |
* | If we have no error string, place None in the tuple. | David Cantrell | 2009-03-19 | 1 | -1/+8 |
* | Remove isys.e2fslabel() and isys.getraidsb() | David Cantrell | 2008-12-19 | 1 | -67/+0 |
* | Support ksdevice=link when booting from boot.iso. | David Cantrell | 2008-10-02 | 1 | -0/+16 |
* | Bring back isys.resetResolv() and fix NetworkManager polling in network.py. | David Cantrell | 2008-09-24 | 1 | -0/+14 |
* | Remove doConfigNetDevice() prototype. | David Cantrell | 2008-09-15 | 1 | -1/+0 |
* | Remove code from isys not needed for NetworkManager. | David Cantrell | 2008-09-15 | 1 | -93/+0 |
* | On HDISO installs, mark LABEL= and UUID= partitions as protected. | Chris Lumens | 2008-09-15 | 1 | -0/+19 |
* | Remove isys.getopt() | David Cantrell | 2008-08-26 | 1 | -148/+0 |
* | Add getDeviceProperties() and rewrite getMacAddress() | David Cantrell | 2008-08-25 | 1 | -14/+0 |
* | Do not include wireless.h | David Cantrell | 2008-08-25 | 1 | -1/+0 |
* | Rewrite isys.isWireless() to use D-Bus and NetworkManager | David Cantrell | 2008-08-25 | 1 | -14/+0 |
* | Rewrite isys.getIPAddress() to use D-Bus and NetworkManager. | David Cantrell | 2008-08-25 | 1 | -27/+0 |
* | Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs. | David Cantrell | 2008-08-25 | 1 | -1/+1 |
* | Use NetworkManager instead of libdhcp. (#458183) | David Cantrell | 2008-08-25 | 1 | -125/+46 |
* | When mount fails, pass the error message up to the UI layer. | Chris Lumens | 2008-08-25 | 1 | -4/+4 |
* | Display capslock status correctly (#442258) | David Cantrell | 2008-08-04 | 1 | -0/+23 |
* | MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers. | Chris Lumens | 2008-07-23 | 1 | -3/+3 |
* | Check return value of asprintf() consistently | David Cantrell | 2008-06-27 | 1 | -5/+9 |
* | Per strtol(3) man page, set errno=0 before call. | David Cantrell | 2008-06-27 | 1 | -2/+5 |
* | Use strtol() instead of atoi() | David Cantrell | 2008-06-26 | 1 | -1/+7 |
* | Spell pseudo correctly. | Peter Jones | 2008-06-26 | 1 | -3/+3 |
* | Make sure we return the same kind of exception in all cases. | Chris Lumens | 2008-03-17 | 1 | -2/+7 |
* | This var can also be None. | Joel Andres Granados | 2008-02-20 | 1 | -1/+1 |
* | Mount flags should be an optional argument (#433279, #433280). | Chris Lumens | 2008-02-18 | 1 | -2/+2 |
* | Fix the build | Jeremy Katz | 2008-02-12 | 1 | -1/+1 |
* | Use the mount program instead of our own code. | Chris Lumens | 2008-02-11 | 1 | -13/+5 |
* | Rename nl.c to iface.c and functions to iface_* | David Cantrell | 2008-02-08 | 1 | -3/+3 |
* | Initialize int here to fix compiler warnings. | David Cantrell | 2008-01-30 | 1 | -1/+1 |
* | Use libnl to get interface MAC and IP addresses | David L. Cantrell Jr | 2008-01-22 | 1 | -3/+3 |
* | GPLv2+ boilerplates for isys/ source files. | David Cantrell | 2007-12-17 | 1 | -0/+19 |
* | Get out of the business of creating device nodes. | Bill Nottingham | 2007-12-07 | 1 | -19/+0 |
* | Use libblkid instead of custom filesystem probing | Jeremy Katz | 2007-12-03 | 1 | -0/+32 |
* | we don't use these anymore and they break the build. | Jeremy Katz | 2007-11-28 | 1 | -2/+0 |
* | - fix selinux labels on $MOUNTPOINT/ and $MOUNTPOINT/lost+found (#335621) | Peter Jones | 2007-10-18 | 1 | -15/+28 |
* | Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont, | Chris Lumens | 2007-07-30 | 1 | -51/+0 |
* | * isys/isys.c (doDhcpNetDevice): Make sure the interface is brought up | David Cantrell | 2007-05-25 | 1 | -2/+8 |
* | * isys/isys.py: If klass is None, set to empty string. Always send | David Cantrell | 2007-05-22 | 1 | -8/+16 |
* | 2007-05-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-05-21 | 1 | -45/+0 |
* | * isys/isys.c (doDhcpNetDevice): Pass pumplogger to pumpDhcpClassRun() | David Cantrell | 2007-04-27 | 1 | -1/+6 |
* | * rescue.py (startNetworking): Call the right functions to bring up | David Cantrell | 2007-04-27 | 1 | -40/+48 |
* | * isys/nl.c (netlink_init_interfaces_list): Fix RTM_GETLINK message | David Cantrell | 2007-04-17 | 1 | -1/+1 |
* | * gui.py (releaseNotesButtonClicked): Spaces vs. tabs, tonight at 11. | David Cantrell | 2007-03-27 | 1 | -5/+0 |
* | Clear out cached netlink information so we display the Remote button on the | Chris Lumens | 2007-03-12 | 1 | -0/+5 |
* | 2007-02-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-02-07 | 1 | -111/+0 |
* | * loader2/net.c (doDhcp): Add 'anaconda-' to the front of the automatic | David Cantrell | 2007-01-22 | 1 | -1/+2 |
* | Don't care about the return value of asprintf. | Chris Lumens | 2007-01-09 | 1 | -2/+4 |
* | If dhcpclass is empty, build one from uname() like | David Cantrell | 2007-01-05 | 1 | -2/+7 |
* | * isys/isys.c (doDhcpNetDevice): Honor dhcpclass param (#220057). | David Cantrell | 2006-12-18 | 1 | -1/+4 |