index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
Age
Commit message (
Expand
)
Author
2020-01-13
Timeouts are all specified in multiple of `hz' so define them in term of
Martin Pieuchot
2020-01-13
Kill dead code.
Martin Pieuchot
2020-01-13
Add the capability to boot from another block device than the one that
Mark Kettenis
2020-01-10
timeout_add(9) -> timeout_add_sec(9)
Jonathan Gray
2019-12-25
WSDISPLAYIO_GTYPE is u_int not int
Jonathan Gray
2019-12-17
Add fido(4), a HID driver for FIDO/U2F security keys
Reyk Floeter
2019-11-28
Implement a hexdump command in the boot loader. This helps to
Alexander Bluhm
2019-11-09
Let mcount.o compile by ignoring a warning about the profile.h ASM
Philip Guenther
2019-11-07
The compiler -pg option implies -fno-ret-protector, as we want to disable
Philip Guenther
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
Theo de Raadt
2019-10-27
Add i.MX5/6 support and enable this driver on armv7(4).
Mark Kettenis
2019-10-27
Add simplefb(4).
Mark Kettenis
2019-10-25
Split out the code that brings us out of HYP mode and the code that
Mark Kettenis
2019-10-25
Add glass console for armv7. Similar to what we did on arm64 two years ago.
Mark Kettenis
2019-10-25
Make it possible to switch to framebuffer "glass" console in case it
Mark Kettenis
2019-10-24
Enable sxisid(4)
Mark Kettenis
2019-10-16
Move sxidog(4) such that we can use it on arm64.
Mark Kettenis
2019-10-11
When available use "interrupt-names" to select the fdt idx for dwctwo
Jonathan Gray
2019-10-05
Use mask to extract IPL; should have been part of the earlier diff that
Mark Kettenis
2019-09-29
Improve MSI support by parsing the "msi-map" attribute. Taken from
Patrick Wildt
2019-09-29
Add IPI support. Taken ftrom arm64.
Mark Kettenis
2019-09-12
Prepare for the emac/gmac "phy" property being renamed to "phy-handle"
Jonathan Gray
2019-09-04
Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@
cheloha
2019-09-03
drop support for building with gcc; ok deraadt@
Christian Weisgerber
2019-09-03
remove duplicate test introduced in rev 1.3
Jonathan Gray
2019-08-29
Capitalize my last name in copyright.
Mark Kettenis
2019-08-20
Network-based device paths use Messaging and not Media types. Thus
Patrick Wildt
2019-08-19
match on r40 ahci
Jonathan Gray
2019-08-13
Allow PXE booting using u-boot by relaxing our requirements
Patrick Wildt
2019-08-11
Add clock support to sxirtc(4); needed by newer Linux DTs.
Mark Kettenis
2019-08-11
Add sxisyscon(4) a driver for the system controller found on various
Mark Kettenis
2019-08-04
crank version, following fchmod change
Theo de Raadt
2019-08-03
In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x
Theo de Raadt
2019-07-29
Support disk write in efiboot for armv7 and arm64.
YASUOKA Masahiko
2019-07-22
Disable caches and MMU before jumping to the kernel entry point. Needed
Mark Kettenis
2019-07-19
ttysleep(): drop unused timeout parameter
cheloha
2019-06-21
Further improve the filesystem stability of kernel installation by KARL.
Theo de Raadt
2019-05-08
Enable ucrcom(4) on all architectures that have uslcom(4).
Mark Kettenis
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace and extra semicolon removal.
Mike Larkin
2019-04-25
Add a check to tftp_open() that we are actually opening a TFTP device.
Christian Weisgerber
2019-04-14
Instead of using COPTS=-Oz (and similar) in make environment to force
Theo de Raadt
2019-04-10
KNF per naddy@
ians
2019-04-10
crank versions
Theo de Raadt
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
Theo de Raadt
2019-04-08
crank version; looks good deraadt
Florian Obser
[next]