summaryrefslogtreecommitdiff
path: root/usr.sbin/videomode/videomode.c
diff options
context:
space:
mode:
authordbj <dbj@NetBSD.org>2002-01-02 20:28:43 +0000
committerdbj <dbj@NetBSD.org>2002-01-02 20:28:43 +0000
commit32eabd814843366632ea6f0cb984da170c60dc28 (patch)
tree281cd58f9bee8c63b4050f51877ca33604e0d46a /usr.sbin/videomode/videomode.c
parent539d8cbd301bf6f0960f6fbf0a93e786ab6f4665 (diff)
if pm_adb_op times out waiting for an interrupt, attempt to take
an interrupt anyway, just in case. Otherwise, report the timout condition. This works around a problem in my ibook if a key is pressed after boot and before adb is configured, such as when booting with -d.
Diffstat (limited to 'usr.sbin/videomode/videomode.c')
0 files changed, 0 insertions, 0 deletions
class='nohover-highlight'> 2007-11-08When creating unsigned int results, do not distinguish positive versusmartin negative overflow. 2007-11-08When converting long double values to integer types, explicitly use themartin "round to zero" variants of the softfloat conversion functions. Add a variant to convert long double to unsigned long - the "to long" variant checked for overflows that do not apply to unsigned results. This fixes the regress/lib/libc/convfp tests for sparc64. 2006-05-11add128() wants bits64 * as it's 5th argument.mrg 2003-07-26netbsd.org->NetBSD.orgsalo