NetBSD/sys
hannken 4ac834d923 Fix a logic error introduced with Rev. 1.507: defer setting MNT_RDONLY
only if going from read-write to read-only.

Should fix PR kern/52045 (panic: ffs_sync: rofs mod, fs=/ after fsck)
2017-03-07 11:54:16 +00:00
..
altq
arch Trailing whitespace 2017-03-06 11:10:23 +00:00
coda Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
compat Apply fix from natuve clock_nanosleep(2) to not copyout remaining time 2017-02-26 10:26:19 +00:00
conf Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB) 2017-02-26 11:56:49 +00:00
crypto
ddb Add ddb command to find a vnode by the address of its lock. 2017-01-11 12:17:34 +00:00
dev Apply deferred if_start (from maya@) 2017-03-07 01:28:37 +00:00
dist/pf Do ND in L2_output in the same manner as arpresolve 2017-02-14 03:05:06 +00:00
external drmkms_pci: Use MSI if available (Take 2) 2017-03-02 04:31:51 +00:00
fs Add field "mnt_lower" to "struct mount" to track the file system 2017-03-06 10:10:07 +00:00
gdbscripts Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ipkdb
kern Fix a logic error introduced with Rev. 1.507: defer setting MNT_RDONLY 2017-03-07 11:54:16 +00:00
lib update marks[MARK_DATA] with COUNT_DATA. 2017-02-23 12:13:59 +00:00
miscfs Add field "mnt_lower" to "struct mount" to track the file system 2017-03-06 10:10:07 +00:00
modules add missing files. 2017-02-16 08:23:35 +00:00
net Remove unnecessary splnet for bridge_enqueue 2017-03-07 01:53:53 +00:00
net80211 Fix incrementing wrong counter 2017-03-06 08:36:20 +00:00
netatalk
netbt avoid -Werror=sign-conversion 2017-01-28 19:19:41 +00:00
netinet Make sure icmp_redirect_timeout_q and ip_mtudisc_timeout_q are initialized on bootup 2017-03-06 07:31:15 +00:00
netinet6 Pass inpcb/in6pcb instead of socket to ip_output/ip6_output 2017-03-03 07:13:06 +00:00
netipsec add sysctl to select software/hardware encryption driver. can enable CRYPTO_DEBUG. 2017-03-06 09:59:05 +00:00
netisdn Defer bpf_mtap in Rx interrupt context to softint 2017-01-24 09:05:27 +00:00
netkey
netmpls
netnatm
netsmb
nfs Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
opencrypto add sysctl to select software/hardware encryption driver. can enable CRYPTO_DEBUG. 2017-03-06 09:59:05 +00:00
rump Change the protocol to update a mounted file system from read-write 2017-03-01 10:44:47 +00:00
secmodel
stand
sys Add field "mnt_lower" to "struct mount" to track the file system 2017-03-06 10:10:07 +00:00
ufs Adapt the test "enable WAPBL on rw mounts only" to the recent change of 2017-03-06 10:12:00 +00:00
uvm avoid using %s in UVMHIST. 2017-03-02 20:11:19 +00:00
Makefile