freebsd-skq/sys
marius 22bfcf5b90 Update for the fact that the first members of the IPI args structures and
pc_cpumask were changed to cpuset_t. This now calculates the cpumask based
on pc_cpuid itself as pc_cpumask is slated for being deorbited. Note that
this needs r221750 to be MFC'ed in order to compile.
This seems to work fine but after a few dozens of successful IPIs something
suddenly adds pc_cpuid to pc_other_cpus, causing the respective assertions
in mp_machdep.c to be triggered when the latter is used as the base for the
targets.
2011-05-12 09:29:24 +00:00
..
amd64 MFC 2011-05-09 18:53:13 +00:00
arm Commit the support for removing cpumask_t and replacing it directly with 2011-05-05 14:39:14 +00:00
boot a whitespace nit 2011-05-07 13:57:30 +00:00
bsm Add ECAPMODE, "Not permitted in capability mode", a new kernel errno 2011-03-01 13:14:28 +00:00
cam scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctl 2011-05-07 10:06:43 +00:00
cddl MFC 2011-05-10 15:54:37 +00:00
compat Commit the missing linux_videdev2_compat.h (lost somewhere between 2011-05-04 13:09:20 +00:00
conf MFC 2011-05-03 18:57:46 +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 MFC 2011-05-10 15:54:37 +00:00
fs Change the new NFS server so that it uses vfs.nfsd naming 2011-05-08 01:01:27 +00:00
gdb Modify kdb_trap() so that it re-calls the dbbe_trap function as long as 2011-02-18 22:25:11 +00:00
geom MFC 2011-05-08 14:56:02 +00:00
gnu Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
i386 MFC 2011-05-09 18:53:13 +00:00
ia64 MFC 2011-05-07 23:34:14 +00:00
isa MFC 2011-05-09 18:53:13 +00:00
kern MFC 2011-05-07 23:34:14 +00:00
kgssapi
libkern Fix typos - remove duplicate "is". 2011-02-23 09:22:33 +00:00
mips MFC 2011-05-06 22:45:33 +00:00
modules T4 packet timestamps. 2011-05-05 02:38:08 +00:00
net MFC 2011-05-06 22:45:33 +00:00
net80211 Fix some corner cases in the net80211 sequence number retransmission 2011-05-04 02:23:59 +00:00
netatalk
netgraph LibAliasInit() should allocate memory with M_WAITOK flag. Modify it 2011-04-18 20:07:08 +00:00
netinet Refactor TCP ISN increment logic. Instead of firing callout at 100Hz to 2011-05-09 07:37:47 +00:00
netinet6 Remove code with any effect. 2011-05-03 20:34:02 +00:00
netipsec Release SP's refcount in key_get_spdbyid(). 2011-05-09 13:16:21 +00:00
netipx
netnatm
netncp
netsmb
nfs Fix by hand files that aren't added automatically by svn. 2011-05-09 22:13:07 +00:00
nfsclient MFC 2011-05-06 22:45:33 +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 Commit the support for removing cpumask_t and replacing it directly with 2011-05-05 14:39:14 +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 MFC 2011-05-09 18:53:13 +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 MFC 2011-05-10 15:54:37 +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 Update for the fact that the first members of the IPI args structures and 2011-05-12 09:29:24 +00:00
sun4v MFC 2011-05-08 14:56:02 +00:00
sys MFC 2011-05-10 15:54:37 +00:00
teken Add proper build infrastructure for teken. 2011-05-09 16:27:39 +00:00
tools GNU awk does not output escaped newlines in multi-line printc statements. This 2011-03-31 21:33:33 +00:00
ufs Fix typos. 2011-04-30 22:46:02 +00:00
vm MFC 2011-05-09 22:29:54 +00:00
x86 MFC 2011-05-09 18:53:13 +00:00
xdr
xen Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. 2011-01-19 00:57:58 +00:00
Makefile