NetBSD/sys
thorpej 91f49d269d Eliminate some duplicated code here (similar to XScale code):
* sa110_cache_purgeD() is the same as sa110_cache_cleanD() on the
  SA-1 -- make it an alias.
* sa110_cache_syncI() and sa110_cache_purgeID() are identical to
  sa110_cache_cleanD() on the SA-1, with the exception that the
  I-cache must also be flushed.  Save code duplication by moving
  the I-cache flush before the D-cache clean and letting it fall
  through.
2001-11-14 00:08:05 +00:00
..
adosfs add RCSIDs 2001-11-12 22:54:03 +00:00
altq add RCSIDs 2001-11-12 23:08:56 +00:00
arch Eliminate some duplicated code here (similar to XScale code): 2001-11-14 00:08:05 +00:00
coda add RCSIDs 2001-11-12 23:08:56 +00:00
compat add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
conf add RCSID 2001-11-08 05:59:31 +00:00
crypto add RCSIDs 2001-11-13 00:56:55 +00:00
ddb add RCSIDs 2001-11-12 22:54:03 +00:00
dev Add a DISGNOSTIC message. 2001-11-13 17:45:07 +00:00
filecorefs add RCSIDs 2001-11-12 22:54:03 +00:00
gdbscripts
ipkdb add RCSIDs 2001-11-12 22:54:03 +00:00
isofs add RCSIDs 2001-11-12 15:25:01 +00:00
kern add RCSID 2001-11-13 13:33:44 +00:00
lib Sync to libc version of divsi3.S. This is to fix up the stack for 8 byte alignment. 2001-11-13 20:06:40 +00:00
lkm add RCSIDs 2001-11-12 23:22:57 +00:00
miscfs add RCSIDs 2001-11-10 13:33:40 +00:00
msdosfs add RCSIDs 2001-11-10 13:22:20 +00:00
net remove unnecessary #if NFOO > 0 .... #endif wrappers 2001-11-13 00:49:35 +00:00
netatalk add RCSIDs 2001-11-13 00:00:58 +00:00
netccitt add RCSIDs 2001-11-13 00:12:56 +00:00
netinet add RCSIDs 2001-11-13 00:32:34 +00:00
netinet6 add RCSIDs 2001-11-13 00:56:55 +00:00
netisdn add RCSIDs 2001-11-13 00:56:55 +00:00
netiso add RCSIDs 2001-11-13 00:56:55 +00:00
netkey add RCSIDs 2001-11-13 00:56:55 +00:00
netnatm add RCSIDs 2001-11-13 00:56:55 +00:00
netns add RCSIDs 2001-11-13 00:56:55 +00:00
netsmb add RCSIDs 2001-11-13 00:56:55 +00:00
nfs add RCSIDs 2001-11-10 10:59:08 +00:00
ntfs add RCSIDs 2001-11-10 13:22:20 +00:00
smbfs add RCSIDs 2001-11-10 13:22:20 +00:00
stand
sys Turn off kernel rcsids by default on a.out, but let it be turned on again 2001-11-13 19:52:39 +00:00
ufs some callers of ufs_bmaparray() in LFS depend on *nump being set to 0 for 2001-11-13 06:23:17 +00:00
uvm add RCSIDs, and in some cases, slightly cleanup #include order 2001-11-10 07:36:59 +00:00
Makefile Use @true instead of @${TRUE} in includes-foo targets, since there is no 2001-10-12 21:05:08 +00:00