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
/
dev
/
pci
/
pm2fb.c
Age
Commit message (
Expand
)
Author
2022-09-25
Remove unnecessary include of <sys/malloc.h>.
thorpej
2021-12-19
s/forground/foreground/ in comments.
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2019-12-22
Cleanup i2c bus acquire / release, centralizing all of the logic into
thorpej
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2016-12-16
use hardware rendering for anti-aliased fonts
macallan
2015-09-16
prop_dictionary_get_bool() doesn't return FALSE if the property doesn't
macallan
2014-12-17
- add support for Permedia 2
macallan
2014-12-09
begin to address PR 49229:
macallan
2013-10-09
support WSDISPLAYIO_GET_FBINFO
macallan
2013-09-15
Remove/comment out unused variables, initialize a few others.
martin
2013-07-30
avoid uninitialized use of defattr
macallan
2013-06-28
this could have never worked. Cleanup bogus code.
christos
2012-10-06
don't crash when we're not the console
macallan
2012-10-04
support underlined characters
macallan
2012-09-13
make video modes work that need a screen width which isn't directly supported
macallan
2012-09-13
add mode setting support
macallan
2012-09-12
support anti-aliased fonts in 8 bit
macallan
2012-09-05
fix horizontal scrolling in 8bit, while there use an R3G3B2 palette
macallan
2012-09-05
some preparations for mode setting support and such:
macallan
2012-05-23
first step to fix PR 46461 - don't jump through a NULL pointer when we're
macallan
2012-03-13
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
elad
2012-01-30
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
drochner
2012-01-11
use rasops_init(0, 0)
macallan
2011-11-24
fix debug build
macallan
2011-11-24
#include "opt_pm2fb.h"
macallan
2011-11-24
support DDC2, so far only for WSDISPLAYIO_GET_EDID
macallan
2011-01-22
Implement new WSDISPLAYIO_GET_BUSID ioctl.
cegger
2010-12-16
ioctl: KNF switch-case, remove useless brackets
cegger
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-05-04
use alternate font if available ( for autogenerated box drawing characters )
macallan
2010-03-16
Implement character drawing by hardware so we don't need to map the framebuffer
macallan
2009-10-28
fix occasionally wrong colours in rectangle fills
macallan
2009-10-28
A driver for the Permedia 2 graphics processor, so far it's been tested only
macallan