NetBSD/sys
pooka aeb7e802ec I'm not even going to describe this change. I'll just say that
churn creates interesting code.

Fixes open(O_CREAT|O_TRUNC) on at least tmpfs and nfs to not fail
with ENOENT due to a racy removal of the newly created file.

Caught, as most bugs these days are, by a test run.
2010-08-25 13:51:50 +00:00
..
altq rename the altq-defined INFINITY symbol to ALTQ_INFINITY 2010-04-09 19:32:45 +00:00
arch Add definitions for Intel Digital Thermal Sensor and Power Management, at 2010-08-25 05:07:43 +00:00
coda Fix incorrect comments about the buffer size being 2K; it is really 8K now. 2010-08-07 20:39:33 +00:00
common/bus_dma
compat Add PAE to ALL kernel, so that most paddr_t format string errors get caught 2010-07-26 22:33:23 +00:00
conf Import NPF - a packet filter. Some features: 2010-08-22 18:56:18 +00:00
crypto
ddb Include "ctype.h" in the central place which deals with building the 2010-02-02 09:04:14 +00:00
dev If firmware_load() returns ENOENT (i.e. No such file or directory), 2010-08-25 12:43:56 +00:00
dist Revert previous - changes here are irrelevant to NetBSD 2010-08-11 11:57:36 +00:00
external There is nothing particularly interesting for users in: 2010-08-25 04:58:59 +00:00
fs Remove extra char - not sure where that came from (duplicated vi command?) 2010-08-11 13:26:25 +00:00
gdbscripts
ipkdb
kern I'm not even going to describe this change. I'll just say that 2010-08-25 13:51:50 +00:00
lib print the correct error code if nfs_mount() fails. 2010-08-08 18:38:31 +00:00
miscfs Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
modules Import NPF - a packet filter. Some features: 2010-08-22 18:56:18 +00:00
net Import NPF - a packet filter. Some features: 2010-08-22 18:56:18 +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
netbt Remove unused opt_bluetooth.h 2010-03-26 18:15:15 +00:00
netinet Use own IPv4 reassembly queue entry structure and leave struct ipqent only 2010-08-25 00:05:14 +00:00
netinet6 Make the EtherIP in IPv6 input path work. 2010-08-24 00:07:00 +00:00
netipsec Further silence ipsec_attach(). 2010-07-21 20:41:31 +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
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
netsmb Convert sizes/lengths to unsigned (size_t) or uint32_t 2010-07-12 02:58:01 +00:00
nfs Do not return a garbage vnode in vpp if fhtovp fails. 2010-08-12 09:41:10 +00:00
opencrypto Keep condvar wmesg within 8 char limit. 2010-08-11 11:49:09 +00:00
rump whoopsie, need to commit this as part of scsitest 2010-08-24 13:19:04 +00:00
secmodel
stand
sys Only define kernconfig_lock routines for _KERNEL 2010-08-22 14:12:10 +00:00
ufs ffs_reclaim: don't free an already free inode. This may happen when 2010-08-12 07:41:49 +00:00
uvm sys_mremap: unwrap a short line 2010-08-16 01:21:10 +00:00
Makefile Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00