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
/
ir
/
irframe_tty.c
Age
Commit message (
Expand
)
Author
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-08
In the pseudo-dev attach function, also try to register the struct cfdriver
drochner
2007-03-06
clean up and fix irframe attachment as a line discipline:
drochner
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-10-07
Fix compilation with IRFRAMET_DEBUG (use %zu/%zd for sizes).
peter
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-06-09
stack police: Fix the biggest offender with ~4K stack, by allocating the
christos
2006-05-14
integrate kauth.
elad
2006-03-28
Use device_unit().
thorpej
2006-03-05
cleanup more SET/CLR/ISSET lossage
christos
2005-12-11
merge ktrace-lwp.
christos
2005-11-27
Overhaul how TTY line disciplines are handled:
thorpej
2005-05-29
- remove Static define
christos
2005-02-27
nuke trailing whitespace
perry
2003-07-14
add missing __KERNEL_RCSID()
lukem
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-06-13
Rename struct frame to irt_frame to avoid name clash with struct frame
uwe
2002-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
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-12-26
Be a little more paranoid.
augustss
2001-12-20
Don't forget to call start routine in dongle manipulation.
augustss
2001-12-20
Rearrange code that wiggles modem control lines so it actually reaches
augustss
2001-12-14
Rearrage softc a little.
augustss
2001-12-13
Fix TODO comment.
augustss
2001-12-13
Move parameter checks to a common place.
augustss
2001-12-12
Add missing delay for the tekram dongle.
augustss
2001-12-12
Don't use timeout 0 to tsleep() when the time is short.
augustss
2001-12-06
Don't crash on early calls to get the speeds.
augustss
2001-12-05
Add dongle specific code.
augustss
2001-12-05
Break out SIR framing to its own file.
augustss
2001-12-05
Put bytes on right q.
augustss
2001-12-05
Fix some minor bug.
augustss
2001-12-05
Mention that much of the code was stolen from Tommy Bohlin.
augustss
2001-12-04
Add some dongle support ioctl()s.
augustss
2001-12-04
Change speed setting a little.
augustss
2001-12-04
Implement speed setting.
augustss
2001-12-04
Implement input processing (untested).
augustss
2001-12-03
Add irframetty driver for IrDA frames over serial lines.
augustss