1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys
Jung-uk Kim 389cff5113 Clean up FreeBSD-specific header file:
- Define ACPI_USE_DO_WHILE_0 to add do while(0) around return_*() macros.
- Define __cdecl only for user land.  It will never be used in kernel.
- Remove __cli() and __sti().  They were deprecated long ago.
2009-06-08 17:11:47 +00:00
..
amd64 Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reason 2009-06-08 16:43:40 +00:00
arm Invalidate cache in pmap_remove_all() on ARM. 2009-06-08 12:15:39 +00:00
boot Instead of packing the individual fields in the PnP structures, pack the 2009-06-08 15:09:22 +00:00
bsm
cam
cddl Support shared vnode locks for write operations when the offset is 2009-06-04 16:18:07 +00:00
compat Rename usb pipes to endpoints as it better represents what they are, and struct 2009-06-07 19:41:11 +00:00
conf Code using COMPAT_ROUTE_FLAGS option, introduced with r187094, 2009-06-08 15:13:20 +00:00
contrib Clean up FreeBSD-specific header file: 2009-06-08 17:11:47 +00:00
crypto Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(), 2009-05-27 09:52:12 +00:00
ddb Place hostnames and similar information fully under the prison system. 2009-05-29 21:27:12 +00:00
dev Add another PCI id for Nvidia nForce MCP67, found in several Acer laptops. 2009-06-08 14:37:47 +00:00
fs Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specific 2009-06-06 07:13:57 +00:00
gdb
geom Simplify. 2009-06-05 23:35:43 +00:00
gnu - Outindent long printf lines instead of splitting them in the 2009-06-07 08:42:26 +00:00
i386 Decouple the i386 native and i386 Xen APIC definitions a little further. 2009-06-07 22:52:48 +00:00
ia64 Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
isa
kern Move zombie-reaping code out of kern_wait() and into its own function, 2009-06-08 15:26:09 +00:00
kgssapi Place hostnames and similar information fully under the prison system. 2009-05-29 21:27:12 +00:00
libkern
mips
modules Sound Mega-commit. Expect further cleanup until code freeze. 2009-06-07 19:12:08 +00:00
net Fix and add a workaround on an issue of EtherIP packet with reversed 2009-06-07 23:00:40 +00:00
net80211 do not strip M_MORE_DATA on packets coming through ieee80211_start; 2009-06-08 03:18:45 +00:00
netatalk Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC 2009-06-05 14:55:22 +00:00
netgraph Rework socket upcalls to close some races with setup/teardown of upcalls. 2009-06-01 21:17:03 +00:00
netinet Fix and add a workaround on an issue of EtherIP packet with reversed 2009-06-07 23:00:40 +00:00
netinet6 Fix and add a workaround on an issue of EtherIP packet with reversed 2009-06-07 23:00:40 +00:00
netipsec Reimplement the netisr framework in order to support parallel netisr 2009-06-01 10:41:38 +00:00
netipx Reimplement the netisr framework in order to support parallel netisr 2009-06-01 10:41:38 +00:00
netnatm Reimplement the netisr framework in order to support parallel netisr 2009-06-01 10:41:38 +00:00
netncp
netsmb Rework socket upcalls to close some races with setup/teardown of upcalls. 2009-06-01 21:17:03 +00:00
nfs
nfsclient Rework socket upcalls to close some races with setup/teardown of upcalls. 2009-06-01 21:17:03 +00:00
nfsserver Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC 2009-06-05 14:55:22 +00:00
nlm Correct typo; errno => error. 2009-06-04 11:22:53 +00:00
opencrypto
pc98 Remove MAC kernel config files and add "options MAC" to GENERIC, with the 2009-06-02 18:31:08 +00:00
pci When user_frac in the polling subsystem is low it is going to busy the 2009-05-30 15:14:44 +00:00
powerpc Initial version of the sec(4) driver for the integrated security engine found 2009-06-06 09:37:55 +00:00
rpc Add a temporary workaround for panics being seen on NFS servers with ZFS, 2009-06-07 20:51:31 +00:00
security Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC 2009-06-05 14:55:22 +00:00
sparc64 Remove MAC kernel config files and add "options MAC" to GENERIC, with the 2009-06-02 18:31:08 +00:00
sun4v Adjust the padding of struct pcpu to r193219. 2009-06-03 19:31:26 +00:00
sys Update vimage size guard values but do not yet re-enable them. 2009-06-08 15:02:30 +00:00
tools Sound Mega-commit. Expect further cleanup until code freeze. 2009-06-07 19:12:08 +00:00
ufs Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC 2009-06-05 14:55:22 +00:00
vm Eliminate unnecessary obfuscation when testing a page's valid bits. 2009-06-07 19:38:26 +00:00
xdr MFdevbranch 192944 2009-05-28 08:18:12 +00:00
xen Make ipi_cpu() function as intended. 2009-05-30 08:53:13 +00:00
Makefile