index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error message reading and writing in doPwMount()
David Cantrell
2009-03-18
1
-2
/
+2
*
Use booleans in isys.mount() and isys.umount()
David Cantrell
2009-03-18
1
-3
/
+4
*
Fix ppoll() timeout=infinity usage in auditd (#484721).
Peter Jones
2009-03-17
1
-3
/
+2
*
Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941).
Chris Lumens
2009-03-17
1
-15
/
+7
*
Get iscsi going with the new storage code
Hans de Goede
2009-03-17
1
-9
/
+0
*
Add mediaPresent and eject to the OpticalDevice class.
Chris Lumens
2009-03-13
1
-33
/
+0
*
Updates to make existing code use the new storage module.
David Lehman
2009-02-23
1
-353
/
+5
*
Remove unused iface_netmask2prefix() function.
David Cantrell
2009-02-17
2
-26
/
+0
*
Syntax fixes for the new pyparted.
David Cantrell
2009-02-12
1
-1
/
+1
*
Add iBFT support to loader
Martin Sivak
2009-02-12
1
-1
/
+2
*
Rewrite mdio_read() in linkdetect.c for strict aliasing rules.
David Cantrell
2009-02-09
1
-8
/
+16
*
Log all calls to mount to /tmp/program.log as well.
Chris Lumens
2009-01-07
1
-6
/
+12
*
Various packaging fixed from review (#225246)
Hans de Goede
2009-01-05
1
-1
/
+1
*
Remove doMultiMount.
Chris Lumens
2009-01-05
2
-22
/
+0
*
Rewrite iface_ip2str() to use libnm-glib
David Cantrell
2008-12-20
1
-107
/
+36
*
Remove isys.e2fslabel() and isys.getraidsb()
David Cantrell
2008-12-19
1
-67
/
+0
*
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
[next]