aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ia64/common/exec.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Have the processor defer all faults and exceptions for controlMarcel Moolenaar2007-05-271-1/+1
* Major rework of the ia64 loaders. The two primary objectives are:Marcel Moolenaar2006-11-051-117/+29
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-231-13/+5
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Convert to __FBSDID.David E. O'Brien2004-01-041-2/+3
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-011-3/+3
* Remove a left-over virtual mapping of uncached I/O port space.Marcel Moolenaar2002-11-281-17/+0
* o Fix a size calculation based on a 8KB page, while under EFIMarcel Moolenaar2002-10-241-4/+20
* o Remove namespace pollution from param.h:Marcel Moolenaar2002-05-191-0/+2
* Allocate sufficient pages to hold the bootinfo block and stopMarcel Moolenaar2002-04-191-7/+10
* Pass the physical address of the bootinfo block to the kernel inMarcel Moolenaar2002-03-301-1/+1
* Call ExitBootServices and disable interrupts before we start hackingDoug Rabson2001-10-251-11/+12
* Tidy up a little - don't try to print anything or enable interrupts afterDoug Rabson2001-09-241-51/+24
* * Flesh out elf_exec and bootinfo.Doug Rabson2001-09-221-38/+146
* Add ELF backend to the build.Doug Rabson2001-09-141-7/+1
* First approximation of an ia64 EFI loader. Not functional.Doug Rabson2001-06-091-0/+143