svn commit: r327029 - head/lib/libc/net

2017-12-20 Thread Hajimu UMEMOTO
Author: ume Date: Wed Dec 20 17:44:31 2017 New Revision: 327029 URL: https://svnweb.freebsd.org/changeset/base/327029 Log: Don't ignore trailing spaces after numerical IP addresses. PR: 224403 Reported by: Michael Kaufmann Reviewed by: Michael Kaufmann MFC after:1 week

svn commit: r308808 - head/usr.bin/locale

2016-11-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Nov 18 16:48:37 2016 New Revision: 308808 URL: https://svnweb.freebsd.org/changeset/base/308808 Log: Lookup locale when print all keywords as well. Reported by: dumbbell Reviewed by: dumbbell MFC after:1 week Modified: head/usr.bin/locale/locale.c Modifie

svn commit: r308809 - head/usr.bin/locale

2016-11-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Nov 18 17:18:05 2016 New Revision: 308809 URL: https://svnweb.freebsd.org/changeset/base/308809 Log: We need to lookup locale when command line arguments are specified, as well. MFC after:1 week Modified: head/usr.bin/locale/locale.c Modified: head/usr.bin/local

svn commit: r368111 - head/usr.sbin/rtsold

2020-11-27 Thread Hajimu UMEMOTO
Author: ume Date: Fri Nov 27 18:40:51 2020 New Revision: 368111 URL: https://svnweb.freebsd.org/changeset/base/368111 Log: fix casper initialization for setting scripts. MFC after:1 week Modified: head/usr.sbin/rtsold/rtsold.c Modified: head/usr.sbin/rtsold/rtsold.c

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-02-28 Thread Hajimu UMEMOTO
l.so.111 => /usr/lib/libssl.so.111 (0x800337000) libcrypto.so.111 => /lib/libcrypto.so.111 (0x8003cd000) libwrap.so.6 => /usr/lib/libwrap.so.6 (0x8006ba000) libc.so.7 => /lib/libc.so.7 (0x8006c5000) libdl.so.1 => /usr/lib/libdl.so.1 (0x800abb000) libthr

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-02-28 Thread Hajimu UMEMOTO
ASL2 from ports using 1.1.1 SSL API and linked with openss from ports. No, I used to use base sendmail with cyrus-sasl2 on 11-STABLE as well. You should not specify other than "DEFAULT_VERSIONS= ssl=base". Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-01 Thread Hajimu UMEMOTO
d openssl-1.1.1, If you wish to use base sendmail with cyrus-sasl2, you must build cyrus-sasl2 with base openssl. If you wish to use cyrus-sasl2 with port openssl, you should use port sendmail. Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org u...@free

Re: [SOLUTION] Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-04 Thread Hajimu UMEMOTO
an option "DEFAULT_VERSIONS= ssl=base". Your hack breaks this premise and confuse people. Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org u...@freebsd.org http://www.mahoroba.org/~ume/ ___ svn-src-head@freebsd.org mailing list https://lists.f

Re: [SOLUTION] Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-04 Thread Hajimu UMEMOTO
st be linked same version of openssl. I don't recommend. But, perhaps this works for you: .if ! ${.CURDIR:M*/security/cyrus-sasl2*} DEFAULT_VERSIONS= ssl=openssl .endif Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org u...@freebsd.org http://www.mahoroba.org/~ume/ __

svn commit: r219061 - head/bin/csh

2011-02-26 Thread Hajimu UMEMOTO
-- /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

svn commit: r219734 - head/contrib/openresolv

2011-03-18 Thread Hajimu UMEMOTO
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-head@fre

svn commit: r219735 - head/contrib/openresolv

2011-03-18 Thread Hajimu UMEMOTO
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-head@freebsd.org mailing list http

svn commit: r219736 - head/contrib/openresolv

2011-03-18 Thread Hajimu UMEMOTO
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/ ___

svn commit: r219738 - in head: etc/mtree sbin sbin/resolvconf

2011-03-18 Thread Hajimu UMEMOTO
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

svn commit: r219739 - head/sbin/dhclient

2011-03-18 Thread Hajimu UMEMOTO
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-

svn commit: r220055 - head/usr.bin/su

2011-03-27 Thread Hajimu UMEMOTO
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/

svn commit: r221297 - head/contrib/openresolv

2011-05-01 Thread Hajimu UMEMOTO
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

svn commit: r206152 - head/lib/libc/net

