freebsd-dev/sys
Bruce Evans 2d2fb1bf6b The %eflags checking introduced in the previous commit was too zealous.
sigreturn() sometimes failed for ordinary returns from signal handlers.
Failures of ordinary returns "can't happen" and are badly handled.
"Temporary" fix: allow users to corrupt PSL_RF.  This is fairly
harmless.  A correct fix would involve saving the old %eflags (and
perhaps the old segment registers) where the user can't get at them.
1995-01-17 01:15:12 +00:00
..
alpha/include First round in syscons update. Several new features has been added: 1995-01-12 11:47:05 +00:00
amd64 The %eflags checking introduced in the previous commit was too zealous. 1995-01-17 01:15:12 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution, 1995-01-14 07:51:10 +00:00
ddb Print "(null)" instead of crashing for null strings. Null names are 1994-10-30 20:55:44 +00:00
dev At $Ids to all files. Have the sequencer use DMA to tranfer its SCB 1995-01-16 16:31:21 +00:00
fs Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
gnu At $Ids to all files. Have the sequencer use DMA to tranfer its SCB 1995-01-16 16:31:21 +00:00
i386 The %eflags checking introduced in the previous commit was too zealous. 1995-01-17 01:15:12 +00:00
isa Oops, forgot one change when DDB is defined. 1995-01-13 17:13:13 +00:00
isofs/cd9660 Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
kern Attempt to close a hole using splhigh/splx. There still appears to be a 1995-01-15 09:35:58 +00:00
libkern Always build libkern_p.a. `NOPROFILE' should only control user libraries. 1995-01-10 01:57:56 +00:00
miscfs Initialize map start hint to vm_map_find()...not doing so will cause it 1995-01-05 03:59:38 +00:00
modules Checking new lkm structure.. 1995-01-12 13:57:51 +00:00
msdosfs These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
net Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> 1995-01-05 19:51:51 +00:00
netccitt Update calls to rtalloc1() to match. 1994-12-13 22:32:17 +00:00
netinet Actual firewall change. 1995-01-12 13:06:32 +00:00
netiso Update calls to rtalloc1(). 1994-12-13 22:33:05 +00:00
netns Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links. 1994-11-15 14:26:31 +00:00
nfs Fix conversion to/from nfs v2 time in handling microseconds. 1995-01-10 13:11:42 +00:00
nfsclient Added two missing brelse() calls. 1995-01-10 13:06:51 +00:00
nfsserver These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
pci Add $Id. Recognize motherboard aic7870 based controllers. 1995-01-16 16:31:57 +00:00
powerpc/include Added $Id$ 1994-08-02 07:55:43 +00:00
rpc Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi Ensured all files have copyright and RCS ID variable. 1995-01-08 15:56:10 +00:00
sys These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
vm Moved some splx's down a few lines in vm_page_insert and vm_page_remove 1995-01-15 07:31:34 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00