| Age | Commit message (Expand) | Author |
| 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-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-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-07-12 | Assert RTS on open. Fixes PR kern/33929. | gson |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-23 | Remove duplicated "portno %d" from the attach message. | itohy |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-05-30 | - const poisoning | christos |
| 2005-05-18 | Handle DCD differently so it's not always asserted. From kern/30268 from | augustss |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2003-11-24 | Make the DPRINTF text for bulk in/out opening errors match which one | nathanw |
| 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-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 |