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
/
stand
/
efiboot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always use an allocated buffer for {Read,Write}Blocks() to make
yasuoka
2021-03-17
2
-80
/
+34
*
spelling
jsg
2021-03-11
1
-2
/
+2
*
bios_memmap[] should not be a common
deraadt
2021-01-28
1
-2
/
+2
*
Use daddr_t and not daddr32_t in boot media.
krw
2020-12-09
6
-12
/
+12
*
Use a 64MB block to load the kernel to deal with kernel growth.
kettenis
2020-10-30
2
-4
/
+4
*
Fix write un-protecting of kernel memory. p was used uninitialized
patrick
2020-09-01
2
-6
/
+6
*
Improve write un-protecting of kernel memory. For the Computrace module
patrick
2020-08-27
2
-12
/
+32
*
additional files from libkern will be needed by clang10
deraadt
2020-08-02
1
-2
/
+2
*
crank version number
deraadt
2020-06-14
1
-2
/
+2
*
rewrite mdrandom() in C. previously this XOR'd against rdrand if available,
deraadt
2020-06-14
2
-4
/
+4
*
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
deraadt
2020-05-26
1
-2
/
+2
*
Adjust fwrandom() to return 0 for sucess, -1 for failure
deraadt
2020-05-25
1
-3
/
+6
*
Make efi_device_path_depth() return the full device path depth if we don't
kettenis
2020-03-22
2
-4
/
+4
*
Allow amd64 boot(8) and friends to read from an ffs2 filesystem.
otto
2020-03-05
2
-4
/
+7
*
On a HP EliteBook 830 G6 the Computrace executable is located in
bluhm
2019-12-12
1
-1
/
+33
*
Pass the EFI memory map to the kernel.
kettenis
2019-11-29
2
-26
/
+42
*
Implement a hexdump command in the boot loader. This helps to
bluhm
2019-11-28
1
-2
/
+3
*
Several functions expect that bootdev_dip is not NULL and can be
bluhm
2019-11-26
1
-1
/
+11
*
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
deraadt
2019-10-29
2
-4
/
+4
*
Network-based device paths use Messaging and not Media types. Thus
patrick
2019-08-20
1
-3
/
+3
*
Allow PXE booting using u-boot by relaxing our requirements
patrick
2019-08-13
2
-21
/
+11
*
crank version, following fchmod change
deraadt
2019-08-04
1
-2
/
+2
*
In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x
deraadt
2019-08-03
2
-5
/
+5
*
Support disk write in efiboot. Requested by deraadt.
yasuoka
2019-07-29
1
-14
/
+44
*
Allow loading of bigger ucode. This implementation uses the UEFI memory
kettenis
2019-05-22
1
-5
/
+12
*
Disentangle #ifdef EFIBOOT.
mlarkin
2019-05-10
7
-4
/
+1162
*
Add support for the EFI Random Number Generator Protocol and use it to XOR
kettenis
2019-05-05
3
-5
/
+92
*
Add a check to tftp_open() that we are actually opening a TFTP device.
naddy
2019-04-25
1
-1
/
+4
*
libsa's memcpy() is actually memmove(). make a proper memmove(), and give
deraadt
2019-04-20
1
-2
/
+2
*
crank versions
deraadt
2019-04-10
1
-2
/
+2
*
crank version; looks good deraadt
florian
2019-04-08
1
-2
/
+2
*
Many machines with serial ports ship with uefi firmware which does not
jsg
2019-03-15
2
-8
/
+109
*
Fix typos in memprobe address check. Diff from Andrew Daugherity.
yasuoka
2018-11-20
1
-3
/
+4
*
Bring over changes from aarch64 to fix building with ld.lld on amd64.
kettenis
2018-10-20
1
-18
/
+20
*
Tweak linker flags and objcopy invocation to make things build with lld.
kettenis
2018-10-13
2
-3
/
+4
*
Don't treat UnicodeChar == 0 as a keyboard input.
yasuoka
2018-08-24
1
-2
/
+2
*
Bump boot loader versions for softraid passphrase handling change.
jsing
2018-08-10
1
-2
/
+2
*
Retry on incorrect passphrase for softraid crypto boot.
jsing
2018-08-10
1
-2
/
+2
*
Fix efiboot not to panic when a serial which does not exist actually
yasuoka
2018-07-06
1
-4
/
+5
*
"a = 1; b = 100; c = a * b; if (c == 0) c = 100;"
krw
2018-06-18
1
-5
/
+1
*
crank version
deraadt
2018-04-18
1
-2
/
+2
*
The UEFI specification states that a watchdog timer should be armed for
jsg
2018-03-02
1
-1
/
+4
*
Load the Intel microcode much earlier. So far we had loaded it after
patrick
2018-02-06
1
-2
/
+2
*
Fix TFTP reading of zero-size files:
naddy
2018-01-30
2
-14
/
+15
*
Add missing OpenBSD CVS tag
patrick
2018-01-21
2
-0
/
+2
*
Implement network boot support in efiboot(8). This changes efiboot(8)
patrick
2017-11-25
7
-19
/
+349
*
Modify "machine video" command not to list mode when chaning video mode.
yasuoka
2017-11-06
1
-15
/
+18
*
Call CD-ROM devices cdN instead of hdN. Also select the booted device
yasuoka
2017-11-06
2
-7
/
+11
*
Add "machine gop" command to support changing graphic output mode.
yasuoka
2017-10-11
2
-22
/
+66
*
Revert previous video mode when setting GOP SetMode is failed. This
yasuoka
2017-10-06
1
-5
/
+19
[next]