Age | Commit message (Expand) | Author |
2012-06-03 | Add support for serial consoles at non-standard addresses. This implements | Mark Kettenis |
2012-01-11 | Pass the DUID of the boot disk via bootduid instead of rootduid, since it | Joel Sing |
2011-04-26 | Make amd64/i386 boot(8) pass the DUID of the selected boot device to the | Joel Sing |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-14 | Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for | Kenneth R Westerback |
2010-11-22 | Remove unused (and dummied) bios console routines. | Miod Vallat |
2009-04-30 | add support for passing db_console from the bootloader to the kernel. | David Gwynne |
2009-01-20 | Install ACPI S3 resume trampoline code in a lowmem page. First part | Mike Larkin |
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2006-05-20 | add bios_bootmac_t and BOOTARG_BOOTMAC | Theo de Raadt |
2006-05-09 | 0x0006 is not a good value for a bit flag, so change it to 0x0008. | Tom Cosgrove |
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok |
2005-11-22 | bios gives 32bit units not paddr/psize; no func change | Michael Shalayeff |
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2003-11-27 | This var is volatile. gcc3 complains if the CV qualifiers don't match. | Marc Espie |
2003-06-03 | three four kill | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-21 | Typo. Ok mickey@ | Thierry Deval |
2001-02-28 | scan the isa hole for `optional rom's. | Michael Shalayeff |
2000-08-17 | pcibios tells us everything, no bios_pciinfo | Michael Shalayeff |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff |
2000-03-26 | from netbsd: pci interrupt routing code. | Michael Shalayeff |
2000-03-05 | export bios_pciinfo for the whole _KERNEL, there will be more files to use it | Michael Shalayeff |
2000-02-18 | full support for a serial console. | Michael Shalayeff |
2000-02-03 | remove extraneous spaces and tabs | Michael Shalayeff |
1999-10-26 | modify bootapiver chekups to use bitwise operations. | Michael Shalayeff |
1999-08-25 | give better support to the bios memory maps. | Michael Shalayeff |
1999-05-09 | provide suport for an apm data segemnt in the lower memory bios | Michael Shalayeff |
1998-06-08 | consdev to come | Michael Shalayeff |
1998-02-24 | First commit of /boot changes/fixes. More to come. | Tobias Weingartner |
1998-01-09 | Make booting new kernels with old bootblocks moer robust | Niklas Hallqvist |
1997-10-27 | A flag added to diskinfo used by the kernel to mark devices already mapped | Niklas Hallqvist |
1997-10-25 | define fixed bootarg vector offset, and max len | Michael Shalayeff |
1997-10-24 | map a piece of memory after the msgbuf and copy bootargv there. | Michael Shalayeff |
1997-10-24 | fix the case when data/code segment is not in the ISA memory | Michael Shalayeff |
1997-10-22 | support new libsa | Michael Shalayeff |
1997-10-20 | get ready for the fix in memprobe | Michael Shalayeff |
1997-10-18 | Copy in bios_diskinfo array from /boot space. | Tobias Weingartner |
1997-10-17 | Cleanup, make it all compile. | Tobias Weingartner |
1997-10-17 | Use BIOS to probe for memory map. | Tobias Weingartner |
1997-10-14 | Support for bios memory maps. | Tobias Weingartner |
1997-10-12 | reserve void* at the of BIOS_vars for future use | Michael Shalayeff |
1997-10-03 | make bios_geometry unsigned to avoid sign extension | Theo de Raadt |
1997-09-29 | apm0 at bios0 | Michael Shalayeff |
1997-09-21 | branch the bios tree inside the machdep | Michael Shalayeff |
1997-09-17 | pass cnvmem,extmem the old way they were.... | Michael Shalayeff |
1997-09-04 | support boot API version number | Michael Shalayeff |
1997-09-03 | 2nd part of pretty "machine diskinfo" | Tobias Weingartner |