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
/
armv7
/
stand
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-16
Node without a "status" property should be considered enabled as well.
kettenis
1
-3
/
+3
2021-03-16
Make sure that switching the console from serial to framebuffer works
kettenis
2
-22
/
+25
2021-03-11
spelling
jsg
2
-4
/
+4
2020-12-09
Use daddr_t and not daddr32_t in boot media.
krw
6
-12
/
+12
2020-05-26
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
deraadt
1
-2
/
+2
2020-05-18
Our check to see if the EFI services support Mtftp() doesn't work
patrick
2
-5
/
+9
2020-05-17
Remove board ID support. 6.7 shipped with a kernel that doesn't need
kettenis
4
-34
/
+9
2020-05-10
Pass boothowto from the bootloader to the kernel by adding a
kettenis
3
-6
/
+9
2020-04-27
Remove reset hack; these days the U-Boot we ship for the CuBox-i is
kettenis
1
-10
/
+1
2020-03-30
Port "mach dtb" code from arm64.
kettenis
2
-8
/
+86
2020-03-22
Make efi_device_path_depth() return the full device path depth if we don't
kettenis
2
-4
/
+4
2020-03-01
Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@
otto
2
-4
/
+7
2020-01-13
Add the capability to boot from another block device than the one that
kettenis
5
-73
/
+461
2019-11-28
Implement a hexdump command in the boot loader. This helps to
bluhm
1
-3
/
+4
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
deraadt
2
-4
/
+4
2019-10-25
Make it possible to switch to framebuffer "glass" console in case it
kettenis
6
-11
/
+266
2019-09-03
remove duplicate test introduced in rev 1.3
jsg
1
-3
/
+1
2019-08-20
Network-based device paths use Messaging and not Media types. Thus
patrick
1
-3
/
+3
2019-08-13
Allow PXE booting using u-boot by relaxing our requirements
patrick
2
-16
/
+5
2019-08-04
crank version, following fchmod change
deraadt
1
-2
/
+2
2019-08-03
In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x
deraadt
2
-5
/
+5
2019-07-29
Support disk write in efiboot for armv7 and arm64.
yasuoka
1
-3
/
+9
2019-07-22
Disable caches and MMU before jumping to the kernel entry point. Needed
kettenis
2
-3
/
+110
2019-05-06
Whitespace removal
mlarkin
1
-2
/
+2
2019-04-25
Add a check to tftp_open() that we are actually opening a TFTP device.
naddy
2
-2
/
+16
2019-04-10
crank versions
deraadt
1
-2
/
+2
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
deraadt
1
-2
/
+2
2019-04-08
crank version; looks good deraadt
florian
1
-2
/
+2
2018-10-20
Sync with amd64 version.
kettenis
1
-15
/
+16
2018-08-25
Don't treat UnicodeChar == 0 as a keyboard input. The same fix was
yasuoka
1
-2
/
+2
2018-08-23
Set the pointer to the EFI Runtime Services, otherwise we call into
patrick
1
-1
/
+2
2018-06-23
Add -z notext and -z norelro to prevent fatal warnings with ld.lld(1).
kettenis
1
-2
/
+3
2018-05-11
Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler from
kettenis
1
-1
/
+2
2018-03-31
Port arm64's network boot efforts to armv7 as well now that there is
patrick
7
-17
/
+602
2018-03-31
Add CVS Ids.
patrick
3
-0
/
+4
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
jsg
1
-1
/
+4
2017-11-22
Add __aeabi_ldivmod.S. Needed for clang.
kettenis
1
-1
/
+2
2017-09-08
If you use sys/param.h, you don't need sys/types.h
deraadt
1
-2
/
+1
2017-08-21
Pass the address of the EFI system table and the EFI memory map through
kettenis
2
-11
/
+92
2017-08-07
Add "machine exit" and "machine poweroff" commands to the arm64 and armv7
kettenis
3
-6
/
+38
2017-07-31
Back out previous commit but handle the case where the device path consists
kettenis
2
-4
/
+17
2017-07-29
Fix off-by-one in return value of efi_device_path_depth().
kettenis
2
-4
/
+4
2017-07-24
Port amd64's updates to the device path comparison to armv7. Fixes
patrick
2
-23
/
+49
2017-07-04
zap .o, put both .c at deraadt@'s request
espie
1
-2
/
+2
2017-06-12
Backout last change to remove esym .data patching because it breaks
mglocker
1
-1
/
+20
2017-06-08
Remove esym (.data) patching. Thanks to Mark we stopped requiring this
patrick
1
-20
/
+1
2017-05-07
Sync FDT code with arm64.
kettenis
2
-7
/
+7
2017-03-11
Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().
jsg
1
-2
/
+2
2017-01-22
Mark the .peheader section as "a". Makes it possible to link with lld.
kettenis
1
-1
/
+1
2016-12-30
Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.
yasuoka
1
-2
/
+2
[next]