freebsd kernel with SKQ
Go to file
Steven Wallace a5e1a0f2e9 The recently introduced sv_sendsig entry of the sysentvec structure
is incorrectly set to 0, for the purpose of "ignoring" the signal.
This does not ignore the signal, but rather, executes the function
at location 0 in kernel mode, which shortly thereafter causes a panic.

The sv_sensig entry for ibcs2 emulation should be set to the system's
normal sendsig routine.
1996-03-27 18:39:40 +00:00
bin Fix 'stutter' in manpage. 1996-03-12 05:30:39 +00:00
eBones Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
etc Provide for creation of /dev/perfmon. 1996-03-26 21:04:54 +00:00
games add missing include files 1996-03-13 23:38:21 +00:00
gnu f2c's -krd does not work with f77 wrapper 1996-03-27 07:46:04 +00:00
include Slightly simplify inlined functions 1996-03-25 13:46:21 +00:00
lib Removed now-bogus casts that were to hide the inconsistency between the 1996-03-27 18:07:29 +00:00
libexec Here is a patch to talkd which makes it send the request to the tty with 1996-03-24 09:27:20 +00:00
lkm Add in qcam module (forgot) 1996-03-24 00:30:38 +00:00
release Rename the usage of private' to private_data' to cope with the 1996-03-24 18:57:37 +00:00
sbin Fixed a type to match Lite2's fixed-width type changes. 1996-03-19 14:41:05 +00:00
secure Comment out the NOPROFILE=yes to make this orthogonal with the rest of our 1996-03-17 15:43:32 +00:00
share A few small stylistic changes. This still needs work! 1996-03-27 17:03:51 +00:00
sys The recently introduced sv_sendsig entry of the sysentvec structure 1996-03-27 18:39:40 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Make sure there is a linefeed at the end of generated HTML files. 1996-03-26 13:26:53 +00:00
usr.sbin Rename the usage of private' to private_data' to cope with the 1996-03-24 18:57:37 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Re-instate the bootstrap target which can be used to build tools 1996-03-24 13:16:45 +00:00