summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
* Import ACPICA 20090521.jkim2009-06-051-1/+1
* Fix build when WITH_SSP is set explicitly.ru2009-02-213-4/+3
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-254-0/+6
* Have the processor defer all faults and exceptions for controlmarcel2007-05-271-1/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-23/+23
* Remove LDR_LOG2_PGSZ, ia64_pgtbl and ia64_pgtblsz. They are part ofmarcel2006-11-192-8/+0
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-0524-1479/+738
* Properly calculate the checksum of the APIC table.marcel2006-11-031-1/+2
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-025-15/+12
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-022-10/+0
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-123-3/+3
* Reimplementation of world/kernel build options. For details, see:ru2006-03-172-4/+10
* Remove ELF dynamic tag definitions that aren't used. Ideally,marcel2006-01-181-21/+2
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-171-18/+13
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-222-4/+16
* Start each of the license/copyright comments with /*-imp2005-01-0510-10/+10
* NOFORTH -> NO_FORTHru2004-12-212-2/+2
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-012-8/+0
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-281-23/+10
* Add efimd.c. This file contains MD code used by the EFI library. Whilemarcel2004-11-282-2/+47
* Hookup the efi subdirectory.marcel2004-11-231-1/+1
* This file was repocopied from src/sys/boot/efi/loader.marcel2004-11-231-38/+32
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-211-3/+4
* Added support for the -D boot option.ru2004-09-301-0/+3
* Remove. This file was repocopied to ../ski.marcel2004-09-2424-2614/+0
* Replace misuse of NULL with 0UL.marcel2004-09-241-3/+3
* Remove the dependency on the Intel EFI headers in sys/boot/efi. Insteadmarcel2004-09-241-110/+111
* Unhook libski and skiload and hook up ski.marcel2004-09-241-1/+1
* Post repocopy build fixes.marcel2004-09-243-20/+25
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-232-33/+21
* Remove useless include of <machine/fpu.h>.marcel2004-09-182-4/+0
* Catch up with change to <machine/pte.h>.marcel2004-08-101-9/+8
* o Support the REL32LSB relocation. It's in the ELF file from whichmarcel2004-07-201-9/+18
* Fix the creation of EFI images that got broken by the import ofmarcel2004-07-202-3/+3
* Remove advertising clause from University of California Regent's license,imp2004-04-053-12/+0
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-133-6/+6
* o Don't build with -fpic. It's not needed and inconsistent with howmarcel2004-02-131-5/+0
* Tidy up makefiles.ru2004-02-125-181/+47
* Convert to __FBSDID.obrien2004-01-043-6/+9
* Fix the build of libski now that we use the "official" MADT tablemarcel2003-12-092-74/+50
* Implement PAL_HALT_LIGHT now that the kernel halts the processormarcel2003-11-092-0/+18
* Do not strip skiload when installed. The stripped binary does not loadmarcel2003-11-092-0/+2
* Use __FBSDID().obrien2003-09-0819-35/+48
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-021-17/+8
* Fix the ski loader, broken by the gcc upgrade. Update the linkermarcel2003-07-178-262/+230
* Have the linker script look more like the default linker scriptmarcel2003-07-171-46/+39
* pal_stub.s has been repo-copied to pal_stub.S.ru2003-07-022-66/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-013-9/+9
* Remove `#ifndef lint' left behind after previous change.marcel2003-04-042-2/+0
OpenPOWER on IntegriCloud