1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/sys/i386
Bruce Evans 136956ed12 Fixed the return value of fpsetmask(). The API requires inversion of the
mask on both input and output to fpsetmask(), but this was only done for
input, so fpsetmask() returned the complement of the old mask (ANDed with
the mask bitfield).

PR:		38170
MFC after:	4 weeks
2002-06-01 17:39:46 +00:00
..
acpica Make this compile with gcc-3.1, which objects to the multi-line string. 2002-05-19 06:42:29 +00:00
apm Remove __P. 2002-03-20 05:48:58 +00:00
bios Remove __P. 2002-03-20 05:48:58 +00:00
compile
conf Do not refer to the Intel PRO/1000 by its internal name. 2002-05-29 18:42:26 +00:00
i386 Add declarations of suword32 and suword64. Add implementations of one or 2002-05-26 16:03:13 +00:00
ibcs2 Fix warnings; deprecated use of label at end of compound statement 2002-05-24 05:54:40 +00:00
include Fixed the return value of fpsetmask(). The API requires inversion of the 2002-06-01 17:39:46 +00:00
isa Off-by-128 error in the cuam* device node numbers. 2002-05-20 05:12:56 +00:00
linux o Fix race condition caused by doing ptrace() for permission 2002-05-19 19:35:36 +00:00
pci Use a common function to map the bogus intlines. 2002-06-01 05:14:11 +00:00
svr4 Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
Makefile