| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce direct D-Bus calls in isys/iface.c. | David Cantrell | 2008-12-18 | 3 | -76/+24 |
* | Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083). | Chris Lumens | 2008-12-08 | 1 | -0/+3 |
* | In iface_ip2str(), make sure to advance to next item before continue. | David Cantrell | 2008-12-05 | 1 | -0/+1 |
* | Prevent network install when no network devices are found (#470144) | David Cantrell | 2008-12-05 | 1 | -0/+7 |
* | ext4dev -> ext4 (esandeen). | Chris Lumens | 2008-10-14 | 1 | -2/+0 |
* | Get rid of some iface flags that were not doing anything anymore. | David Cantrell | 2008-10-10 | 1 | -7/+1 |
* | Fix the mount error reading for real this time (pjones, #465250). | Chris Lumens | 2008-10-02 | 1 | -21/+37 |
* | Support ksdevice=link when booting from boot.iso. | David Cantrell | 2008-10-02 | 2 | -0/+19 |
* | Another try at fixing up reading errors from mount. | Chris Lumens | 2008-09-29 | 1 | -1/+4 |
* | Bring back isys.resetResolv() and fix NetworkManager polling in network.py. | David Cantrell | 2008-09-24 | 2 | -0/+17 |
* | Fix a traceback when getting the interface settings (#462592). | Chris Lumens | 2008-09-22 | 1 | -1/+1 |
* | Remove doConfigNetDevice() prototype. | David Cantrell | 2008-09-15 | 1 | -1/+0 |
* | Remove code from isys not needed for NetworkManager. | David Cantrell | 2008-09-15 | 2 | -143/+0 |
* | Write out final ifcfg-DEVICE files correctly. | David Cantrell | 2008-09-15 | 1 | -0/+35 |
* | On HDISO installs, mark LABEL= and UUID= partitions as protected. | Chris Lumens | 2008-09-15 | 2 | -0/+22 |
* | Fix iscsi disk detection with newer kernels (rh 461839, 461841) | Hans de Goede | 2008-09-15 | 1 | -1/+1 |
* | Use print() as a function. | Peter Jones | 2008-09-08 | 1 | -1/+1 |
* | Use struct audit_reply instead of struct auditd_reply_list | David Cantrell | 2008-09-06 | 1 | -6/+3 |
* | Make NM work for the DHCP case, at least (dcbw) (#461071). | Chris Lumens | 2008-09-05 | 2 | -6/+94 |
* | iface_start_NetworkManager() cleanups | David Cantrell | 2008-09-05 | 2 | -4/+2 |
* | Define the NM_STATE_* constants in isys.py | David Cantrell | 2008-08-28 | 1 | -0/+6 |
* | Removed iface_dns_lookup() | David Cantrell | 2008-08-28 | 2 | -62/+0 |
* | Rewrite iface_ip2str() to talk to NetworkManager over D-Bus | David Cantrell | 2008-08-28 | 3 | -106/+127 |
* | Fix err handling in doMultiMount() | David Cantrell | 2008-08-27 | 1 | -4/+15 |
* | Remove isys.getopt() | David Cantrell | 2008-08-26 | 1 | -148/+0 |
* | Expand getDeviceProperties to return all devices. | David Cantrell | 2008-08-26 | 1 | -10/+18 |
* | Remove unused silo code that wouldn't even build if it were used. | Chris Lumens | 2008-08-26 | 2 | -904/+0 |
* | Remove some really old, really unused code. | Chris Lumens | 2008-08-26 | 2 | -63/+0 |
* | Add another mount function that takes a list of fstypes to try. | Chris Lumens | 2008-08-26 | 2 | -0/+20 |
* | Add getDeviceProperties() and rewrite getMacAddress() | David Cantrell | 2008-08-25 | 2 | -63/+48 |
* | 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 | 5 | -112/+30 |
* | Rewrite isys.getIPAddress() to use D-Bus and NetworkManager. | David Cantrell | 2008-08-25 | 2 | -42/+36 |
* | Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs. | David Cantrell | 2008-08-25 | 4 | -21/+3 |
* | Use NetworkManager instead of libdhcp. (#458183) | David Cantrell | 2008-08-25 | 6 | -391/+521 |
* | When mount fails, pass the error message up to the UI layer. | Chris Lumens | 2008-08-25 | 3 | -16/+31 |
* | Need to import rhpl for things like switching to pdb. | Chris Lumens | 2008-08-19 | 1 | -0/+1 |
* | lang: kill xen keymap hack | Mark McLoughlin | 2008-08-08 | 1 | -2/+0 |
* | Do not call _isys.vtActivate() on s390 or s390x platforms (#217563). | David Cantrell | 2008-08-06 | 1 | -0/+2 |
* | Make it >= not > for the memory size comparison (#207573) | Peter Jones | 2008-08-06 | 1 | -1/+1 |
* | Allow float comparison between nic names in isys.py. (#246135) | Joel Andres Granados | 2008-08-06 | 1 | -2/+2 |
* | Don't traceback when trying to remove /mnt/sysimage (#227650). | David Cantrell | 2008-08-06 | 1 | -1/+4 |
* | Display capslock status correctly (#442258) | David Cantrell | 2008-08-04 | 2 | -1/+24 |
* | MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers. | Chris Lumens | 2008-07-23 | 1 | -3/+3 |
* | Offer physical NIC identification in stage 1 (#261101) | David Cantrell | 2008-07-22 | 2 | -0/+26 |
* | Fix loadkeys on serial console | Niels de Vos | 2008-07-17 | 1 | -1/+1 |
* | Set interface MTU if user specified mtu= param (#435874) | David Cantrell | 2008-07-16 | 2 | -0/+50 |
* | Get the rest of the psudo->pseudo changes (#453843) | Jeremy Katz | 2008-07-02 | 1 | -2/+2 |
* | Check return value of asprintf() consistently | David Cantrell | 2008-06-27 | 3 | -19/+54 |
* | Per strtol(3) man page, set errno=0 before call. | David Cantrell | 2008-06-27 | 3 | -3/+11 |