index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make two "ttyout" ttysleep wmesg unique
ache
1995-05-07
1
-3
/
+4
*
Test the correct nonblocking flag in ttylclose(). IO_NDELAY is only valid
bde
1995-05-07
1
-2
/
+2
*
Speed up ttnread() in the !(ICANON | ISIG) case by copying to user space
bde
1995-04-15
1
-16
/
+53
*
Oops, fix typing error in prev. commit
ache
1995-03-29
1
-2
/
+2
*
Handle TTY_BI now instead of TTY_FE && c == 0
ache
1995-03-29
1
-2
/
+2
*
Move parmark 0377 double code after control chars processing
ache
1995-03-29
1
-6
/
+6
*
ttyinput() fixes:
ache
1995-03-28
1
-4
/
+8
*
Bug fixed:
ache
1995-03-28
1
-3
/
+3
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-4
/
+1
*
Workaround IXOFF bug when output queue is full && RTS control is on
ache
1995-02-28
1
-4
/
+16
*
Incorporate bde's code-review comments.
pst
1995-02-28
1
-1
/
+14
*
same
ugen
1995-02-27
1
-1
/
+13
*
(a) remove the pointer to each driver's tty structure array from cdevsw
pst
1995-02-25
1
-9
/
+8
*
Add releasing of input flow control into
ache
1995-02-24
1
-1
/
+11
*
Add two IXOFF checks to not confuse with CRTS_IFLOW.
ache
1995-02-23
1
-3
/
+5
*
Revive hadrware input flow control
ache
1995-02-22
1
-11
/
+9
*
Restore deleted in second time my & bde fixes.
ache
1995-02-15
1
-24
/
+35
*
More changes to support user calls.
ugen
1995-02-15
1
-34
/
+29
*
Remove duplicated code from ttymalloc(). Disable ttyfree().
bde
1995-02-15
1
-30
/
+39
*
Here it came-the all-brand-new snoop device..
ugen
1995-02-14
1
-4
/
+16
*
Purge queues in ttylclose(), if ttywflush() failed
ache
1995-02-13
1
-4
/
+2
*
Replace previous fix with less agressive, just return EIO
ache
1995-02-13
1
-7
/
+6
*
1. If some output still present at the end of ttywait, kill it.
ache
1995-02-12
1
-4
/
+7
*
>32 PTY support
jkh
1995-02-09
1
-3
/
+43
*
Disable bogus attempt to switch from the TS_ISOPEN state to the
bde
1995-02-08
1
-1
/
+3
*
Increase the reserved clist space for the raw queue from 512 to TTYHOG.
bde
1995-01-30
1
-2
/
+2
*
Fix error handling for new TIOCSDRAINWAIT ioctl.
bde
1995-01-06
1
-5
/
+3
*
Fight against hanging modems: add timeout to ttywait.
ache
1995-01-05
1
-2
/
+15
*
Call d_stop in ttyflush not only for WRITE but for READ too
ache
1994-12-04
1
-7
/
+8
*
Fix cblock starvation bugs by reserving enough cblocks for minimal
bde
1994-11-26
1
-18
/
+25
*
Don't block for output in non-blocking mode if clists run out.
bde
1994-11-26
1
-5
/
+11
*
Return immediately from ttwrite() if the ttysleep()s that wait for
bde
1994-11-01
1
-3
/
+3
*
Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect output
dg
1994-10-23
1
-3
/
+3
*
ttywait: check conditions again right after oproc
ache
1994-10-15
1
-5
/
+8
*
Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.
phk
1994-10-08
1
-2
/
+2
*
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
1
-2
/
+2
*
Add VMIN/VTIME support
ache
1994-10-03
1
-18
/
+131
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-30
/
+41
*
Added support for TIOCSTAT ioctl. This allows shells that use raw/cbreak
dg
1994-08-18
1
-1
/
+5
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
Allow for output processing routine to handle entire character buffer
dg
1994-08-01
1
-2
/
+4
*
Added code to allocate and deallocate a number of cblocks on open/close of
dg
1994-07-06
1
-0
/
+15
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+1923