Revision tags: release/3.4.0_cvs |
|
#
cfa1ca9d |
| 07-Dec-1999 |
Yoshinobu Inoue <shin@FreeBSD.org> |
udp IPv6 support, IPv6/IPv4 tunneling support in kernel, packet divert at kernel for IPv6/IPv4 translater daemon
This includes queue related patch submitted by jburkhol@home.com.
Submitted by: queu
udp IPv6 support, IPv6/IPv4 tunneling support in kernel, packet divert at kernel for IPv6/IPv4 translater daemon
This includes queue related patch submitted by jburkhol@home.com.
Submitted by: queue related patch from jburkhol@home.com Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
show more ...
|
#
890bc2a5 |
| 09-Nov-1999 |
Doug Rabson <dfr@FreeBSD.org> |
Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch of warnings while I'm here.
|
#
f41f949d |
| 23-Oct-1999 |
Matthew Dillon <dillon@FreeBSD.org> |
Cleanup missing includes, stale includes, and a few printf format inconsistancies.
|
#
a97a9922 |
| 21-Oct-1999 |
Julian Elischer <julian@FreeBSD.org> |
Cleanup towards -Wall
|
Revision tags: release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
0024d1db |
| 26-Apr-1999 |
Luigi Rizzo <luigi@FreeBSD.org> |
Add support for printing bridging statistics with ``-p bdg '' . If someone has a better flag to use I'll be glad to change it.
|
#
9baac9f2 |
| 21-Apr-1999 |
Bill Fumerola <billf@FreeBSD.org> |
IPX address formatting nit.
PR: bin/11179 Submitted by: Dan Nelson <dnelson@emsphone.com>
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7 |
|
#
22694eba |
| 06-Jul-1998 |
Bruce Evans <bde@FreeBSD.org> |
Fixed printf format errors.
|
Revision tags: release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
c115df18 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
#
75fb8770 |
| 13-Jan-1997 |
Garrett Wollman <wollman@FreeBSD.org> |
Print out the interface's multicast addresses using the new structures.
|
#
87669425 |
| 03-Jan-1997 |
Garrett Wollman <wollman@FreeBSD.org> |
Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.
|
#
15244cd5 |
| 13-Dec-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Learn to follow the new interface address lists.
|
#
0e27dc05 |
| 11-Dec-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Understand queue-ized ifnet structures.
|
#
628d2ac1 |
| 10-Dec-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Fix up programs which expect <net/if.h> to include <sys/time.h> to instead do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Als
Fix up programs which expect <net/if.h> to include <sys/time.h> to instead do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
show more ...
|
#
f6719675 |
| 02-Dec-1996 |
Bill Fenner <fenner@FreeBSD.org> |
Display multicast addresses if the "a" flag is used in combination with "-i". This was already in the man page but was not implemented.
Obtained from: Multicast release 3.5
|
Revision tags: release/2.1.5_cvs |
|
#
a8d37845 |
| 31-Aug-1996 |
Julian Elischer <julian@FreeBSD.org> |
fix printing of netranges in the i and r displays for netatalk
|
#
3a67d2bc |
| 23-Jul-1996 |
Julian Elischer <julian@FreeBSD.org> |
Submitted by: archie@whistle.com
appletalk cleanups
|
#
6ffcfd6c |
| 09-Jul-1996 |
Julian Elischer <julian@FreeBSD.org> |
appletalk cleanups
e.g. Active ATALK connections Proto Recv-Q Send-Q Local Address Foreign Address (state) ddp 0 0 [69.230]130 [*.*]* ddp 0 0 [6
appletalk cleanups
e.g. Active ATALK connections Proto Recv-Q Send-Q Local Address Foreign Address (state) ddp 0 0 [69.230]130 [*.*]* ddp 0 0 [69.230]128 [*.*]* ddp 0 0 [69.230]1 [*.*]*
etc..
show more ...
|
#
7d56c0ee |
| 03-Jun-1996 |
Alexander Langer <alex@FreeBSD.org> |
Code cleanup: remove unused variables, use correct *printf format specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments i
Code cleanup: remove unused variables, use correct *printf format specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments in if statements.
show more ...
|
#
0b87c915 |
| 29-Feb-1996 |
David Greenman <dg@FreeBSD.org> |
Make the -w option actually useful to people. Instead of it creating a messy 130 column collage, output the system totals -or- info for a specific interface if -I is given. Also wait for <interval> b
Make the -w option actually useful to people. Instead of it creating a messy 130 column collage, output the system totals -or- info for a specific interface if -I is given. Also wait for <interval> before outputting the first sample so that it represents meaningful data (as opposed to the total since the system was booted - most busy systems wrap around many times during their operation, so these numbers are only misleading).
show more ...
|
#
cbc17e71 |
| 13-Feb-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
XNS sort-of-support is no more.
|
#
0761cb29 |
| 06-Feb-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT) in preparation for its removal from the kernel source tree. NB: because a function was deleted, libc is now at version 3.0 (was
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT) in preparation for its removal from the kernel source tree. NB: because a function was deleted, libc is now at version 3.0 (was 2.2 previously).
show more ...
|
#
05ddff6e |
| 15-Jan-1996 |
Peter Wemm <peter@FreeBSD.org> |
Merge in Lite-2 changes.
|
#
6889b16a |
| 15-Jan-1996 |
Peter Wemm <peter@FreeBSD.org> |
Import netstat from 4.4Lite-2 - this version eliminates some of the severely bogus mask guessing in the netname code, and also reports the mask length of the route (like linux's netstat, but in a muc
Import netstat from 4.4Lite-2 - this version eliminates some of the severely bogus mask guessing in the netname code, and also reports the mask length of the route (like linux's netstat, but in a much more compact form)
The current code is doing bogus things like shifting c-class subnets by 4 bits and looking them up, causing a DNS lookup of 0x0C0CBxxx which takes an eternity to fail.
show more ...
|