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
/
hpcmips
/
tx
/
txcom.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-11-21
malloc(9) -> kmem(9)
thorpej
2014-11-15
centralize the call unit / dialout macros
christos
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-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2010-07-20
Replace callout(9) with softint(9) which is more appropriate there.
tsutsui
2010-07-16
Fix a wrong arg for callout_reset(9) in txcom_txintr(). PR port-hpcmips/43474
tsutsui
2010-07-16
Add missing callout_init(9) calls. PR port-hpcmips/43472
tsutsui
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-06-12
Use device_lookup_private() to get softc.
tsutsui
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
2007-02-22
TRUE -> true, FALSE -> false
thorpej
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2006-10-01
More from Matt Fleming:
elad
2006-10-01
Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!
elad
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-03-28
Use device_unit().
thorpej
2006-03-07
Remove another instance of the macro triplet SET/CLR/ISSET, now
he
2005-12-24
__asm__ -> __asm
perry
2005-12-11
merge ktrace-lwp.
christos
2005-09-06
Change the driver open function's conditional for overriding exclusive tty
kleink
2004-06-12
When serial console boot, don't find power supply port from
uch
2003-12-26
initialize variable 'err' properly.
shin
2003-07-15
__KERNEL_RCSID()
lukem
2003-03-21
Follow a struct consdev changes.
nakayama
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
2002-01-29
clean up debug print and configuration.
uch
2001-06-14
ANSI KNF. and change my copyright to TNF copyright.
uch
2001-06-13
(TX39) switch from TX local I/O manager to hpcio
uch
2001-05-02
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
scw
2001-01-04
make compilable.
sato
2000-11-02
Adapt to the new line discipline scheme.
eeh
2000-10-22
new I/O modules framework for TX based system.
uch
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
2000-01-16
add platform dependent TX39 UART module hook.
uch
2000-01-13
TX39 IR module (connected to TX39 UARTB module)
uch
2000-01-06
change overrun interrupt treatment.
uch
1999-12-26
totaly rewritten.
uch
[next]