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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consider PROTO_IPV6 as compressible by CCP.
brian
2001-12-09
1
-1
/
+1
*
Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.
brian
2001-11-30
1
-25
/
+39
*
Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages
brian
2001-11-30
1
-6
/
+0
*
Add some DEBUG logging to tell us when interface addresses are being
brian
2001-11-30
1
-0
/
+14
*
Remove the hack that ensures that rt_Update() works on FreeBSD. Now
brian
2001-11-23
1
-23
/
+5
*
When writing messages to the routing socket, round sockaddr sizes
brian
2001-11-23
1
-12
/
+19
*
Be paranoid about non-zero netmasks being associated with INET addresses
brian
2001-11-23
2
-5
/
+20
*
Remove an unused variable (oops)
brian
2001-11-23
1
-1
/
+1
*
Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or
brian
2001-11-23
3
-10
/
+18
*
Remove a bogus log_Id() decl
brian
2001-11-23
1
-1
/
+0
*
Fix usage for the log command
brian
2001-11-23
1
-1
/
+1
*
Whitespace tweak
brian
2001-11-23
1
-1
/
+1
*
Expand the first argument of the ``log'' command if it's a variable.
brian
2001-11-22
1
-1
/
+1
*
Document that an UPTIME variable is now available
brian
2001-11-22
1
-0
/
+2
*
Remove unused variables
brian
2001-11-04
1
-5
/
+2
*
Add a ``log'' command for logging specific information.
brian
2001-11-03
13
-44
/
+104
*
Call CCP protocol -1 ``none''
brian
2001-11-03
1
-1
/
+4
*
cmott@scientech.com -> cm@linktel.net
brian
2001-11-03
3
-4
/
+4
*
Don't avoid setting a 0 second timer in datalink_StartDialTimer() by
brian
2001-10-23
2
-13
/
+11
*
ia64 support. Due to the bogus placement of some i4b includes, it is
peter
2001-10-23
1
-1
/
+1
*
Include the right i4b files for NetBSD
brian
2001-10-19
1
-0
/
+5
*
Fix AUTH callback negotiations.
brian
2001-10-18
1
-2
/
+2
*
When the peer fails to specify an MRU and a 1500 byte MRU is not
brian
2001-10-18
2
-4
/
+8
*
Hopefully improve control message passing over Unix domain sockets.
dwmalone
2001-10-04
1
-5
/
+5
*
Keep up with sys/net/rtsock.c,v 1.58.
ru
2001-09-21
1
-1
/
+1
*
sigpause() -> sigsuspend()
brian
2001-09-13
2
-8
/
+15
*
Correct alignment issues
brian
2001-09-13
1
-17
/
+20
*
Spell syslog.conf correctly
brian
2001-09-13
1
-1
/
+1
*
Fix a diagnostic
brian
2001-09-04
1
-1
/
+1
*
Some cosmetic changes to sync with OpenBSD
brian
2001-08-27
2
-1
/
+4
*
Send a reset request for every packet received when our encryption
brian
2001-08-27
1
-0
/
+2
*
Handle return values of 0 from NgRecvMsg() properly.
brian
2001-08-24
1
-2
/
+2
*
o Enable IFF_MULTICAST when first opening the tun device (and keep the flag
brian
2001-08-21
3
-11
/
+11
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
1
-1
/
+5
*
Properly change old interface addresses so that their destination is
brian
2001-08-20
1
-1
/
+2
*
Add some comments to explain what's going on here
brian
2001-08-20
1
-9
/
+21
*
When attempting to change the default route, don't write the gateway
brian
2001-08-20
1
-7
/
+26
*
Add some casts.
brian
2001-08-19
2
-3
/
+3
*
Add a missing % in a format string.
brian
2001-08-19
1
-1
/
+1
*
Avoid a compiler warning
brian
2001-08-19
1
-0
/
+2
*
Better handling for the return of snprintf().
brian
2001-08-18
2
-5
/
+12
*
If AF_INET6 isn't available in the kernel, revert to creating AF_INET
brian
2001-08-18
1
-15
/
+19
*
Back out the previous fix to deal with kernels that don't support IPv6,
brian
2001-08-18
6
-69
/
+44
*
Run correctly on a machine built without AF_INET6 support
brian
2001-08-18
6
-33
/
+65
*
Build properly with -DNOINET6
brian
2001-08-18
1
-2
/
+2
*
Build properly with -DNOIPV6
brian
2001-08-18
1
-0
/
+2
*
Add two missing includes
brian
2001-08-16
1
-0
/
+2
*
Remove an unused variable
brian
2001-08-16
1
-1
/
+0
*
mdoc(7) police: markup nit, removed whitespace at EOL.
ru
2001-08-16
1
-4
/
+6
*
Specify the gateway address when updating the MTU and send/recv pipe
brian
2001-08-16
6
-31
/
+69
[next]