_T defined in ctype.h collides with c++ library

1999-12-29 Thread Tomoaki NISHIYAMA
I reported this issue as PR misc/15127, and posted once to hackers but get no response at all. In FreeBSD, _T and other two letter macros are defined in ctype.h. Some standard c++ library code use _T as local identifiers. I mean the library that come with egcs-2.95.[12] and 2.96 191110. /usr/incl

Re: net.inet.tcp.always_keepalive on as default ?

1999-06-06 Thread Tomoaki NISHIYAMA
necessarily against keep alive, if there is a benefit over that charge. ---- Tomoaki Nishiyama e-mail:tomo...@biol.s.u-tokyo.ac.jp Department of Biological Sciences, Graduate School of Science, The University of Tokyo To Unsubscribe: send mail to majord...@freebsd.org with "un

Re: cvs commit: src/sys/pci pcisupport.c

1999-05-14 Thread Tomoaki NISHIYAMA
No, I don't think this is a joke, but a serious situation. We should stick on technical problem if we continue to discuss. Tomoaki Nishiyama e-mail:tomo...@biol.s.u-tokyo.ac.jp Department of Biological Sciences, Graduate School of Science, The University of Tokyo To Uns

Re: cvs commit: src/sys/pci pcisupport.c

1999-05-13 Thread Tomoaki NISHIYAMA
the design and principle of newconfig, through the code and discussion. You can decide to merge them after understanding the principle. It's not a good idea to reject something without understanding, as to merge something without understanding. Tomoaki Nishiyama e-mail:tomo...

Re: cvs commit: src/sys/pci pcisupport.c

1999-05-13 Thread Tomoaki NISHIYAMA
o, then this works best: peter> # kldload pcic_pci.ko peter> .. to load the pci and common parts, and cause a reprobe. Yes, it does seem cool. But don't you think it even better to simply tell the system that I want pcic on pci not knowing the filename (whether it was split i

Re: cvs commit: src/sys/pci pcisupport.c

1999-05-12 Thread Tomoaki NISHIYAMA
? phk> phk>config(8) phk> phk> >Why do you want to remove it? phk> phk> Why should we, as a 3rd millenium OS need a static config tool ? Newconfig is a *dynamic* configuration tool. Replacing the old config with newconfig is sufficient for your reason to remove co

Re: cvs commit: src/sys/pci pcisupport.c

1999-05-12 Thread Tomoaki NISHIYAMA
it? Newconfig people is in agreement that old config should be removed. But newconfig is a different thing. Newconfig should be satisfactory for the purpose you remove the old config. Tomoaki Nishiyama e-mail:tomo...@biol.s.u-tokyo.ac.jp Department of Biological Sciences, Gr

Newconfig snapshot

1999-04-29 Thread Tomoaki NISHIYAMA
% ../../../usr.sbin/config.new/config.new NEWCONF % cd ../../compile/NEWCONF % make depend;make % cp kernel /tmp/kernel 5. test Boot with /tmp/kernel and test the behavior. Note /boot may have to be replaced. -- Tomoaki Nishiyama // Newcon

Re: HEADS UP!!!! Important instructions for -current users!

1999-04-20 Thread Tomoaki NISHIYAMA
sers/uch/PCMCIA/FreeBSD/ sys4c990410-newconfig990413-kld990419test2.patch.gz Note that this code is a test implementation and does not yet work completely. ---- Tomoaki Nishiyama e-mail:tomo...@biol.s.u-tokyo.ac.jp Department of Biological Sciences, Graduate School of Science, The Univ

Re: HEADS UP!!!! Important instructions for -current users!

1999-04-19 Thread Tomoaki NISHIYAMA
p mailing list but any comment, suggestion, or question in English to newcon...@jp.freebsd.org will be appreciated. To make the communication more close, it is possible to post the achievements and plans to hackers or current. Do you think this appropriate? Tomoaki Nishiyama e-

Re: HEADS UP!!!! Important instructions for -current users!

1999-04-19 Thread Tomoaki NISHIYAMA
ated jkh> the difference with new-bus being jkh> that we were working just that much more closely with Doug Rabson (and jkh> the others helping him) and had already used the new-bus stuff for jkh> FreeBSD/alpha. Nakagawa would not be so upset if you could convince him that new-bus were supe

Re: HEADS UP!!!! Important instructions for -current users!

1999-04-19 Thread Tomoaki NISHIYAMA
ter to make a newconfig shim in the new-bus scheme than to make a new-bus shim in the newconfig scheme. By the way, how can I subscribe new-bus mailing list? It does not seem to be controlled by majord...@freebsd.org. ---- Tomoaki Nishiyama e-mail:tomo...@biol.s.u-tokyo.ac.jp De

Re: kern/5038: FreeBSD can't read MS Joliet CDs.

1999-04-17 Thread Tomoaki NISHIYAMA
e to look for LC_CTYPE and change the behavior. The last solution is to make the charset of a process inheritable to child processes. Tomoaki Nishiyama e-mail:tomo...@biol.s.u-tokyo.ac.jp Department of Biological Sciences, Graduate School of Science, The University of Tokyo