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
/
usr.sbin
/
ppp
/
tty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all uses of the old netgraph constants NG_*LEN by the new
harti
2003-11-15
1
-2
/
+2
*
o Clean up some #includes
brian
2002-05-14
1
-1
/
+20
*
Don't load the netgraph line discipline. When it's in use, TIOCMGET
brian
2002-04-21
1
-0
/
+7
*
Add a missing ``#ifndef NONETGRAPH''
brian
2002-03-31
1
-0
/
+2
*
Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line
brian
2002-03-30
1
-15
/
+272
*
Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer
brian
2001-06-18
1
-0
/
+1
*
Don't ignore the return from tcsetattr() - moan about it instead.
brian
2000-10-31
1
-7
/
+16
*
Correct some typos introduced in the descriptor -> fdescriptor change.
brian
2000-03-14
1
-1
/
+1
*
To avoid namespace polution in NetBSD:
brian
2000-03-14
1
-1
/
+1
*
Handle PPPoPTY correctly.
brian
1999-12-13
1
-2
/
+2
*
Change ``set cd'' so that its default value is device specific. The
brian
1999-11-26
1
-7
/
+13
*
Rewrite the link descriptor transfer code in MP mode.
brian
1999-11-25
1
-1
/
+1
*
Support PPPoE
brian
1999-11-06
1
-2
/
+3
*
Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.
brian
1999-10-15
1
-0
/
+7
*
Support ``set cd off'' to tell ppp not to even look for carrier on the
brian
1999-09-26
1
-3
/
+4
*
Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.
brian
1999-09-21
1
-3
/
+0
*
NetBSD has moved ``extern int errno;'' to signal.h :-/
brian
1999-09-20
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Back out the last patch. I'm too tired to apply patches.
brian
1999-08-09
1
-6
/
+2
*
Remove CLOCAL when we're not in -dedicated mode.
brian
1999-08-09
1
-3
/
+7
*
Add ISDN support via isdnd & i4b. This requires version
brian
1999-08-06
1
-76
/
+63
*
Correct the way ppp transfers links on the server side in MP
brian
1999-06-05
1
-5
/
+26
*
Call tty_Offline() from tty_Cooked() and tty_Free(), just in
brian
1999-05-27
1
-1
/
+4
*
Correct the ``ignoring sync/async'' warnings so that they show
brian
1999-05-24
1
-7
/
+4
*
Move the tty locking stuff back out to physical.c so
brian
1999-05-18
1
-109
/
+56
*
Initialise ttydevice::Timer
brian
1999-05-16
1
-1
/
+2
*
Initialise the struct device part of struct ttydevice.
brian
1999-05-13
1
-68
/
+69
*
Fix a bum pointer dereference and make some variable
brian
1999-05-13
1
-46
/
+39
*
Allow ``host:port/udp'' devices and support ``host:port/tcp'' as
brian
1999-05-12
1
-92
/
+142
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-0
/
+446