index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
netstat
/
show.c
Age
Commit message (
Expand
)
Author
2009-08-07
if buffers overlap; result will be undefined. ok claudio@, michele@
Martynas Venckus
2009-08-05
missing break
Theo de Raadt
2009-06-27
Mark MPLS routes with T (tagged) in route output.
Michele Marchetto
2009-05-31
There is no need to mask priority with RTP_MASK because it is already done
Claudio Jeker
2009-05-23
typo
Chris Cappuccio
2009-05-23
missed rtm_hdrlen conversion in two places
Chris Cappuccio
2009-04-28
Sync with kernel changes.
Michele Marchetto
2009-02-06
remove unused variables.
Charles Longeau
2009-02-03
Reflect MPLS kernel changes. Operations are stored now in rt_mpls field.
Michele Marchetto
2009-01-26
Again use P to mark multipath routes in route output. OK henning@
Claudio Jeker
2009-01-08
Reflect MPLS kernel changes.
Michele Marchetto
2008-12-15
Unbreak netstat, reflecting kernel changes.
Michele Marchetto
2008-12-15
work around tree breakage by mpls people
Theo de Raadt
2008-09-15
Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show
Claudio Jeker
2008-05-08
Sync netstat show.c with route show.c to gain mpls support and to show the
Claudio Jeker
2007-12-14
remove 21 nlist variables, and instead use sysctl to query the kernel
Theo de Raadt
2007-09-05
Correct the format strings after the recent rt_metrics changes.
Claudio Jeker
2007-07-25
Make it possible to show alternate routing tables in netstat. This mostly
Claudio Jeker
2007-07-24
Bring back a few things from route/show.c which I like better.
Claudio Jeker
2007-07-21
Similar to sbin/route/show.c:
Claudio Jeker
2007-06-19
Remove unused variable.
Ray Lai
2007-06-04
remove IPX support, agreed by many
Henning Brauer
2007-03-23
Add a new flag -F to netstat restricting route display in conjuction
Pierre-Yves Ritschard
2006-12-29
Netstat has the same issue problem as route when printing a default inet6
Claudio Jeker
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2006-05-30
this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's to
Todd T. Fries
2006-05-27
Moving netstat from kvm snooping to retrieving the routing tables via
Claudio Jeker