freebsd-dev/sys
Attilio Rao f1edea81ac Add the function md_assert_nopreempt(), which is a very consistent
function on the possibility of a thread to not preempt.

As this function is very tied to x86 (interrupts disabled checkings)
it is not intended to be used in MI code.
2011-04-30 23:12:37 +00:00
..
amd64 Add the function md_assert_nopreempt(), which is a very consistent 2011-04-30 23:12:37 +00:00
arm Change rman_manage_region() to actually honor the rm_start and rm_end 2011-04-29 18:41:21 +00:00
boot Turn PBVM page table entries into PTEs so that they can be inserted 2011-04-30 20:16:49 +00:00
bsm Add ECAPMODE, "Not permitted in capability mode", a new kernel errno 2011-03-01 13:14:28 +00:00
cam Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI. 2011-04-29 07:14:37 +00:00
cddl Fix deduplicated zfs receive 2011-04-30 14:52:49 +00:00
compat Regen. 2011-04-18 16:32:47 +00:00
conf Stop linking against a direct-mapped virtual address and instead 2011-04-30 20:49:00 +00:00
contrib Make pf compile without INET support by adding #ifdef INETs and 2011-04-27 19:34:01 +00:00
crypto Fix a bug in the result of manual assembly. 2011-03-02 14:56:58 +00:00
ddb Trim some additional unnecessary <linker_set.h> includes. 2011-04-28 17:59:33 +00:00
dev Fix a typo/error. 2011-04-30 22:34:44 +00:00
fs Clarify the comment. 2011-04-30 13:49:03 +00:00
gdb
geom Implement relaxed comparision for hardcoded provider names to make it 2011-04-27 00:10:26 +00:00
gnu Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
i386 Add the function md_assert_nopreempt(), which is a very consistent 2011-04-30 23:12:37 +00:00
ia64 Stop linking against a direct-mapped virtual address and instead 2011-04-30 20:49:00 +00:00
isa - Enable an extra debugging bootverbose printf when probing ISA PNP cards 2011-03-29 12:38:13 +00:00
kern idle_cpus_mask is just used in the SMP case and within sched_4BSD. 2011-04-30 22:30:18 +00:00
kgssapi
libkern Fix typos - remove duplicate "is". 2011-02-23 09:22:33 +00:00
mips An example configuration file for the Atheros PB92. 2011-04-30 12:25:09 +00:00
modules Update carp, gre and pf module builds to be depenent on INET and/or 2011-04-30 17:59:54 +00:00
net LACP frames must not be send VLAN-tagged, check for that before processing. 2011-04-30 20:34:52 +00:00
net80211 We need in.h for both INET and INET6, as according to RFC 3493 it 2011-04-25 16:37:47 +00:00
netatalk
netgraph LibAliasInit() should allocate memory with M_WAITOK flag. Modify it 2011-04-18 20:07:08 +00:00
netinet Fix a mismerge from p4 in that in_localaddr() is not available without INET. 2011-04-30 16:30:18 +00:00
netinet6 Improve compilation of SCTP code without INET support. 2011-04-30 11:18:16 +00:00
netipsec Make IPsec compile without INET adding appropriate #ifdef checks. 2011-04-27 19:28:42 +00:00
netipx
netnatm
netncp
netsmb
nfs Fix the experimental NFS client so that it does not bogusly 2011-04-25 22:22:51 +00:00
nfsclient Fix module names and dependencies so the NFS clients will 2011-04-27 20:42:30 +00:00
nfsserver Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ 2011-02-25 10:11:01 +00:00
nlm
ofed - Catch up to falloc() changes. 2011-04-26 07:30:52 +00:00
opencrypto After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) 2011-04-01 13:28:34 +00:00
pc98 This patch changes head so that the default NFS client is now the new 2011-04-27 17:51:51 +00:00
pci Do a sweep of the tree replacing calls to pci_find_extcap() with calls to 2011-03-23 13:10:15 +00:00
powerpc Add the watchdogs patting during the (shutdown time) disk syncing and 2011-04-28 16:02:05 +00:00
rpc This patch is believed to fix a problem in the kernel rpc for 2011-04-27 18:19:26 +00:00
security - Add a FEATURE for capsicum (security_capabilities). 2011-03-04 09:03:54 +00:00
sparc64 This patch changes head so that the default NFS client is now the new 2011-04-27 17:51:51 +00:00
sun4v This patch changes head so that the default NFS client is now the new 2011-04-27 17:51:51 +00:00
sys idle_cpus_mask is just used in the SMP case and within sched_4BSD. 2011-04-30 22:30:18 +00:00
teken
tools GNU awk does not output escaped newlines in multi-line printc statements. This 2011-03-31 21:33:33 +00:00
ufs Clarify the comment. 2011-04-30 13:49:03 +00:00
vm Reap old SPL comments. 2011-04-26 22:18:53 +00:00
x86 Change rman_manage_region() to actually honor the rm_start and rm_end 2011-04-29 18:41:21 +00:00
xdr
xen
Makefile