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
/
ofw
/
ofcons.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-26
convert to device_t, cfdata_t and CFATTACH_DECL_NEW.
mrg
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2009-05-29
Pass correct argument to q_to_b().
rjs
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
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-01-03
remove extra semicolons.
yamt
2008-06-12
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-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-10-01
Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!
elad
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-05-15
- include kauth.h for kauth_authorize_generic.
yamt
2006-05-14
integrate kauth.
elad
2006-03-29
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
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-11-13
add RCSIDs
lukem
2001-08-25
Make this compile with -Wmissing-prototypes by adding appropriate
matt
2001-05-02
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
scw
2000-11-02
Adapt to the new line discipline scheme.
eeh
2000-04-14
Fix some callout fallout. Hi Jason!
scw
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1998-03-21
Replace TS_WOPEN with t_wopen, per mail on tech-kern.
mycroft
1998-02-24
Several things:
mycroft
1998-01-26
of_decode_int() the stdin and stdout properties.
cgd
1998-01-12
Update for config changes.
thorpej
1997-04-28
DTRT if OF_read() returns 0 when no data is available.
mycroft
1997-04-16
Update for no __BROKEN_INDIRECT_CONFIG.
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-30
PowerPC port
ws