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
*
Make all sysfs path's be _without_ /sys prefix (#516168)
Hans de Goede
2009-08-07
1
-1
/
+1
*
The names of a couple basic udev methods has changed.
Chris Lumens
2009-08-04
1
-2
/
+2
*
Log when we unmount filesystems so we have a match for mount messages.
Chris Lumens
2009-07-30
1
-0
/
+1
*
Catch None devs
Jeremy Katz
2009-07-29
1
-1
/
+3
*
NM no longer exposes information through HAL (#514501).
Chris Lumens
2009-07-29
1
-17
/
+14
*
You must be this tall to ride.
Bill Nottingham
2009-07-10
1
-7
/
+3
*
We also need -DUSESELINUX if we want to call matchPathContext.
Chris Lumens
2009-07-07
1
-1
/
+1
*
Add missing LAYER2 and PORTNO handling for s390x.
David Cantrell
2009-07-06
2
-0
/
+4
*
Include the rest of the libs isys needs to link against (#509572).
Chris Lumens
2009-07-06
1
-1
/
+2
*
Switch to using iutil.isS390 instead of rhpl.getArch
Jeremy Katz
2009-07-01
1
-2
/
+1
*
Convert isys/ to Makefile.am
David Cantrell
2009-06-09
2
-90
/
+53
*
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
[next]