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
/
atari
/
dev
/
grf.c
Age
Commit message (
Expand
)
Author
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
2011-06-30
dependant -> dependent
wiz
2011-06-05
A few missed device_t, cfdata_t cleanups
matt
2011-06-05
- use CFATTACH_DECL_NEW() (no softc)
tsutsui
2011-02-08
Remove clause 3 (UCB advertising clause) from the University of Utah
rmind
2010-04-13
Misc KNF.
tsutsui
2010-04-13
Include "ioconf.h" to declare struct cfdriver foo_cd.
tsutsui
2009-07-19
Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.
tsutsui
2009-03-18
bcopy -> memcpy
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
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-11
merge ktrace-lwp.
christos
2004-03-25
Licence cleanup (suggested by wiz).
leo
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-15
__KERNEL_RCSID()
lukem
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-10
replace the somewhat strange poll routine with standard nopoll() (a.k.a
jdolecek
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
remove/move more mach vm header files:
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
1998-12-20
Changed grf mmap that it is closer to XFree. VGA memory on et4000/et6000
thomas
1998-01-12
Update for changes to config.
thorpej
1997-04-25
- Provide the reasonable size that can/may be mmap-ed. This might differ
leo
1997-02-26
Fix a kernel-dump that occurred when accessing a grf-device that was configured
leo
1997-01-10
Allow the control registers to be mapped too.
leo
1996-12-20
Get rid of BROKEN_INDIRECT_CONFIG
leo
1996-10-13
backout previous kprintf changes
christos
1996-10-11
printf -> kprintf, sprintf -> ksprintf
christos
1996-10-04
Checkpointing my et4000 work. Note that the et-console will not be
leo
1996-09-25
Catchup with -current:
leo
1996-09-16
Prepare for (soon to come) et4000 PCI console.
leo
1996-08-27
change cfprint_t type definition to take a const char *, rather than
cgd
1996-04-18
Yet more prototyping and -Wall fixes.
leo
1996-03-20
Fix typo in neew config changes.
leo
1996-03-17
New device attachment scheme:
thorpej
1996-02-22
First bunch of changes due to stricter prototype checking.
leo
1995-06-26
Sync grf with underlying view on open.
leo
1995-06-09
Fix grfmmap()
leo
1995-05-28
Remove the pointer to view_t from the grf-structure, use viewview(dev)
leo
1995-05-21
Minor fixes.
leo
1995-04-10
map --> mmap
mycroft
1995-03-26
NetBSD/Atari, port by Leo Weppelman.
leo