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
*
Fix the recent panics/LORs/hangs created by my kqueue commit by:
ssouhlal
2005-07-01
1
-2
/
+2
*
According to the comment in struct tty, t_modem is optional; hence we should
avatar
2005-04-13
1
-2
/
+4
*
Make (some) serial ports implement the PPS-API again. This change
phk
2005-03-26
1
-0
/
+6
*
Replace my previous change for 32 bit systems with hz > 169 with Bruce's
peter
2005-03-12
1
-10
/
+11
*
Make the tty vmin/vtime timeouts work for hz > 169 on 32 bit machines.
peter
2005-03-12
1
-7
/
+7
*
Add placeholder mutex argument to new_unrhdr().
phk
2005-03-07
1
-1
/
+1
*
Call tty_close() at the very end of ttyclose() since otherwise NULL
jhb
2004-12-30
1
-1
/
+1
*
fix a misleading sleep identifier.
phk
2004-12-20
1
-1
/
+1
*
Improvements and fixes in the 1.241 commit:
dds
2004-11-16
1
-6
/
+9
*
Return POLLERR rather than POLLIN/POLLOUT on TS_ZOMBIE ttys.
dds
2004-11-11
1
-4
/
+5
*
Restore TTYDEF_LFLAG to set echo bits.
phk
2004-11-03
1
-1
/
+1
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
1
-12
/
+29
*
Make pty's always come up in echo mode.
phk
2004-10-15
1
-1
/
+1
*
Add missing chunk of code to enforce the lock-bits of termios.
phk
2004-10-14
1
-1
/
+26
*
Don't call driver close unless we have one.
phk
2004-10-12
1
-2
/
+4
*
Rework how we store process times in the kernel such that we always store
jhb
2004-10-05
1
-6
/
+9
*
Assign a global unit number for the tty slave devices (init/lock) using
phk
2004-09-30
1
-6
/
+23
*
Add functions to create and free the "tty-ness" of a serial port in a
phk
2004-09-28
1
-6
/
+233
*
Hold threadcount while throbbing cdevsw in our underlying driver.
phk
2004-09-24
1
-20
/
+25
*
Initialize new ttys a bit more.
phk
2004-09-18
1
-8
/
+22
*
Add ttyopen and ttyclose functions which will do the right stuff for
phk
2004-09-17
1
-0
/
+97
*
Add ttyalloc() which in due time will be the successor to ttymalloc(),
phk
2004-09-17
1
-0
/
+7
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
1
-7
/
+13
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-4
/
+4
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
1
-0
/
+64
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
1
-2
/
+1
*
Fix line discipline switching issues: If opening a new ldisc fails,
phk
2004-06-26
1
-12
/
+21
*
Add two new methods to struct tty: One for manipulating BREAK condition
phk
2004-06-25
1
-1
/
+49
*
#include <sys/serial.h>
phk
2004-06-24
1
-0
/
+1
*
Use CTASSERT to enforce the relationship between the new serial port
phk
2004-06-24
1
-0
/
+17
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
1
-0
/
+8
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-11
/
+11
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-3
/
+3
*
Reference count struct tty.
phk
2004-06-09
1
-21
/
+93
*
Make linesw[] an array of pointers to linedesc instead of an array of
phk
2004-06-07
1
-3
/
+3
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-0
/
+18
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-1
/
+1
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-5
/
+5
*
Get rid of ttyregister(). All drivers now use ttymalloc() for struct
phk
2004-06-04
1
-8
/
+2
*
Introduce a ttyioctl() cdevsw default function.
phk
2004-06-01
1
-0
/
+15
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Device megapatch 3/6:
phk
2004-02-21
1
-1
/
+18
*
T -CURRENT DO NOT CRASH UPON ^T K PLZ THX.
green
2004-02-14
1
-1
/
+2
*
A variety of further cleanups to ttyinfo():
rwatson
2004-02-04
1
-77
/
+84
*
Improve the expressiveness of ttyinfo (^T) when dealing with threads
rwatson
2004-01-08
1
-7
/
+16
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Use a new message buffer `consmsgbuf' to forward messages to a
iedowse
2003-06-22
1
-3
/
+3
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
p_sigignore moved into struct sigacts. move one which was missed.
ps
2003-05-14
1
-1
/
+1
[next]