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
/
sun
/
fb.c
Age
Commit message (
Expand
)
Author
2016-04-21
RASTERCONSOLE is gone, wsdisplay no longer optional
macallan
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2010-03-11
various aprint_* fixes.
mrg
2009-03-18
bzero -> memset
cegger
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-29
Remove more duplicate headers.
hubertf
2006-10-15
Missing initializer
martin
2006-03-28
Use device_unit().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-10-08
Fixes the following bug:
macallan
2005-06-24
Attach multiple displays as fb0, fb1, ... so that X can use multiple heads
jdc
2005-02-04
de-__P
perry
2004-03-19
fb_is_console/SUN4U: fbnode => prom_stdout_node.
pk
2004-03-17
Rename PROM_getprop*() => prom_getprop*().
pk
2004-03-17
Update previous change: set defaults properly.
pk
2004-03-16
Use prom_getoption() and drop home-grown string-to-integer conversion code.
pk
2003-08-25
Undo previous as it broke things.
uwe
2003-08-24
#include "opt_rcons.h"
uwe
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
More changes for providing lwpid for ktrace (sparc GENERIC built)
darrenr
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-03
Refactor kbd and mouse drivers so that they can use different middle
uwe
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-22
Changed some preprocessor tests for SUN4 to test for !SUN4U
fredette
2001-11-13
add RCSIDs
lukem
2001-11-12
In fb_bell call kbd_docmd only #if NKBD > 0.
uwe
2001-09-26
getprop* -> PROM_getprop*
eeh
2001-06-24
Avoid unused variables if RASTERCONS_FULLSCREEN is defined. (see PR#13231)
pk
2000-10-31
fb_is_console(): we must match on the `fb' propery in a V0 PROMs root node
pk
2000-08-23
Common framebuffer functions.
pk