1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
OpenBSD
Go to file
patrick f83e6fb817 Keep more information about the established LPI around, so that we can use
targeted invalidation through INV instead of flushing the whole cache through
INVALL.  Having this information enables us to send DISCARD, which clears the
mapping from the ITT.  This seems to be necessary to make the Hetzner VM's ITS
happy when we try to disestablish and re-establish an LPI.

This also moves the LPI table completely into agintc(4), as LPIs are global to
an agintc(4) and especially with multiple agintcmsi(4) they should be unique.

Tested by claudio@
ok kettenis@
2023-07-07 10:11:39 +00:00
bin Document PS_CHROOT, and upcoming PS_NOBTCFI flags 2023-07-06 10:07:09 +00:00
distrib sync 2023-07-06 08:48:03 +00:00
etc Add machdep.lidaction example. We support this on arm64 laptops now. 2023-06-22 15:20:16 +00:00
games drop `uptodate()' check from hack(6) 2023-06-03 15:19:38 +00:00
gnu Adjust perl unveil test to test the right thing 2023-07-07 02:07:35 +00:00
include Add {get,set}thrname(2) for putting thread names in the kernel and 2023-01-07 05:24:58 +00:00
lib Rename RSA_eay_* to rsa_*. 2023-07-07 10:11:23 +00:00
libexec The recent change to DIOCGETRULE allows applications which 2023-07-04 11:34:19 +00:00
regress Add test coverage for leading zero octet dance 2023-07-07 07:47:25 +00:00
sbin Rectify -s lie 2023-07-06 21:08:50 +00:00
share missed refcnt_init_trace in NAME 2023-07-06 20:53:53 +00:00
sys Keep more information about the established LPI around, so that we can use 2023-07-07 10:11:39 +00:00
usr.bin Use "llu%" for printing the uint64_t fields in tcpcb. 2023-07-07 09:15:13 +00:00
usr.sbin It isn't portable to use stderr (or std{in,out}) in file-scope 2023-07-05 18:45:14 +00:00
.gitignore Ignore tags files 2021-11-11 14:03:21 +00:00
Makefile minor cranking of libraries exposes a problem, details too long to explain. 2020-04-05 20:14:14 +00:00
Makefile.cross riscv64 is a LP64_ARCH, list it as such. 2021-05-03 00:04:31 +00:00