Hajimu UMEMOTO
f95d46333d
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
...
(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
2003-10-24 18:26:30 +00:00
Hajimu UMEMOTO
4adb3cea54
Show standard deviation.
...
PR: bin/35433
Submitted by: Morten Rodal <morten@rodal.no>,
Maxim Konovalov <maxim@macomnet.ru>
MFC after: 1 week
2002-03-01 09:49:48 +00:00
David E. O'Brien
2d68bf45bf
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00
Ruslan Ermilov
cda2a9b2f0
Set BINOWN=root explicitly for setuid root binaries.
...
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.
2001-09-13 06:48:18 +00:00
Kris Kennaway
12205948f1
Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', which
...
is the wrong value on FreeBSD).
MFC after: 1 week
2001-08-11 07:11:14 +00:00
Ruslan Ermilov
0a5779d45b
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
Ruslan Ermilov
fe655281c5
Set the default manual section for sbin/ to 8.
2001-03-20 18:13:31 +00:00
Kris Kennaway
2dd1ffc97d
Correct style bugs in previous commit
2000-07-06 01:55:21 +00:00
Kris Kennaway
0adc52c853
Sync with latest KAME code.
...
Obtained from: KAME
2000-07-05 09:34:10 +00:00
Yoshinobu Inoue
7d56d3747c
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
...
Several udp and raw apps IPv6 support.
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
1999-12-28 02:37:14 +00:00