summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/grf.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 /sys/arch/atari/dev/grf.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 'sys/arch/atari/dev/grf.c')
0 files changed, 0 insertions, 0 deletions
/span>Introduce _NETBSD_TOOLS for symbols the are needed in tools buildchristos 2007-08-02Do not include SSP files unless _FORTIFY_SOURCE > 0.kristerw 2007-05-30Match usage of FORTIFY_SOURCE on other platforms by not requiring specialtls 2006-08-12Add stresep and strndup.christos 2005-07-28Add strerror_r.christos 2005-03-13Add prototype for memmem(3). It is API compatible with the version in Linux.perry 2005-02-03de-__P -- the hack is long since useless. Discussed with christos,perry 2004-07-12Move the strcasestr() prototype to the local extensions section.kleink 2004-07-03Add strcasestr(3), case insensitive version of strstr(3).junyoung 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21 2001-03-22Sprinkle some restrict qualifiers.kleink 2000-01-10Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due tokleink 1999-12-22For the benefit of G++'s null pointer constant implementation, #define NULLkleink 1999-09-09strlcat() and strlcpy() aren't ISO/IEC 9899:1990.kleink 1999-09-08prototypes for strlcat() and strlcpy()lukem 1998-07-27Make many of the new consts dependent on a new `__AUDIT__' flag, to avoidmycroft 1998-07-26KNF nit.mycroft 1998-07-26const poisoning.mycroft 1998-05-06Make strtok_r() available to _XOPEN_SOURCE >= 500, and fix the protection ofkleink 1998-04-27Move the #include <strings.h> line inside a !defined(_XOPEN_SOURCE) blocktv 1998-02-03restore include of sys/featuretest.hperry 1998-02-02remove sys/featuretest.h -- why did kleink add it?perry 1998-02-02merge lite-2perry 1998-02-02Per XPG4.2, move the prototypes of bcmp(), bcopy(), bzero(), ffs(), index(),kleink 1998-01-12Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>.kleink 1997-10-16move setmode and strsignal to unistd.hchristos 1997-07-13Add missing strtok_r prototypechristos 1994-10-26new RCS ID format.cgd 1994-08-02Added prototype for new function strsignal()jtc 1994-05-21add _BSD's to ansi typescgd