freebsd-skq/sys
bde d59996f398 Fix restoring cpl in the swi_ast_phantom case. The system sometimes
returned to user mode without enabling ASTs.  The problem fixed itself
at the next syscall or non-FPU trap, if any.  It hung the system for
a test process that masked SIGFPE's and divided by zero.  The faulting
division was returned to endlessly and this gave plently of opportunities
for the swi_ast_phantom case to be reached; after it was reached the
system hung because the ASTs for preemption and SIGINT handling were
disabled.
1995-02-20 20:35:24 +00:00
..
alpha/include
amd64 Do away with 'options SWAP_GENERIC' once and for all: I get ill 1995-02-18 18:05:35 +00:00
compile
conf Implement maxprocperuid and maxfilesperproc. They are tunable 1995-02-20 19:42:42 +00:00
ddb Added "panic" command to ddb, so we can do something sensible even if 1995-02-05 21:09:04 +00:00
dev This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
fs Make sure process isn't swapped when messing with it. 1995-02-20 15:53:33 +00:00
gnu Fix a few bogons introduced when config lost the 3 char limitation. 1995-02-16 08:06:28 +00:00
i386 Fix restoring cpl in the swi_ast_phantom case. The system sometimes 1995-02-20 20:35:24 +00:00
isa This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
isofs/cd9660 strategy for block and char devices are rightfully spec_strategy. 1995-02-13 06:12:32 +00:00
kern Implement maxprocperuid and maxfilesperproc. They are tunable 1995-02-20 19:42:42 +00:00
libkern Always build libkern_p.a. `NOPROFILE' should only control user libraries. 1995-01-10 01:57:56 +00:00
miscfs Make sure process isn't swapped when messing with it. 1995-02-20 15:53:33 +00:00
modules
msdosfs Use the correct block number for updating the backup copy of the FAT when 1995-02-10 18:39:45 +00:00
net Attempting to bind() or connect() a routing socket, while meaningless, 1995-02-16 01:11:38 +00:00
netccitt And fix some more compiler warnings. Then give up. /sys/net* is FULL of 1995-02-15 06:29:47 +00:00
netinet Added missing newlines to calls to log(). 1995-02-20 15:48:46 +00:00
netiso
netns
nfs YF fix. 1995-02-15 04:21:32 +00:00
nfsclient YF fix. 1995-02-15 04:21:32 +00:00
nfsserver YF fix. 1995-02-15 04:21:32 +00:00
pci Improve diagnostics: 1995-02-17 16:45:08 +00:00
powerpc/include
rpc
scsi >From a week or two ago I got kernel panics as soon as I tried to access my 1995-02-15 07:44:07 +00:00
sys Implement maxprocperuid and maxfilesperproc. They are tunable 1995-02-20 19:42:42 +00:00
tools
ufs Adjust slice names in diskerr() for the rearranged slice numbers. The 1995-02-16 14:47:38 +00:00
vm vm_inherit function has been deprecated. 1995-02-20 18:08:18 +00:00
Makefile