2010-04-04 Thread Hajimu UMEMOTO
Author: ume Date: Sun Apr 4 07:02:10 2010 New Revision: 206152 URL: http://svn.freebsd.org/changeset/base/206152 Log: Stop adding trailing '\n'. The servent_unpack() doesn't expect lines terminated with '\n'. MFC after:2 weeks Modified: head/lib/libc/net/getservent.c Modified: h

svn commit: r206153 - head/lib/libc/net

2010-04-04 Thread Hajimu UMEMOTO
Author: ume Date: Sun Apr 4 07:21:45 2010 New Revision: 206153 URL: http://svn.freebsd.org/changeset/base/206153 Log: Treat '+' as special only when in compat mode, and simplify the logic bit. MFC after:2 weeks Modified: head/lib/libc/net/getservent.c Modified: head/lib/libc/net/

svn commit: r206154 - head/lib/libc/net

2010-04-04 Thread Hajimu UMEMOTO
Author: ume Date: Sun Apr 4 07:31:10 2010 New Revision: 206154 URL: http://svn.freebsd.org/changeset/base/206154 Log: Reduce duplicate code. MFC after:2 weeks Modified: head/lib/libc/net/getservent.c Modified: head/lib/libc/net/getservent.c =

svn commit: r206155 - in head: include lib/libc/net share/man/man5

2010-04-04 Thread Hajimu UMEMOTO
Author: ume Date: Sun Apr 4 08:31:03 2010 New Revision: 206155 URL: http://svn.freebsd.org/changeset/base/206155 Log: Add capability to use a db version of services. It is enabled by specifying `db' as source of service in /etc/nsswitch.conf. MFC after:2 weeks Modified: head/incl

svn commit: r206156 - in head/usr.sbin: . services_mkdb

2010-04-04 Thread Hajimu UMEMOTO
Author: ume Date: Sun Apr 4 08:38:14 2010 New Revision: 206156 URL: http://svn.freebsd.org/changeset/base/206156 Log: services_mkdb; generate db file from services(5) to increase speed of getserv*() Obtained from:NetBSD MFC after:2 weeks Added: head/usr.sbin/services_mkd

svn commit: r206159 - head/usr.sbin/services_mkdb

2010-04-04 Thread Hajimu UMEMOTO
Author: ume Date: Sun Apr 4 14:23:28 2010 New Revision: 206159 URL: http://svn.freebsd.org/changeset/base/206159 Log: Fix compilation error on 9-CURRENT. Reported by: nyan MFC after:2 weeks Modified: head/usr.sbin/services_mkdb/services_mkdb.c Modified: head/usr.sbin/services_mk

svn commit: r206163 - head/usr.sbin/services_mkdb

2010-04-04 Thread Hajimu UMEMOTO
Author: ume Date: Sun Apr 4 15:21:09 2010 New Revision: 206163 URL: http://svn.freebsd.org/changeset/base/206163 Log: Fix compilation error on amd64. Reported by: stefanf MFC after:2 weeks Modified: head/usr.sbin/services_mkdb/services_mkdb.c Modified: head/usr.sbin/services_mkd

svn commit: r206266 - head/sbin/ipfw

2010-04-06 Thread Hajimu UMEMOTO
Author: ume Date: Tue Apr 6 12:28:08 2010 New Revision: 206266 URL: http://svn.freebsd.org/changeset/base/206266 Log: Set net.inet6.ip6.fw.enable as well. Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ipfw/ipfw2.c ==

svn commit: r206267 - head/lib/libc/net

2010-04-06 Thread Hajimu UMEMOTO
Author: ume Date: Tue Apr 6 12:33:05 2010 New Revision: 206267 URL: http://svn.freebsd.org/changeset/base/206267 Log: Use the stored length value instead of calculating it by strlen(). Modified: head/lib/libc/net/getservent.c Modified: head/lib/libc/net/getservent.c

svn commit: r206375 - head/etc

2010-04-07 Thread Hajimu UMEMOTO
Author: ume Date: Wed Apr 7 18:14:30 2010 New Revision: 206375 URL: http://svn.freebsd.org/changeset/base/206375 Log: firewall_trusted_ipv6 was gone by r202460. Remove stale comment about it as well. Modified: head/etc/rc.firewall Modified: head/etc/rc.firewall ==

svn commit: r206399 - head/etc

2010-04-08 Thread Hajimu UMEMOTO
Author: ume Date: Thu Apr 8 15:19:57 2010 New Revision: 206399 URL: http://svn.freebsd.org/changeset/base/206399 Log: Disambiguate `IPs' to a more specific term. Submitted by: Garrett Cooper MFC after:3 days Modified: head/etc/rc.firewall Modified: head/etc/rc.firewall =

