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
/
dpt.c
Age
Commit message (
Expand
)
Author
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
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
2013-09-12
Remove unused variable
martin
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-03-15
Do not read past array end; found by gcc -O3
bouyer
2011-08-07
Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9).
rmind
2011-07-01
apply some (uintptr_t) between pointer and int casting.
mrg
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2009-10-21
Remove uarea swap-out functionality:
rmind
2008-06-08
Replace device_lookup() with device_lookup_private() on getting softc
tsutsui
2008-05-11
Include machine/cputypes.h explicitly.
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
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-12-02
Change kauth(9) KPI for kauth_authorize_device_passthru() to add another
elad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-11-08
Replace securelevel checks with kauth(9) calls.
elad
2006-10-12
- sprinkle __unused on function decls.
christos
2006-10-04
fix empty if
christos
2006-08-30
fix incomplete initializer
christos
2006-08-23
Acting as Elad's keyboard:
christos
2006-05-21
void casts to functions whose return values are ignored.
christos
2006-04-14
Coverity CID 1534: Fix bogus code and array overruns.
christos
2005-12-24
__inline__ -> inline
perry
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2004-04-22
sprintf -> snprintf
itojun
2003-10-25
Fix uninitialized variable warnings
christos
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-01-31
Use aprint_*().
thorpej
2003-01-28
Fix printf format warnings in previous.
kleink
2003-01-27
Also save status info in the user command packet.
ad
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-12-10
Use 0xff as the 'unknown processor type' (which is what Linux does).
fvdl
2002-12-09
Fix LP64 issues.
ad
2002-12-07
Implement the DPT EATA ioctl() interface.
ad
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2001-11-13
add/cleanup RCSID
lukem
2001-07-19
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
thorpej
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2001-03-25
Missing splx(). From OpenBSD.
ad
2001-03-10
Make this work on a PowerPC system:
briggs
2001-03-07
Add BUS_DMA_STREAMING to data transfer maps.
thorpej
[next]