1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/i386
Alan Cox 42d5624e1f o Stop calling useracc() in (o)sendsig() now that we use copyout()
to copy the sigframe to the user's stack.  Useracc() takes a non-trivial
   amount of time.  Eliminating it speeds up signal delivery by 15% or more.
 o Update some comments.

Submitted by:	bde
2002-03-17 04:21:19 +00:00
..
acpica Fix typo in function name. 2002-01-10 03:26:46 +00:00
apm Add generalized power profile code. 2002-03-04 18:46:13 +00:00
bios Add generalized power profile code. 2002-03-04 18:46:13 +00:00
compile
conf Add commented out GEOM line to NOTES 2002-03-11 08:27:23 +00:00
i386 o Stop calling useracc() in (o)sendsig() now that we use copyout() 2002-03-17 04:21:19 +00:00
ibcs2 Fix warnings (prototype for nonexisting static function) 2002-02-28 03:12:00 +00:00
include Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the 2002-03-16 00:25:53 +00:00
isa Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
linux Fix format warning. 2002-02-27 23:21:46 +00:00
pci Don't call the bios if the interrupt appaers to be already routed. Some 2002-03-16 23:02:41 +00:00
svr4 Clear the single-step flag for signal handlers. This fixes bogus trace 2002-01-10 11:49:55 +00:00
Makefile