Author: ume
Date: Mon Oct 4 15:28:01 2010
New Revision: 213403
URL: http://svn.freebsd.org/changeset/base/213403
Log:
Clear errno for each method dispatch.
Spotted by: Kostik Belousov
MFC after:2 weeks
Modified:
head/lib/libc/net/nsdispatch.c
Modified: head/lib/libc/net/nsdisp
hows:
Res -1 errno 22 Unknown error: 0 pres 0x0
(When strerror(3) is called with 0 for its argument, it set errno to
EINVAL.)
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
u...@mahoroba.org u...@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
___
Author: ume
Date: Tue Oct 5 15:40:59 2010
New Revision: 213453
URL: http://svn.freebsd.org/changeset/base/213453
Log:
When no protocol entry is found, getproto*_r(3) should
return zero.
Spotted by: Kostik Belousov
MFC after:2 weeks
Modified:
head/lib/libc/net/getproto.c
hea
I found the description in Ubuntu's manpage. So, I've committed
to return zero when no protocol entry is found.
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
u...@mahoroba.org u...@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
___
Author: ume
Date: Sat Oct 30 10:28:33 2010
New Revision: 214547
URL: http://svn.freebsd.org/changeset/base/214547
Log:
MFC r213403: Clear errno for each method dispatch.
Modified:
stable/8/lib/libc/net/nsdispatch.c
Directory Properties:
stable/8/lib/libc/ (props changed)
stable/8/lib/li
Author: ume
Date: Sat Oct 30 10:30:49 2010
New Revision: 214548
URL: http://svn.freebsd.org/changeset/base/214548
Log:
MFC r213453: When no protocol entry is found, getproto*_r(3)
should return zero.
Modified:
stable/8/lib/libc/net/getproto.c
stable/8/lib/libc/net/getprotoent.c
stable/8
Author: ume
Date: Sat Oct 30 10:37:11 2010
New Revision: 214549
URL: http://svn.freebsd.org/changeset/base/214549
Log:
MFC r213403: Clear errno for each method dispatch.
Modified:
stable/7/lib/libc/net/nsdispatch.c
Directory Properties:
stable/7/lib/libc/ (props changed)
stable/7/lib/li
Author: ume
Date: Sat Oct 30 10:38:23 2010
New Revision: 214550
URL: http://svn.freebsd.org/changeset/base/214550
Log:
MFC r213453: When no protocol entry is found, getproto*_r(3)
should return zero.
Modified:
stable/7/lib/libc/net/getproto.c
stable/7/lib/libc/net/getprotoent.c
stable/7
Author: ume
Date: Mon Dec 5 16:38:52 2011
New Revision: 228284
URL: http://svn.freebsd.org/changeset/base/228284
Log:
- Make heimdal buildable with WITH_OPENLDAP defined, again.
- Our heimdal uses the deprecated OpenLDAP functions.
Modified:
head/kerberos5/Makefile.inc
head/kerberos5/lib
Author: ume
Date: Tue Dec 6 12:03:01 2011
New Revision: 228308
URL: http://svn.freebsd.org/changeset/base/228308
Log:
Don't support OpenLDAP during lib32 build.
Modified:
head/kerberos5/Makefile.inc
Modified: head/kerberos5/Makefile.inc
==
on't use basename_r().
rpaulo> Modified:
rpaulo> stable/8/lib/libproc/proc_sym.c
Shouldn't MFCing basename_r() be better rather than stopping use of
it?
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
u..
basename_r().
I found the thread, and understood it. However, I still wonderling if
breaking thread-safeness in proc_sym.c is okay, though it may not be
necessary.
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
u...@mahoroba.org u...@{,jp.
Hi,
>>>>> On Mon, 8 Nov 2010 15:37:10 +
>>>>> Rui Paulo said:
rpaulo> We can live with it for now while I work on a new basename_r().
Okay, thanks.
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
u...@mahoroba.org u...@{,jp.
Author: ume
Date: Sun Aug 23 17:00:16 2009
New Revision: 196475
URL: http://svn.freebsd.org/changeset/base/196475
Log:
- Add AS lookup functionality to traceroute6(8) as well.
- Support for IPv6 transport for AS lookup.
- Introduce $RA_SERVER to set whois server.
- Support for 4 byte ASN.
Author: ume
Date: Sun Aug 30 10:47:00 2009
New Revision: 196651
URL: http://svn.freebsd.org/changeset/base/196651
Log:
AM/PM date format for ja_JP.eucJP and ja_JP.SJIS were
localized by r193869. However, ja_JP.UTF-8 wasn't.
So, reflect it to ja_JP.UTF-8 as well.
Modified:
head/share/time
Author: ume
Date: Sun Aug 30 11:17:42 2009
New Revision: 196652
URL: http://svn.freebsd.org/changeset/base/196652
Log:
Fix the problem that the entry broke into two lines with multi-byte
AM/PM format.
Reported by: takawata
Modified:
head/usr.bin/w/extern.h
head/usr.bin/w/pr_time.c
Author: ume
Date: Mon Sep 7 10:15:50 2009
New Revision: 196918
URL: http://svn.freebsd.org/changeset/base/196918
Log:
MFC r193664, r193796, r193815:
Fix and add a workaround on an issue of EtherIP packet with reversed
version field sent via gif(4)+if_bridge(4). The EtherIP
implementation
Author: ume
Date: Mon Sep 7 15:22:54 2009
New Revision: 196929
URL: http://svn.freebsd.org/changeset/base/196929
Log:
Suppress an options line when no bit is on.
Reviewed by: hrs
MFC after:3 days
Modified:
head/sbin/ifconfig/ifgif.c
Modified: head/sbin/ifconfig/ifgif.c
=
Author: ume
Date: Sun Sep 13 11:31:25 2009
New Revision: 197157
URL: http://svn.freebsd.org/changeset/base/197157
Log:
MFC r196929: Suppress an options line when no bit is on.
Approved by: re (kib)
Modified:
stable/8/sbin/ifconfig/ (props changed)
stable/8/sbin/ifconfig/ifgif.c
Mod
Author: ume
Date: Sun Sep 13 11:34:33 2009
New Revision: 197158
URL: http://svn.freebsd.org/changeset/base/197158
Log:
MFC r196475:
- Add AS lookup functionality to traceroute6(8) as well.
- Support for IPv6 transport for AS lookup.
- Introduce $RA_SERVER to set whois server.
- Suppo
Author: ume
Date: Sun Sep 13 11:45:31 2009
New Revision: 197159
URL: http://svn.freebsd.org/changeset/base/197159
Log:
MFC r196929: Suppress an options line when no bit is on.
Modified:
stable/7/sbin/ifconfig/ (props changed)
stable/7/sbin/ifconfig/ifgif.c
Modified: stable/7/sbin/ifconfi
Author: ume
Date: Sun Sep 13 11:52:17 2009
New Revision: 197162
URL: http://svn.freebsd.org/changeset/base/197162
Log:
MFC r196475:
- Add AS lookup functionality to traceroute6(8) as well.
- Support for IPv6 transport for AS lookup.
- Introduce $RA_SERVER to set whois server.
- Suppo
Author: ume
Date: Sun Sep 13 17:00:21 2009
New Revision: 197168
URL: http://svn.freebsd.org/changeset/base/197168
Log:
MFC r196651: AM/PM date format for ja_JP.eucJP and ja_JP.SJIS were
localized by r193869. However, ja_JP.UTF-8 wasn't. So, reflect it
to ja_JP.UTF-8 as well.
Approved
Author: ume
Date: Sun Sep 13 17:01:34 2009
New Revision: 197169
URL: http://svn.freebsd.org/changeset/base/197169
Log:
MFC r196652: Fix the problem that the entry broke into two lines
with multi-byte AM/PM date format.
Approved by: re (kib)
Modified:
stable/8/usr.bin/w/ (props chang
Author: ume
Date: Sun Sep 13 17:05:56 2009
New Revision: 197170
URL: http://svn.freebsd.org/changeset/base/197170
Log:
MFC r196651: AM/PM date format for ja_JP.eucJP and ja_JP.SJIS were
localized by r193869. However, ja_JP.UTF-8 wasn't. So, reflect it
to ja_JP.UTF-8 as well.
Modified:
s
Author: ume
Date: Sun Sep 13 17:08:58 2009
New Revision: 197171
URL: http://svn.freebsd.org/changeset/base/197171
Log:
MFC r196652: Fix the problem that the entry broke into two lines
with multi-byte AM/PM date format.
Modified:
stable/7/usr.bin/w/ (props changed)
stable/7/usr.bin/w/ext
Author: ume
Date: Wed Sep 30 14:58:10 2009
New Revision: 197646
URL: http://svn.freebsd.org/changeset/base/197646
Log:
Don't do an IPv6 operation when the kernel doesn't have
an IPv6 support.
Reported by: Alexander Best
Confirmed by: Paul B. Mahol ,
Alexander Best
Mo
Author: ume
Date: Sat Oct 17 15:53:15 2009
New Revision: 198189
URL: http://svn.freebsd.org/changeset/base/198189
Log:
Check error of dlfunc(3).
MFC after:3 days
Modified:
head/bin/csh/iconv_stub.c
Modified: head/bin/csh/iconv_stub.c
=
Author: ume
Date: Tue Oct 20 11:52:39 2009
New Revision: 198276
URL: http://svn.freebsd.org/changeset/base/198276
Log:
MFC r198189: Check error of dlfunc(3).
Approved by: re (kib)
Modified:
stable/8/bin/csh/ (props changed)
stable/8/bin/csh/iconv_stub.c
Modified: stable/8/bin/csh/i
Author: ume
Date: Tue Oct 20 13:47:05 2009
New Revision: 198285
URL: http://svn.freebsd.org/changeset/base/198285
Log:
MFC r198189: Check error of dlfunc(3).
Modified:
stable/7/bin/csh/ (props changed)
stable/7/bin/csh/iconv_stub.c
Modified: stable/7/bin/csh/iconv_stub.c
Author: ume
Date: Tue Oct 20 13:49:34 2009
New Revision: 198286
URL: http://svn.freebsd.org/changeset/base/198286
Log:
MFC r198189: Check error of dlfunc(3).
Modified:
stable/6/bin/csh/ (props changed)
stable/6/bin/csh/iconv_stub.c
Modified: stable/6/bin/csh/iconv_stub.c
Author: ume
Date: Mon Nov 9 12:28:59 2009
New Revision: 199080
URL: http://svn.freebsd.org/changeset/base/199080
Log:
Add ja_JP.UTF-8 catalog.
Reviewed by: hrs, nork, takawata
MFC after:1 week
Added:
head/lib/libc/nls/ja_JP.UTF-8.msg (contents, props changed)
Modified:
head/l
Author: ume
Date: Mon Nov 9 12:33:47 2009
New Revision: 199081
URL: http://svn.freebsd.org/changeset/base/199081
Log:
Add ja_JP.eucJP catalog.
Reviewed by: hrs, nork, takawata
MFC after:1 week
Added:
head/lib/libc/nls/ja_JP.eucJP.msg (contents, props changed)
Modified:
head/l
Author: ume
Date: Mon Nov 9 12:38:13 2009
New Revision: 199082
URL: http://svn.freebsd.org/changeset/base/199082
Log:
Fix comment.
Pointed out by: nyan
MFC after:1 week
Modified:
head/lib/libc/nls/ja_JP.UTF-8.msg
head/lib/libc/nls/ja_JP.eucJP.msg
Modified: head/lib/libc/n
Author: ume
Date: Mon Nov 9 12:46:59 2009
New Revision: 199083
URL: http://svn.freebsd.org/changeset/base/199083
Log:
Add NLS catalogs support to gai_strerror(3).
Controlled by NLS define.
Modified:
head/lib/libc/net/gai_strerror.c
head/lib/libc/nls/C.msg
Modified: head/lib/libc/net/gai
e ja_JP.SJIS catalog. So, I could not add
ja_JP.SJIS one.
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
u...@mahoroba.org u...@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
___
svn-src-all@freebsd.org mailing list
Author: ume
Date: Mon Nov 9 15:11:37 2009
New Revision: 199085
URL: http://svn.freebsd.org/changeset/base/199085
Log:
MFC r198976, r198993:
- Don't call LLE_FREE() after nd6_free().
- Make nd6_llinfo_timer() does its job, again. ln->la_expire was
greater than time_second, in most ca
Author: ume
Date: Mon Nov 9 17:26:16 2009
New Revision: 199092
URL: http://svn.freebsd.org/changeset/base/199092
Log:
Add gai_strerror() catalog for ja_JP.UTF-8 and ja_JP.eucJP.
Modified:
head/lib/libc/nls/ja_JP.UTF-8.msg
head/lib/libc/nls/ja_JP.eucJP.msg
Modified: head/lib/libc/nls/ja_JP
Author: ume
Date: Sat Oct 1 18:20:10 2011
New Revision: 225906
URL: http://svn.freebsd.org/changeset/base/225906
Log:
Shut up warnings with Cyrus SASL 2.1.25.
Spotted by: ache
Tested by:ache
Modified:
head/contrib/sendmail/src/main.c
head/contrib/sendmail/src/sendmail.h
head
Author: ume
Date: Sat Oct 1 19:58:35 2011
New Revision: 225907
URL: http://svn.freebsd.org/changeset/base/225907
Log:
MFC r225906: Shut up warnings with Cyrus SASL 2.1.25.
Approved by: re (kib)
Modified:
stable/9/contrib/sendmail/src/main.c
stable/9/contrib/sendmail/src/sendmail.h
Author: ume
Date: Thu Jan 20 15:22:01 2011
New Revision: 217642
URL: http://svn.freebsd.org/changeset/base/217642
Log:
- Hide the internal scope address representation of the KAME IPv6
stack from the output of `netstat -ani'.
- The node-local multicast address in the output of `netstat -rn
-- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/bin/csh/iconv_stub.h Sat Feb 26 18:54:54 2011 (r219061, copy
of r219060, head/bin/csh/iconv.h)
@@ -0,0 +1,44 @@
+/*-
+ * Copyright (c) 2006 Hajimu UMEMOTO
+ * All rights reserved.
+ *
+ * Redistribution and
Author: ume
Date: Sat Feb 26 20:04:14 2011
New Revision: 219062
URL: http://svn.freebsd.org/changeset/base/219062
Log:
MFC r217642:
- Hide the internal scope address representation of the KAME IPv6
stack from the output of `netstat -ani'.
- The node-local multicast address in the o
Author: ume
Date: Fri Mar 18 10:35:54 2011
New Revision: 219732
URL: http://svn.freebsd.org/changeset/base/219732
Log:
Import openresolv-3.4.1.
Added:
vendor/openresolv/
vendor/openresolv/dist/
vendor/openresolv/dist/Makefile (contents, props changed)
vendor/openresolv/dist/README
v
Author: ume
Date: Fri Mar 18 10:39:52 2011
New Revision: 219733
URL: http://svn.freebsd.org/changeset/base/219733
Log:
Tag openresolv-3.4.1.
Added:
vendor/openresolv/3.4.1/
- copied from r219732, vendor/openresolv/dist/
___
svn-src-all@freebsd.
Author: ume
Date: Fri Mar 18 10:52:23 2011
New Revision: 219734
URL: http://svn.freebsd.org/changeset/base/219734
Log:
Import openresolv from vendor branch.
Added:
Directory Properties:
head/contrib/openresolv/ (props changed)
___
svn-src-all@free
Author: ume
Date: Fri Mar 18 12:07:53 2011
New Revision: 219735
URL: http://svn.freebsd.org/changeset/base/219735
Log:
Remove contrib/openresolv.
Helped by:jhb
Deleted:
head/contrib/openresolv/
___
svn-src-all@freebsd.org mailing list
http:
Author: ume
Date: Fri Mar 18 12:09:27 2011
New Revision: 219736
URL: http://svn.freebsd.org/changeset/base/219736
Log:
Import openresolv from vendor branch, actually.
Helped by:jhb
Added:
head/contrib/openresolv/
- copied from r219735, vendor/openresolv/dist/
___
Author: ume
Date: Fri Mar 18 12:18:52 2011
New Revision: 219738
URL: http://svn.freebsd.org/changeset/base/219738
Log:
Add resolvconf(8) which manages resolv.conf.
Added:
head/sbin/resolvconf/
head/sbin/resolvconf/Makefile (contents, props changed)
Modified:
head/etc/mtree/BSD.root.dist
Author: ume
Date: Fri Mar 18 12:23:20 2011
New Revision: 219739
URL: http://svn.freebsd.org/changeset/base/219739
Log:
Use resolvconf(8) to update /etc/resolv.conf.
If you don't want to use resolvconf(8) to update /etc/resolv.conf,
you can put resolvconf_enable="NO" into /etc/dhclient-enter-
Author: ume
Date: Sun Mar 27 12:53:20 2011
New Revision: 220055
URL: http://svn.freebsd.org/changeset/base/220055
Log:
getpwnam(3) may return NULL.
Requested by: nork
Reviewed by:Takeharu KATO , nork
MFC after: 1 week
Modified:
head/usr.bin/su/su.c
Modified: head/usr.bin/
Author: ume
Date: Mon Apr 4 14:54:52 2011
New Revision: 220326
URL: http://svn.freebsd.org/changeset/base/220326
Log:
MFC r220055: getlogin() may return NULL.
Modified:
stable/8/usr.bin/su/su.c
Directory Properties:
stable/8/usr.bin/su/ (props changed)
Modified: stable/8/usr.bin/su/su.c
Author: ume
Date: Mon Apr 4 14:57:28 2011
New Revision: 220327
URL: http://svn.freebsd.org/changeset/base/220327
Log:
MFC r220055: getlogin() may return NULL.
Modified:
stable/7/usr.bin/su/su.c
Directory Properties:
stable/7/usr.bin/su/ (props changed)
Modified: stable/7/usr.bin/su/su.c
Author: ume
Date: Sun May 1 15:46:18 2011
New Revision: 221297
URL: http://svn.freebsd.org/changeset/base/221297
Log:
Fix typo in manpage resolvconf.conf(5).
PR: docs/156494
Submitted by: bcr
Requested by: bcr
Obtained from:http://roy.marples.name/projects/openresol
Author: ume
Date: Tue Mar 24 17:47:24 2009
New Revision: 190382
URL: http://svn.freebsd.org/changeset/base/190382
Log:
getaddrinfo(3) should accept numeric when ai_socktype is not
specified in hint or hints is NULL.
PR: bin/51827
Submitted by: Mark Andrews
MFC after:1 w
Author: ume
Date: Wed Mar 25 16:23:43 2009
New Revision: 190416
URL: http://svn.freebsd.org/changeset/base/190416
Log:
Add support for SCTP to getaddrinfo(3).
Now, getaddrinfo(3) returns two SOCK_STREAMs, IPPROTO_TCP and
IPPROTO_SCTP. It confuses some programs. If getaddrinfo(3) returns
Author: ume
Date: Sun Mar 29 17:55:11 2009
New Revision: 190525
URL: http://svn.freebsd.org/changeset/base/190525
Log:
Query DNS only once per an address family.
Obtained from:KAME
MFC after:2 weeks
Modified:
head/lib/libc/net/getaddrinfo.c
Modified: head/lib/libc/net/geta
Author: ume
Date: Sun Apr 12 19:06:41 2009
New Revision: 190972
URL: http://svn.freebsd.org/changeset/base/190972
Log:
MFH r190382,190416,190525:
- getaddrinfo(3) should accept numeric when ai_socktype is not
specified in hint or hints is NULL.
- Add support for SCTP to getaddrinfo(3).
Author: ume
Date: Sat Jan 7 09:01:19 2012
New Revision: 229766
URL: http://svn.freebsd.org/changeset/base/229766
Log:
Handle the internal scope address representation of the KAME IPv6
stack for the node-local multicast address.
Spotted by: Rainer Bredehorn
MFC after:1 week
Modi
Author: ume
Date: Sat Jan 14 19:08:39 2012
New Revision: 230111
URL: http://svn.freebsd.org/changeset/base/230111
Log:
MFC r229766:
Handle the internal scope address representation of the KAME IPv6
stack for the node-local multicast address.
Modified:
stable/9/lib/libc/net/getaddrinfo
Author: ume
Date: Sat Jan 14 19:22:45 2012
New Revision: 230112
URL: http://svn.freebsd.org/changeset/base/230112
Log:
MFC r229766:
Handle the internal scope address representation of the KAME IPv6
stack for the node-local multicast address.
Modified:
stable/8/lib/libc/net/getaddrinfo
Author: ume
Date: Sat Jan 14 19:38:24 2012
New Revision: 230113
URL: http://svn.freebsd.org/changeset/base/230113
Log:
MFC r228284, r228308:
- Make heimdal buildable with WITH_OPENLDAP defined, again.
- Our heimdal uses the deprecated OpenLDAP functions.
- Don't support OpenLDAP duri
Author: ume
Date: Wed Nov 28 11:47:47 2012
New Revision: 243649
URL: http://svnweb.freebsd.org/changeset/base/243649
Log:
cyrus-sasl 2.1.26 was released. In this version, the type of callback
functions was changed from "unsigned long" to "size_t".
Reviewed by: gshapiro
MFC after:3
Author: ume
Date: Sat Dec 1 11:08:46 2012
New Revision: 243748
URL: http://svnweb.freebsd.org/changeset/base/243748
Log:
MFC r243649: cyrus-sasl 2.1.26 was released. In this version, the type
of callback functions was changed from "unsigned long" to "size_t".
Modified:
stable/8/contrib/se
Author: ume
Date: Sat Dec 1 11:12:04 2012
New Revision: 243749
URL: http://svnweb.freebsd.org/changeset/base/243749
Log:
MFC r243649: cyrus-sasl 2.1.26 was released. In this version, the type
of callback functions was changed from "unsigned long" to "size_t".
Modified:
stable/7/contrib/se
Author: ume
Date: Sat Dec 1 11:03:19 2012
New Revision: 243747
URL: http://svnweb.freebsd.org/changeset/base/243747
Log:
MFC r243649: cyrus-sasl 2.1.26 was released. In this version, the type
of callback functions was changed from "unsigned long" to "size_t".
Modified:
stable/9/contrib/se
Author: ume
Date: Fri Dec 28 10:42:01 2012
New Revision: 244770
URL: http://svnweb.freebsd.org/changeset/base/244770
Log:
Fix location of /var/audit/dist and /var/audit/remote.
Note that those who did installworld after r243752 should
remove wrongly created /var/dist and /var/remote.
Re
Author: ume
Date: Fri Dec 28 10:58:03 2012
New Revision: 244771
URL: http://svnweb.freebsd.org/changeset/base/244771
Log:
MFC r244770: Fix location of /var/audit/dist and /var/audit/remote.
Note that those who did installworld after r244398 should remove
wrongly created /var/dist and /var/re
Author: ume
Date: Sun Dec 30 08:00:40 2012
New Revision: 244855
URL: http://svnweb.freebsd.org/changeset/base/244855
Log:
Add directories which were wrongly created during auditdistd addition.
Requested by: netchild
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
Author: ume
Date: Sun Dec 30 08:16:05 2012
New Revision: 244856
URL: http://svnweb.freebsd.org/changeset/base/244856
Log:
MFC r244855: Add directories which were wrongly created during
auditdistd addition.
Requested by: netchild
Modified:
stable/9/ObsoleteFiles.inc (contents, props c
Author: ume
Date: Wed Jan 9 15:22:37 2013
New Revision: 245225
URL: http://svnweb.freebsd.org/changeset/base/245225
Log:
Disable destination address selection support of
getipnodebyname(1). RFC 2553 mentions IPv6 addresses
are returned 1st.
Spotted by: uqs
MFC after:1 week
Mo
Author: ume
Date: Wed Jan 9 18:18:08 2013
New Revision: 245230
URL: http://svnweb.freebsd.org/changeset/base/245230
Log:
Add no_prefer_iface option.
It stops treating the address on the interface as special by source
address selection rule even when the interface is outgoing interface.
Th
Author: ume
Date: Thu Jan 10 14:08:19 2013
New Revision: 245256
URL: http://svnweb.freebsd.org/changeset/base/245256
Log:
Re-enable ip6addrctl support but only for IPv6 address.
Requested by: Ben Morrow
MFC after:1 week
Modified:
head/lib/libc/net/name6.c
Modified: head/lib/libc/
Author: ume
Date: Thu Jan 17 16:11:38 2013
New Revision: 245553
URL: http://svnweb.freebsd.org/changeset/base/245553
Log:
MFC r245225, r245256: Restrict use of source address selection
of getipnodebyname(1) only to IPv6 address.
Modified:
stable/9/lib/libc/net/name6.c
Directory Properties:
Author: ume
Date: Thu Jan 17 16:39:21 2013
New Revision: 24
URL: http://svnweb.freebsd.org/changeset/base/24
Log:
MFC r245230: Add no_prefer_iface option.
It stops treating the address on the interface as special by source
address selection rule even when the interface is outgoing in
Author: ume
Date: Thu Jan 17 17:05:54 2013
New Revision: 245557
URL: http://svnweb.freebsd.org/changeset/base/245557
Log:
MFC r245225, r245256: Restrict use of source address selection
of getipnodebyname(1) only to IPv6 address.
Modified:
stable/8/lib/libc/net/name6.c
Directory Properties:
Author: ume
Date: Thu Jan 17 17:08:10 2013
New Revision: 245559
URL: http://svnweb.freebsd.org/changeset/base/245559
Log:
MFC r245225, r245256: Restrict use of source address selection
of getipnodebyname(1) only to IPv6 address.
Modified:
stable/7/lib/libc/net/name6.c
Directory Properties:
Author: ume
Date: Sat Oct 13 14:45:42 2012
New Revision: 241507
URL: http://svn.freebsd.org/changeset/base/241507
Log:
Make a command for pkg_info changeable like pkg_version in
/etc/periodic/weekly/400.status-pkg to be friendly with pkgng.
MFC after:1 week
Modified:
head/etc/perio
Author: ume
Date: Sat Oct 20 17:27:57 2012
New Revision: 241786
URL: http://svn.freebsd.org/changeset/base/241786
Log:
MFC r241507: Make a command for pkg_info changeable like
pkg_version in /etc/periodic/weekly/400.status-pkg to be
friendly with pkgng.
Modified:
stable/9/etc/periodic/dai
Author: ume
Date: Sat Oct 20 18:05:27 2012
New Revision: 241787
URL: http://svn.freebsd.org/changeset/base/241787
Log:
Use correct INDEX on 10-CURRENT.
Modified:
head/etc/defaults/periodic.conf
Modified: head/etc/defaults/periodic.conf
Author: ume
Date: Sat Oct 20 18:13:20 2012
New Revision: 241788
URL: http://svn.freebsd.org/changeset/base/241788
Log:
Set default for ${pkg_info} like ${pkg_version}.
MFC after:1 week
Modified:
head/etc/defaults/periodic.conf
Modified: head/etc/defaults/periodic.conf
==
Author: ume
Date: Mon Oct 29 16:58:45 2012
New Revision: 242318
URL: http://svn.freebsd.org/changeset/base/242318
Log:
MFC r241788: Set default for ${pkg_info} like ${pkg_version}.
Modified:
stable/9/etc/defaults/periodic.conf
Directory Properties:
stable/9/etc/ (props changed)
Modified:
Author: ume
Date: Sat Jun 23 17:59:32 2012
New Revision: 237488
URL: http://svn.freebsd.org/changeset/base/237488
Log:
MFC r235138: Add -a and -A option to the usage.
Modified:
stable/9/usr.sbin/traceroute6/traceroute6.c
Directory Properties:
stable/9/usr.sbin/traceroute6/ (props changed)
Author: ume
Date: Sat Jun 23 18:07:48 2012
New Revision: 237489
URL: http://svn.freebsd.org/changeset/base/237489
Log:
MFC r235138: Add -a and -A option to the usage.
Modified:
stable/8/usr.sbin/traceroute6/traceroute6.c
Directory Properties:
stable/8/usr.sbin/traceroute6/ (props changed)
Author: ume
Date: Tue May 8 15:18:35 2012
New Revision: 235138
URL: http://svn.freebsd.org/changeset/base/235138
Log:
Add -a and -A option to the usage.
MFC after:1 week
Modified:
head/usr.sbin/traceroute6/traceroute6.c
Modified: head/usr.sbin/traceroute6/traceroute6.c
Author: ume
Date: Sat Feb 2 18:08:09 2013
New Revision: 246255
URL: http://svnweb.freebsd.org/changeset/base/246255
Log:
Use the default policy table of RFC 6724.
MFC after:1 weeks
Modified:
head/etc/rc.d/ip6addrctl
Modified: head/etc/rc.d/ip6addrctl
===
Author: ume
Date: Sat Feb 9 18:00:29 2013
New Revision: 246599
URL: http://svnweb.freebsd.org/changeset/base/246599
Log:
MFC r246255: Use the default policy table of RFC 6724.
Modified:
stable/8/etc/rc.d/ip6addrctl
Directory Properties:
stable/8/etc/ (props changed)
Modified: stable/8/e
Author: ume
Date: Sat Feb 9 17:56:57 2013
New Revision: 246598
URL: http://svnweb.freebsd.org/changeset/base/246598
Log:
MFC r246255: Use the default policy table of RFC 6724.
Modified:
stable/9/etc/rc.d/ip6addrctl
Directory Properties:
stable/9/etc/ (props changed)
Modified: stable/9/e
ox is configured to use DHCPv6.
So, there are three sources for a DNS address, here.
Sincerely,
--
Hajimu UMEMOTO
u...@mahoroba.org ume@{,jp.}FreeBSD.org
http://www.mahoroba.org/~ume/
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailm
conf.
You may want to write your own script to rewrite nameserver address
then pass it to resolvconf(8).
Sincerely,
--
Hajimu UMEMOTO
u...@mahoroba.org ume@{,jp.}FreeBSD.org
http://www.mahoroba.org/~ume/
___
svn-src-all@freebsd.org mailing list
http://li
caching (on both its
IPv4
ache> and IPv6 adresses), and NS it advertise goes through tunnel each time
ache> without caching in the router.
Okay, thanks.
Sincerely,
--
Hajimu UMEMOTO
u...@mahoroba.org ume@{,jp.}FreeBSD.org
http://www.mahoroba.org/~ume/
__
lines.
Our stub resolver in libc should work with a link-local address as
nameserver. However, host(1) and dig(1) don't use the stub resolver
in libc, and use its own resolver. I suspect host(1) and dig(1) have
some problem in handling a link-local address.
In anyway, I don't recommend
Hi,
>>>>> On Thu, 23 Aug 2012 08:41:37 +0400
>>>>> Andrey Chernov said:
ache> On Thu, Aug 23, 2012 at 12:27:46AM +0900, Hajimu UMEMOTO wrote:
> A link-local address has a scope; an interface here. You cannot omit
> it on FreeBSD by default. To be ab
Author: ume
Date: Sun Feb 8 16:58:05 2009
New Revision: 188316
URL: http://svn.freebsd.org/changeset/base/188316
Log:
Shutup warning for DNAME RR.
PR: bin/127591
Submitted by: "Eugene M. Kim" <20080111.freebsd.org__at__ab.ote.we.lv>
MFC after:1 week
Modified:
head/lib/
Author: ume
Date: Mon Feb 16 18:24:48 2009
New Revision: 188690
URL: http://svn.freebsd.org/changeset/base/188690
Log:
MFH 188316: Shutup warning for DNAME RR.
PR: bin/127591
Submitted by: "Eugene M. Kim" <20080111.freebsd.org__at__ab.ote.we.lv>
Modified:
stable/7/lib/libc/
Author: ume
Date: Mon Feb 16 18:32:28 2009
New Revision: 188691
URL: http://svn.freebsd.org/changeset/base/188691
Log:
MFH 188316: Shutup warning for DNAME RR.
PR: bin/127591
Submitted by: "Eugene M. Kim" <20080111.freebsd.org__at__ab.ote.we.lv>
Modified:
stable/6/lib/libc/
Author: ume
Date: Tue Nov 10 03:56:51 2009
New Revision: 199128
URL: http://svn.freebsd.org/changeset/base/199128
Log:
Add Japanese catalogue entries for newer errnos: EBADMSG, EMULTIHOP,
ENOLINK, EPROTO, ENOTCAPABLE.
Modified:
head/lib/libc/nls/ja_JP.UTF-8.msg
head/lib/libc/nls/ja_JP.euc
Author: ume
Date: Wed Nov 11 08:28:18 2009
New Revision: 199173
URL: http://svn.freebsd.org/changeset/base/199173
Log:
CURVNET_RESTORE() was not called in certain cases.
MFC after:3 days
Modified:
head/sys/netinet6/nd6.c
Modified: head/sys/netinet6/nd6.c
Author: ume
Date: Wed Nov 11 11:24:02 2009
New Revision: 199179
URL: http://svn.freebsd.org/changeset/base/199179
Log:
Add unit to the short month names for Japanese locales.
Without unit, the output of the application like ls(1)
is complicated.
Reviewed by: nork
MFC after:1 week
Author: ume
Date: Wed Nov 11 15:21:06 2009
New Revision: 199188
URL: http://svn.freebsd.org/changeset/base/199188
Log:
ANSIfy.
MFC after:1 week
Modified:
head/lib/libc/net/ip6opt.c
Modified: head/lib/libc/net/ip6opt.c
=
1 - 100 of 359 matches
Mail list logo