freebsd-dev/sys
Marius Strobl 816bf02c2d Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()
is gone since r201396 and which is also in line with the fact that
FreeBSD 4 didn't supported sparc64.

PR:		142102 (second part)
MFC after:	1 week
2010-01-09 15:31:27 +00:00
..
amd64 Set md_ldt (pointer to the LDT) after md_ldt_sd (system segment 2010-01-09 11:28:01 +00:00
arm Revert 200594. This file isn't intended for these sorts of things. 2010-01-04 21:30:04 +00:00
boot Space cleanup for revision 201689 committed separately for easier review. 2010-01-06 23:11:56 +00:00
bsm Add audit events for process descriptor system calls, which will appear in 2009-09-29 21:25:59 +00:00
cam Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
cddl Re-apply onnv-gate revisions 7994 and 8986 (corresponds to FreeBSD 2010-01-07 20:10:22 +00:00
compat Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
conf Introduce the new kernel thread called "deadlock resolver". 2010-01-09 01:46:38 +00:00
contrib Fix array overflow. 2010-01-08 19:56:37 +00:00
crypto
ddb Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order 2010-01-08 15:44:49 +00:00
dev Revert iwn channel-argument handling of set_txpower() to r201822 2010-01-09 04:00:22 +00:00
fs Remove unused smbfs_smb_qpathinfo(). 2010-01-08 15:53:07 +00:00
gdb
geom Change the way in which zero stripesize is handled. Instead of reporting 2010-01-06 13:14:37 +00:00
gnu Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
i386 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
ia64 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
isa Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
kern Use enum to define key types. 2010-01-09 06:30:40 +00:00
kgssapi
libkern Move inet_aton() (specular to inet_ntoa(), already present in libkern) 2009-11-12 00:46:28 +00:00
mips Merge r195128 from project/mips to head. 2010-01-09 04:59:57 +00:00
modules After adding an SDT provider for opencrypto in r199884 we should also 2010-01-07 12:58:03 +00:00
net Stop GCC from complaining about lagg_port_checkstacking() being unused. 2010-01-08 16:44:33 +00:00
net80211 Fix #ifdefs so that GCC 4.4 doesn't complain about it. 2010-01-08 15:41:24 +00:00
netatalk Reverse misordered unlock and lock in at_control for netatalk phase I 2009-08-12 10:44:13 +00:00
netgraph ip_var.h now needs to be before ip_fw_private.h 2010-01-07 14:23:19 +00:00
netinet Ensure an address is removed from the interface address 2010-01-08 17:49:24 +00:00
netinet6 Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order 2010-01-08 15:44:49 +00:00
netipsec Enable IPcomp by default. 2009-11-29 20:47:43 +00:00
netipx Use queue(9) instead of hand-crafted link lists for the global IPX 2009-06-24 20:57:50 +00:00
netnatm
netncp
netsmb Don't print out a message on loading a module. 'kldload -v' and 'kldstat 2009-09-10 18:33:08 +00:00
nfs Revert rev 192323 (nfs_common.c only): 2009-07-12 03:53:52 +00:00
nfsclient Reduce recursions on curvnet and thus spamming the console with warning 2010-01-09 14:56:38 +00:00
nfsserver Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn() 2010-01-09 15:31:27 +00:00
nlm Handle GRANTED_RES messages more gracefully: Send along a grant cookie 2009-10-07 19:50:14 +00:00
opencrypto In case the compression result is the same size as the orignal version, 2009-11-29 17:53:57 +00:00
pc98 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
pci Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
powerpc In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
rpc Make options KGSSAPI build and add it to NOTES. 2010-01-08 23:26:10 +00:00
security Make mac_lomac(4) able to interpret NFSv4 access bits. 2010-01-03 17:19:14 +00:00
sparc64 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
sun4v In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
sys Introduce the new kernel thread called "deadlock resolver". 2010-01-09 01:46:38 +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 Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
vm Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
xdr Add a check for a NULL mbuf ptr at the beginning of xdrmbuf_inline() 2009-08-12 16:27:51 +00:00
xen Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
Makefile