Re: CFR: Exceedingly minor fixes to libc

2009-11-13 Thread Hajimu UMEMOTO
; wollman>memcpy(dst, tmp, NS_IN6ADDRSZ); Since 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

Re: ping6 and traceroute6 trouble

2009-03-29 Thread Hajimu UMEMOTO
alid value for hints ken> feathers# traceroute6 ipv6.google.com 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/l

Re: getaddrinfo() spec doesn't match behaviour

2008-02-03 Thread Hajimu UMEMOTO
I_ALL and AI_V4MAPPED, I've just nuked it. http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/net/getaddrinfo.c#rev1.87 Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ _

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-CU

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

2007-07-31 Thread Hajimu UMEMOTO
ent for detail: http://www.acpi.info/DOWNLOADS/ACPIspec-2-0c.pdf Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers@fr

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

2007-07-30 Thread Hajimu UMEMOTO
SP and _PSV, and loading it from loader will make passive cooling work. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers@freebsd.o

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

2007-07-30 Thread Hajimu UMEMOTO
implement a temperature controlling gahr> system inside powerd, and doesn't implement hysteresis as you noted, and gahr> your 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

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

2007-07-27 Thread Hajimu UMEMOTO
rd.8 are here: gahr> http://www.gahr.ch/FreeBSD/patches/powerd.c.diff gahr> http://www.gahr.ch/FreeBSD/patches/powerd.8.diff 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

Re: Advice on the lightweight resolver, lwres.

2006-03-09 Thread Hajimu UMEMOTO
wres still has query order problem which was solved in our getaddrinfo(3). BTW, 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.ima

Re: res_nXXX function

2005-11-18 Thread Hajimu UMEMOTO
3-RELEASE. The netdb functions such as gethostbyname(3) 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/

Re: res_nXXX function

2005-11-18 Thread Hajimu UMEMOTO
is thread-safe. So we don't need to use res_n*(), basically. 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 ma

Re: ip6.int deprecated

2005-08-30 Thread Hajimu UMEMOTO
d of course if there is anything I've missed, I welcome dougb> others to take appropriate action. Yes, 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. S

Re: Converting libfoo.so for linux to freebsd

2005-08-09 Thread Hajimu UMEMOTO
this, the PIPS ports use www/linuxpluginwrapper to fixup some ABI incompatibility. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/ ___ freebsd-hackers@fre

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 ? sysutil

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

2005-05-23 Thread Hajimu UMEMOTO
emoves SOCK_DGRAM requirement, which was marked as "dummy". andreas> getaddrinfo(3) says 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' me

Re: Can't get correct address in string form

2005-05-03 Thread Hajimu UMEMOTO
F_INET6: inet_ntop(la->ai_family, &((struct sockaddr_in6 *)la->ai_addr)->sin6_addr, buf, sizeof(buf)); break; default: continue; } fprintf(stderr, "Address: %s\n", buf); }

Re: 6to4, stf and shoebox NAT routers

2005-03-12 Thread Hajimu UMEMOTO
g into your Linksys box. Or, when you just set global addres of your Linksys box to your 6to4 box, you may be able to use 6to4 without my patch. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www

Re: 6to4, stf and shoebox NAT routers

2005-03-11 Thread Hajimu UMEMOTO
* breasks the requirement from RFC3056 section 2 1st +* paragraph, it helps for 6to4 over NAT. +*/ + if ((!no_addr4check && isrfc1918addr(&ip->ip_dst)) || + isrfc1918addr(&ip->ip_src)) { + m_freem(m); + return; + }

Re: Global (non _KERNEL) place for sockaddr_union?

2004-09-21 Thread Hajimu UMEMOTO
s> work with. A custom union that does exactly what pf needs 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] [

Re: getaddrinfo

2004-07-08 Thread Hajimu UMEMOTO
1ffe::10 oneffeten 1ffe:1000:0001::10 oneffeten 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/ ___

Re: inetd needs "discard" service in /etc/services

2004-03-23 Thread Hajimu UMEMOTO
rinfo to make brooks> sockaddrs or we should do it on demand when we actually have what we brooks> need (i.e. a service name and protocol). It seems NetBSD's inetd do it on demand. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTE

Re: Power Patches

2004-01-26 Thread Hajimu UMEMOTO
e to set hw.pci.allow_unsupported_io_range. But, I did just copy&paste it from your message. :-) Sincerely, dmesg.out Description: Binary data -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PROTECTED],jp.}FreeBSD.org http://www.imasy.org/~ume/

Re: Power Patches

2004-01-02 Thread Hajimu UMEMOTO
net 340 card is working fine. However, the card is inserted at boot, it doesn't attached 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 UME

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. Plea

Re: possible rijndael bug

