1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/sys
kettenis 84aa31c6dc T-Head implemented a page attribute extension that violates the RISC-V
specification.  The default attributes result in memory being uncached
which makes the system perform like a slug.  So implement a workaround
that is designed to make implementation of the Svpbmt extension that is
part of the latest published RISC-V specification.  This gets us a bit
further booting OpenBSD on an Allwinner D1 SoC.

ok mlarkin@, jca@
2024-01-23 19:51:10 +00:00
..
arch T-Head implemented a page attribute extension that violates the RISC-V 2024-01-23 19:51:10 +00:00
conf Revert chunk that I have commited by accident. 2024-01-02 16:40:03 +00:00
crypto
ddb Improve the output of ddb "show proc" command 2023-09-19 11:35:30 +00:00
dev drm: apple: Fix/remove log messages 2024-01-23 15:56:01 +00:00
isofs Remove the remnants of the leftover selinfo from vnode(9) layer. Just 2023-09-08 20:00:27 +00:00
kern Implement extent_alloc_region_with_descr(9) which is the equivalent of 2024-01-19 22:12:24 +00:00
lib Sync with userland 2024-01-23 14:46:51 +00:00
miscfs Make `fuse_rd_filtops' mpsafe. 2023-12-16 22:17:08 +00:00
msdosfs Remove the remnants of the leftover selinfo from vnode(9) layer. Just 2023-09-08 20:00:27 +00:00
net Introduce pipex_iterator(), the special thing to perform 2024-01-23 17:57:21 +00:00
net80211 fix 40 MHz channel validation checks for the 2.4 GHz channel range 2023-10-22 12:01:36 +00:00
netinet Assert that inpcb table has correct address family. 2024-01-21 01:17:20 +00:00
netinet6 Assert that inpcb table has correct address family. 2024-01-21 01:17:20 +00:00
netmpls Instead of implementing IPv4 header checksum creation everywhere, 2023-05-13 13:35:17 +00:00
nfs nfssvc: When the client disconnects, close the socket before sleeping. 2024-01-12 08:47:46 +00:00
ntfs
scsi scsi_xs_get() sets xs->flags via scsi_xs_io(). There is no need 2023-11-10 17:43:39 +00:00
stand "ask name" option letter is 'n' instead of 'a' on pmax and alpha for historical 2023-03-13 20:19:22 +00:00
sys make a note about when to remove overly verbose logging for pinsyscall violations 2024-01-22 04:38:32 +00:00
tmpfs Remove the remnants of the leftover selinfo from vnode(9) layer. Just 2023-09-08 20:00:27 +00:00
ufs ugly whitespace 2024-01-19 18:58:17 +00:00
uvm workaround for the static non-PIE instbin "instbin" program on the install 2024-01-21 17:21:55 +00:00
.gitignore Bring src/sys/.gitignore in sync with src/.gitignore. 2023-07-21 22:29:12 +00:00
Makefile