summaryrefslogtreecommitdiffstats
path: root/loader/kbd.c
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-152/+0
| | | | IT IS ACCOMPLISHED.
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-11/+0
| | | | | Running the commands will now require operating on PyObjects, and I don't want to expose that outside of kickstart.c.
* Remove include lines for stubs.h from isys.David Cantrell2010-11-101-9/+8
| | | | | The stubs.h header file does not exist anymore. Replace gunzip_* macro usage with the real zlib function names.
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-3/+3
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
| | | | | | This is in preparation to use logging from imount.c. We don't want a dependency of isys on loader, instead move logging code into isys and change loader sources to use the log.h header in isys.
* sparc no longer needs and special keyboard handling. it uses the standard ↵Dennis Gilmore2009-08-181-24/+1
| | | | api's interfaces
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+187