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
/
ofcons.c
Age
Commit message (
Expand
)
Author
2018-02-26
Remove support for macofcons(4), it's not actually possible to build a kernel
sevan
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
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-06-13
use device_lookup_private to get softc
cegger
2007-11-19
- Factor out too many copies of the same bit of tty code.
ad
2007-10-18
Initialise the callbacks for tty.t_rstrt_ch in ttymalloc
joerg
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-10-01
Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!
elad
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2006-01-20
ktrace-lwp fallout. ok'ed by skrll.
xtraeme
2005-12-11
merge ktrace-lwp.
christos
2003-11-04
. ANSIfy, make compile
aymeric
2003-07-15
__KERNEL_RCSID()
lukem
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-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
2001-05-02
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
scw
2000-11-03
Adjust to change in tty line discipline handling.
wrstuden
2000-11-02
Adapt to new line discipline scheme.
eeh
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-03-06
- Implement cnbell() -- ring the console bell. The cn_bell entrypoint
thorpej
1998-07-28
Ah, we use a _different_ ofcons; rename it macofcons to avoid the
thorpej
1998-07-02
Display/Keyboard console support (by calling Openfirmware)
tsubai