svn commit: r206479 - head/etc

2010-04-11 Thread Hajimu UMEMOTO
Author: ume Date: Sun Apr 11 15:31:09 2010 New Revision: 206479 URL: http://svn.freebsd.org/changeset/base/206479 Log: Fix grammar in comment. Submitted by: "b. f." MFC after:3 days Modified: head/etc/rc.firewall Modified: head/etc/rc.firewall

svn commit: r206557 - head/share/man/man5

2010-04-13 Thread Hajimu UMEMOTO
Author: ume Date: Tue Apr 13 15:53:04 2010 New Revision: 206557 URL: http://svn.freebsd.org/changeset/base/206557 Log: Nuke the descriptions about ipv6_firewall_* as they were unified into firewall_*. MFC after:3 days Modified: head/share/man/man5/rc.conf.5 Modified: head/share/ma

svn commit: r207225 - in head: etc/defaults etc/rc.d share/man/man5

2010-04-26 Thread Hajimu UMEMOTO
Author: ume Date: Mon Apr 26 15:31:58 2010 New Revision: 207225 URL: http://svn.freebsd.org/changeset/base/207225 Log: Better handling of ipv6_default_interface using net.inet6.ip6.use_defaultzone=1. Now, it works IPv6 link-local unicast addresses as well as IPv6 link-local multicast addres

svn commit: r228284 - in head/kerberos5: . lib/libhdb

2011-12-05 Thread Hajimu UMEMOTO
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

svn commit: r228308 - head/kerberos5

2011-12-06 Thread Hajimu UMEMOTO
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 ==

svn commit: r229766 - in head: lib/libc/net sbin/route

2012-01-07 Thread Hajimu UMEMOTO
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

svn commit: r210861 - head/etc

2010-08-05 Thread Hajimu UMEMOTO
Author: ume Date: Thu Aug 5 15:07:28 2010 New Revision: 210861 URL: http://svn.freebsd.org/changeset/base/210861 Log: /etc/rc.d/ip6fw was deprecated. Reported by: Alex Kozlov MFC after:3 days Modified: head/etc/netstart Modified: head/etc/netstart ==

svn commit: r210862 - head/etc

2010-08-05 Thread Hajimu UMEMOTO
Author: ume Date: Thu Aug 5 15:11:03 2010 New Revision: 210862 URL: http://svn.freebsd.org/changeset/base/210862 Log: /etc/rc.d/network_ipv6 was deprecated. Reported by: Alex Kozlov Modified: head/etc/netstart Modified: head/etc/netstart ==

svn commit: r211276 - head/lib/libc/net

2010-08-12 Thread Hajimu UMEMOTO
Author: ume Date: Fri Aug 13 06:39:54 2010 New Revision: 211276 URL: http://svn.freebsd.org/changeset/base/211276 Log: - When there is no room for returning the result, nss backend have to return ERANGE and terminate with NS_RETURN. - When gethostbyname_r(3) and the friends end with an err

svn commit: r211340 - head/lib/libc/net

2010-08-15 Thread Hajimu UMEMOTO
Author: ume Date: Sun Aug 15 16:28:08 2010 New Revision: 211340 URL: http://svn.freebsd.org/changeset/base/211340 Log: Correct the return code from _dns_gethostby*() to correspond with h_errno. Obtained from:NetBSD MFC after:2 weeks Modified: head/lib/libc/net/gethostbydn

svn commit: r211435 - head/sys/netinet6

2010-08-17 Thread Hajimu UMEMOTO
Author: ume Date: Tue Aug 17 17:30:56 2010 New Revision: 211435 URL: http://svn.freebsd.org/changeset/base/211435 Log: Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1. MFC after:2 weeks Modified: head/sys/netinet6/raw_ip6.c Modified: head/sys/netinet6/raw_ip6.c ===

svn commit: r211530 - head/sys/netinet6

2010-08-20 Thread Hajimu UMEMOTO
Author: ume Date: Fri Aug 20 17:52:49 2010 New Revision: 211530 URL: http://svn.freebsd.org/changeset/base/211530 Log: optp may be NULL. Modified: head/sys/netinet6/raw_ip6.c Modified: head/sys/netinet6/raw_ip6.c ==

Re: svn commit: r211530 - head/sys/netinet6

2010-08-21 Thread Hajimu UMEMOTO
ptp->ip6po_pktinfo->ipi6_ifindex)) With your proposal, when optp is NULL, use_defzone doesn't set. It is not desired thing. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u...@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ __

