#
d32198f1 |
| 03-Oct-1994 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add VMIN/VTIME support Obtained from: scratch :-)
|
#
797f2d22 |
| 02-Oct-1994 |
Poul-Henning Kamp <phk@FreeBSD.org> |
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes GCC a lot more silent.
|
#
9a500b2b |
| 18-Aug-1994 |
David Greenman <dg@FreeBSD.org> |
Added support for TIOCSTAT ioctl. This allows shells that use raw/cbreak tty modes to process a control-T and do the right thing.
|
#
3c4dd356 |
| 02-Aug-1994 |
David Greenman <dg@FreeBSD.org> |
Added $Id$
|
#
9b970c5a |
| 01-Aug-1994 |
David Greenman <dg@FreeBSD.org> |
Allow for output processing routine to handle entire character buffer and thus not require a sleep/wakeup. Reviewed by: Submitted by:
|
#
c16bf37e |
| 06-Jul-1994 |
David Greenman <dg@FreeBSD.org> |
Added code to allocate and deallocate a number of cblocks on open/close of a tty. Note that this might conflict with the collateral use of TS_WOPEN, but for the moment I can find no problems associa
Added code to allocate and deallocate a number of cblocks on open/close of a tty. Note that this might conflict with the collateral use of TS_WOPEN, but for the moment I can find no problems associated with this. (TS_WOPEN will likely go away in the future anyway). This should be looked at again in the future (the potential problem is that the cblock pool may either run out or accumulate too many cblocks).
show more ...
|
Revision tags: release/1.1.5.1_cvs |
|
#
26f9a767 |
| 25-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
|
#
df8bae1d |
| 24-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Kernel Sources
|