| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement PAL_HALT_LIGHT now that the kernel halts the processor | Marcel Moolenaar | 2003-11-09 | 2 | -0/+18 |
* | Do not strip skiload when installed. The stripped binary does not load | Marcel Moolenaar | 2003-11-09 | 2 | -0/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-09-08 | 19 | -35/+48 |
* | Don't hardcode unit 0 for the current device if we're loaded from an | Marcel Moolenaar | 2003-08-02 | 1 | -17/+8 |
* | Fix the ski loader, broken by the gcc upgrade. Update the linker | Marcel Moolenaar | 2003-07-17 | 8 | -262/+230 |
* | Have the linker script look more like the default linker script | Marcel Moolenaar | 2003-07-17 | 1 | -46/+39 |
* | pal_stub.s has been repo-copied to pal_stub.S. | Ruslan Ermilov | 2003-07-02 | 2 | -66/+1 |
* | Enable the i386 loader to load and run an amd64 kernel. If this puts | Peter Wemm | 2003-05-01 | 3 | -9/+9 |
* | Remove `#ifndef lint' left behind after previous change. | Marcel Moolenaar | 2003-04-04 | 2 | -2/+0 |
* | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 18 | -70/+37 |
* | Speed up debugging in the context of unexpected traps by printing | Marcel Moolenaar | 2003-03-01 | 1 | -5/+6 |
* | Consistently use NOFORTH to control the usage of ficl. | David E. O'Brien | 2003-02-26 | 3 | -16/+11 |
* | Simplify page alignment. | Marcel Moolenaar | 2003-02-20 | 3 | -33/+12 |
* | Remove special casing for running in the simulator from the kernel | Marcel Moolenaar | 2003-02-01 | 19 | -53/+1385 |
* | SSC calls use break immediate 0x80000. 0x80001 only works for | Marcel Moolenaar | 2003-02-01 | 2 | -2/+2 |
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | Jake Burkholder | 2002-12-19 | 3 | -3/+3 |
* | Add command `hcdp'. This command dumps the DIG64 HCDP table if one | Marcel Moolenaar | 2002-12-18 | 1 | -0/+75 |
* | Pass the HCDP table address to the kernel. If no such table exists, | Marcel Moolenaar | 2002-12-10 | 3 | -14/+9 |
* | Change the startup code to fix a memory leak and to allow us to | Marcel Moolenaar | 2002-12-10 | 1 | -19/+3 |
* | o Make all GUID variables global to maximize reuse. | Marcel Moolenaar | 2002-12-10 | 1 | -21/+32 |
* | Remove _putchar, _puts and _puthex. These functions are unused. | Marcel Moolenaar | 2002-12-10 | 1 | -101/+2 |
* | The boot manager sets the watchdog timer to 5 minutes before invoking | Marcel Moolenaar | 2002-12-08 | 1 | -6/+10 |
* | Remove a left-over virtual mapping of uncached I/O port space. | Marcel Moolenaar | 2002-11-28 | 2 | -17/+3 |
* | MFp4: | Marcel Moolenaar | 2002-11-24 | 1 | -5/+24 |
* | o Fix a size calculation based on a 8KB page, while under EFI | Marcel Moolenaar | 2002-10-24 | 2 | -16/+35 |
* | At great personal risk, add a __packed and __aligned(x) define that | Peter Wemm | 2002-09-23 | 2 | -2/+2 |
* | Disable loader ufs support. It causes the loader to crash on the Itanium2 | Peter Wemm | 2002-07-20 | 1 | -1/+1 |
* | Fix printf format errors | Peter Wemm | 2002-07-20 | 1 | -2/+2 |
* | Add boot_serial and boot_multicons variables to set RB_SERIAL and | Peter Wemm | 2002-06-20 | 3 | -0/+6 |
* | o Remove namespace pollution from param.h: | Marcel Moolenaar | 2002-05-19 | 6 | -0/+9 |
* | Removed now unused INTERNALSTATICLIB. | Ruslan Ermilov | 2002-05-13 | 1 | -3/+0 |
* | Back out last commit. I expect our bsd.*.mk gods to remove the need for | David E. O'Brien | 2002-05-12 | 1 | -0/+3 |
* | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | David E. O'Brien | 2002-05-11 | 1 | -3/+0 |
* | -ffreestanding is the word. | David E. O'Brien | 2002-05-10 | 4 | -1/+4 |
* | Improve self-relocation: | Marcel Moolenaar | 2002-04-21 | 1 | -105/+135 |
* | Allocate sufficient pages to hold the bootinfo block and stop | Marcel Moolenaar | 2002-04-19 | 1 | -7/+10 |
* | We must not let install(1) strip loader.efi when installing it, or the | Peter Wemm | 2002-04-07 | 1 | -0/+1 |
* | Set BINDIR | Peter Wemm | 2002-04-07 | 3 | -0/+3 |
* | Add loader bootforth infrastructure and install it. | Peter Wemm | 2002-04-07 | 1 | -4/+20 |
* | Make it a bit closer to the EFI build and tie up some loose ends. | Peter Wemm | 2002-04-06 | 4 | -25/+12 |
* | Try and tidy up some very loose ends with paths to various libraries etc. | Peter Wemm | 2002-04-06 | 1 | -3/+15 |
* | Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64 | Peter Wemm | 2002-04-06 | 2 | -2/+2 |
* | Do not assume that ${OBJCOPY} variable exists. It was hidden by the | Peter Wemm | 2002-04-06 | 1 | -0/+1 |
* | Fix self hosted loader building. When you use a self configured gcc, it | Peter Wemm | 2002-04-06 | 2 | -4/+4 |
* | Use a relative path to libstand.. /usr/src/lib/libstand may not exist | Peter Wemm | 2002-04-04 | 1 | -1/+1 |
* | Only install the help file if we can find it. Use ${BASE}.help | Marcel Moolenaar | 2002-03-31 | 1 | -4/+1 |
* | Pass the address of the bootinfo block to the kernel in register | Marcel Moolenaar | 2002-03-30 | 4 | -10/+10 |
* | Pass the physical address of the bootinfo block to the kernel in | Marcel Moolenaar | 2002-03-30 | 2 | -1/+3 |
* | Add a quick and dirty way to determine where we're loaded from. We | Marcel Moolenaar | 2002-03-30 | 1 | -8/+28 |
* | The EFI loader has been improved a lot since it was first added. | Marcel Moolenaar | 2002-03-30 | 1 | -0/+2 |