summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-2830-5456/+0
* modules: dont treat isys special.Ales Kozumplik2010-06-231-1/+1
* modules: a change to an import statements in isys/Ales Kozumplik2010-06-231-2/+2
* Handle OPTIONS in ifcfg files transparently in loader (#595388)Steffen Maier2010-06-112-4/+2
* do not import block from isys. not needed. (#601291).Ales Kozumplik2010-06-101-1/+0
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-312-2/+2
* Put a missing close brace back into isys.c.Chris Lumens2010-05-281-0/+1
* refactoring: put totalMemory() into isys.Ales Kozumplik2010-05-276-12/+140
* Use correct NM dbus interfaces (#594716)Radek Vykydal2010-05-241-3/+5
* Make ssid and wepkey in boot params and stage 1 kickstart work (#473803)Radek Vykydal2010-05-244-20/+56
* improve the memory checking so it reflects better the hungry architectures.Ales Kozumplik2010-05-193-4/+12
* logging: fix SIGSEGV when trying to log after closeLog() is called.Ales Kozumplik2010-05-191-0/+1
* logging: give loglevels for the shortened names.Ales Kozumplik2010-05-141-3/+3
* Wait for specific activated network devices (#520146).Radek Vykydal2010-05-131-0/+1
* logging: log loader messages with LOG_LOCAL1 syslog facility.Ales Kozumplik2010-05-131-1/+1
* isys/auditd was missing from .gitingore.Ales Kozumplik2010-05-111-0/+1
* Close the dir descriptor after usage. (#589580)Martin Sivak2010-05-071-0/+4
* memory: increase the RAM limits, check for URL installs (#549653).Ales Kozumplik2010-05-063-2/+5
* memory: build auditd as a standalone binary and run it so (#549653).Ales Kozumplik2010-05-062-6/+11
* imount: allow bind mounts.Ales Kozumplik2010-04-232-6/+21
* Adjust the Makefiles to install anaconda to /usr/lib{,64}/python?.?.Chris Lumens2010-04-061-4/+3
* Unlock the CD tray door in isys.ejectcdrom() (#569377)Peter Jones2010-03-251-0/+6
* Remove isys/str.c, replace calls with glib.h or string.h calls.David Cantrell2010-03-244-157/+4
* make sure the new logging also works when isys is imported as a python module.Ales Kozumplik2010-03-082-0/+10
* use the new logging approach in imount.cAles Kozumplik2010-03-081-32/+57
* allow logging into program.log and syslog through log.cAles Kozumplik2010-03-082-22/+73
* log.c: factor out common parts from logMessageV()Ales Kozumplik2010-03-081-12/+14
* static variable rename in log.cAles Kozumplik2010-03-081-22/+22
* move log.c from loader into isys.Ales Kozumplik2010-03-083-1/+223
* Remove isys/minifind.c and isys/minifind.hDavid Cantrell2010-03-053-123/+0
* Remove getDasdDevPort() and getDasdState() from isys.py.David Cantrell2010-02-221-43/+0
* Remove isys/dasd.c, functions no longer needed in isys.David Cantrell2010-02-225-222/+1
* Remove no longer used isys EDD codeHans de Goede2010-01-282-103/+0
* pylint error fixes round 2Hans de Goede2010-01-141-2/+1
* Add a function to get paths to loaded modulesMartin Sivak2010-01-081-0/+10
* Fixes problems in the manual network configuration screen in loader with IPv6.Ales Kozumplik2010-01-071-1/+1
* opts should always be treated as a list inside isys.mount().Chris Lumens2010-01-051-1/+1
* Include error messages when logging selinux context get/set failures.David Lehman2009-12-151-4/+4
* Catch failures to set selinux contexts so it doesn't cause a crash.David Lehman2009-12-151-2/+6
* Fix typo logging failure to get default file context.David Lehman2009-12-151-1/+1
* Remove smp.c from the Makefile.am, too.Chris Lumens2009-12-101-1/+1
* Nothing has a kernel-smp anymore so none of this code is useful.Chris Lumens2009-12-104-701/+0
* Remove unused selinux file context functions from isys.David Lehman2009-12-081-46/+0
* Use selinux python module for file context operations.David Lehman2009-12-081-3/+10
* sundries.h is no longer used.Chris Lumens2009-12-062-89/+1
* Enable method/repo nfs options in stage2.Radek Vykydal2009-12-031-2/+5
* Sleep if the kickstart file read fails (#537361)Ales Kozumplik2009-11-192-5/+50
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-182-2/+1
* isys: remove stray debug printf (#533597)Hans de Goede2009-11-091-1/+0
* Fix logging of isys mount/umount into program.log.Radek Vykydal2009-10-301-1/+1