svn commit: r213403 - head/lib/libc/net

2010-10-04 Thread Hajimu UMEMOTO
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

Re: svn commit: r211276 - head/lib/libc/net

2010-10-04 Thread Hajimu UMEMOTO
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/

svn commit: r213453 - head/lib/libc/net

2010-10-05 Thread Hajimu UMEMOTO
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

Re: svn commit: r211276 - head/lib/libc/net

2010-10-05 Thread Hajimu UMEMOTO
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/

svn commit: r217642 - head/usr.bin/netstat

2011-01-20 Thread Hajimu UMEMOTO
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

svn commit: r225906 - head/contrib/sendmail/src

2011-10-01 Thread Hajimu UMEMOTO
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

svn commit: r330681 - head/sys/fs/fdescfs

2018-03-08 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 9 04:45:24 2018 New Revision: 330681 URL: https://svnweb.freebsd.org/changeset/base/330681 Log: Fix Bad file descriptor error. MFC after:1 week Modified: head/sys/fs/fdescfs/fdesc_vnops.c Modified: head/sys/fs/fdescfs/fdesc_vnops.c

svn commit: r305289 - head/usr.bin/w

2016-09-02 Thread Hajimu UMEMOTO
Author: ume Date: Fri Sep 2 18:28:14 2016 New Revision: 305289 URL: https://svnweb.freebsd.org/changeset/base/305289 Log: When -n is specified, don't make bogus DNS queries. Instead, when -n is specified more than once, hostnames stored in utmp are attempted to resolve to display them as n

svn commit: r344491 - head/usr.sbin/syslogd

2019-02-24 Thread Hajimu UMEMOTO
Author: ume Date: Sun Feb 24 03:41:05 2019 New Revision: 344491 URL: https://svnweb.freebsd.org/changeset/base/344491 Log: An IPv6 address matching should be fixed. Specifying an IPv6 address by the -a option was broken since r309933. Reported by: "O. Hartmann" MFC after:1 week

svn commit: r267616 - head/lib/libc/net

2014-06-18 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jun 18 18:07:19 2014 New Revision: 267616 URL: http://svnweb.freebsd.org/changeset/base/267616 Log: Retooling addrconfig() to exclude addresses on loopback interfaces when looking for configured addresses. This change is based upon the code from the submitter, and made

svn commit: r267640 - head/lib/libc/net

2014-06-19 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 19 11:49:36 2014 New Revision: 267640 URL: http://svnweb.freebsd.org/changeset/base/267640 Log: Use SOCK_CLOEXEC. MFC after:1 week Modified: head/lib/libc/net/getaddrinfo.c Modified: head/lib/libc/net/getaddrinfo.c ==

svn commit: r267800 - head/lib/libc/net

2014-06-23 Thread Hajimu UMEMOTO
Author: ume Date: Mon Jun 23 15:43:27 2014 New Revision: 267800 URL: http://svnweb.freebsd.org/changeset/base/267800 Log: Exclude IPv4 address from doing longest match. It prevented DNS based load balancing. MFC after:1 week Modified: head/lib/libc/net/getaddrinfo.c Modified: head

svn commit: r267801 - head/sys/netinet6

2014-06-23 Thread Hajimu UMEMOTO
Author: ume Date: Mon Jun 23 16:27:29 2014 New Revision: 267801 URL: http://svnweb.freebsd.org/changeset/base/267801 Log: Make nd6_gctimer tunable. MFC after:1 week Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c ==

svn commit: r267871 - head/usr.bin/whois

2014-06-25 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jun 25 15:39:08 2014 New Revision: 267871 URL: http://svnweb.freebsd.org/changeset/base/267871 Log: Introduce $RA_SERVER to set default whois server. Requested by: nork Reviewed by: nork MFC after:1 week Modified: head/usr.bin/whois/whois.c Modified: head/

svn commit: r267912 - head/lib/libc/net

2014-06-26 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 26 12:12:18 2014 New Revision: 267912 URL: http://svnweb.freebsd.org/changeset/base/267912 Log: - Exclude loopback address rather than loopback interface. - style(9) TODO: When AI_ADDRCONFIG is specified, getaddrinfo() can be quite slow for system with many int

svn commit: r267915 - head/lib/libc/net

2014-06-26 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 26 14:24:31 2014 New Revision: 267915 URL: http://svnweb.freebsd.org/changeset/base/267915 Log: Fix build with WITHOUT_INET6. Spotted by: bf MFC after:1 week Modified: head/lib/libc/net/getaddrinfo.c Modified: head/lib/libc/net/getaddrinfo.c ===

