freebsd-src/sys
Bruce Evans 02f90f3b3c Increased the double fault stack size from 512 to PAGE_SIZE. This is
wasteful, but better than clobbering the variables below the stack.
About 300 bytes of variables were clobbered when I examined double
faults using ddb.  Perhaps a page that is known not to be accessed by
the double fault handler could be used.  Such pages are not easy to
find, since the double fault handler calls panic() which calls sync()
and possibly dumpsys().
1995-12-22 18:17:34 +00:00
..
alpha Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
amd64 Increased the double fault stack size from 512 to PAGE_SIZE. This is 1995-12-22 18:17:34 +00:00
compat/linux Update linux_ipc.c to use the now generated prototypes for the shm* calls 1995-12-15 05:07:20 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf i386/i386/conf.c is no longer needed.. remove it from files.i386 1995-12-21 20:09:46 +00:00
ddb Reduced and cleaned up #includes. 1995-12-10 19:08:32 +00:00
dev Changed the definition of DEBUG to agree with -DDEBUG to avoid warnings 1995-12-22 16:08:15 +00:00
fs Fixed 1TB filesize changes. Some pindexes had bogus names and types 1995-12-17 07:19:58 +00:00
gnu Fixed syntax errors caused by EXCEPTION() when DEBUG is defined. 1995-12-22 16:53:48 +00:00
i386 Increased the double fault stack size from 512 to PAGE_SIZE. This is 1995-12-22 18:17:34 +00:00
isa Fixed bugs introduced in rev. 1.127 (some broken 16650 support was 1995-12-22 14:58:55 +00:00
isofs/cd9660 Added prototypes. 1995-12-03 17:14:38 +00:00
kern Fixed bugs and finished staticization for things inside `#ifdef DEBUG'. 1995-12-22 16:06:46 +00:00
libkern Add-back strlen.c to the library in case a kernel is compiled without 1995-12-19 19:47:05 +00:00
miscfs Fixed 1TB filesize changes. Some pindexes had bogus names and types 1995-12-17 07:19:58 +00:00
modules Reformatted the list of broken modules and added ip_mroute_mod to it. 1995-12-16 21:19:18 +00:00
msdosfs Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
net in_proto.c: spell ``Internet'' right and put whitespace after commas. 1995-12-20 21:53:53 +00:00
netccitt Cleanup and staticize. 1995-12-18 09:42:44 +00:00
netinet If _IP_VHL is defined, declare a single ip_vhl member in struct ip rather 1995-12-21 21:20:27 +00:00
netipx Oops, forgot to update this to match pr_ctlinput. 1995-12-16 03:43:49 +00:00
netiso Last commit this round: Staticize. 1995-12-10 13:45:30 +00:00
netns Moved inline functions for insque() and remque() to <sys/queue.h>. 1995-12-03 13:45:34 +00:00
nfs Move fs.nfs.nfsstats sysctl var back to it's old OID. 1995-12-22 15:57:38 +00:00
nfsclient Move fs.nfs.nfsstats sysctl var back to it's old OID. 1995-12-22 15:57:38 +00:00
nfsserver Staticize. 1995-12-17 21:14:36 +00:00
pc98/pc98 Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
pccard Completed function declarations and/or added prototypes and/or added 1995-12-16 00:11:11 +00:00
pci Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointer 1995-12-18 02:47:43 +00:00
powerpc/include Don't define CLK_TCK here. 1995-02-03 21:49:18 +00:00
rpc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
scsi Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changer 1995-12-20 12:02:43 +00:00
sys Remove the now obsolete vfs_sysctl vfsops element. 1995-12-22 16:02:39 +00:00
tools Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
ufs Fixed prototyping and staticizing for -DDEBUG case. 1995-12-22 17:56:37 +00:00
vm i386/i386/conf.c is no longer needed.. remove it from files.i386 1995-12-21 20:09:46 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00