NetBSD/sys
bouyer 87fe8c7aca As proposed on tech-net@, introduce a new switch type, PSWITCH_TYPE_RADIO,
to be used to report to userland hardware radio switch changes.
powerd(8) will call a "radio_button" script to handle the event.
This script can e.g. start or stop wpa_supplicant.
Update wpi(4) to report PSWITCH_TYPE_RADIO events to sysmon.
2015-01-06 15:39:54 +00:00
..
altq Build altq module. 2014-11-17 06:04:01 +00:00
arch Make sure to write our MAC address to the chip 2015-01-06 11:22:09 +00:00
coda Add missing vrele() and vfs_vnode_iterator_destroy() to coda_cacheprint(). 2015-01-06 11:24:46 +00:00
compat Add compatibility for pre MIDMAGIC a.out binaries (with COMPAT_NOMID) 2014-12-05 22:21:47 +00:00
conf Set BPFJIT flag in opt_bpf.h which is included by bpf.c. 2015-01-04 07:32:32 +00:00
crypto Fix inconsistent use of inline in prototype and definition 2014-08-11 22:36:49 +00:00
ddb Define ddb module. 2014-11-16 05:46:27 +00:00
dev As proposed on tech-net@, introduce a new switch type, PSWITCH_TYPE_RADIO, 2015-01-06 15:39:54 +00:00
dist/pf
external apply a patch from rjs@, which is necessary for radeondrmkms on i386: 2015-01-05 06:28:34 +00:00
fs No need to load a vnode/fnode pair to lookup attributes on a ntnode. 2015-01-06 11:04:00 +00:00
gdbscripts
ipkdb
kern initialize sysctl node from init() instead of via linkset 2015-01-04 19:31:00 +00:00
lib bcdtobin and bintobcd are now inlines in <dev/clock_subr.h> 2014-11-20 16:25:16 +00:00
miscfs Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
modules Don't exclude amd64 from COMPAT < 15. We need it for COMPAT_NETBSD32 a.out 2014-12-14 21:14:06 +00:00
net Reset the expire time of a cache on receiving a frame for the cache 2015-01-01 08:43:26 +00:00
net80211 src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
netatalk Define netatalk module. 2014-12-08 07:18:45 +00:00
netbt since rfcomm_attach_pcb may be called from (soft) interrupt context 2014-11-16 21:34:27 +00:00
netinet use the new printing code. 2014-12-02 20:25:47 +00:00
netinet6 Report route additions/changes/deletions for cached neighbours to userland. 2014-12-16 11:42:27 +00:00
netipsec Don't use C++ keyword new 2014-09-05 09:26:44 +00:00
netisdn src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
netkey
netmpls split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netnatm split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
netsmb Adjust smbfs/netsmb for filenames byte length changes that come as 2014-11-15 18:52:44 +00:00
nfs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
opencrypto simplify, no functional change 2014-11-27 20:30:21 +00:00
rump Extend RUMP_USE_CTOR to SYSCTL_SETUP(), similar to what is already 2015-01-04 22:11:40 +00:00
secmodel Do not release secmodels_lock when it is not held. 2014-11-04 16:01:58 +00:00
stand
sys As proposed on tech-net@, introduce a new switch type, PSWITCH_TYPE_RADIO, 2015-01-06 15:39:54 +00:00
ufs clear i_dirhash sooner, but what lock protects it? 2014-12-20 00:28:05 +00:00
uvm Use PMAP_TLB_MAX instead of MAXCPUS. 2015-01-05 05:35:18 +00:00
Makefile