index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
x86
/
include
/
bootinfo.h
Age
Commit message (
Expand
)
Author
2022-08-20
x86/bootinfo.h: Add include guard.
riastradh
2019-06-21
PR/54147: Increase BOOTINFO_MAXSIZE to 16Kib.
nonaka
2018-04-13
x86: Increase BOOTINFO_MAXSIZE to 8Kib.
nonaka
2017-11-09
add "prekern" to the string list.
christos
2017-10-07
Add a new option in libsa, to load dynamic binaries. A separate function
maxv
2017-02-14
x86: add e820 memory type.
nonaka
2017-01-24
Initial commit of native amd64 EFI boot loader.
nonaka
2016-01-28
Add support for grub to find the ACPI root table pointer via a bootinfo entry
christos
2013-08-30
Add support for using a raw file-system image as memory disk root with
jmcneill
2013-05-16
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
christos
2013-05-16
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
christos
2013-05-16
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
christos
2011-11-28
Add support for passing saved entropy (random seed file) to the kernel
tls
2011-05-26
Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64.
uebayasi
2011-02-06
add BI_MODULE_IMAGE boot module type
jmcneill
2009-08-24
Pass the VBE mode number from the bootloader to the kernel, and then
jmcneill
2009-02-16
Kernel-side modifications for framebuffer console support on i386 and amd64.
jmcneill
2008-09-09
Remove duplicate definition of "bootinfo" structure.
tron
2008-05-02
- Give x86 BIOS boot the ability to load new style modules and pass them
ad
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2006-02-03
Implement support for 'The Multiboot Specification' so that i386 kernels
jmmv
2005-12-30
Add a 'struct bootinfo' to represent the bootinfo structure used in the
jmmv
2005-07-06
BIOSDISK_EXT13INFO_V3 -> BIOSDISK_EXTINFO_V3
junyoung
2005-06-12
Make disklabel(8) and fdisk(8) into "host tools " last step: build
dyoung
2005-02-04
The bootinfo_wedge structure must be packed, or the 32bit alignments
fvdl
2004-10-23
Add support for passing booted wedge information to the kernel.
thorpej
2004-03-24
remove license clauses 3 and 4 from my cpoyright notices
drochner
2003-10-27
Nuke __P().
junyoung
2003-10-08
Overhaul MBR handling (part 1):
lukem
2003-04-16
Add definitions (#defined out) to pass the result of the v3.x bios
dsl
2003-02-26
Move some files out of i386 into x86, so that they can be shared with
fvdl