summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/ski
Commit message (Expand)AuthorAgeFilesLines
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pagemarcel2011-04-032-3/+5
* Make the ski loader functional again after the previous set of changes.marcel2011-04-032-31/+31
* MFaltix:marcel2011-03-164-26/+20
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-181-6/+6
|\
| * For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so thedim2010-12-051-1/+1
| * For sys/boot/ia64/efi and sys/boot/ia64/ski, modify their linker scriptsdim2010-11-051-2/+2
|/
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-2/+2
* Import ACPICA 20090521.jkim2009-06-051-1/+1
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-1/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-23/+23
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-0511-908/+111
* 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-023-9/+6
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-5/+0
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-122-2/+2
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+5
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-221-2/+8
* Start each of the license/copyright comments with /*-imp2005-01-058-8/+8
* NOFORTH -> NO_FORTHru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-4/+0
* Added support for the -D boot option.ru2004-09-301-0/+3
* 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
* Post repocopy build fixes.marcel2004-09-243-20/+25
* Remove useless include of <machine/fpu.h>.marcel2004-09-181-2/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-131-2/+2
* Tidy up makefiles.ru2004-02-121-48/+10
* Fix the build of libski now that we use the "official" MADT tablemarcel2003-12-091-37/+25
* Implement PAL_HALT_LIGHT now that the kernel halts the processormarcel2003-11-091-0/+9
* Do not strip skiload when installed. The stripped binary does not loadmarcel2003-11-091-0/+1
* Use __FBSDID().obrien2003-09-089-17/+24
* Fix the ski loader, broken by the gcc upgrade. Update the linkermarcel2003-07-174-131/+115
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-011-3/+3
* Remove `#ifndef lint' left behind after previous change.marcel2003-04-041-1/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-037-27/+14
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-261-6/+4
* Simplify page alignment.marcel2003-02-201-11/+4
* Remove special casing for running in the simulator from the kernelmarcel2003-02-018-26/+659
* SSC calls use break immediate 0x80000. 0x80001 only works formarcel2003-02-011-1/+1
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-231-1/+1
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-201-0/+2
* o Remove namespace pollution from param.h:marcel2002-05-192-0/+3
* -ffreestanding is the word.obrien2002-05-101-0/+1
* Set BINDIRpeter2002-04-071-0/+1
* Make it a bit closer to the EFI build and tie up some loose ends.peter2002-04-061-12/+4
* Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64peter2002-04-061-1/+1
OpenPOWER on IntegriCloud