#
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 ...
|
Revision tags: release/2.1.0_cvs |
|
#
140dbd47 |
| 05-Dec-1995 |
Julian Elischer <julian@FreeBSD.org> |
Submitted by: John Hay
more IPX related fixes
|
#
cc6a66f2 |
| 26-Oct-1995 |
Julian Elischer <julian@FreeBSD.org> |
Reviewed by: julian and jhay@mikom.csir.co.za Submitted by: Mike Mitchell, supervisor@alb.asctmd.com
This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it
Reviewed by: julian and jhay@mikom.csir.co.za Submitted by: Mike Mitchell, supervisor@alb.asctmd.com
This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on..
Mikes been using it for a year or so but on 2.0
more changes and stuff will be merged in from other developers now that this is in.
Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com
show more ...
|
#
7e4a8669 |
| 12-Jul-1995 |
Bruce Evans <bde@FreeBSD.org> |
Instantiate our own variables instead of depending on bogus common declarations in system headers that will be fixed soon.
|
Revision tags: release/2.0.5_cvs |
|
#
7799f52a |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
#
d31b19af |
| 06-Apr-1995 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
The negative expire times shown by netstat are confusing and ugly.
Destination Gateway Flags Refs Use Netif Expire 199.182.75.128 link#1 UC 0
The negative expire times shown by netstat are confusing and ugly.
Destination Gateway Flags Refs Use Netif Expire 199.182.75.128 link#1 UC 0 0 ed0 -842660 Submitted by: John Capo <jc@irbs.com>
show more ...
|
#
51e7d42c |
| 23-Jan-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Don't print protocol-cloned routes by default (enabled by -a flag). Print non-zero expiration timers. Use err(3) for error reporting.
|
#
a7c7761f |
| 13-Dec-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Make it possible to correctly print out new route flags, and do so.
|
Revision tags: release/2.0, release/1.1.5.1_cvs |
|
#
9b50d902 |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Usr.bin Sources
|