Re: CFR: Exceedingly minor fixes to libc

2009-11-13 Thread Hajimu UMEMOTO
this function is vendor import one from ISC, such cosmetic change may cause problem during further import. So, you should send this patch to ISC folks 1st. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u...@{,jp.}FreeBSD.org http://www.imasy.org/~ume

Re: ping6 and traceroute6 trouble

2009-03-29 Thread Hajimu UMEMOTO
ken traceroute6: Invalid value for hints I've committed the change to lib/libc/net/getaddrinfo.c little while ago that also fixed the problem. Please re-cvsup and try it. http://svn.freebsd.org/viewvc/base/head/lib/libc/net/getaddrinfo.c?r1=190416r2=190525view=patch Sincerely, -- Hajimu UMEMOTO

Re: getaddrinfo() spec doesn't match behaviour

2008-02-03 Thread Hajimu UMEMOTO
, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: 6to4, stf and shoebox NAT routers

2007-08-05 Thread Hajimu UMEMOTO
Hi, On Fri, 03 Aug 2007 10:08:48 +0200 Lapo Luchini [EMAIL PROTECTED] said: lapo Hajimu UMEMOTO wrote: I posted my proposed patch to current@ for review in the past. But, no one responded. Could you test this? This is for 6-CURRENT at Feb 1. If it doesn't apply cleanly, please let me

Re: [patch] enhance powerd(8) to handle max temperature

2007-07-31 Thread Hajimu UMEMOTO
, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: [SOLVED] Re: [patch] enhance powerd(8) to handle max temperature

2007-07-31 Thread Hajimu UMEMOTO
Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: [patch] enhance powerd(8) to handle max temperature

2007-07-30 Thread Hajimu UMEMOTO
feedback is that it's not a good idea, which I respect. It is rather backward, IMHO. I did implement a passive cooling feature as an enhancement of powerd(8) like you did, during initial phases. Then, I implemented it in our kernel as a result. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid

Re: [patch] enhance powerd(8) to handle max temperature

2007-07-27 Thread Hajimu UMEMOTO
gahr Any comment is welcome! We have a passive cooling mechanism already in our kernel. It runs according to an ACPI specification. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume

Re: Advice on the lightweight resolver, lwres.

2006-03-09 Thread Hajimu UMEMOTO
, I'm now working on upgrading the base of our resolver to BIND8's. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers@freebsd.org

Re: res_nXXX function

2005-11-18 Thread Hajimu UMEMOTO
) and gethostbyaddr(3) are since 5.4-STABLE as of May 19 2005 and 6.0-RELEASE. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers

Re: ip6.int deprecated

2005-08-30 Thread Hajimu UMEMOTO
, there were ip6.int. lookups in our libc. But, I nuked them already about one year ago. I left named.conf as is intentionally at the time to help the boxes which don't support RFC 3152. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp

Re: Converting libfoo.so for linux to freebsd

2005-08-10 Thread Hajimu UMEMOTO
, if there are some ABI incompatibility, you may want to consider the approach of linuxpluginwrapper. The PIPS ports (print/pips*) link Linux shlib to FreeBSD binary. To do this, the PIPS ports use www/linuxpluginwrapper to fixup some ABI incompatibility. Sincerely, -- Hajimu UMEMOTO @ Internet

Re: wishlist for sysutils/xbatt: two batteries

2005-06-01 Thread Hajimu UMEMOTO
Hi, On Wed, 01 Jun 2005 22:16:28 +0200 Poul-Henning Kamp [EMAIL PROTECTED] said: phk Isn't there some kind soul who can make sysutils/xbatt (or some other phk X11 tool) show the status for the two batteries individually ? sysutils/gkrellm2 does. Sincerely, -- Hajimu UMEMOTO @ Internet

Re: [PATCH] sbin/route should attempt to resolve hostnames for INET6