svn commit: r268049 - head/sbin/ifconfig

2014-06-30 Thread Hajimu UMEMOTO
Author: ume Date: Mon Jun 30 16:39:37 2014 New Revision: 268049 URL: http://svnweb.freebsd.org/changeset/base/268049 Log: Fix ifconfig to show pltime and vltime with -L option, again after usage change from time_second to time_uptime. PR: 188520 Submitted by: Guy Yur MFC af

svn commit: r269865 - in head/lib/libc: . md

2014-08-12 Thread Hajimu UMEMOTO
Author: ume Date: Tue Aug 12 12:25:56 2014 New Revision: 269865 URL: http://svnweb.freebsd.org/changeset/base/269865 Log: Bring the md5 functions into libc for internal use only. It is required to support ID randomization for our stub resolver. Added: head/lib/libc/md/ head/lib/libc/md/

svn commit: r269867 - in head: include include/arpa lib/libc/include lib/libc/include/isc lib/libc/inet lib/libc/isc lib/libc/nameser lib/libc/resolv

2014-08-12 Thread Hajimu UMEMOTO
Author: ume Date: Tue Aug 12 12:36:06 2014 New Revision: 269867 URL: http://svnweb.freebsd.org/changeset/base/269867 Log: Update our stub resolver to final version of libbind. Obtained from:ISC Modified: head/include/arpa/inet.h head/include/arpa/nameser.h head/include/arpa/n

svn commit: r269873 - head/lib/libc/nameser

2014-08-12 Thread Hajimu UMEMOTO
Author: ume Date: Tue Aug 12 13:09:32 2014 New Revision: 269873 URL: http://svnweb.freebsd.org/changeset/base/269873 Log: Fix broken pointer overflow check ns_name_unpack() Many compilers may optimize away the overflow check `msg + l < msg', where `msg' is a pointer and `l' is an integer,

svn commit: r266813 - head/lib/libcrypt

2014-05-28 Thread Hajimu UMEMOTO
Author: ume Date: Wed May 28 16:50:18 2014 New Revision: 266813 URL: http://svnweb.freebsd.org/changeset/base/266813 Log: Don't break the legacy applications which set just 2 bytes to salt. MFC after:1 week Modified: head/lib/libcrypt/crypt.c Modified: head/lib/libcrypt/crypt.c ==

svn commit: r276814 - head/contrib/ntp/ntpd

2015-01-07 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jan 8 07:47:39 2015 New Revision: 276814 URL: https://svnweb.freebsd.org/changeset/base/276814 Log: Correct comparison of IPv6 wildcard address. MFC after:3 days Modified: head/contrib/ntp/ntpd/ntp_io.c Modified: head/contrib/ntp/ntpd/ntp_io.c

svn commit: r277531 - head/bin/freebsd-version

2015-01-22 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jan 22 17:13:43 2015 New Revision: 277531 URL: https://svnweb.freebsd.org/changeset/base/277531 Log: Don't include newvers.sh into freebsd-version. Modified: head/bin/freebsd-version/Makefile Modified: head/bin/freebsd-version/Makefile ==

svn commit: r287208 - in head/kerberos5: . lib/libhdb

2015-08-27 Thread Hajimu UMEMOTO
Author: ume Date: Thu Aug 27 15:03:34 2015 New Revision: 287208 URL: https://svnweb.freebsd.org/changeset/base/287208 Log: Make it buildable with WITH_OPENLDAP, again. MFC after:1 week Modified: head/kerberos5/Makefile.inc head/kerberos5/lib/libhdb/Makefile Modified: head/kerberos

svn commit: r287216 - in head/kerberos5: . libexec/digest-service libexec/kdc usr.bin/kpasswd usr.sbin/iprop-log

2015-08-27 Thread Hajimu UMEMOTO
Author: ume Date: Thu Aug 27 17:16:18 2015 New Revision: 287216 URL: https://svnweb.freebsd.org/changeset/base/287216 Log: Move setting of LDFLAGS to the modules which require it actually, as other kerberos5 modules do so. Modified: head/kerberos5/Makefile.inc head/kerberos5/libexec/diges

svn commit: r295147 - head/bin/csh

2016-02-02 Thread Hajimu UMEMOTO
Author: ume Date: Tue Feb 2 11:51:18 2016 New Revision: 295147 URL: https://svnweb.freebsd.org/changeset/base/295147 Log: Make dynamic link of libiconv from ports work again. The symbols of libiconv from ports were changed to have prefixed. Since we have iconv in our libc these days, we d

