summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* Make all sysfs path's be _without_ /sys prefix (#516168)Hans de Goede2009-08-071-1/+1
* The names of a couple basic udev methods has changed.Chris Lumens2009-08-041-2/+2
* Log when we unmount filesystems so we have a match for mount messages.Chris Lumens2009-07-301-0/+1
* Catch None devsJeremy Katz2009-07-291-1/+3
* NM no longer exposes information through HAL (#514501).Chris Lumens2009-07-291-17/+14
* You must be this tall to ride.Bill Nottingham2009-07-101-7/+3
* We also need -DUSESELINUX if we want to call matchPathContext.Chris Lumens2009-07-071-1/+1
* Add missing LAYER2 and PORTNO handling for s390x.David Cantrell2009-07-062-0/+4
* Include the rest of the libs isys needs to link against (#509572).Chris Lumens2009-07-061-1/+2
* Switch to using iutil.isS390 instead of rhpl.getArchJeremy Katz2009-07-011-2/+1
* Convert isys/ to Makefile.amDavid Cantrell2009-06-092-90/+53
* Fix off-by-one errors in read.Bill Nottingham2009-05-271-4/+4
* Add a function to convert MAC addresses to device names.Chris Lumens2009-05-222-0/+53
* Fix blank network device descriptions in the loader. (#501757)Bill Nottingham2009-05-201-0/+1
* Collect network interfaces from NetworkManager (#493995)David Cantrell2009-05-041-2/+36
* make resetFileContext return the context setWill Woods2009-05-011-2/+3
* Configure network in kickstartNetworkUp() iff NM is not connected (#490518)David Cantrell2009-04-302-0/+26
* Run /bin/umount instead of calling umount(2) in _isys.umount (#493333)David Cantrell2009-04-081-7/+26
* Add doPwUmount() and mountCommandWrapper() to isys (#493333)David Cantrell2009-04-082-45/+89
* Fix EDD BIOS disk order detection in general and make it work with dmraidHans de Goede2009-04-082-12/+48
* Include filesystem type in mount log message.David Lehman2009-04-071-1/+1
* Remove isys.getDeviceByToken since it is no longer used.Chris Lumens2009-04-022-22/+0
* Revert "Work around gcc bug #492973"David Cantrell2009-03-311-1/+1
* Work around gcc bug #492973David Cantrell2009-03-301-1/+1
* If we have no error string, place None in the tuple.David Cantrell2009-03-191-1/+8
* Move OUTPUT_TERMINAL definition to isys.hDavid Cantrell2009-03-193-1/+3
* Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192)David Cantrell2009-03-191-3/+5
* Fix error message reading and writing in doPwMount()David Cantrell2009-03-181-2/+2
* Use booleans in isys.mount() and isys.umount()David Cantrell2009-03-181-3/+4
* Fix ppoll() timeout=infinity usage in auditd (#484721).Peter Jones2009-03-171-3/+2
* Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941).Chris Lumens2009-03-171-15/+7
* Get iscsi going with the new storage codeHans de Goede2009-03-171-9/+0
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-33/+0
* Updates to make existing code use the new storage module.David Lehman2009-02-231-353/+5
* Remove unused iface_netmask2prefix() function.David Cantrell2009-02-172-26/+0
* Syntax fixes for the new pyparted.David Cantrell2009-02-121-1/+1
* Add iBFT support to loaderMartin Sivak2009-02-121-1/+2
* Rewrite mdio_read() in linkdetect.c for strict aliasing rules.David Cantrell2009-02-091-8/+16
* Log all calls to mount to /tmp/program.log as well.Chris Lumens2009-01-071-6/+12
* Various packaging fixed from review (#225246)Hans de Goede2009-01-051-1/+1
* Remove doMultiMount.Chris Lumens2009-01-052-22/+0
* Rewrite iface_ip2str() to use libnm-glibDavid Cantrell2008-12-201-107/+36
* Remove isys.e2fslabel() and isys.getraidsb()David Cantrell2008-12-191-67/+0
* Reduce direct D-Bus calls in isys/iface.c.David Cantrell2008-12-183-76/+24
* Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083).Chris Lumens2008-12-081-0/+3
* In iface_ip2str(), make sure to advance to next item before continue.David Cantrell2008-12-051-0/+1
* Prevent network install when no network devices are found (#470144)David Cantrell2008-12-051-0/+7
* ext4dev -> ext4 (esandeen).Chris Lumens2008-10-141-2/+0
* Get rid of some iface flags that were not doing anything anymore.David Cantrell2008-10-101-7/+1
* Fix the mount error reading for real this time (pjones, #465250).Chris Lumens2008-10-021-21/+37