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
/
usb
/
ucom.c
Age
Commit message (
Expand
)
Author
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-11-25
Avoid strict-alias warnings.
thorpej
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-27
Introduce a new routine, config_match(), which invokes the
thorpej
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-07-11
Get rid of trailing white space.
augustss
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-12-31
Make a typedef for struct proc to make portingeasier.
augustss
2001-11-13
add RCSIDs
lukem
2001-08-16
Clear busy flag on write error. From PR 13731, IWAMOTO Toshihiro.
augustss
2001-05-02
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
scw
2001-04-02
Print portno when attaching.
augustss
2001-01-23
Fiddle enough with the tty so that it wakes up on detach and drops
augustss
2001-01-23
Ad support for an extra message in the ucom attach code.
augustss
2001-01-23
Null out pointers when closing pipes.
augustss
2001-01-23
Rearrange detach code so it is more likely to survive detaching an open
augustss
2000-11-02
Adapt to the new line discipline scheme.
eeh
2000-10-22
make ucom into a random source, type TTY
explorer
2000-09-23
Remove some // type comments.
augustss
2000-09-15
Change the second argument of tiocm_to_ucom to u_long,
toshii
2000-09-13
Cleanup the error handling code introduced in rev. 1.26. Commented by jhawk.
toshii
2000-09-10
Make the control line handling a little better. Avoid a DTR/RTS issue
toshii
2000-09-08
In ucomopen(), make sure to call splx() before returning
toshii
2000-09-03
Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro
augustss
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-04-27
Change my email address.
augustss
2000-04-14
Add a capability for pre/post processing on write/read.
augustss
2000-04-08
fix build of ucom. (static/non-static)
itojun
2000-04-07
Remove a couple of Static that shouldn't be there.
augustss
2000-04-06
Let the parent device of a ucom decide what size the read and write
augustss
2000-04-05
Make it compile without USB_DEBUG. From Chris Jones.
augustss
2000-04-05
Use reference counting on the softc so detach doesn't blow it away prematurely.
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-02-08
Use NULL instead of 0.
augustss
2000-02-08
Add methods for ucom to call back on open/close.
augustss
2000-01-25
Make it compile even if you leave out the ucom attachment.
augustss
2000-01-25
Split the umodem driver into two parts: the part that emulates a tty over
augustss
1999-11-12
A number of stylistic changes to increase readability (many suggested
augustss
1999-09-09
Change the internal API to allow DMA buffers to be pre-allocated by
augustss
1999-08-14
Some changes from FreeBSD (no functional differences).
augustss
1999-06-30
Totally redo the way device detach is done. It now uses a kernel event
augustss
1999-01-10
Some minor updates from FreeBSD.
augustss
1999-01-08
Various little fixes from the FreeBSD version.
augustss
1999-01-07
Fix some FreeBSD compiler warnings.
augustss
1998-12-30
Remove #include that slipped in at FreeBSD merge.
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-12-09
Improvement to the ugen driver.
augustss
1998-12-02
Add stub for a modem driver.
augustss