svn commit: r295204 - head/bin/csh

2016-02-03 Thread Hajimu UMEMOTO
Author: ume Date: Wed Feb 3 11:44:43 2016 New Revision: 295204 URL: https://svnweb.freebsd.org/changeset/base/295204 Log: The charset of NLS catalogs were converted to UTF-8 since r231990. Modified: head/bin/csh/Makefile Modified: head/bin/csh/Makefile

Re: svn commit: r295224 - head/bin/csh

2016-02-03 Thread Hajimu UMEMOTO
t; Log: bdrewery> Don't link /usr/share/nls/de_DE.UTF-8/tcsh.cat to itself. Oops, it's my fault. Thank you! -- Hajimu UMEMOTO u...@mahoroba.org u...@freebsd.org http://www.mahoroba.org/~ume/ ___ svn-src-head@freebsd.org mailing list

svn commit: r295234 - head/share/i18n/esdb/MISC

2016-02-03 Thread Hajimu UMEMOTO
Author: ume Date: Thu Feb 4 05:03:35 2016 New Revision: 295234 URL: https://svnweb.freebsd.org/changeset/base/295234 Log: Make sure to enable aliases for SHIFT_JIS. MFC after:3 days Modified: head/share/i18n/esdb/MISC/MISC.alias Modified: head/share/i18n/esdb/MISC/MISC.alias ==

Re: svn commit: r290522 - head/share/timedef

2015-11-08 Thread Hajimu UMEMOTO
quot;";/ -"";/ -"";/ -"";/ -"";/ -"";/ -"";/ +abmon "";/ +"";/ +"";/ +"";/ +"";/ +"";/ +"";/ +&

svn commit: r290975 - head/usr.bin/netstat

2015-11-17 Thread Hajimu UMEMOTO
Author: ume Date: Tue Nov 17 12:09:57 2015 New Revision: 290975 URL: https://svnweb.freebsd.org/changeset/base/290975 Log: JSON doesn't permit a hexadecimal notation of an integer. Modified: head/usr.bin/netstat/if.c Modified: head/usr.bin/netstat/if.c ===

svn commit: r291096 - head/usr.bin/netstat

2015-11-20 Thread Hajimu UMEMOTO
Author: ume Date: Fri Nov 20 12:15:58 2015 New Revision: 291096 URL: https://svnweb.freebsd.org/changeset/base/291096 Log: Avoid core dump when output style is html. Modified: head/usr.bin/netstat/if.c Modified: head/usr.bin/netstat/if.c ==

svn commit: r291097 - head/usr.bin/netstat

2015-11-20 Thread Hajimu UMEMOTO
Author: ume Date: Fri Nov 20 12:32:49 2015 New Revision: 291097 URL: https://svnweb.freebsd.org/changeset/base/291097 Log: Don't truncate an interface name when -W option is specified. Spotted by: Jim Thompson MFC after:1 week Modified: head/usr.bin/netstat/route.c Modified: he

svn commit: r291247 - head/usr.bin/netstat

2015-11-24 Thread Hajimu UMEMOTO
Author: ume Date: Tue Nov 24 11:07:37 2015 New Revision: 291247 URL: https://svnweb.freebsd.org/changeset/base/291247 Log: Add missing error check after xo_parse_args() in netstat(8). Submitted by: Oliver Pinter Differential Revision:https://reviews.freebsd.org/D4233 Modified:

svn commit: r291259 - head/usr.bin/netstat

2015-11-24 Thread Hajimu UMEMOTO
Author: ume Date: Tue Nov 24 14:25:40 2015 New Revision: 291259 URL: https://svnweb.freebsd.org/changeset/base/291259 Log: Correct alignment of the addresses in the `netstat -aW' output. Modified: head/usr.bin/netstat/inet.c Modified: head/usr.bin/netstat/inet.c =

svn commit: r291298 - head/usr.bin/netstat

2015-11-25 Thread Hajimu UMEMOTO
Author: ume Date: Wed Nov 25 11:20:54 2015 New Revision: 291298 URL: https://svnweb.freebsd.org/changeset/base/291298 Log: Fix udp entry of `netstat -TW'. Modified: head/usr.bin/netstat/inet.c Modified: head/usr.bin/netstat/inet.c =

svn commit: r291414 - head/tools/build/options

