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
/
isa
/
ega.c
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
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
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-07-28
Implement bounds checking in some places in display driver code to avoid
mjf
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
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-02-27
nuke trailing whitespace
perry
2004-09-14
Separate the namespace for default (ie unspecified) locators used
drochner
2004-03-24
remove license clauses 3 and 4 from my cpoyright notices
drochner
2002-10-02
Fix sizeof and whitespace bug from the script I'm using to do the
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-07-07
Remove __P.
junyoung
2002-07-07
Rename vc_ccol and vc_crow in struct pcdisplayscreen to cursorcol
junyoung
2002-07-04
alloc_attr -> allocattr
junyoung
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-01-08
Deal with lossage caused by recent isa changes [/briq potr]
christos
2001-11-13
add RCSID
lukem
2001-07-18
bcopy -> memcpy
thorpej
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-01-25
Finish with fixing the SOFTCURSOR stuff.
ad
2000-01-05
Use pcdisplay_cursor_init().
ad
1999-12-13
First cut on an EGA driver. For initial testing, lacks some EGA vs CGA/MGA
drochner