| .. |
|
amd64
|
Replace all uses of the vm page queues lock by a r/w lock that is private
|
2012-05-20 18:25:45 +00:00 |
|
arm
|
Return Supervisor SP and LR registers instead of User ones while in KDB thread.
|
2012-05-24 12:41:57 +00:00 |
|
boot
|
Fixes to man8 groff mandoc style, usage mistakes, or typos.
|
2012-05-24 02:24:03 +00:00 |
|
bsm
|
Add ECAPMODE, "Not permitted in capability mode", a new kernel errno
|
2011-03-01 13:14:28 +00:00 |
|
cam
|
MFprojects/zfsd:
|
2012-05-24 11:07:39 +00:00 |
|
cddl
|
Fix enforcement of file size limit with O_APPEND on ZFS.
|
2012-05-22 10:54:42 +00:00 |
|
compat
|
Add kern_fhstat(), adjust sys_fhstat() to use it.
|
2012-05-24 08:00:26 +00:00 |
|
conf
|
MFprojects/zfsd:
|
2012-05-24 11:20:51 +00:00 |
|
contrib
|
Revert r234834 per luigi@ request.
|
2012-05-03 08:56:43 +00:00 |
|
crypto
|
Add support for the extended FPU states on amd64, both for native
|
2012-01-21 17:45:27 +00:00 |
|
ddb
|
Update the ddb and gdb backends for the new 'trace_thread' hook.
|
2012-04-12 21:34:58 +00:00 |
|
dev
|
Add 'drmn' device as another drm child, to allow drm2 drivers to live
|
2012-05-23 17:09:14 +00:00 |
|
fs
|
A problem with the NFSv4 server was reported by Andrew Leonard
|
2012-05-17 21:52:17 +00:00 |
|
gdb
|
Update the ddb and gdb backends for the new 'trace_thread' hook.
|
2012-04-12 21:34:58 +00:00 |
|
geom
|
- Correct signedness for casts;
|
2012-05-23 20:51:21 +00:00 |
|
gnu/fs
|
Fix build:
|
2012-05-23 06:49:50 +00:00 |
|
i386
|
Enable drm2 modules build.
|
2012-05-23 21:07:01 +00:00 |
|
ia64
|
Don't assume we have legacy PICs (i.e. 8259A in cascade) at the legacy
|
2012-05-04 23:16:29 +00:00 |
|
isa
|
- There's no need to overwrite the default device method with the default
|
2011-11-22 21:28:20 +00:00 |
|
kern
|
MFprojects/zfsd:
|
2012-05-24 11:24:44 +00:00 |
|
kgssapi
|
Add missing break statement to make sure all 3DES etypes really are treated
|
2011-10-10 09:13:07 +00:00 |
|
libkern
|
Use strcmp that I replaced by accident.
|
2012-05-21 02:45:47 +00:00 |
|
mips
|
MFprojects/zfsd:
|
2012-05-24 11:20:51 +00:00 |
|
modules
|
style.Makefile(5)
|
2012-05-24 04:10:34 +00:00 |
|
net
|
Make most BPF ioctls() SMP-safe.
|
2012-05-21 22:21:00 +00:00 |
|
net80211
|
Fix some corner cases in the ieee80211_send_bar() handling.
|
2012-05-22 19:37:12 +00:00 |
|
netatalk
|
Fix typos
|
2012-02-28 15:07:05 +00:00 |
|
netgraph
|
Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.
|
2012-04-22 17:00:52 +00:00 |
|
netinet
|
Add sn_send_failed_event to sctp_notification.
|
2012-05-24 11:52:57 +00:00 |
|
netinet6
|
Use consistent text at the begining of the files.
|
2012-05-23 11:26:28 +00:00 |
|
netipsec
|
Add multi-FIB IPv6 support to the core network stack supplementing
|
2012-02-03 13:08:44 +00:00 |
|
netipx
|
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
|
2012-01-05 19:00:36 +00:00 |
|
netnatm
|
|
|
|
netncp
|
Change ncp_scan_bindery_object() to pass a constant search string.
|
2011-10-16 08:44:03 +00:00 |
|
netsmb
|
Add unicode support to msdosfs and smbfs; original pathes from imura,
|
2011-11-18 03:05:20 +00:00 |
|
nfs
|
Add multi-FIB IPv6 support to the core network stack supplementing
|
2012-02-03 13:08:44 +00:00 |
|
nfsclient
|
PR# 165923 reported intermittent write failures for dirty
|
2012-05-12 12:02:51 +00:00 |
|
nfsserver
|
Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0,
|
2011-12-15 02:26:53 +00:00 |
|
nlm
|
jwd@ reported a problem via email to freebsd-fs@ on Aug 25, 2011
|
2012-01-31 02:11:05 +00:00 |
|
ofed
|
Revert r234834 per luigi@ request.
|
2012-05-03 08:56:43 +00:00 |
|
opencrypto
|
Add the fo_chown and fo_chmod methods to struct fileops and use them
|
2011-08-16 20:07:47 +00:00 |
|
pc98
|
MFprojects/zfsd:
|
2012-05-24 11:20:51 +00:00 |
|
pci
|
intpm: add ATI IXP400 pci id
|
2012-04-16 10:33:46 +00:00 |
|
powerpc
|
Replace the list of PVOs owned by each PMAP with an RB tree. This simplifies
|
2012-05-20 14:33:28 +00:00 |
|
rpc
|
Both a crash reported on freebsd-current on Oct. 18 under the
|
2011-11-03 14:38:03 +00:00 |
|
security
|
Check vplabel for NULL before dereferencing it. Fixes a panic
|
2012-05-03 15:51:34 +00:00 |
|
sparc64
|
MFprojects/zfsd:
|
2012-05-24 11:20:51 +00:00 |
|
sys
|
MFprojects/zfsd:
|
2012-05-24 11:07:39 +00:00 |
|
teken
|
Link the demo application against ncursesw to make Unicode work.
|
2011-10-13 14:20:27 +00:00 |
|
tools
|
Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR.
|
2012-02-21 19:35:59 +00:00 |
|
ufs
|
Add missing `continue' statement at end of case.
|
2012-05-18 15:20:21 +00:00 |
|
vm
|
Tweak condition for disabling allocation from per-CPU buckets in
|
2012-05-23 18:56:29 +00:00 |
|
x86
|
Don't expose i386-only ptrace constants on amd64. This broke gdb with
|
2012-05-17 20:21:55 +00:00 |
|
xdr
|
|
|
|
xen
|
blkif interface comment cleanups. No functional changes
|
2012-02-29 17:47:01 +00:00 |
|
Makefile
|
Add sys/ofed to the 'make cscope' target.
|
2012-03-20 18:05:15 +00:00 |