NetBSD/sys/arch/usermode
ad 68fa584377 Arrange to update cached LWP credentials in userret() rather than during
syscall/trap entry, eliminating a test+branch on every syscall/trap.

This wasn't possible in the 3.99.x timeframe when l->l_cred came about
because there wasn't a reliable/timely way to force an ONPROC LWP running on
a remote CPU into the kernel (which is just about the only new thing in
this scheme).
2023-10-05 19:41:03 +00:00
..
compile
conf Adjust _all_ cinclude of *.local files 2023-02-09 14:09:47 +00:00
dev Eliminate l->l_ncsw and l->l_nivcsw. From memory think they were added 2023-10-04 20:28:05 +00:00
include machine/mutex.h: Sprinkle sys/types.h, omit machine/lock.h. 2023-07-12 12:50:12 +00:00
modules/syscallemu
target fix typos in comments, mainly basicly -> basically. 2022-01-01 21:07:13 +00:00
usermode Arrange to update cached LWP credentials in userret() rather than during 2023-10-05 19:41:03 +00:00