2015-11-27 Thread Hajimu UMEMOTO
Author: ume Date: Sat Nov 28 00:41:37 2015 New Revision: 291414 URL: https://svnweb.freebsd.org/changeset/base/291414 Log: Fix breakage by recent collation change. LC_ALL has to be exported. Modified: head/tools/build/options/makeman Modified: head/tools/build/options/makeman =

svn commit: r291415 - head/share/man/man5

2015-11-27 Thread Hajimu UMEMOTO
Author: ume Date: Sat Nov 28 00:55:49 2015 New Revision: 291415 URL: https://svnweb.freebsd.org/changeset/base/291415 Log: Regen src.conf.5 for recent option changes. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r291592 - head/usr.bin/netstat

2015-12-01 Thread Hajimu UMEMOTO
Author: ume Date: Tue Dec 1 16:04:50 2015 New Revision: 291592 URL: https://svnweb.freebsd.org/changeset/base/291592 Log: At the time a destination or a gateway of `netstat -r' protrudes its field, narrow the next field to raise readability bit. Modified: head/usr.bin/netstat/route.c Mo

Re: svn commit: r291592 - head/usr.bin/netstat

2015-12-01 Thread Hajimu UMEMOTO
ckaddr("gateway", ...). That doesn't seem right. The protrusion is given to the argument of next p_sockaddr() call. Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org u...@freebsd.org http://www.mahoroba.org/~ume/ ___ svn-src-head@freebsd.org mai

Re: svn commit: r291994 - head/include

2015-12-08 Thread Hajimu UMEMOTO
lv.h to fix this with minimal pollution. vangyzen> vangyzen> Reported by:Raphael Kubo da Costa vangyzen> MFC after: 3 days vangyzen> Sponsored by: Dell Inc. It seems wrong. We should not have pollution from timespec.h, here. You should consider moving t

Re: svn commit: r291994 - head/include

2015-12-09 Thread Hajimu UMEMOTO
ruct __res_state and move them into struct __res_state_ext. Sincerely, -- Hajimu UMEMOTO u...@mahoroba.org u...@freebsd.org http://www.mahoroba.org/~ume/ ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To u

svn commit: r292059 - head/lib/libc/net

2015-12-10 Thread Hajimu UMEMOTO
Author: ume Date: Thu Dec 10 11:11:44 2015 New Revision: 292059 URL: https://svnweb.freebsd.org/changeset/base/292059 Log: The calls to RES_SET_H_ERRNO() macro on error paths wind up dereferencing an uninitialized res. PR: 202142 Submitted by: Sean Boudreau MFC after:1 w

svn commit: r292129 - head/lib/libc/net

2015-12-12 Thread Hajimu UMEMOTO
Author: ume Date: Sat Dec 12 14:42:50 2015 New Revision: 292129 URL: https://svnweb.freebsd.org/changeset/base/292129 Log: RFC 3493 requires ignoring the loopback address for A_ADDRCONFIG. Since it breaks certain jail setup, we ignore just 127.0.0.1 instead of whole loopback address range.

svn commit: r292435 - head/usr.sbin/ypserv

2015-12-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Dec 18 11:20:50 2015 New Revision: 292435 URL: https://svnweb.freebsd.org/changeset/base/292435 Log: - Keep hosts.by{name,addr} IPv4 only. - Add comment how we handle hosts and ipnodes. (from NetBSD) MFC after:1 week. Modified: head/usr.sbin/ypserv/Makefile.yp

svn commit: r292441 - head/usr.sbin/ypserv

2015-12-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Dec 18 17:30:22 2015 New Revision: 292441 URL: https://svnweb.freebsd.org/changeset/base/292441 Log: Generate ipnodes.by{addr,name} from /etc/hosts for compatibility with FreeBSD local name resolution. If /var/yp/ipnodes exists, we generate them from it for backward c

svn commit: r292444 - head/lib/libc/net

2015-12-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Dec 18 17:53:18 2015 New Revision: 292444 URL: https://svnweb.freebsd.org/changeset/base/292444 Log: Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3). PR: 198092 MFC after:1 week Modified: head/lib/libc/net/getaddrinfo.3 head/lib/libc/net/geta

svn commit: r292445 - head/lib/libc/net

2015-12-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Dec 18 17:57:31 2015 New Revision: 292445 URL: https://svnweb.freebsd.org/changeset/base/292445 Log: Use _map_v4v6_address(). Suggested by: hrs MFC after:1 week Modified: head/lib/libc/net/getaddrinfo.c Modified: head/lib/libc/net/getaddrinfo.c ==

svn commit: r292446 - head/include

