NetBSD/sys
thorpej d819792e68 Use memcpy() in kcopy(), copyin(), and copyout(). XXX This means we have
to burn 3 insns to swap the arguments.  Need to change the interface to
these routines to match memcpy().

G/C bcopy() from here.  We'll let it be provided by libkern (which is
what provides memcpy()) until bcopy() is exorcised completely.
2001-07-13 00:06:06 +00:00
..
adosfs
altq Fix typo. s/extention/extension/ 2001-07-05 08:38:24 +00:00
arch Use memcpy() in kcopy(), copyin(), and copyout(). XXX This means we have 2001-07-13 00:06:06 +00:00
coda add coda_{get,put}pages so that mmap works. 2001-07-03 06:46:52 +00:00
compat Map OSS mixer device "line1" to native mixer device "aux". 2001-07-09 03:21:32 +00:00
conf Rename TCPDEBUG to TCP_DEBUG, defopt TCP_DEBUG and TCP_NDEBUG, and 2001-07-08 16:18:56 +00:00
crypto properl y check DES weak key. KAME PR 363 2001-07-03 14:29:45 +00:00
ddb allow one to #define DB_MAX_LINE and DB_MAX_WIDTH independantly. 2001-07-01 12:16:25 +00:00
dev Driver for the Level One LXT-1000 10/100/1000 PHY. 2001-07-12 21:54:40 +00:00
filecorefs
gdbscripts
ipkdb
isofs Call inittodr(0) on end of cd9660_mountroot(), so that system time is properly 2001-07-07 14:53:55 +00:00
kern Check msgbufenabled before referencing msgbufp in panic. Avoids 2001-07-10 20:40:56 +00:00
lib Provide bcopy() here. 2001-07-13 00:04:00 +00:00
lkm Add -DINET6 to CPPFLAGS, so that the check for pre-RFC2553 sockaddr_in6 2001-07-04 10:29:16 +00:00
miscfs don't set PG_RDONLY on the lower layer's pages, 2001-07-04 21:38:00 +00:00
msdosfs retrieve, not retreive 2001-06-12 14:59:27 +00:00
net add ovbcopy macro for KAME compat. 2001-07-07 18:26:26 +00:00
netatalk
netccitt Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netinet do not #ifdef in headers. usr.sbin/trpt needs it. 2001-07-09 07:53:20 +00:00
netinet6 have ovbcopy() macro, for cross-BSD compatibility only. 2001-07-07 14:45:46 +00:00
netisdn bcopy -> memcpy; Nuke bogus local compatibility defines for it. 2001-07-08 10:33:58 +00:00
netiso Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netkey
netnatm
netns Use SPPDEBUG not TCPDEBUG here 2001-07-08 16:14:22 +00:00
netsmb response', not responce' 2001-06-19 13:45:52 +00:00
nfs Introduce NFS_DEFAULT_NIOTHREADS to define the default number 2001-07-01 02:13:35 +00:00
ntfs update 2001-07-06 12:38:40 +00:00
smbfs
stand
sys move to kqueue branch for now 2001-07-10 11:59:50 +00:00
ufs Fix typo. s/extention/extension/ 2001-07-05 08:38:24 +00:00
uvm Rather than using u_shorts, use u_ints and bitfields in the vm_page. This 2001-06-28 00:26:38 +00:00
Makefile