2003-09-17 Thread Hajimu UMEMOTO
bytes, which translated into vlm>if(padLen < 0 || padLen >= 16) vlm> for this particular code. Ah, yes. Then, `assert(padLen > 0 && padLen <= 16)'; should be wrong. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED]

Re: possible rijndael bug

2003-09-17 Thread Hajimu UMEMOTO
HER_STATE; for KAME/FreeBSD. Since if expression is true, the assert() macro does nothing, the expression seems wrong, and it should be: if (padLen <= 0 || padLen > 16) return BAD_CIPHER_STATE; as you pointed out. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Soc

Re: gethostbyname_r

2003-06-30 Thread Hajimu UMEMOTO
a uses getipnodeby*() on FreeBSD. getipnodeby*() calls do giant lock to expect thread-safe. So, I believe we don't need gethostbyname_r() for Mozilla. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan [EMAIL PROTECTED] [EMAIL PR

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

2002-12-31 Thread Hajimu UMEMOTO
gles, I disabled INET6 in the kernel, re- built and installed it, hawkeyd> and the problem vanished. But this doesn't answer the question: Is it hawkeyd> problematic DNS records, a problematic OS, or what? The second, I doubt... I believe that Mozilla should be re-written by using getaddrinfo().

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

2002-06-23 Thread Hajimu UMEMOTO
thank you Matusita-san). You can find my patch from: http://www.imasy.or.jp/~ume/FreeBSD/inetd-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 PROTE

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

2002-06-16 Thread Hajimu UMEMOTO
ot; jhay> commandline option. Oops, thanks. I just fix it and re-put 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

[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: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-28 Thread Hajimu UMEMOTO
o patches, it works like a charm now! I just committed both 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 PR

Re: rtadvd bugfix?

2002-02-03 Thread Hajimu UMEMOTO
FUNCTION__, intface); exit(1); } And, I believe the message goes to syslog in this case. 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" in the body of the message

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:

[CFR] IPv6 support for pserver of cvs

2001-11-04 Thread Hajimu UMEMOTO
ional 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" in

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

2001-11-02 Thread Hajimu UMEMOTO
Mew2 could be compiled even on Linux which has strcasestr(). 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" in the body of the message

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= this

Re: cloning network interfaces

2001-06-24 Thread Hajimu UMEMOTO
gt; - makes stf usable as a module It seems fine to me. I just tried it on my box. You forget to include prototype change of in_gif_input() in sys/net/if_gif.h. BTW, why did you change gif_ioctl() to gif_ifioctl()? gif related modules are shared among *BSDs and maintained in KAME CVS repository.

Re: Status of encryption hardware support in FreeBSD

2001-06-22 Thread Hajimu UMEMOTO
lease post or email soren> a status ? Because, FreeBSD's IPsec support comes 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.ima

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

2001-06-21 Thread Hajimu UMEMOTO
g statements solely in /etc/rc.conf ? brooks> There's a method 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. --

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

Re: cloning network interfaces

2001-06-10 Thread Hajimu UMEMOTO
ooks> You can also delete interfaces: brooks> ifconfig -D gif783 NetBSD's ifconfig has `create' and `destroy' keyword for it. You can create gif interface by ifconfig gif0 create or ifconfig gif0 create tunnel 10.0.0.1 10.0.2.2 To destroy gif interface:

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. -- Ha

Re: good book or other source about socket programming

2001-02-24 Thread Hajimu UMEMOTO
ress family independent socket programming. 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

Re: multiple IP addresses in /etc/hosts

2001-02-08 Thread Hajimu UMEMOTO
gt; home-grown apps) is in DJB's ucspi-tcp package (sysutils/ucspi-tcp, 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 fa

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

2001-02-01 Thread Hajimu UMEMOTO
is nextproc (for which I might >add a sysctl, or just leave it out [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

Re: When IPv6 Firewall was added to FreeBSD?

2001-01-17 Thread Hajimu UMEMOTO
I can block simon> (lock) whole system with ip6fw command (how I did it on FreeBSD-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 [

[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] [

number of processes forked since boot

2001-01-15 Thread Hajimu UMEMOTO
mber of 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 }, \ } /

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

Re: New 4.2 complaint.

2000-12-04 Thread Hajimu UMEMOTO
from future releases. (why someone would remove it) I 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

Re: Testers wanted: nsswitch

2000-08-22 Thread Hajimu UMEMOTO
te different from NetBSD's one. (maybe name6.c, too?) Why don't you simply bring the code from NetBSD? The origin of getadrinfo.c and name6.c is KAME, and basically these files are same between NetBSD and FreeBSD except some OS depend part such as reading host.conf. We should keep clo

Re: localhost cannot be resolved

2000-08-12 Thread Hajimu UMEMOTO
28 cactoss>inet 127.0.0.1 netmask 0xff00 cactoss> Does it look okay? It 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

Re: localhost cannot be resolved

2000-08-12 Thread Hajimu UMEMOTO
things started to happen soon after I cvsup'ed ports-all and cactoss> reinstalled libtool. I also compiled firewall support into the kernel a cactoss> few days ago. Just in case any of this might be related to the problem. I think libtool has no relation with this problem. It may

Re: sysctl interface for apm?

2000-07-17 Thread Hajimu UMEMOTO
d me a pointer to gkrellm, I'll see about putting it up imp> on my laptop and making sure that my 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/

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>

Re: sysctl interface for apm?

2000-07-17 Thread Hajimu UMEMOTO
ich four imply nsayer> battery power), AC or charging (which two imply 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,