NetBSD/sys
thorpej 38084c6615 Note that trap #1 is compat_13_sigreturn, and give trap #3 to syscalls
which require special handling, e.g. sigreturn on m68k.

This differs from the old sigreturn trap in that we require the syscall
number to be in register d0, just like the regular syscall entry point.
This will allow sigreturn to be versioned in the future without the need
to allocate another trap vector.
1998-09-30 22:14:11 +00:00
..
adosfs Use the pool allocator and the "nointr" pool page allocator for adosfs nodes. 1998-09-01 03:33:26 +00:00
arch Note that trap #1 is compat_13_sigreturn, and give trap #3 to syscalls 1998-09-30 22:14:11 +00:00
coda I want to distinguish from DEBUG printouts and CODA_VERBOSE printouts. 1998-09-28 17:55:21 +00:00
compat Stubs for future development of linux compat architechtures. 1998-09-30 21:55:57 +00:00
conf Add AdvanSys ULTRA WIDE SCSI controllers 1998-09-26 16:28:16 +00:00
ddb - Use proclists[], rather than checking allproc and zombproc explicitly. 1998-09-08 23:50:13 +00:00
dev Invert the RXCOPY test. Note that most new platforms will not 1998-09-29 22:40:52 +00:00
filecorefs Bug fix from Andrew McMurry for filecore_readdir() missing the end 1998-09-18 04:17:44 +00:00
gdbscripts
ipkdb
isofs Check permissions on device to be mounted. 1998-09-05 04:34:47 +00:00
kern Implement vsprintf(). 1998-09-29 21:03:02 +00:00
lib tfs -> ustarfs 1998-09-24 05:23:33 +00:00
lkm LKM for ext2fs ... better late than never :) 1998-09-29 10:26:58 +00:00
miscfs Workaropund fix for PR #5239 from <minoura@kw.netlaputa.ne.jp>: 1998-09-30 06:50:10 +00:00
msdosfs Set the tooffset after renaming even if in root directory. 1998-09-21 15:17:42 +00:00
net Start supporting IPPROTO_MOBILE (55) encapsulation. This is yet 1998-09-30 05:59:27 +00:00
netatalk Add/move some Ethertypes, PR #5997, Heiko W.Rupp. 1998-09-09 04:32:39 +00:00
netccitt Fix copyright mess: 1998-09-13 16:21:16 +00:00
netinet Switch order of TNF and UCB copyrights so UCB copyright is first; this seems more appropriate since UCB wrote the original code, after all. 1998-09-30 21:52:24 +00:00
netiso Fix ' ' -> '\t' 1998-09-13 15:24:39 +00:00
netnatm
netns fix comment and copyright spacing. 1998-09-13 15:21:32 +00:00
nfs Use the "atime" instead of "mtime" of the remote root directory as 1998-09-28 21:20:52 +00:00
stand Fix rcsid's 1998-09-13 15:19:12 +00:00
sys Implement vsprintf(). 1998-09-29 21:03:02 +00:00
ufs Not time to #include <machine/bswap.h>m, it will come with the move 1998-09-30 09:08:16 +00:00
uvm back out previous. 1998-09-30 15:44:10 +00:00
vm Declare silent success on madvise(). As an advisory call, it is harmless 1998-09-30 12:07:51 +00:00
Makefile Add filecorefs so we get the header files installed. 1998-08-14 13:05:37 +00:00