NetBSD/sys
msaitoh 01277d2430 The path of SOICSIFMEDA or TAPGIFNAME calls are as follows:
doifioctl()

    pre-convert (if_cvtcmd_43_hook & ifreqo2n)

    (*ifp->if_ioctl)(ifp, cmd, data);

    post-convert (ifreqn2o)

so it's not required to check OSIOCSIFMEDIA and OTAPGIFNAME in if_tap.c.
Those two command is converted to new command in if_cvtcmd_43_hook and
always new commands are seen in tap_ioctl().

OK'd by pgoyette.
2019-04-16 04:26:02 +00:00
..
altq
arch Whitespace 2019-04-15 20:46:10 +00:00
coda
compat Clean up this mess and simplify, so that all the socket options get 2019-04-15 10:53:17 +00:00
conf Introduce POOL_QUARANTINE, a feature that creates a window during which a 2019-04-13 08:41:36 +00:00
crypto
ddb KNF 2019-03-12 07:44:58 +00:00
dev Regen. 2019-04-15 09:01:49 +00:00
dist/pf
external Remove unused definitions. 2019-04-07 20:28:41 +00:00
fs Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
gdbscripts
kern mq_send1: fix argument validation and reject too large lengths early. 2019-04-16 01:02:41 +00:00
lib Go back ot using 0x%x instead of %#x because we don't always support the 2019-04-05 20:09:29 +00:00
miscfs add a node for the process resource limits. 2019-03-30 23:28:30 +00:00
modules Split the COMPAT_50 socket-timeout stuff out of kern/uipc_socket.c 2019-04-15 02:07:11 +00:00
net The path of SOICSIFMEDA or TAPGIFNAME calls are as follows: 2019-04-16 04:26:02 +00:00
net80211 Fix CVS Id 2019-04-11 11:40:58 +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
netcan RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions. 2019-02-25 06:49:44 +00:00
netinet carp: don't skip pserialize_read_enter and ifa_release 2019-03-14 07:05:07 +00:00
netinet6 Fix small read overflow; harmless, because since I removed RH0, the memory 2019-04-03 19:23:38 +00:00
netipsec remove a variable which is no longer used. 2019-04-12 07:12:12 +00:00
netmpls
netsmb Prevent a NULL pointer dereference when the local endpoint is not defined. 2019-04-15 21:00:33 +00:00
nfs Bracket do_sys_renameat() and nfsrv_rename() with fstrans. 2019-02-20 10:05:20 +00:00
opencrypto Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
rump Fix CVS Id usage 2019-04-11 14:38:05 +00:00
secmodel Add the NVMM_CTL ioctl, always privileged regardless of the permissions of 2019-04-10 18:49:04 +00:00
stand Print bootargs from the environment 2019-04-10 19:36:04 +00:00
sys Clean up this mess and simplify, so that all the socket options get 2019-04-15 10:53:17 +00:00
ufs PR/53990, PR/52380, PR/52102: UFS2 cylinder group inode allocation botch 2019-04-14 15:55:24 +00:00
uvm Provide a code argument in kasan_mark(), and give a code to each caller. 2019-04-07 09:20:04 +00:00
Makefile