summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use __FBSDID rather than rcsid[].obrien2003-04-0318-70/+37
* Speed up debugging in the context of unexpected traps by printingmarcel2003-03-011-5/+6
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-263-16/+11
* Simplify page alignment.marcel2003-02-203-33/+12
* Remove special casing for running in the simulator from the kernelmarcel2003-02-0119-53/+1385
* SSC calls use break immediate 0x80000. 0x80001 only works formarcel2003-02-012-2/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-193-3/+3
* Add command `hcdp'. This command dumps the DIG64 HCDP table if onemarcel2002-12-181-0/+75
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-103-14/+9
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-101-19/+3
* o Make all GUID variables global to maximize reuse.marcel2002-12-101-21/+32
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-101-101/+2
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-081-6/+10
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-282-17/+3
* MFp4:marcel2002-11-241-5/+24
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-242-16/+35
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-232-2/+2
* Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-2/+2
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-203-0/+6
* o Remove namespace pollution from param.h:marcel2002-05-196-0/+9
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
* -ffreestanding is the word.obrien2002-05-104-1/+4
* Improve self-relocation:marcel2002-04-211-105/+135
* Allocate sufficient pages to hold the bootinfo block and stopmarcel2002-04-191-7/+10
* We must not let install(1) strip loader.efi when installing it, or thepeter2002-04-071-0/+1
* Set BINDIRpeter2002-04-073-0/+3
* Add loader bootforth infrastructure and install it.peter2002-04-071-4/+20
OpenPOWER on IntegriCloud