freebsd-dev/sys
Rick Macklem 3968293472 The test for "same client" for the experimental nfs server over NFSv4
was broken w.r.t. byte range lock conflicts when it was the same client
and the request used the open_to_lock_owner4 case, since lckstp->ls_clp
was not set. This patch fixes it by using "clp" instead of "lckstp->ls_clp".

MFC after:	2 weeks
2010-01-03 20:08:10 +00:00
..
amd64 Quiet variable "shadows" warning: 2010-01-01 20:55:11 +00:00
arm Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
boot Fix typo: s/partion/partition/ 2010-01-02 17:32:40 +00:00
bsm
cam Add BIO_DELETE support to ada(4): 2009-12-28 20:08:01 +00:00
cddl Reduce diff against OpenSolaris - move Giant acquire/release to 2010-01-02 23:38:03 +00:00
compat Signal 0 is used to check the permission for current process to signal 2009-12-18 14:27:18 +00:00
conf Revamp bus_space access functions: 2009-12-30 18:15:25 +00:00
contrib Delete old firmware. 2009-12-29 20:15:52 +00:00
crypto
ddb Among signal generation syscalls, only sigqueue(2) is allowed by POSIX 2009-11-17 11:39:15 +00:00
dev Fix card/device names, no functional change 2010-01-03 13:59:59 +00:00
fs The test for "same client" for the experimental nfs server over NFSv4 2010-01-03 20:08:10 +00:00
gdb
geom Properly return the UUID represented by the alias. 2010-01-02 01:02:59 +00:00
gnu Remove unused code. 2009-12-03 18:16:14 +00:00
i386 Quiet variable "shadows" warning: 2010-01-01 20:55:11 +00:00
ia64 Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representative 2010-01-02 00:37:00 +00:00
isa Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
kern If a filter has already been added, actually return EEXIST when trying 2009-12-31 20:56:28 +00:00
kgssapi
libkern Move inet_aton() (specular to inet_ntoa(), already present in libkern) 2009-11-12 00:46:28 +00:00
mips Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
modules iwn(4) update. Notable changes: 2009-12-29 19:47:34 +00:00
net Use stricter checking to match possible vlan clones by not allowing extra 2009-12-31 20:44:38 +00:00
net80211 Fix typo in comment 2009-12-08 00:54:08 +00:00
netatalk
netgraph (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. 2009-12-28 22:56:30 +00:00
netinet Avoid NULL dereference in arpresolve. 2010-01-03 06:43:13 +00:00
netinet6 Multiple IPv6 addresses of the same prefix can be installed on the 2009-12-30 21:51:23 +00:00
netipsec Enable IPcomp by default. 2009-11-29 20:47:43 +00:00
netipx
netnatm
netncp
netsmb
nfs
nfsclient Add missing include to make LINT-VIMAGE build as well. 2009-12-27 10:10:38 +00:00
nfsserver Properly return an error reply if an NFS remove or link operation fails. 2009-12-03 20:59:28 +00:00
nlm
opencrypto In case the compression result is the same size as the orignal version, 2009-11-29 17:53:57 +00:00
pc98 Re-enable more options and devices. Now kernel size problem is gone. 2010-01-03 04:38:38 +00:00
pci
powerpc Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
rpc (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. 2009-12-28 22:56:30 +00:00
security Make mac_lomac(4) able to interpret NFSv4 access bits. 2010-01-03 17:19:14 +00:00
sparc64 Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn() 2010-01-03 02:58:43 +00:00
sun4v Hook ebus(4) and isa(4) up to the sun4v LINT build in order to 2009-12-23 21:04:31 +00:00
sys Welcome to 2010. 2010-01-02 01:12:10 +00:00
teken Place home and end before insert and delete. 2009-11-11 09:43:26 +00:00
tools Output a comment on top of each generated file explaining where it came 2009-10-25 09:48:21 +00:00
ufs Implement NFSv4 ACL support for UFS. 2009-12-21 19:39:10 +00:00
vm Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
xdr
xen Correct bug introduced while purging the -ERRNO Linuxism from the 2009-12-29 23:28:13 +00:00
Makefile