index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix off-by-one errors in read.
Bill Nottingham
2009-05-27
1
-4
/
+4
*
Add a function to convert MAC addresses to device names.
Chris Lumens
2009-05-22
2
-0
/
+53
*
Fix blank network device descriptions in the loader. (#501757)
Bill Nottingham
2009-05-20
1
-0
/
+1
*
Collect network interfaces from NetworkManager (#493995)
David Cantrell
2009-05-04
1
-2
/
+36
*
make resetFileContext return the context set
Will Woods
2009-05-01
1
-2
/
+3
*
Configure network in kickstartNetworkUp() iff NM is not connected (#490518)
David Cantrell
2009-04-30
2
-0
/
+26
*
Run /bin/umount instead of calling umount(2) in _isys.umount (#493333)
David Cantrell
2009-04-08
1
-7
/
+26
*
Add doPwUmount() and mountCommandWrapper() to isys (#493333)
David Cantrell
2009-04-08
2
-45
/
+89
*
Fix EDD BIOS disk order detection in general and make it work with dmraid
Hans de Goede
2009-04-08
2
-12
/
+48
*
Include filesystem type in mount log message.
David Lehman
2009-04-07
1
-1
/
+1
*
Remove isys.getDeviceByToken since it is no longer used.
Chris Lumens
2009-04-02
2
-22
/
+0
*
Revert "Work around gcc bug #492973"
David Cantrell
2009-03-31
1
-1
/
+1
*
Work around gcc bug #492973
David Cantrell
2009-03-30
1
-1
/
+1
*
If we have no error string, place None in the tuple.
David Cantrell
2009-03-19
1
-1
/
+8
*
Move OUTPUT_TERMINAL definition to isys.h
David Cantrell
2009-03-19
3
-1
/
+3
*
Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192)
David Cantrell
2009-03-19
1
-3
/
+5
*
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
[next]