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
/
udp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-3
/
+3
*
Remove unused calls to inet_addr()
brian
2002-07-18
1
-1
/
+0
*
o Clean up some #includes
brian
2002-05-14
1
-0
/
+1
*
Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line
brian
2002-03-30
1
-0
/
+1
*
Detect if a udp socket on STDIN_FILENO is connected by calling
brian
2002-01-23
1
-7
/
+16
*
socket()s first argument should be a protocol family rather than an
brian
2002-01-16
1
-1
/
+1
*
socket's first argument is an address family, not a protocol family.
brian
2002-01-16
1
-1
/
+1
*
Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer
brian
2001-06-18
1
-0
/
+1
*
Use fstat to check if descriptor 0 is a socket.
brian
2001-01-14
1
-15
/
+26
*
Handle being given a connect()ed udp descriptor as stdin rather
brian
2000-11-07
1
-10
/
+31
*
Change ``set cd'' so that its default value is device specific. The
brian
1999-11-26
1
-0
/
+3
*
Rewrite the link descriptor transfer code in MP mode.
brian
1999-11-25
1
-1
/
+1
*
Support PPPoE
brian
1999-11-06
1
-4
/
+7
*
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
*
Add ISDN support via isdnd & i4b. This requires version
brian
1999-08-06
1
-2
/
+2
*
Correct the way ppp transfers links on the server side in MP
brian
1999-06-05
1
-4
/
+25
*
Correct the ``ignoring sync/async'' warnings so that they show
brian
1999-05-24
1
-12
/
+8
*
Allow ``host:port/udp'' devices and support ``host:port/tcp'' as
brian
1999-05-12
1
-0
/
+269