NetBSD/sys
gwr 19d5694f93 Remove the hack that faked up an "ssp" value. It is now up to
locore.s to put the right sp in the frame.  Also move memory
access code into db_memrw.c so it can be taken separately.
1996-02-22 23:23:23 +00:00
..
adosfs compiler warning police 1996-02-13 17:05:47 +00:00
arch Remove the hack that faked up an "ssp" value. It is now up to 1996-02-22 23:23:23 +00:00
compat fourth argument to kern_sysctl() must be a size_t *. simply passing a pointer 1996-02-21 00:10:59 +00:00
conf Remove ns_cksum.c; I'll send mail to portmasters about it. 1996-02-19 21:29:44 +00:00
ddb eliminate setjmp.h 1996-02-13 17:39:01 +00:00
dev Keep the terminal count information around, as it's self-clearing. 1996-02-22 06:21:48 +00:00
isofs/cd9660 Another typo. 1996-02-10 00:33:53 +00:00
kern when printing data modified on the free list: 1996-02-20 23:56:16 +00:00
lib Add declaration of strncasecmp. 1996-02-13 23:48:26 +00:00
miscfs GC *_nullop(). Minor nits. 1996-02-13 13:12:48 +00:00
msdosfs Deal correctly with boundary between 12 bit and 16 bit cluster numbers 1996-02-11 22:48:14 +00:00
net Close PR/2105: if.c does not compile without COMPAT_43 due to missing casts. 1996-02-21 14:28:33 +00:00
netccitt netccitt prototypes 1996-02-13 22:04:21 +00:00
netinet Fix PR/2095 options MROUTING did not compile. 1996-02-18 18:58:32 +00:00
netiso add another missing prototype with TPCONS is not defined. 1996-02-14 21:32:37 +00:00
netns Fixed bug I introduced in the previous changes. In the ctlinput functions, 1996-02-18 05:42:59 +00:00
nfs Third argument to VOP_PATHCONF is a register_t *, and register_t may be 1996-02-20 23:45:10 +00:00
scsi Handle EOF a little differently. 1996-02-19 00:06:07 +00:00
stand
sys Remove VAX-specific register reference from comment (closes PR 1481) 1996-02-22 20:30:16 +00:00
ufs in mfs_print: mfs_baseoff is a pointer, should be printed as %p, and 1996-02-21 00:06:45 +00:00
vm We no longer need the old hack for allocating the u-area on the i386. 1996-02-18 22:53:43 +00:00
Makefile