index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amd64
/
include
/
biosvar.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the EFI memory map to the kernel.
kettenis
2019-11-29
1
-1
/
+8
*
Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce
kettenis
2019-08-04
1
-29
/
+29
*
Load the Intel microcode much earlier. So far we had loaded it after
patrick
2018-02-06
1
-1
/
+8
*
Fix a couple of comment typos in amd64 and i386 biosvar.h
tom
2017-06-20
1
-3
/
+3
*
As early as possible, create a link /bsd.booted to the /bsd kernel we
deraadt
2017-06-19
1
-1
/
+2
*
Modify kernel to prepare boot from UEFI.
yasuoka
2015-08-30
1
-1
/
+17
*
Remove (unused) references to bios32, which is not present in amd64.
mlarkin
2015-07-17
1
-36
/
+1
*
Remove an odd comment in the first line of the file
mlarkin
2015-01-27
1
-2
/
+1
*
Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloader
kettenis
2013-11-02
1
-7
/
+1
*
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
deraadt
2013-03-23
1
-3
/
+3
*
Allow boot(8) to pass information to the kernel, regarding the softraid
jsing
2012-10-09
1
-1
/
+9
*
Add support for serial consoles at non-standard addresses. This implements
kettenis
2012-06-03
1
-1
/
+9
*
Pass the DUID of the boot disk via bootduid instead of rootduid, since it
jsing
2012-01-11
1
-4
/
+4
*
Make amd64/i386 boot(8) pass the DUID of the selected boot device to the
jsing
2011-04-26
1
-1
/
+6
*
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
pirofti
2011-03-23
1
-4
/
+4
*
Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for
krw
2011-03-14
1
-1
/
+2
*
Remove prototypes for missing (removed) functions or already found in a
miod
2010-11-22
1
-6
/
+1
*
pass db_console from the bootloader to the kernel, and then use it to
dlg
2009-04-30
1
-1
/
+6
*
Avoid #pragma pack(1) and unify everything towards using __packed.
deraadt
2008-09-01
1
-14
/
+12
*
Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)
deraadt
2007-12-05
1
-8
/
+10
*
add bios_bootmac_t and BOOTARG_BOOTMAC
deraadt
2006-05-20
1
-1
/
+6
*
Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,
gwk
2006-05-08
1
-1
/
+3
*
remove ad clause that got copied from older versions of the files; pto by jsg@
mickey
2005-12-13
1
-5
/
+2
*
Enter cdboot, a CD-specific second-stage bootrap. Based on the i386
tom
2004-08-21
1
-1
/
+2
*
put a bit more flesh in the sysctl machdep; parts from tom
deraadt
2004-02-27
1
-1
/
+2
*
das boot; das cloned das from das i386
mickey
2004-02-03
1
-2
/
+2
*
an amd64 arch support.
mickey
2004-01-28
1
-0
/
+259