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
/
ic
/
hd44780_subr.c
Age
Commit message (
Expand
)
Author
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2009-08-30
Misc KNF.
tsutsui
2009-03-16
ANSIfy functions with function-pointer arguments
dsl
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-12-19
use M_ZERO on malloc() and remove subsequent bzero().
cegger
2008-04-10
Remove a now-spurious & so that this builds again (for cobalt).
he
2008-04-08
use aprint_*_dev and device_xname
cegger
2007-11-01
Fix some random LCD corruption on cobalt:
tsutsui
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-07-10
Adjust to match callout_init signature change.
ad
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-08-14
4-line HD44780 LCD display support. Work needed for the NetBSD toaster port.
joff
2005-02-27
nuke trailing whitespace
perry
2005-02-04
Support wsdisplay(4) attachments of hd44780 LCD controllers
joff
2005-01-11
Replace hd44780_subr.h to hd44780var.h and install to userland.
joff
2005-01-09
Handle (i.e. don't lock up the kernel in hd44780_busy_wait) the case of the
joff
2005-01-08
Various improvements for connecting HD44780s using bit-banging style devices
joff
2003-01-20
Driver for the Hitachi HD44780 used in many small LCD panels.
soren