NetBSD/sys
msaitoh 5793a7f911 Use ether_set_ifflags_cb() 2010-07-21 15:35:39 +00:00
..
altq rename the altq-defined INFINITY symbol to ALTQ_INFINITY 2010-04-09 19:32:45 +00:00
arch Make FONT_VT220L8x16 default for aesthetics. 2010-07-21 12:16:54 +00:00
coda Correct incomplete size checks for the coda ioctls. From Dan Rosenberg. 2010-07-20 17:26:03 +00:00
common/bus_dma Add some common bus_dmamem routines to be shared by multiple platforms. 2009-08-21 03:33:17 +00:00
compat Don't leak kernel stack into userspace. 2010-07-13 15:38:15 +00:00
conf COMPAT_LINUX32 requires COMPAT_LINUX. 2010-07-07 01:09:39 +00:00
crypto Apply const where necessary (XXX: where is bf_locl.org?) 2009-06-30 13:14:40 +00:00
ddb Include "ctype.h" in the central place which deals with building the 2010-02-02 09:04:14 +00:00
dev Use ether_set_ifflags_cb() 2010-07-21 15:35:39 +00:00
dist handle STDC and GNUC inline semantic differences by providing and 2010-06-01 08:53:20 +00:00
external Using vfinddev() leads to vnode races as it returns an unreferenced 2010-07-21 09:06:37 +00:00
fs Lock the ntnode and recheck the fnode after calling getnewvnode(). 2010-07-19 08:17:44 +00:00
gdbscripts Add a command to dump all thread stacks in the system and a command to dump 2009-11-18 18:12:00 +00:00
ipkdb Let the ipkdb subsystem allow operations related to it rather than wrongly 2009-10-02 22:05:52 +00:00
kern Using vfinddev() leads to vnode races as it returns an unreferenced 2010-07-21 09:06:37 +00:00
lib fix typo 2010-05-11 21:50:35 +00:00
miscfs Using vfinddev() leads to vnode races as it returns an unreferenced 2010-07-21 09:06:37 +00:00
modules Add a Makefile for ACPI CPUs. 2010-07-18 09:37:50 +00:00
net we need to set rt_ifp even if ifa is the same. Fixes the case when one 2010-06-28 17:26:11 +00:00
net80211 Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
netatalk Use the symbolic names. No functional change. 2010-01-30 21:48:30 +00:00
netbt Remove unused opt_bluetooth.h 2010-03-26 18:15:15 +00:00
netinet Revert previous change of making struct ipqent invisible to userland. 2010-07-19 19:16:45 +00:00
netinet6 Under some circumstances, udp6_output() would call ip6_clearpktopts() 2010-07-15 23:46:55 +00:00
netipsec Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
netisdn Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
netiso Remove superfluous parenthesis in #ifdef ARGO_DEBUG. 2009-08-07 14:04:34 +00:00
netkey Remove #ifdef KERNFS by using weak symbols. Notably, this approach 2010-03-03 01:13:26 +00:00
netmpls do some rudimentary checks on ip4 header before passing packet to 2010-07-05 09:54:26 +00:00
netnatm Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netsmb Convert sizes/lengths to unsigned (size_t) or uint32_t 2010-07-12 02:58:01 +00:00
nfs nfs_unmount(): No need to take a second reference for the root node. 2010-07-09 08:25:57 +00:00
opencrypto Add missing "break" for CRYPTO_CAST_CBC, and some assorted comment fixes. 2010-01-31 14:32:56 +00:00
rump Regen syscalls to get compat header included. 2010-07-19 15:38:55 +00:00
secmodel Use the socket credentials, now that we have them, instead of uidinfo. 2009-12-29 04:25:30 +00:00
stand Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
sys Using vfinddev() leads to vnode races as it returns an unreferenced 2010-07-21 09:06:37 +00:00
ufs Remove vlockmgr(). Generic vnode lock operations now use a rwlock located 2010-07-01 13:00:54 +00:00
uvm Replace vget() with vref()/vn_lock(), this node already has a reference. 2010-07-09 08:10:50 +00:00
Makefile Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00