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
/
sparc
/
dev
/
cgtwo.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-07-18
convert to use device_t, cfdata_t and CFATTACH_DECL_NEW().
mrg
2008-06-11
mechanical changes to use device_private() or device_lookup_private()
drochner
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-03-29
Use device_cfdata().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-11-16
ANSIify function declarations/defintions. Use uint<N>_t.
uwe
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-07-15
__KERNEL_RCSID()
lukem
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
2003-04-02
Use PAGE_SIZE rather than NBPG.
thorpej
2002-12-05
Fixed a null pointer passed to printf().
fredette
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
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-08-03
correct range check, have overflow check, fix type mismatches,
itojun
2001-08-05
use unsigned variable types as appropriate
jdolecek
2000-08-22
Use the framebuffer drivers & header files that now live in /sys/dev/sun.
pk
2000-06-29
remove include of <vm/vm.h> and <machine/pmap.h>. <vm/vm.h> -> <uvm/uvm_exter...
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-03-19
Use fb_is_console(); retract fbconstty & fbnode from service.
pk
1999-06-30
update for new VME framework
drochner
1998-04-07
bus_space_mmap() has changed to take a `bus_space_handle_t *' argument,
pk
1998-03-21
Account for changed bus attachment scheme.
pk
1998-02-06
vme_bus_probe() takes an `offset' argument.
pk
1998-02-04
Account for changed vme_bus_probe() arguments.
pk
1998-01-28
Use offsetof() from libkern.h
thorpej
1998-01-25
Convert to new VME interface.
pk
1998-01-12
Update for changes to config.
thorpej
1997-05-24
Remove all `bustype' arguments from map[io]dev() and REG2PHYS().
pk
1997-05-19
Replace bus_tmp() with mapdev() equivalent.
pk
1996-12-10
Comply with recent autoconfiguration changes. Diffs graciously
pk
1996-10-13
backout previous kprintf change
christos
1996-10-11
printf -> kprintf, sprintf -> ksprintf
christos
1996-10-04
Returning ENODEV is not correct in a poll entry point. Instead, since
thorpej
1996-05-18
use __P
mrg
1996-04-23
Map the pixels explicitly on the VME32 bus.
pk
1996-04-01
Eliminated dependencies on dev_conf.h
christos
1996-03-17
Avoid "unused variable" warning.
pk
1996-03-17
New device attachment scheme:
thorpej
1996-03-14
Bring prototypes into scope and fix compiler warnings.
christos
1996-02-27
First-cut support for P4 framebuffers. Currently supports P4 variants
thorpej
1996-02-25
Use CPU-type macros.
pk
1995-12-11
Adapt to changed mapiodev() interface.
pk
[next]