| Age | Commit message (Expand) | Author |
| 2001-11-12 | add RCSIDs | lukem |
| 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 |
| 2001-03-22 | convert to ANSI KNF | lukem |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-11-15 | Don't allow t_linesw to be NULL. | enami |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-11-05 | add new function sigismasked(), which checks whether passed signal | jdolecek |
| 2000-11-01 | Make line disciplines modular so they can be added or removed dynamically. | eeh |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-05-26 | Introduce a new process state distinct from SRUN called SONPROC | thorpej |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-03-28 | Cast timeval members to types we know the printf conversions of. | kleink |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-07-24 | Fix NULL pointer access. Patch supplied by Dave Huang in PR kern/8055. | tron |
| 1999-07-22 | Rework the process exit path, in preparation for making process exit | thorpej |
| 1999-04-25 | g/c REAL_CLISTS. | simonb |
| 1998-09-11 | Substantial signal handling changes: | mycroft |
| 1998-09-01 | Use the pool allocator and the "nointr" pool page allocator for tty | thorpej |
| 1998-08-18 | Add some braces to make egcs happy (ambiguous else warning). | thorpej |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-07-31 | fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. | perry |
| 1998-03-22 | Move the code to wait for carrier on a tty into a common function, since it | mycroft |
| 1998-03-21 | Replace TS_WOPEN with t_wopen, per mail on tech-kern. | mycroft |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-14 | Implement TIOCGSID. | thorpej |
| 1998-02-13 | Add ONOCR and ONLRET output modes, from XPG4.2. | kleink |
| 1998-02-12 | Fix variable declarations: register -> register int. | kleink |
| 1997-12-12 | Make ttyblock() work as intended and documented in canonical mode. | drochner |
| 1997-10-28 | defopt UCONSOLE | thorpej |
| 1997-10-19 | Count characters even when !OPOST and FLUSHO. | mycroft |
| 1997-10-09 | Make various standard wmesg strings const. | mycroft |
| 1997-10-09 | Make wmesg arguments to various functions const. | mycroft |
| 1997-06-20 | Add some robustness to ttymodem(), e.g. do not SIGHUP when there hasn't been | kleink |
| 1997-06-18 | When a background process attempts to TIOC[CS]BRK (a.k.a. tcsendbreak()) or | kleink |
| 1997-06-17 | Rewrote break/parity/framing error handling from spec. | kleink |
| 1997-05-22 | If the pgrp_id argument of TIOCSPGRP (a.k.a. tcsetpgrp()) does not specify | kleink |
| 1997-05-20 | When a background process attempts to TIOCDRAIN (a.k.a. tcdrain()), send | kleink |
| 1997-05-17 | Fix printf format botch. | thorpej |
| 1997-05-16 | Eliminate vmspace.vm_pmap and all references to it unless | gwr |
| 1997-04-07 | Fix a CRNL/NLCR botch I made after looking this up in the X/Open spec. | kleink |
| 1997-04-06 | Add some clarification about the TTBREAKC macro's purpose; suggested by | kleink |
| 1997-04-06 | fix missing parenthesis in TTBREAKC() | cgd |
| 1997-04-05 | If TOSTOP is set, and the process group of the writing process is orphaned, | kleink |
| 1997-04-05 | Recognize EOL2 as a delimiter/"break" character only if IEXTEN is set. | kleink |
| 1997-04-04 | Remove unintended piece of last change. | mycroft |
| 1997-04-04 | Fix several bugs related to MDMBUF. Also, remove the partial handling from | mycroft |
| 1997-04-04 | As specified in POSIX.1 (and termios(4)!), when cc[VMIN]==0 a read() shall | kleink |
| 1997-04-03 | WERASE, REPRINT, STATUS and DSUSP are extensions to the POSIX.1 GTI | kleink |
| 1997-04-02 | KNF glitch in last commit, pointed out by Chris G. Demetriou. | kleink |