NetBSD/sys
maxv 066833e6eb Improvements in tpm(4):
- Remove interrupt support, do polling only, avoids unnecessary trouble.
 - Simplify a few things.
 - Fix the suspend function, the SaveState command is 0x98, not 0x9C.
 - Make the driver MP-safe.
 - Sync the man page with reality.
2019-10-08 18:43:02 +00:00
..
altq Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
arch Fix AMD Fn8000_0001f %eax bit 0's name. 2019-10-08 03:16:21 +00:00
coda Fix locking for readdir code (Brett Lymn) 2018-11-20 19:05:25 +00:00
compat Validate input before converting timeval::tv_usec in compat/netbsd32 2019-10-05 14:19:53 +00:00
conf convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-30 00:06:02 +00:00
crypto Use an explicit run-time assertion where compile-time doesn't work. 2019-09-19 18:29:55 +00:00
ddb Simplify logic to get rid of implicit dependence on order of ASCII 2019-10-02 09:36:30 +00:00
dev Improvements in tpm(4): 2019-10-08 18:43:02 +00:00
dist/pf Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
external Use unsigned to avoid undefined behavior. Found by kUBSan. 2019-10-08 17:41:04 +00:00
fs remove an always false check and its' "This can never happen?" comment. 2019-10-04 12:34:40 +00:00
gdbscripts Remove the 'procs' from lwps and use the one from procs. 2019-07-17 09:14:24 +00:00
kern Enhance reliability of ptrace(2) in a debuggee with multiple LWPs 2019-10-08 18:02:46 +00:00
lib convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
miscfs Defer to synchronous I/O before the aiodone work queue exists. 2019-10-06 05:48:00 +00:00
modules convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
net xc_barrier - convenience function to xc_broadcast() a nop. 2019-10-06 15:11:16 +00:00
net80211 remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
netatalk RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() 2019-02-24 07:20:33 +00:00
netbt permit read_encryption_key_size from userland 2019-09-28 07:10:55 +00:00
netcan can: add missing mowner variables for MBUFTRACE 2019-08-19 03:24:38 +00:00
netinet in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP 2019-10-01 18:00:07 +00:00
netinet6 icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput, 2019-10-06 02:30:58 +00:00
netipsec Make panic messages more informative 2019-09-25 09:53:37 +00:00
netmpls Fix memory leaks pointed out by Ilja Van Sprundel: all 2019-01-28 12:53:01 +00:00
netsmb Prevent a NULL pointer dereference when the local endpoint is not defined. 2019-04-15 21:00:33 +00:00
nfs remove NCHNAMLEN optimization 2019-09-10 23:19:34 +00:00
opencrypto xc_barrier - convenience function to xc_broadcast() a nop. 2019-10-06 15:11:16 +00:00
rump xc_barrier - convenience function to xc_broadcast() a nop. 2019-10-06 15:11:16 +00:00
secmodel Add the NVMM_CTL ioctl, always privileged regardless of the permissions of 2019-04-10 18:49:04 +00:00
stand Increase MI efiboot bootprompt() input buffer from 80 bytes to LINE_MAX. 2019-09-29 00:52:26 +00:00
sys Convert ttynodisc() to devenodev and ttyerr*() to ttyenodev too. 2019-10-08 12:49:56 +00:00
ufs fix compilation 2019-09-18 18:46:00 +00:00
uvm Defer to synchronous I/O before the aiodone work queue exists. 2019-10-06 05:48:00 +00:00
Makefile evbppc port has been built with modules for some time now, drop explanation on 2019-06-17 17:01:50 +00:00