freebsd-nq/sys
Peter Wemm 4580c352e1 KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if they
were, they are not safe to use outside of the kernel since these values
can change at kernel compile time - ie: we do not want them compiled into
userland binaries.
2003-05-01 00:10:38 +00:00
..
alpha Range check the syscall number before looking it up in the syscallnames[] 2003-04-30 17:59:27 +00:00
amd64 Repocopy from x86_64/... to amd64/... 2003-04-30 22:51:59 +00:00
arm Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
boot We use i386 boot code on AMD64. 2003-04-30 22:13:36 +00:00
cam Use %j instead of %q in printf to unbreak sparc64. 2003-04-30 13:36:51 +00:00
coda
compat Initialize tbuf in newstat_copyout() too. 2003-04-29 17:03:22 +00:00
conf Add AMD64 hooks 2003-04-30 22:22:29 +00:00
contrib Resolve conflicts. 2003-04-29 19:11:00 +00:00
crypto Assembly files put thru the C preprocessor need to have C style comments. 2003-04-21 16:30:12 +00:00
ddb Move the _oncpu entry from the KSE to the thread. 2003-04-10 17:35:44 +00:00
dev Add support for IC Book Ironclad Pro/Lite 8-port cards. 2003-04-30 22:15:47 +00:00
fs Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
geom Fix some easy, global, lint warnings. In most cases, this means 2003-04-30 12:57:40 +00:00
gnu This commit was generated by cvs2svn to compensate for changes in r113778, 2003-04-21 02:27:52 +00:00
i4b
i386 KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if they 2003-05-01 00:10:38 +00:00
ia64 Kill MID_MACHINE, its a.out specific, the only platform that supports 2003-04-30 23:16:33 +00:00
isa Create a 'legacy' node for AMD64 as well as i386. While we'll never 2003-04-30 21:41:41 +00:00
isofs/cd9660
kern AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions. 2003-04-30 21:45:03 +00:00
libkern Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
modules Support functions for the new ACPI import. 2003-04-29 18:50:34 +00:00
net Fix some easy, global, lint warnings. In most cases, this means 2003-04-30 12:57:40 +00:00
netatalk
netatm Use __FBSDID rather than rcsid[]. 2003-04-03 21:36:33 +00:00
netgraph Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
netinet Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP. 2003-04-29 22:03:46 +00:00
netinet6 Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP. 2003-04-29 22:03:46 +00:00
netipsec Introduce an M_ASSERTPKTHDR() macro which performs the very common task 2003-04-08 14:25:47 +00:00
netipx
netkey Introduce an M_ASSERTPKTHDR() macro which performs the very common task 2003-04-08 14:25:47 +00:00
netnatm Introduce an M_ASSERTPKTHDR() macro which performs the very common task 2003-04-08 14:25:47 +00:00
netncp
netsmb
nfs
nfsclient Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
nfsserver - Acquire the vm_object's lock when performing vm_object_page_clean(). 2003-04-24 04:31:25 +00:00
opencrypto
pc98 Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
pccard 1. Allow drivers to query CIS strings from OLDCARD. 2003-04-23 23:39:21 +00:00
pci Add module data and version to the atm_subr and reference this info from the 2003-04-29 08:07:44 +00:00
posix4
powerpc Fix transcription error. Use == NULL, not != NULL. Fortunately this 2003-04-30 22:09:26 +00:00
rpc
security - Acquire the vm_object's lock when performing vm_object_page_clean(). 2003-04-24 04:31:25 +00:00
sparc64 Fix transcription error. Use == NULL, not != NULL. Fortunately this 2003-04-30 22:09:26 +00:00
sys Use the 64 bit sized struct kinfo_proc for AMD64. 2003-04-30 22:06:39 +00:00
tools
ufs Fix some easy, global, lint warnings. In most cases, this means 2003-04-30 12:57:40 +00:00
vm Increase the scope of the vm_object lock in vm_map_delete(). 2003-04-30 19:18:09 +00:00
Makefile