NetBSD/sys
riastradh a0c864ecf3 Rip out pserialize(9) logic now that the RCU patent has expired.
pserialize_perform() is now basically just xc_barrier(XC_HIGHPRI).
No more tentacles throughout the scheduler.  Simplify the psz read
count for diagnostic assertions by putting it unconditionally into
cpu_info.

From rmind@, tidied up by me.
2019-12-03 05:07:48 +00:00
..
altq
arch Rip out pserialize(9) logic now that the RCU patent has expired. 2019-12-03 05:07:48 +00:00
coda
compat Minor scheduler cleanup: 2019-11-23 19:42:52 +00:00
conf Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized 2019-11-14 16:23:52 +00:00
crypto
ddb Fix crash(8). Will revisit. 2019-11-22 23:01:49 +00:00
dev Fix inequality for refcnt drain: -1 here means all refs gone. 2019-12-03 05:01:58 +00:00
dist/pf
external don't build stub if legacy drm is present too. 2019-11-18 20:02:09 +00:00
fs Omit obsolete comment and needless __diagused marker. 2019-12-03 04:59:05 +00:00
gdbscripts
kern Rip out pserialize(9) logic now that the RCU patent has expired. 2019-12-03 05:07:48 +00:00
lib Ah, strcat/strchr/strrchr are ASM functions, so instrument them. 2019-11-22 14:28:46 +00:00
miscfs Minor vnode locking changes: 2019-12-01 13:56:29 +00:00
modules Move all non-emulation-specific coredump code into the coredump module, 2019-11-20 19:37:51 +00:00
net bpf can send a packet greater than MCLBYTES (JumboFrame) using multiple mbuf. 2019-11-29 17:29:31 +00:00
net80211 in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
netatalk Add sanity check, only sat_len bytes got copied in, the rest is 2019-11-29 17:40:16 +00:00
netbt permit read_encryption_key_size from userland 2019-09-28 07:10:55 +00:00
netcan
netinet s/upate/update/ in comment. 2019-12-03 03:25:28 +00:00
netinet6 Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp 2019-11-13 02:51:22 +00:00
netipsec Reduce load for IKE negotiations when the system has many IPv6 addresses. 2019-11-14 03:17:08 +00:00
netmpls
netsmb
nfs s/initalize/initialize/ in comment or printf message. 2019-10-18 04:09:01 +00:00
opencrypto crypto(4): accept CRYPTO_SHA2_384_HMAC and CRYPTO_SHA2_512_HMAC. 2019-11-29 08:30:30 +00:00
rump Rip out pserialize(9) logic now that the RCU patent has expired. 2019-12-03 05:07:48 +00:00
secmodel
stand Use SMBIOS system vendor and product strings to create a "model" string 2019-11-30 13:02:18 +00:00
sys Rip out pserialize(9) logic now that the RCU patent has expired. 2019-12-03 05:07:48 +00:00
ufs
uvm fix the build for when UVMHIST is enabled. 2019-12-02 20:02:02 +00:00
Makefile