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
/
atari
/
dev
/
zs.c
Age
Commit message (
Expand
)
Author
2023-01-06
TAB/spaces/indents cleanup.
tsutsui
2022-06-26
Make local devsw functions static.
tsutsui
2021-01-03
malloc(9) -> kmem(9)
thorpej
2018-02-08
Typos.
dholland
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-24
- remove unused
christos
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2011-06-30
dependant -> dependent
wiz
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2010-04-09
- establish zs interrupts via common intr_establish() function rather than
tsutsui
2010-04-09
minor constify
tsutsui
2010-04-09
More KNF.
tsutsui
2010-04-09
Split device_t/softc.
tsutsui
2010-04-09
Rename variables and members of softc for readability.
tsutsui
2010-04-09
Remove unnecessary volatile keyword against struct zschan.
tsutsui
2010-04-09
- misc KNF
tsutsui
2010-04-09
Include ioconf.h for struct cfdriver.
tsutsui
2009-07-19
Replace one missed bcopy(9) with memcpy(9).
tsutsui
2009-07-19
Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.
tsutsui
2009-03-18
bcopy -> memcpy
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-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2009-01-28
Remove sicallback to use the MI softint(9) APIs directly - from Tsutsui
tjam
2008-06-11
Use device_private() and device_lookup_privat() to get softc.
tsutsui
2008-04-29
Convert to new 2 clause license
martin
2008-01-08
Convert Atari to generic TODR and timecounter.
joerg
2007-11-19
- Factor out too many copies of the same bit of tty code.
ad
2007-03-06
Make TX buffer (uint8_t *) and remove an unnecessary cast.
tsutsui
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-10-01
More from Matt Fleming:
elad
2006-10-01
Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!
elad
2006-08-04
More gcc4 "uninitilized" variables.
mhitch
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2006-03-08
Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.
lukem
2005-12-11
merge ktrace-lwp.
christos
2005-09-06
Change the driver open function's conditional for overriding exclusive tty
kleink
2005-06-04
Adapt to compiling with -Wshadow and -Wcast-qual, by adding const
he
2004-03-25
Licence cleanup (suggested by wiz).
leo
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
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
2001-02-01
Fix fallout from lastest tty changes.
leo
2000-11-02
Adapt to new line discipline scheme.
eeh
[next]