2015-12-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Dec 18 18:08:53 2015 New Revision: 292446 URL: https://svnweb.freebsd.org/changeset/base/292446 Log: Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3). We need to change netdb.h to make it actually enabled. PR: 198092 MFC after:1 week Modified:

svn commit: r292465 - head/usr.sbin/ndp

2015-12-19 Thread Hajimu UMEMOTO
Author: ume Date: Sat Dec 19 09:18:01 2015 New Revision: 292465 URL: https://svnweb.freebsd.org/changeset/base/292465 Log: Fix indent after r292333. Modified: head/usr.sbin/ndp/ndp.c Modified: head/usr.sbin/ndp/ndp.c ===

svn commit: r292512 - in head: share/timedef tools/tools/locale/tools

2015-12-20 Thread Hajimu UMEMOTO
Author: ume Date: Sun Dec 20 14:59:30 2015 New Revision: 292512 URL: https://svnweb.freebsd.org/changeset/base/292512 Log: Restore a day of the week in date(1) output for Japanese locales. It was lost by recent locale change. Modified: head/share/timedef/ja_JP.SJIS.src head/share/timedef/

svn commit: r292514 - in head: include lib/libc/net

2015-12-20 Thread Hajimu UMEMOTO
Author: ume Date: Sun Dec 20 15:18:50 2015 New Revision: 292514 URL: https://svnweb.freebsd.org/changeset/base/292514 Log: addrinfo.ai_family is an address family, not a protocol family. PR: 162434 MFC after:1 week Modified: head/include/netdb.h head/lib/libc/net/getadd

svn commit: r292539 - head/lib/libc/net

2015-12-21 Thread Hajimu UMEMOTO
Author: ume Date: Mon Dec 21 11:24:14 2015 New Revision: 292539 URL: https://svnweb.freebsd.org/changeset/base/292539 Log: If we end up following a CNAME chain that does not find any data return that instead of internal error. PR: 156684 Obtained from:NetBSD MFC afte

svn commit: r292550 - head/lib/libc/net

2015-12-21 Thread Hajimu UMEMOTO
Author: ume Date: Mon Dec 21 16:55:36 2015 New Revision: 292550 URL: https://svnweb.freebsd.org/changeset/base/292550 Log: Simplify _map_v4v6_address(). Suggested by: hrs MFC after:1 week Modified: head/lib/libc/net/map_v4v6.c Modified: head/lib/libc/net/map_v4v6.c ===

svn commit: r292554 - head/lib/libc/net

2015-12-21 Thread Hajimu UMEMOTO
Author: ume Date: Mon Dec 21 17:54:23 2015 New Revision: 292554 URL: https://svnweb.freebsd.org/changeset/base/292554 Log: Use _map_v4v6_address(). MFC after:1 week Modified: head/lib/libc/net/name6.c Modified: head/lib/libc/net/name6.c ==

svn commit: r292595 - head/lib/libc/net

2015-12-22 Thread Hajimu UMEMOTO
Author: ume Date: Tue Dec 22 12:01:06 2015 New Revision: 292595 URL: https://svnweb.freebsd.org/changeset/base/292595 Log: We don't need to use a temporary buffer, here. MFC after:1 week Modified: head/lib/libc/net/map_v4v6.c Modified: head/lib/libc/net/map_v4v6.c ==

svn commit: r292719 - head/lib/libc/net

2015-12-25 Thread Hajimu UMEMOTO
Author: ume Date: Fri Dec 25 10:49:40 2015 New Revision: 292719 URL: https://svnweb.freebsd.org/changeset/base/292719 Log: Remove _gethostbynisname() and _gethostbynisaddr(). These functions used to be called from getipnodebyname(). MFC after:1 week Modified: head/lib/libc/net/get

svn commit: r302016 - in head: share/timedef tools/tools/locale/tools

2016-06-18 Thread Hajimu UMEMOTO
Author: ume Date: Sun Jun 19 03:44:32 2016 New Revision: 302016 URL: https://svnweb.freebsd.org/changeset/base/302016 Log: - Prefer to use %d over %e where the day of the month should be zero filled. - Since %e means the day of the month as well, regard %e as same as %d in md_order.

Re: svn commit: r302016 - in head: share/timedef tools/tools/locale/tools

2016-06-18 Thread Hajimu UMEMOTO
Hi, >>>>> On Sun, 19 Jun 2016 07:57:49 +0300 >>>>> Andrey Chernov said: ache> Nonsense doubled formats in sr_*_RS locales and nonsense md_order there too. It seems there was the problem before my commit. Only saw a little, I'm not sure were it c

  1   2   >