NetBSD/sys/compat
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
..
aoutm68k
common Add linux waitid(2) from GSoC 2023 (Theodore Preduta) 2023-08-18 19:41:18 +00:00
freebsd Arrange to update cached LWP credentials in userret() rather than during 2023-10-05 19:41:03 +00:00
linux fix a locking bug (Theodore Preduta) 2023-08-24 19:51:24 +00:00
linux32 Add linux waitid(2) from GSoC 2023 (Theodore Preduta) 2023-08-18 19:41:18 +00:00
m68k4k
net Fix comment. No fucntional change. 2022-10-04 05:33:05 +00:00
netbsd32 redo previous: use same variable type for the interator as the comparison 2023-09-02 21:11:54 +00:00
netinet6
ossaudio compat_ossaudio: Zero-initialize idat before copyout. 2023-06-20 15:22:04 +00:00
sunos sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
sunos32 compat_sunos32: Memset zero before copyout. 2023-06-20 15:21:55 +00:00
sys Sprinkle __inline to compat_100___kevent50_{fetch_changes,put_events} 2023-07-29 11:58:53 +00:00
ultrix avoid uninitialised accesses 2023-08-03 08:32:52 +00:00
vax1k
Makefile
Makefile.syscall