index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amiga
/
dev
/
amidisplaycc.c
Age
Commit message (
Expand
)
Author
2022-07-06
Return display depth correctly from WSDISPLAYIO_GET_FBINFO.
jandberg
2022-02-06
Refactor cursor drawing.
jandberg
2021-08-21
fix mainly same typos as in my previous commit but outside sys/dev/dm.
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-06-15
Remove parentheses from return. No functional changes.
rin
2021-06-15
Add support for WSDISPLAYIO_MODE_DUMBFB to WSDISPLAYIO_SMODE.
rin
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-01-06
Implement the WSDISPLAYIO_GET_FBINFO ioctl, needed by X wsfb driver.
jandberg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-01-28
Make the console framebuffer visible when polling mode console input is used.
jandberg
2016-02-06
Fix some awkward language in manpage and code comments.
jandberg
2015-11-12
Use the MD_BTOP() macro as replacement for m68k_btop() in all device
phx
2015-08-05
remove include of <dev/rcons/raster.h>, which is not necessary.
mrg
2014-03-29
Mark variables only used in KASSET to appease compiler.
mlelstv
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-01-11
adjust wsfont_find()
macallan
2011-12-15
Amiga wscons/Xorg support, first phase.
phx
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2009-03-18
bzero -> memset
cegger
2008-12-19
use M_ZERO on malloc() and remove subsequent bzero().
cegger
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-04-12
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
jmmv
2005-12-11
merge ktrace-lwp.
christos
2005-06-01
Tell kbd when it is the console keyboard instead of always assuming
jandberg
2004-12-13
for drivers that support only one instance, use a global variable to ensure
chs
2004-02-23
Add wsfont pseudo-device.
jandberg
2003-11-12
amidisplaycc.c:
jandberg
2003-11-12
Fix bug/typo and rewrite some funnily structured code.
jandberg
2003-07-14
The second argument to amidisplaycc_setnamedfont() really should be a const.
aymeric
2003-02-10
make sure cursor is cleared from old location before drawing in the next
jandberg
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-02
call grfcc_probe() and viewprobe(), even when we are not the console.
aymeric
2002-07-04
alloc_attr -> allocattr
junyoung
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-03-13
Reorganise the wsfont stuff slightly so that multiple display adapters
ad
2002-01-28
add __KERNEL_RCSID as suggested by Luke Mewburn
aymeric
2002-01-26
- ANSIfy
aymeric
2002-01-13
Amiga wsdisplay updates.
jandberg
2001-02-02
Initial, still incomplete wscons support by Jukka Andberg, PR 11068
is