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
/
macppc
/
dev
/
aed.c
Age
Commit message (
Expand
)
Author
2021-09-26
Driver "kqfilter" entry points return an error code, so if an invalid
thorpej
2021-09-26
Use seltrue_filtops rather than rolling our own with filt_seltrue.
thorpej
2021-09-26
Change the kqueue filterops::f_isfd field to filterops::f_flags, and
thorpej
2020-12-19
Use sel{record,remove}_knote().
thorpej
2017-10-25
Use C99 initializer for filterops
maya
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
2012-10-27
split device_t/softc for all remaining drivers.
chs
2011-06-18
struct device * -> device_t
matt
2009-11-01
Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
snj
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
2008-03-01
Welcome to 4.99.55:
rmind
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
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-03-29
Use device_cfdata().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-06-05
Don't shadow global aed_sc with local aed_sc.
nathanw
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
'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built
darrenr
2002-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-02-17
Sync with mac68k.
tsubai
1998-10-18
Add wsmouse support.
tsubai
1998-10-13
Fix cut-and-paste miss...
tsubai
1998-10-13
Split ADB driver to aed (ADB event device), akbd (ADB keyboard),
tsubai