| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=132656
|
|
|
|
|
|
|
| |
Fixed some more markup.
Notes:
svn path=/head/; revision=129326
|
|
|
|
|
|
|
| |
Use WARNS?= instead of WARNS=.
Notes:
svn path=/head/; revision=126178
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(aka RFC2292bis). Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.
Obtained from: KAME
Notes:
svn path=/head/; revision=121472
|
|
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=121316
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The output format specifier for the round-trip time in ping6 should be
changed to %.3f instead of %g since %g doesn't accurately represent the
precision of the number being output. In particular, %g truncates trailing
zeroes. 0.01 ms does not mean the same thing as 0.010 ms. Although they
are numerically identical, they do not have the same precision.
PR: bin/52324, bin/52750
Submitted by: dg
MFC after: 1 week
Notes:
svn path=/head/; revision=117824
|
|
|
|
|
|
|
|
| |
obtained from: KAME
MFC after: 3 days
Notes:
svn path=/head/; revision=107652
|
|
|
|
|
|
|
| |
calculated dynamically here.
Notes:
svn path=/head/; revision=103133
|
|
|
|
| |
Notes:
svn path=/head/; revision=103130
|
|
|
|
|
|
|
|
|
| |
PR: bin/38862
Submitted by: Martin Faxer <gmh003532@brfmasthugget.se> with some modification
MFC after: 1 week
Notes:
svn path=/head/; revision=99540
|
|
|
|
| |
Notes:
svn path=/head/; revision=99501
|
|
|
|
|
|
|
| |
o remove main prototype
Notes:
svn path=/head/; revision=92883
|
|
|
|
|
|
|
|
|
| |
It does not help modern compilers, and some may take some hit from it.
(I also found several functions that listed *every* of its 10 local vars with
"register" -- just how many free registers do people think machines have?)
Notes:
svn path=/head/; revision=92806
|
|
|
|
|
|
|
|
|
|
| |
PR: bin/35433
Submitted by: Morten Rodal <morten@rodal.no>,
Maxim Konovalov <maxim@macomnet.ru>
MFC after: 1 week
Notes:
svn path=/head/; revision=91523
|
|
|
|
|
|
|
|
|
|
| |
PR: doc/33639
Reviewed by: ru
Approved by: ru
MFC after: 1 week
Notes:
svn path=/head/; revision=90352
|
|
|
|
|
|
|
|
| |
PR: bin/32354
Obtained from: ping.c,v 1.61
Notes:
svn path=/head/; revision=89394
|
|
|
|
|
|
|
|
|
| |
move some err() calls to errx() when message explains the pb enough
do not set errno just before exiting the program
lowercase errx() strings
Notes:
svn path=/head/; revision=87668
|
|
|
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87325
|
|
|
|
|
|
|
|
|
| |
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
Notes:
svn path=/head/; revision=83391
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=81980
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=81976
|
|
|
|
|
|
|
|
|
| |
is the wrong value on FreeBSD).
MFC after: 1 week
Notes:
svn path=/head/; revision=81525
|
|
|
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
Notes:
svn path=/head/; revision=81251
|
|
|
|
| |
Notes:
svn path=/head/; revision=79214
|
|
|
|
|
|
|
|
|
|
| |
- a wording improvement in BUGS (ping vs ping6 issue)
Obtained from: KAME
MFC after: 1 week
Notes:
svn path=/head/; revision=78995
|
|
|
|
|
|
|
|
| |
Obtained from: KAME
MFC after: 1 week
Notes:
svn path=/head/; revision=78990
|
|
|
|
|
|
|
|
|
|
|
| |
option, regardless of the -f option.
based on a comment from Tomohide Nagashima <tomohide@japan-telecom.co.jp>.
Obtained from: KAME
MFC after: 1 week
Notes:
svn path=/head/; revision=78984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74815
|
|
|
|
| |
Notes:
svn path=/head/; revision=74531
|
|
|
|
|
|
|
|
|
| |
comments/additions/corrections are welcome.
Obtained from: KAME
Notes:
svn path=/head/; revision=72914
|
|
|
|
| |
Notes:
svn path=/head/; revision=70152
|
|
|
|
|
|
|
|
|
| |
from: Chris Faulhaber <jedgar@fxp.org>
Obtained from: KAME
Notes:
svn path=/head/; revision=69571
|
|
|
|
| |
Notes:
svn path=/head/; revision=68960
|
|
|
|
|
|
|
|
|
| |
are a whole lot of other changes which may not be suitable for us.
Obtained from: KAME
Notes:
svn path=/head/; revision=66811
|
|
|
|
|
|
|
|
|
| |
% characters in localized error messages from ipsec_strerror().
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=64277
|
|
|
|
| |
Notes:
svn path=/head/; revision=62666
|
|
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=62628
|
|
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=62627
|
|
|
|
|
|
|
| |
Noticed by: hoek
Notes:
svn path=/head/; revision=60096
|
|
|
|
|
|
|
|
| |
. sort Xr's in SEE ALSO section
. add integration note
Notes:
svn path=/head/; revision=59964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
according to draft-ietf-ipngwg-icmp-name-lookups-04 to 05 change.
This is necessary before 4.0, because,
-This change is non backword compatible
-Other KAME derived platforms applied 05
-Author of the draft said he never do backword imcompatible changes
again.
Approved by: jkh
Obtained from: KAME project
Notes:
svn path=/head/; revision=57851
|
|
|
|
| |
Notes:
svn path=/head/; revision=57695
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57668
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Open socket() at first and then setuid() to actual user.
-Allow ping6 preload option only for root.
Approved by: jkh
Submitted by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
Notes:
svn path=/head/; revision=57439
|
|
|
|
|
|
|
|
|
|
|
| |
(1)added error check of if_nameindex() return value at getaddrinfo().
(2)print out more detailed information when getaddrinfo() error value
is EAI_SYSTEM.(in this case system error num is kept in errno)
(1) is Discovered by: jinmei@kame.net in KAME environment.
Notes:
svn path=/head/; revision=55167
|
|
Several udp and raw apps IPv6 support.
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
Notes:
svn path=/head/; revision=55163
|