2005-05-23 Thread Hajimu UMEMOTO
0 should be given if one does not care No, we should care it in usual. Unless this, two entries are returned; one is for SOCK_DGRAM and the other is for SOCK_STREAM. I feel that `dummy' means route(8) doesn't use ai_socktype later. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society

Re: Can't get correct address in string form

2005-05-03 Thread Hajimu UMEMOTO
sockaddr_in6 *)la-ai_addr)-sin6_addr, buf, sizeof(buf)); break; default: continue; } fprintf(stderr, Address: %s\n, buf); } return 0; } You can use getnameinfo(3) to simplify usage of inet_ntop(3). Sincerely, -- Hajimu UMEMOTO

Re: 6to4, stf and shoebox NAT routers

2005-03-12 Thread Hajimu UMEMOTO
my patch. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: 6to4, stf and shoebox NAT routers

2005-03-11 Thread Hajimu UMEMOTO
); + return; + } /* * perform sanity check against outer src/dst. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume

Re: Global (non _KERNEL) place for sockaddr_union?

2004-09-21 Thread Hajimu UMEMOTO
may be the brooks best approach. I believe KAME doesn't use non standard struct such as sock_union. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume

Re: getaddrinfo

2004-07-08 Thread Hajimu UMEMOTO
1ffe:1000:0002::10 oneffeten Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: inetd needs discard service in /etc/services

2004-03-23 Thread Hajimu UMEMOTO
). It seems NetBSD's inetd do it on demand. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: Power Patches

2004-01-02 Thread Hajimu UMEMOTO
at boot and after boot with following message: Jan 3 01:49:48 lyrics kernel: cbb1: Unsupported card type detected I'm using Victor InterLink MP-XP7210 (SiS 630 chipset). Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org

Re: rijndael again

2003-09-18 Thread Hajimu UMEMOTO
Hi, On Thu, 18 Sep 2003 20:41:36 +0400 (MSD) lg [EMAIL PROTECTED] said: zevlg I seen patch submited to check padLen properly, but it does not covers CBC mode, which have same typo error .. Oops, I've just committed. Please re-cvsup and try it. Sincerely, -- Hajimu UMEMOTO @ Internet

Re: possible rijndael bug

2003-09-17 Thread Hajimu UMEMOTO
out. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: possible rijndael bug

2003-09-17 Thread Hajimu UMEMOTO
. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: gethostbyname_r

2003-06-30 Thread Hajimu UMEMOTO
-safe. So, I believe we don't need gethostbyname_r() for Mozilla. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ [EMAIL

Re: Multi-threaded or async Mozilla (NSPR, really)

2002-12-31 Thread Hajimu UMEMOTO
, or what? The second, I doubt... I believe that Mozilla should be re-written by using getaddrinfo(). Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL

Re: Limiting clients per source IP address (ftpd, inetd, etc.)

2002-06-23 Thread Hajimu UMEMOTO
-perip-hash-5c.diff (for 5-CURRENT) http://www.imasy.or.jp/~ume/FreeBSD/inetd-perip-hash-4s.diff (for 4-STABLE) Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send

[CFR] max-child-per-ip restriction for inetd

2002-06-16 Thread Hajimu UMEMOTO
://www.imasy.or.jp/~ume/FreeBSD/inetd-perip-4s.diff (for 4-STABLE) If there is no objection, I'll commit it at next weekend. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume

Re: [CFR] max-child-per-ip restriction for inetd

2002-06-16 Thread Hajimu UMEMOTO
it. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-28 Thread Hajimu UMEMOTO
patches to -CURRENT. I'll do MFC after 1 week. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body

Re: rtadvd bugfix?

2002-02-03 Thread Hajimu UMEMOTO
, %s non zero router lifetime is specified for %s, which must not be allowed for hosts., __FUNCTION__, intface); exit(1); } And, I believe the message goes to syslog in this case. Sincerely, -- Hajimu

[CFR] IPv6 support for pserver of cvs

2001-11-04 Thread Hajimu UMEMOTO
modification was made. Please review it. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" i

Re: [CFR] IPv6 support for pserver of cvs

2001-11-04 Thread Hajimu UMEMOTO
Hi, On Sun, 4 Nov 2001 16:07:43 +0100 Jeroen Ruigrok/Asmodai [EMAIL PROTECTED] said: asmodai -On [20011104 15:28], Hajimu UMEMOTO ([EMAIL PROTECTED]) wrote: I wish to add IPv6 support to pserver of cvs. You can find the patch from: http://www.imasy.or.jp/?(J?ume/ipv6/FreeBSD/cvs-ipv6

Re: About stscasestr() prototyped with string.h of current lib

2001-11-02 Thread Hajimu UMEMOTO
by removing ache prototypes in question from their headers. I think nin said that having strcasestr() in our standard header breaks existing program. That is, our header seems not confirm standard. Mew2 could be compiled even on Linux which has strcasestr(). Sincerely, -- Hajimu UMEMOTO @ Internet

Fw: Fwd: (SIOCAIFADDR) Please help me!

2001-07-07 Thread Hajimu UMEMOTO
Eduardo, your mail host (200.190.143.201) seems to have no PTR RR. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mr. Umemoto, Sorry to bother you. I'm trying to send this e-mail to the mailing lis= t but = (although I'm subscribed) It just doesn't work. Could you please, relay=

Re: cloning network interfaces

2001-06-24 Thread Hajimu UMEMOTO
. BTW, why did you change gif_ioctl() to gif_ifioctl()? gif related modules are shared among *BSDs and maintained in KAME CVS repository. Could you please keep local changes small as possible? -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume

Re: Status of encryption hardware support in FreeBSD

2001-06-22 Thread Hajimu UMEMOTO
from KAME, please contact to KAME guys. [EMAIL PROTECTED] is good place. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: multiple pccard_ifconfig statements in one rc.conf ? Problems.

2001-06-21 Thread Hajimu UMEMOTO
in -current, I'm not sure why it hasn't been MFC'd. brooks I'll put it on my todo list of no one else get's there first. I believe it was already MFC'd. It seems working fine to me. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp

Re: cloning network interfaces

2001-06-12 Thread Hajimu UMEMOTO
On Mon, 11 Jun 2001 14:20:31 -0700 Brooks Davis [EMAIL PROTECTED] said: brooks On Sun, Jun 10, 2001 at 11:29:07PM +0900, Hajimu UMEMOTO wrote: I think it is not BSD network way. Recent NetBSD has network interface cloning. It uses SIOCIFCREATE and SIOCIFDESTROY. It may good to port

Re: cloning network interfaces

2001-06-10 Thread Hajimu UMEMOTO
interface by ifconfig gif0 create or ifconfig gif0 create tunnel 10.0.0.1 10.0.2.2 To destroy gif interface: ifconfig gif0 destroy BTW, gifconfig will be obsoleted soon as KAME and other BSDs did. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED

Re: mozilla package dumps core

2001-04-22 Thread Hajimu UMEMOTO
On Sat, 21 Apr 2001 18:25:04 -0700 (PDT) Ian Kallen [EMAIL PROTECTED] said: spidaman Anyone noticed the mozilla-0.8.1 package core dumping on 4.2-RELEASE and spidaman have a fix for it? You should upgrade your box to 4.3-RELEASE. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama

Re: good book or other source about socket programming

2001-02-24 Thread Hajimu UMEMOTO
http://playground.iijlab.net/material/itojun-afisp-presen/ -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: multiple IP addresses in /etc/hosts

2001-02-08 Thread Hajimu UMEMOTO
, or roam http://cr.yp.to/ucspi-tcp.html), in the 'tcpclient' utility. IPv6 aware applications in base system such as telnet, ssh... do round-robbin so that it can be fall back to use IPv4 if IPv6 connection is fail. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED

Re: removing setgid kmem from top, collecting per-device swap stats

2001-02-01 Thread Hajimu UMEMOTO
[anyone out there who needs the lastpid display?]). dot It's useful for seeing how fast the machine is forking. I beleive it's not meaningful if randompid is enabled. You can see vm.stats.vm.v_[vr]?forks instead. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED

Re: When IPv6 Firewall was added to FreeBSD?

2001-01-17 Thread Hajimu UMEMOTO
4.1-STABLE simon and FreeBSD-4.2-STABLE is described in my bug report). Sorry, I've mieesd to see it. I'll take a look it later. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe:

[CFR] number of processes forked since boot

2001-01-16 Thread Hajimu UMEMOTO
Hi, I received the patch to add counter for fork() set from Paul. I've tested it on my -CURRENT and -STABLE boxes, and it seems fine for me. So, I post his patch for review. Thanks, Paul. fork.patch.gz Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL

number of processes forked since boot

2001-01-15 Thread Hajimu UMEMOTO
valid kern ids */ #define CTL_KERN_NAMES { \ { 0, 0 }, \ @@ -366,6 +367,7 @@ { "ps_strings", CTLTYPE_INT }, \ { "usrstack", CTLTYPE_INT }, \ { "logsigexit", CTLTYPE_INT }, \ + { "nforks", CTLTYPE_UINT }, \ } /* -- Hajimu UMEMOTO @

Re: Import and merge of TI-RPC from NetBSD

2000-12-15 Thread Hajimu UMEMOTO
On Fri, 15 Dec 2000 10:42:45 +0100 (CET) Martin Blapp [EMAIL PROTECTED] said: mb I'd like to import the NetBSD RPC-Interface, based on Sun's TI-RPC code. Oh, it's great! I heared TI-RPC is required to support IPv6 for NFS. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan

Re: New 4.2 complaint.

2000-12-04 Thread Hajimu UMEMOTO
guess you are using BIND9 version of nslookup. It's not a FreeBSD shipped version. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: localhost cannot be resolved

2000-08-12 Thread Hajimu UMEMOTO
on with this problem. It may rely on firewall rule. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: localhost cannot be resolved

2000-08-12 Thread Hajimu UMEMOTO
seems fine. cactoss One question. Firewall rules apply to both IPv4 and IPv6, right? There cactoss shouldn't be separate rules to IPv6, should there? No. Rules for IPv6 is set separately by ip6fw. Firewall for IPv6 is enabled by specifying `options IPV6FIREWALL' in your kernel config. -- Haji

Re: sysctl interface for apm?

2000-07-17 Thread Hajimu UMEMOTO
y AC power). Then, I cannot switch to use sysctl. Actually, GKrellM requires ai_batt_stat, ai_acline, ai_batt_life and ai_batt_time members of struct apm_info. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.imas

Re: sysctl interface for apm?

2000-07-17 Thread Hajimu UMEMOTO
On Mon, 17 Jul 2000 13:14:24 -0600 Warner Losh [EMAIL PROTECTED] said: imp In message [EMAIL PROTECTED] Hajimu UMEMOTO writes: imp : nsayer The "why bother" is easy -- one should not have to belong to group imp : nsayer operator to determine the current battery state. Too many

Re: sysctl interface for apm?

2000-07-17 Thread Hajimu UMEMOTO
stuff works with it. ports/sysutils/gkrellm/ :-) -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.imasy.org/~ume/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" i