|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Brad Smith (brad
cvs.openbsd.org)
Date: Fri Jun 10 2005 - 21:58:50 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: brad
cvs.openbsd.org 2005/06/10 20:58:49
Modified files:
sys/arch/i386/i386: Tag: OPENBSD_3_6 apm.c locore.s
Log message:
MFC:
Fixes by marco
, niklas
, mickey
and beck
rev 1.87
one last optimization, removing a jump, mostly by
toby, committed so art will stop yelling at me to
avoid conflicts...
rev 1.86
repair whichqs race by disabling ints in between check and halt-halt
rev 1.85
replace jnz FOO;jmp BAR;FOO: with jz BAR;FOO:, the idle loop will be even more efficient
rev 1.84
hlt hlt is not a good idea. Rework APM to do what the spec actually says.
Run actual BIOS calls whenever we are actually idle. Tovarisch!
ok deraadt
marco
beck
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]