summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
* makeDevInode no longer exists.Chris Lumens2007-12-101-3/+1
* Use HAL to probe for disks. Add a removableDriveDict for use by the exception...Bill Nottingham2007-12-071-32/+30
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-073-48/+7
* Get out of the business of creating device nodes.Bill Nottingham2007-12-075-422/+1
* device nodes are in /dev (or, at least, should be)Bill Nottingham2007-12-041-1/+1
* Probe for LVM fstype since we don't get that out of libblkid (#409321)Jeremy Katz2007-12-031-1/+24
* Use libblkid instead of custom filesystem probingJeremy Katz2007-12-033-165/+38
* we don't use these anymore and they break the build.Jeremy Katz2007-11-281-2/+0
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-0/+0
* Create device nodes in /dev.Chris Lumens2007-10-261-3/+1
* 2007-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-251-0/+5
* Clean up usage of /tmp for device nodes (patch from notting@redhat.com).Chris Lumens2007-10-241-1/+1
* - fix typoPeter Jones2007-10-191-1/+1
* - fix missing close() callsPeter Jones2007-10-192-29/+37
* Detect success from netlink_init_interfaces_list correctly.Chris Lumens2007-10-191-6/+6
* - fix selinux labels on $MOUNTPOINT/ and $MOUNTPOINT/lost+found (#335621)Peter Jones2007-10-182-16/+46
* 2007-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-121-6/+4
* correct nameJeremy Katz2007-10-121-4/+4
* tyopJeremy Katz2007-10-121-1/+0
* 2007-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-121-0/+11
* Fix build.Chris Lumens2007-09-181-1/+1
* * iutil.py (makeDriveDeviceNodes): create all variations of tape drivedlehman2007-09-172-2/+41
* - another recvfrom() rewrite, this one doesn't rely on MSG_TRUNC working.Peter Jones2007-09-131-18/+40
* make recvmsg() code not go into an infinite loop when there's a 0 lengthPeter Jones2007-09-121-40/+70
* rework netlink_get_interface_ip to handle large recvfrom() responsesPeter Jones2007-09-061-23/+18
* * isys/nl.c (netlink_get_interface_ip): Do not read just 4K for eachDavid Cantrell2007-09-051-4/+6
* * isys/nl.c (netlink_init_interfaces_list): Don't assumeDavid Cantrell2007-08-171-1/+4
* Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont,Chris Lumens2007-07-302-158/+151
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-0/+3
* * urlinstall.py (UrlInstallMethod.filesDone): don't log errors whendlehman2007-07-111-2/+8
* - install the PAE kernel when applicable (#207573).Peter Jones2007-07-061-0/+29
* Remove the one file that got away.Chris Lumens2007-06-221-1/+0
* - Remove isys's libgunzip since we never use it.Peter Jones2007-06-1819-5144/+1
* 2007-06-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-06-041-0/+2
* (merges from f7-branch)Jeremy Katz2007-05-302-6/+8
* * isys/isys.c (doDhcpNetDevice): Make sure the interface is brought upDavid Cantrell2007-05-251-2/+8
* - raise ValueError in _getRaidInfo() when we don't find a valid raidPeter Jones2007-05-231-0/+2
* * isys/isys.py: If klass is None, set to empty string. Always sendDavid Cantrell2007-05-222-12/+20
* 2007-05-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-212-59/+107
* 2007-05-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-071-0/+4
* * isys/isys.py (dhcpNetDevice): Don't need to take dhcpclass as aDavid Cantrell2007-05-071-1/+2
* * isys/isys.c (doDhcpNetDevice): Pass pumplogger to pumpDhcpClassRun()David Cantrell2007-04-271-1/+6
* * rescue.py (startNetworking): Call the right functions to bring upDavid Cantrell2007-04-272-48/+83
* * isys/isys.py (compareNetDevices): If either device lacks an int inDavid Cantrell2007-04-231-2/+5
* * isys/isys.py (getLinkStatus): Be a little more intelligent about whatDavid Cantrell2007-04-201-1/+8
* 2007-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-181-1/+1
* 2007-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-181-0/+12
* * isys/nl.c (netlink_init_interfaces_list): Should catch instancesDavid Cantrell2007-04-182-6/+11
* * isys/nl.c (netlink_init_interfaces_list): Fix RTM_GETLINK messageDavid Cantrell2007-04-173-30/+38