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
/
luna68k
/
dev
/
siotty.c
Age
Commit message (
Expand
)
Author
2023-01-15
TAB/space/indent cleanup.
tsutsui
2022-11-22
Use explicit struct to represent RX queue buffer data structure.
tsutsui
2021-09-25
Refactor and cleanup sio (uPD7201) drivers.
tsutsui
2021-09-04
Fix several styles and formats.
tsutsui
2021-09-04
Use C99 designated initializer.
tsutsui
2021-09-04
Use proper macro for device register addresses.
tsutsui
2020-12-29
Make local functions static.
tsutsui
2019-10-01
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
chs
2019-06-30
Misc KNF.
tsutsui
2015-08-21
- move prototypes to common header file
christos
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-18
Minor KNF. No binary changes.
tsutsui
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2014-02-02
Misc cleanup of sio drivers.
tsutsui
2014-01-02
Remove initialization of unused t_softc in struct tty (to make pullup easier).
tsutsui
2013-12-31
Use softint(9) properly to process TX/RX data between tty(4) layer.
tsutsui
2013-09-23
Tab/space cleanup.
tsutsui
2013-01-22
Whitespace cleanup.
tsutsui
2012-10-13
struct device * -> device_t, use device_xname() (from chs@)
tsutsui
2011-11-26
Reorganize IPL for devices.
tsutsui
2011-07-27
KNF, use uintNN_t, tab/space cosmetics etc.
tsutsui
2011-07-27
- split device_t/softc and use device_t and cfdata_t etc.
tsutsui
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2009-11-23
Use lwp_getpcb() on m68k ports, clean from struct user usage.
rmind
2009-10-26
kill extra whitespaces
cegger
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
2008-06-13
use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-11-19
- Factor out too many copies of the same bit of tty code.
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. Patch from Matt Fleming, thanks!
elad
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-09-06
Change the driver open function's conditional for overriding exclusive tty
kleink
2004-04-25
Constify the speedtab arrays
matt
2003-03-28
Initialize the two new members of consdev (cn_halt, cn_flush) to NULL so
he
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Use CFATTACH_DECL().
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-03-31
Remove unnecessary test of tp->t_linesw against NULL; they are results
enami
2000-11-07
Fix a minor typo in the previous change of tp->t_linesw introduction.
nisimura
2000-11-02
Adapt to new line discipline scheme.
eeh
2000-03-06
- Implement cnbell() -- ring the console bell. The cn_bell entrypoint
thorpej
[next]