aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Major rework of the ia64 loaders. The two primary objectives are:Marcel Moolenaar2006-11-0539-2798/+1269
* Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is alwaysMarcel Moolenaar2006-11-031-1/+1
* Properly calculate the checksum of the APIC table.Marcel Moolenaar2006-11-031-1/+2
* Unbreak compile with ELF_VERBOSE defined, and fix format warnings.Ruslan Ermilov2006-11-021-3/+4
* Revert the last change. Masking only 2 MSBs of the virtual addressRuslan Ermilov2006-11-025-10/+10
* Sync the EFI headers with version 1.10.14.62 of the Intel sample EFIMarcel Moolenaar2006-11-0220-647/+1255
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-0219-70/+58
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-027-18/+10
* o Make sure to clear f->f_devdata if d_dev->dv_open() fails. ItMarcel Moolenaar2006-11-021-13/+18
* Because the BTX mini-kernel now uses flat memory mode and clientsRuslan Ermilov2006-10-295-10/+10
* Adopt comments borrowed from aout_freebsd.c.Ruslan Ermilov2006-10-262-2/+2
* Restore support for -c and -d that were treacherously murdered inRuslan Ermilov2006-10-262-4/+8
* Back out rev. 1.71 as it breaks directly loading (i386) kernels.Ruslan Ermilov2006-10-262-6/+6
* Don't descend into at91 until we sort out the boot loader issues more generallyWarner Losh2006-10-231-1/+1
* MFp4: default to not loading the fpgaWarner Losh2006-10-215-5/+170
* MFp4: Update to smaller code footprint.Warner Losh2006-10-215-17/+67
* MFp4: Move to smaller code footprint.Warner Losh2006-10-212-20/+20
* MFp4: Move to smaller code. This was somehow forgotten before.Warner Losh2006-10-211-5/+5
* There's no fpga.c, so omit it.Warner Losh2006-10-201-1/+1
* MFp4:Warner Losh2006-10-2025-1058/+1165
* Replace a rarely used "depuration" with "debugging".Ruslan Ermilov2006-10-133-3/+3
* more sun4v fallout - missed addKip Macy2006-10-091-0/+143
* unbreak sparc64 loader buildKip Macy2006-10-091-1/+0
* add sun4v support to the sparc64 boot loaderKip Macy2006-10-095-10/+1109
* - Update URL of Intel documentationPav Lucistnik2006-10-071-1/+1
* - Fix a couple of improper uses of leal in the previous space savingJohn Baldwin2006-10-051-5/+7
* Add module loading option for Intel High Definition Audio ControllerAriff Abdullah2006-10-011-0/+1
* Add snd_envy24ht and remove the snd_ak4* module.Alexander Leidinger2006-09-301-1/+2
* Fix WARNS=2 warnings.Ruslan Ermilov2006-09-291-0/+2
* Fix most of the WARNS=2 warnings.Ruslan Ermilov2006-09-294-6/+5
* Oops, add return values for the smap command function. We must have theJohn Baldwin2006-09-291-1/+2
* Tweak the code to handle intercepting BIOS calls to int 0x15 to shaveJohn Baldwin2006-09-281-17/+10
* Optimize the int 15/87 handler for space to shave another 16 bytes off ofJohn Baldwin2006-09-281-31/+17
* Add an 'smap' command that dumps out the BIOS SMAP.John Baldwin2006-09-282-0/+22
* Ignore a sub-topic match if it is inside the command description.John Baldwin2006-09-281-0/+3
* A couple of simple tweaks that trim BTX by 6 bytes. Since BTX isJohn Baldwin2006-09-281-3/+2
* Add -march=i386 to fix amd64 build by generating the same codeRuslan Ermilov2006-09-282-2/+2
* Emulate moving cr0, cr2, cr3, or cr4 into any i386 general registerJohn Baldwin2006-09-271-7/+19
* Add mnt_noasync counter to better handle interleaved calls to nmount(),Tor Egge2006-09-261-1/+1
* - Include <sys/reboot.h> to get the RB_* defines.Ruslan Ermilov2006-09-051-6/+4
* Make the default "init_path" value breakable, so it fits on theRuslan Ermilov2006-08-201-1/+1
* Copy powerpc ficl files sysdep files (maybe we need a common one)Warner Losh2006-08-182-0/+533
* Build at91Warner Losh2006-08-181-1/+1
* Support compiling as part of worldWarner Losh2006-08-181-1/+1
* Wordsmithing on the ixgb(4) and mxge(4) descriptions.Christian Brueffer2006-08-181-2/+2
* Add more modules, correct alphabetical order.Christian Brueffer2006-08-181-1/+3
* kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.Dmitry Morozovsky2006-08-181-3/+3
* Remove references to NMBCLUSTERS which is obsoleted.Dmitry Morozovsky2006-08-182-5/+3
* MFp4: changes since .s -> .S rename. Use correct header for sizeWarner Losh2006-08-171-2/+17
* MFp4: First cut at making spi and/or sd card booting work, needs workWarner Losh2006-08-1619-119/+2940