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
/
mac68k
/
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
2013-10-19
comment out unused code (for documentation purposes)
martin
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-11-01
Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
snj
2008-06-11
use device_lookup_private to get softc
cegger
2008-03-01
Welcome to 4.99.55:
rmind
2007-12-03
Interrupt handling changes, in discussion since February:
ad
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
Rename shadowing variable.
rjs
2005-01-16
don't require that the aed unit number be zero.
chs
2005-01-15
de-__P, remove register, ansify, b* -> mem*.
chs
2003-07-15
__KERNEL_RCSID()
lukem
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
2000-02-14
Merge wscons work onto the main development branch.
scottr
1999-11-07
ite_polling -> adb_polling
scottr
1999-02-16
Add NetBSD RCS Id's
ender
1999-02-11
o Change various attach arg and softc datatypes to ints.
ender
1998-12-19
Protect a keyup event for ADBK_3 in the mouse button emulation code with
scottr
1998-11-28
Remember to recognize modifier key releases when the Option key is down.
ender
1998-11-24
Take emulated button state into account before handing off mouse events.
ender
1998-10-26
Make the kernel compile when the ALTXBUTTONS option is set.
ender
1998-10-23
New ADB "bus" interface:
ender