NetBSD/sys
isaki 85c4f0d204 Fix to start recording immediately when open() with READ mode is
called (unless pause).
- Opening /dev/audio always initializes pause with false.  Therefore
  it always starts recording.
- Opening /dev/sound inherites pause from the sticky parameter.
  Therefore whether /dev/sound starts recording or not depends on the
  sticky pause parameter.
This fixes two problems:
- Opening /dev/audio didn't start recording after merging isaki-audio2.
- Opening /dev/sound didn't start recording regardless of the sticky
  pause, probably since long time ago (at least netbsd-7).
2020-03-26 13:32:03 +00:00
..
altq Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
arch update register definition. from UEFI source code. 2020-03-26 10:38:16 +00:00
coda v_interlock -> vmobjloc 2020-02-24 20:53:11 +00:00
compat Deal with having to teardown sysctl entries in multiple sub-trees. 2020-03-21 16:28:56 +00:00
conf undo previous since config has been fixed 2020-03-08 00:18:41 +00:00
crypto
ddb Make the db_kernelonly() macro visible to all files and re-use it. 2020-03-10 15:58:36 +00:00
dev Fix to start recording immediately when open() with READ mode is 2020-03-26 13:32:03 +00:00
dist/pf Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
external Fix compiler-rt build with MKIPFILTER=no 2020-03-15 23:51:27 +00:00
fs Fix use-after-free issue! 2020-03-21 13:39:31 +00:00
gdbscripts
kern Relax fdatasync restriction that fd be writable 2020-03-25 18:08:34 +00:00
lib
miscfs Process concurrent page faults on individual uvm_objects / vm_amaps in 2020-03-22 18:32:41 +00:00
modules Split out the quota code from the rest of compat_netbsd32 module. This 2020-03-12 15:02:29 +00:00
net reset the csum_flags in bridge_brodcast() also for bmcast path 2020-03-24 13:30:54 +00:00
net80211 Define and implement a locking protocol for the ifmedia / mii layers: 2020-03-15 23:04:50 +00:00
netatalk
netbt pass the address of the field, instead of relying on it being the first 2020-02-29 11:40:06 +00:00
netcan
netinet Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
netinet6 route: RTM_MISS now puts the message source address in RTA_AUTHOR 2020-03-09 21:20:55 +00:00
netipsec Fix kern/55066. Pointed out and fixed by Chuck Zmudzinski, thanks. 2020-03-13 06:55:35 +00:00
netmpls
netsmb Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
nfs Process concurrent page faults on individual uvm_objects / vm_amaps in 2020-03-22 18:32:41 +00:00
opencrypto Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
rump Regen. 2020-03-23 23:28:47 +00:00
secmodel Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
stand
sys Regen. 2020-03-23 23:28:47 +00:00
ufs Avoid misaligned access to lfs64 on-disk records in memory. 2020-03-21 06:11:05 +00:00
uvm Fix UVMHIST build 2020-03-23 10:35:56 +00:00
Makefile