NetBSD/sys
msaitoh 53950d8632 All of snd_wnd, snd_cwnd and snd_ssthresh in stuct tcpcb are u_long,
so use u_long and ulmin() instead of u_int and uimin(). Found by lgtm bot.

XXX TCP's sequence number is uint32_t, so it might be good to change some
entries in struct tcpcb to uint32_t instead of u_long. FreeBSD did it.
2019-10-09 05:29:18 +00:00
..
altq
arch Add sun8i-h3-nanopi-duo2.dts and sun8i-h3-nanopi-r1.dts. 2019-10-08 23:03:01 +00:00
coda
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 enable FDT direct configuration. 2019-10-08 21:16:11 +00:00
dist/pf
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 - cast through void * for rump 2019-10-09 01:43:00 +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
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 All of snd_wnd, snd_cwnd and snd_ssthresh in stuct tcpcb are u_long, 2019-10-09 05:29:18 +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
netsmb
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 regen 2019-10-09 01:43:35 +00:00
secmodel
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