| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Using uintmax_t is also robust to further extensions in both the C language
and the bitwidth of kernel counters.
Notes:
svn path=/stable/6/; revision=172444
|
| |
|
|
|
|
|
|
|
| |
One change in this patch relative to the changes in HEAD is that the
mroute statistics will still fallback to using libkvm on live kernels
if the sysctl fails.
Notes:
svn path=/stable/6/; revision=171557
|
| |
|
|
|
|
|
| |
Don't print an error if used on a kernel with no ipv6, just do nothing.
Notes:
svn path=/stable/6/; revision=160727
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132799
|
| |
|
|
|
|
|
|
| |
Use warnx() instead of warn() when error message is not of any interest. Add
prototypes.
Notes:
svn path=/head/; revision=132671
|
| |
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=125483
|
| |
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=125482
|
| |
|
|
|
|
|
|
|
|
|
| |
o Added mini-function to correctly handle singular/plural
of words ending in 'ly'
Approved by: markm (mentor)
Not objected to by: -audit
Notes:
svn path=/head/; revision=109234
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Include arpa/inet.h for ntohs.
2) Constness fixes.
3) Fix shadowing except for "sin" which shouldn't be in scope.
4) Remove register keyword.
5) Add missing initialsers to user defined structs.
5) Make prototype of netname6 globally visable.
6) Use right macros for printing syncache stats (even though entrie isn't
a word).
Notes:
svn path=/head/; revision=102975
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95637
|
| |
|
|
|
|
|
|
|
|
|
| |
The compatibility glue is still provided.
(This change is not yet reflected in the manpage, nor
in usage(). This will be fixed at a later time today,
with the general manpage cleanup commit.)
Notes:
svn path=/head/; revision=83200
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- fix the problem that netstat doesn't show raw6 and icmp6 pcblist.
- make netstat use sysctl to retreive stats of ipv6 and icmpv6
instead of kread.
Obtained from: KAME
MFC after: 1 week
Notes:
svn path=/head/; revision=78931
|
| |
|
|
|
|
|
|
|
|
| |
- Icmp6 histogram update for inverse neighbor solicit/advert.
Obtained from: KAME
MFC after: 2 weeks
Notes:
svn path=/head/; revision=78540
|
| |
|
|
|
|
|
|
| |
remove superfluous declarations
make things more consistent
Notes:
svn path=/head/; revision=78316
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78314
|
| |
|
|
|
|
|
| |
Requested by: bde
Notes:
svn path=/head/; revision=78309
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78245
|
| |
|
|
|
|
|
| |
numerically. clean up the CFLAGS in Makefile.
Notes:
svn path=/head/; revision=78238
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
Notes:
svn path=/head/; revision=78064
|
| |
|
|
|
|
|
|
| |
PR: 27251
Submitted by: Pekka Savola <pekkas@netcore.fi>
Notes:
svn path=/head/; revision=77565
|
| |
|
|
|
|
|
|
|
|
| |
to have been developed after the IPv6 code was written, it's called "checking
for error returns".
Now netstat at least doesnt't go beserk in jails.
Notes:
svn path=/head/; revision=74453
|
| |
|
|
|
|
|
|
|
| |
Don't roll our own version of trimdomain(), use the one in libutil.
Not objected to by: freebsd-audit
Notes:
svn path=/head/; revision=74262
|
| |
|
|
|
|
|
|
| |
PR: bin/20407
Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
Notes:
svn path=/head/; revision=64342
|
| |
|
|
|
|
|
| |
(it belongs to kame experiment).
Notes:
svn path=/head/; revision=63022
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62584
|
| |
|
|
|
|
|
|
|
|
|
|
| |
only when either of sflag and "-f inet6" is specified.
-fix the indentation of default output
Specified by: Stephen McKay <syssgm@detir.qld.gov.au>
Reviewed and Confirmed by: Stephen McKay <syssgm@detir.qld.gov.au>
Notes:
svn path=/head/; revision=55533
|
| |
|
|
|
|
|
|
|
|
| |
Several udp and raw apps IPv6 support.
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
Notes:
svn path=/head/; revision=55163
|
|
|
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
Notes:
svn path=/head/; revision=54263
|