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
/
dev
/
uart
/
uart_tty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+12
*
In uart_tty_outwakeup(), check CTS/RTS flow control settings and
marcel
2011-01-24
1
-5
/
+10
*
Remove unneeded includes of <sys/termios.h>.
ed
2009-11-28
1
-1
/
+0
*
Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY
marcel
2009-10-02
1
-26
/
+29
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
Minor style(9) compliance change.
kan
2008-12-27
1
-1
/
+2
*
Fix detaching of uart(4) devices.
ed
2008-10-23
1
-0
/
+13
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-93
/
+72
*
Properly propagate overrun conditions to the TTY layer.
marcel
2006-07-27
1
-0
/
+2
*
Convert to new console api
phk
2006-05-26
1
-11
/
+2
*
Don't open if we're going away.
marcel
2006-03-30
1
-0
/
+4
*
MFp4:
marcel
2006-02-24
1
-6
/
+6
*
- Use swi_remove() to teardown swi handlers rather than
jhb
2005-10-26
1
-1
/
+1
*
Reorganize the interrupt handling code a bit to make a few things cleaner
jhb
2005-10-25
1
-2
/
+2
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
In uart_cnprobe(), fill in the cn_name field of the consdev structure.
marcel
2005-05-08
1
-0
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Remove asserts which are not correct if the port is a tty.
phk
2004-10-12
1
-7
/
+1
*
Use generic tty code instead of (comparatively little) local copies.
phk
2004-10-12
1
-170
/
+52
*
Use tty->t_sc to find out softc.
phk
2004-09-18
1
-8
/
+6
*
Use ttyalloc() instead of ttymalloc(NULL)
phk
2004-09-17
1
-1
/
+1
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-2
/
+2
*
Define the tty methods as typedefs.
phk
2004-06-30
1
-2
/
+1
*
Use generic support for BREAK and modem control ioctls.
phk
2004-06-25
1
-65
/
+27
*
Use the new serial port definitions for modemsignals.
phk
2004-06-24
1
-29
/
+29
*
save a few redundant lines by moving the retry loop further backwards.
phk
2004-06-23
1
-7
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-3
/
+3
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-8
/
+8
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-5
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-4
/
+0
*
Use standard style for cdevsw initializtion
phk
2004-02-14
1
-9
/
+9
*
Test the return value of UART_PARAM(). Invalid line parameters did not
marcel
2004-02-14
1
-1
/
+2
*
Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, as
marcel
2003-09-28
1
-1
/
+0
*
Catch up with the console interface change: the use of makedev() has
marcel
2003-09-26
1
-3
/
+2
*
Add support for using uart(4) for pulse capturing for the Pulse Per
marcel
2003-09-11
1
-2
/
+9
*
The uart(4) driver is an universal driver for various UART hardware.
marcel
2003-09-06
1
-0
/
+569