Re: rcNG and dhcp

2002-08-13 Thread Michael C. Wu
On Mon, Aug 12, 2002 at 12:40:20PM +0400, Vladimir B. Grebenschikov scribbled: | | Hi | | There is patch to teach rcNG do not try dhcp on not-connected ethernet. | | simply put | ifconfig_fxp0="dhcp-if-carrier" | into rc.conf | | It will be interested to somebody | | Theoretically there are

Re: 3 floppy system for -current releases

2002-08-08 Thread Michael C. Wu
On Thu, Aug 08, 2002 at 06:32:40PM +0200, John Hay scribbled: | Here is a try at a 3 floppy system. Most people should be able to | install with the first 2 floppies (kern.flp and mfsroot.flp). Just | those that need a driver on the third floppy (drivers.flp) will | need it. | | If this idea is a

Re: picobsd and mdconfig

2001-06-21 Thread Michael C . Wu
On Thu, Jun 21, 2001 at 06:18:47PM +0200, Luigi Rizzo scribbled: | would you mind resubmitting a patch for the version of | "picobsd" i committed this morning, also keeping in mind the | following: | | * it would be better to define a variable, say MD, which holds | the string "vn" or "md", and

Re: support Pentium3 SSE

2001-06-21 Thread Michael C . Wu
On Thu, Jun 21, 2001 at 04:07:25PM +0100, David Malone scribbled: | On Wed, Jun 20, 2001 at 05:39:55PM -0400, Andrew Gallatin wrote: | > While we're at it, I know that the AMD AthlonMP supports SSE, but I I think we already detect AthlonMP's SSE automatically. I recall reading Peter's dmesg of hi

Re: picobsd and mdconfig

2001-06-21 Thread Michael C . Wu
On Thu, Jun 21, 2001 at 11:02:02AM -0400, Omachonu Ogali scribbled: | On Thu, Jun 21, 2001 at 10:03:27AM -0500, Michael C . Wu wrote: | > On Thu, Jun 21, 2001 at 10:52:32AM -0400, Omachonu Ogali scribbled: | > | vnconfig has changed to mdconfig in -current, but the | > | picobsd bui

Re: picobsd and mdconfig

2001-06-21 Thread Michael C . Wu
On Thu, Jun 21, 2001 at 10:52:32AM -0400, Omachonu Ogali scribbled: | vnconfig has changed to mdconfig in -current, but the | picobsd build script still references vnconfig, also | CONFIG isn't defined anywhere in the script, resulting | in the process dying when it tries to configure the | kernel

Re: current kernel build broken in sc0

2001-03-24 Thread Michael C . Wu
On Sat, Mar 24, 2001 at 10:35:58PM -0600, Michael C . Wu scribbled: | I get this when I add the following lines to my kernel build | options SC_NORM_ATTR=(FG_GREEN|BG_BLACK) | options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN) | options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK) | options

current kernel build broken in sc0

2001-03-24 Thread Michael C . Wu
I get this when I add the following lines to my kernel build options SC_NORM_ATTR=(FG_GREEN|BG_BLACK) options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN) options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED) [snip make depend] genassym.c /kern/link_aout.c

Re: Request for review [Re: /bin/ls patch round #2]

2001-03-21 Thread Michael C . Wu
On Wed, Mar 21, 2001 at 03:29:52PM -0500, Don Croyle scribbled: | "Andrey A. Chernov" <[EMAIL PROTECTED]> writes: | | > I fully agree. wctype.h and isw*() must be implemented first instead of | > hacking or using private interface (like runes) in userland program. | > It will be easy to implement

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 07:07:35PM -0800, Peter Wemm scribbled: | "Michael C . Wu" wrote: I just committed a fix that should unbreak world. Please let me know if there are any problems. It is a trivial mistake that could been spared by a little testing. Thanks Bruce M., Peter, W

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 04:13:17PM -0600, Michael C . Wu scribbled: | On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruce A. Mah scribbled: I have just finished making the patch to fix this problem. I will start the buildworld now. In the mean time, if someone has a fast box, please test the patch

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruce A. Mah scribbled: | That reverts all of Ruslan's change. You don't want to put the MAN8= | definition back, because that was the point of his commit. Just the | SRCS= needs to be reverted. | | Now Ruslan (or someone) needs to go and fix all of th

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 12:41:08PM -0800, Bruce A. Mah scribbled: | This is a first for me, I think...finding a CURRENT buildworld bogon. | Freshly cvsup-ed -CURRENT system, trying to buildworld: | | [much output] | | ===> usr.sbin/amd/mk-amd-map | Diffs show that someone was perhaps a little ov

Re: /bin/ls mb patch again

2001-03-20 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 04:31:53PM +, thinker scribbled: | Sorry, I forget to diff with -u. I send the patch again. | Following is mb patch file for /bin/ls. | | -- begin - | --- util.c.orig Sun Mar 18 16:35:12 2001 | +++ util.cTue Mar 20 16:11:37 2001 | +

Re: Request for review [Re: /bin/ls patch round #2]

2001-03-19 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 03:53:21PM +0900, MINOURA Makoto scribbled: | | |> In <[EMAIL PROTECTED]> | |> "Michael C . Wu" <[EMAIL PROTECTED]> wrote: | | > Please review this patch and comment on it. I plan to commit | > this in a few days if there are no more o

Request for review [Re: /bin/ls patch round #2]

2001-03-19 Thread Michael C . Wu
infinite loop in this patch. This should all us to catch up with GNU/Linux and gnuls somewhat. :) Please review this patch and comment on it. I plan to commit this in a few days if there are no more objections. Thanks, Michael On Mon, Mar 19, 2001 at 07:54:38PM -0600, Michael C . Wu scribbled: | Hi

Re: Whatever happened to CTM?

2001-03-19 Thread Michael C . Wu
On Tue, Mar 20, 2001 at 02:07:13AM +0200, Vladimir Kushnir scribbled: | Is there anything wrong with our CTM system now? There doesn't seem to be | any deltas (either src-cur, or ports-cur) since Mar 12 :-( For all connections greater than 9600baud modems, we recommend using CVSup to get src-all

Re: **HEADS UP** essential setlocale(3) fix

2001-03-02 Thread Michael C . Wu
On Fri, Mar 02, 2001 at 02:52:10PM +0200, Ruslan Ermilov scribbled: | I have just committed the following fix to the setlocale(3) | that changes the meaning of the LC_ALL environment variable | so that it conforms to ISO and POSIX standards. In the future, can you also send the request for review

Re: **HEADS UP** essential setlocale(3) fix

2001-03-02 Thread Michael C . Wu
On Fri, Mar 02, 2001 at 06:00:25PM +0300, Andrey A. Chernov scribbled: | On Fri, Mar 02, 2001 at 15:42:27 +0200, Ruslan Ermilov wrote: | > I am not checking src/ to see what other fixes are required. | > The typical fix will be "LC_TIME=C date" -> "LC_ALL=C date", | > probably preserving the "LC_T

FFS snapshot with today's CURRENT freezes and reboots.

2001-02-23 Thread Michael C . Wu
Well, I hate to do an 'as title' post. However, I did a make world about 6 hours ago. And when I execute mount snapshot -u -o /xxx/snap1 /xxx The machine always freezes for about 15 seconds and reboots without warning. This is a Sony VAIO laptop z505js with ATA disk. (if that is even of releva

Re: monetdef/msgdef/numericdef fixes for zh_* locales

2001-02-17 Thread Michael C . Wu
On Sat, Feb 17, 2001 at 05:24:41PM +0800, Jing-Tang Keith Jang scribbled: | -current's zh_TW.Big5 and zh_CN.EUC are both broken due to | the lack of LC_MESSAGES, LC_MONETARY, and LC_NUMERIC files. | Can anybody with src/ commit bit send in the attached patch, | so apps like perl or gtk can functio

Re: pkg_update

2001-02-07 Thread Michael C . Wu
On Thu, Feb 08, 2001 at 01:56:11AM +0100, Leif Neland scribbled: | It seems pkg_update is only usable when installing from packages, not from | ports. Because it is a package update system. If you want to update from the ports, use 'pkg_version -c |sh' | Even when I first do a make package, and

Re: Problem installing on T20

2000-12-29 Thread Michael C . Wu
On Fri, Dec 29, 2000 at 06:44:28PM -0600, Wm Brian McCane scribbled: [Snip IBM T20 woe's] | Any ideas? see http://people.freebsd.org/~bmah/ThinkPad/ and -mobile archives within the last month for info. Basically, IBM messed up on their BIOS, it won't boot with a 165(FreeBSD) partition. I am su

Re: Unicode support in cd9660 [patch for review]

2000-12-28 Thread Michael C . Wu
On Thu, Dec 28, 2000 at 11:19:16AM +0200, Maxim Sobolev scribbled: | Boris Popov wrote: | > On Wed, 27 Dec 2000, Maxim Sobolev wrote: | > In the near future we'll have iconv interface in the kernel which | > uses libiconv library written by Konstantin Chuguev. I'm really sorry for | > dela

Re: Unicode support in cd9660 [patch for review]

2000-12-27 Thread Michael C . Wu
-audit trimmed, cc'ed to -i18n On Wed, Dec 27, 2000 at 10:02:01PM +0300, áÎÄÒÅÊ þÅÒÎÏ× scribbled: | On Wed, Dec 27, 2000 at 12:48:12 -0600, Michael C . Wu wrote: | > On Wed, Dec 27, 2000 at 08:32:26PM +0200, Maxim Sobolev scribbled: | > | "Michael C . Wu" wrote: | > | &

Re: Unicode support in cd9660 [patch for review]

2000-12-27 Thread Michael C . Wu
On Wed, Dec 27, 2000 at 08:32:26PM +0200, Maxim Sobolev scribbled: | "Michael C . Wu" wrote: | > On Wed, Dec 27, 2000 at 05:57:19PM +0200, Maxim Sobolev scribbled: | > | Motomichi Matsuzaki wrote: | > I think that making this "hack" a russian/xxxfs port and I think

Re: Unicode support in cd9660 [patch for review]

2000-12-27 Thread Michael C . Wu
On Wed, Dec 27, 2000 at 05:57:19PM +0200, Maxim Sobolev scribbled: | Motomichi Matsuzaki wrote: | | > At Wed, 27 Dec 2000 15:38:58 +0200, | > Maxim Sobolev <[EMAIL PROTECTED]> wrote: | > > > But your solution is no effective and much harmful to multibyte users. | > > You are not quite right. For

Re: Unicode support in cd9660 [patch for review]

2000-12-27 Thread Michael C . Wu
On Wed, Dec 27, 2000 at 12:05:57PM +0200, Maxim Sobolev scribbled: | Several days ago I got a CD with Russian filenames on it and discovered that | I'm unable to read those filenames. After some hacking I produced a patch, | which should solve this problem in the manner similar to what we have in

Re: libc i18n and l10n

2000-12-25 Thread Michael C . Wu
On Tue, Dec 26, 2000 at 07:48:42AM +0300, Ilmar S. Habibulin scribbled: | | What do community think about subj? First of all i mean localization of | error strings, returned by strerror(3). Or i choose wrong mailist for my | question? Use [EMAIL PROTECTED] for future discussions. When you reply,

Re: gcc-devel and 5.0-current

2000-12-23 Thread Michael C . Wu
On Sat, Dec 23, 2000 at 12:42:18PM -0600, Peter Schultz scribbled: | Just wondering if anyone has gotten make world | to work with this combo. It is expected that No, and gcc-2.96 is broken enough. In addition, we need wchar* for gcc-3. Even -O3 in gcc-2.95 is not supported/recommended. You wo

Re: [current] Re: Confusing error messages from shell image activation

2000-12-11 Thread Michael C . Wu
On Mon, Dec 11, 2000 at 12:37:54AM -0500, David Gilbert scribbled: | For foreign or not-so-foreign packages and software, I've seen | /usr/local, /local, /usr/contrib, /opt and /usr/pkg. One site that I | worked at was even pedantic that /usr/contrib was for externally | generated software and /u

Re: Sony jog dial driver

2000-12-10 Thread Michael C . Wu
On Sun, Dec 10, 2000 at 06:44:45PM -0600, Michael C . Wu scribbled: Oops, nevermind my questions about contacts and Fn+* functions, should have read the code before I reply. :) -- +--+ | [EMAIL PROTECTED] | [EMAIL PROTECTED

Re: Sony jog dial driver

2000-12-10 Thread Michael C . Wu
On Sun, Dec 10, 2000 at 03:19:06PM -0800, Nick Sayer scribbled: | Attached is a preliminary driver for the Sony jog dial. It's enough that | you can create a /dev/jogdial and watch letters come out. W00t! :) You did it! How did you wrestle documentation out of Sony? (or did you ever?) If you

Re: Progress report: Multilingual sysinstall for -current

2000-12-09 Thread Michael C . Wu
On Sat, Dec 09, 2000 at 11:36:26AM +0900, Tatsumi Hosokawa scribbled: | At Wed, 6 Dec 2000 18:18:50 -0600, | Michael C . Wu <[EMAIL PROTECTED]> wrote: | > | > Do you have Alpha boot floppies? Does kons25/big5con/korean compile | > on Alpha? Would this fit on our ever growing

Re: growfs(8) for FreeBSD

2000-12-07 Thread Michael C . Wu
On Thu, Dec 07, 2000 at 10:34:44AM -0800, Christoph Herrmann scribbled: | Due to vinum it is no problem to add disks and grow your volumes but up to | now you couldn't easily make use of that new space for a file system, except | using sequence of ufsdump/newfs/ufsrestore or something similar. |

Re: Progress report: Multilingual sysinstall for -current

2000-12-06 Thread Michael C . Wu
On Wed, Dec 06, 2000 at 05:28:28PM +0900, Tatsumi Hosokawa scribbled: | I've ported Multilingual sysinstall to -current. I put the latest | source and binaries (Japanese/Englush only) is at | http://people.freebsd.org/~hosokawa/boot-ja/5.0-CURRENT/release-20001206-1/ | (please note that non-Engli

Re: Progress report: Multilingual sysinstall for -current

2000-12-06 Thread Michael C . Wu
On Wed, Dec 06, 2000 at 02:30:21AM -0800, Alfred Perlstein scribbled: | * Michael C . Wu <[EMAIL PROTECTED]> [001206 01:46] wrote: | > On Wed, Dec 06, 2000 at 05:28:28PM +0900, Tatsumi Hosokawa scribbled: | > | I've ported Multilingual sysinstall to -current. I put the latest

Re: Progress report: Multilingual sysinstall for -current

2000-12-06 Thread Michael C . Wu
On Wed, Dec 06, 2000 at 05:28:28PM +0900, Tatsumi Hosokawa scribbled: | I've ported Multilingual sysinstall to -current. I put the latest | source and binaries (Japanese/Englush only) is at | http://people.freebsd.org/~hosokawa/boot-ja/5.0-CURRENT/release-20001206-1/ | (please note that non-Engli

Re: RFC: /dev/console -> /var/log/messages idea/patch

2000-11-30 Thread Michael C . Wu
On Sat, Nov 25, 2000 at 07:39:33AM -0800, Cy Schubert - ITSD Open Systems Group scribbled: | In message <1050.974925641@critter>, Poul-Henning Kamp writes: | > | > The attached patch is a "proof-of-concept" on which I would like | > to get some comments: | > | > It bugs me big time that the outpu

Re: CURRENT is freezing again ...

2000-11-16 Thread Michael C . Wu
On Thu, Nov 16, 2000 at 10:27:39PM +0100, Soren Schmidt scribbled: | It seems John Baldwin wrote: | > | > 1) What revision of sys/kern/kern_synch.c do you have? I fixed several things | > yesterday, and the latest version is 1.108. | | 1.108 | | > 2) If you do have the latest version, have you co

Re: umount -f busted

2000-11-08 Thread Michael C . Wu
On Wed, Nov 08, 2000 at 07:43:24AM -0700, Warner Losh scribbled: | In message <[EMAIL PROTECTED]> Johan Karlsson writes: | : At Tue, 07 Nov 2000 14:54:50 MST, Warner Losh wrote: | : > In message <[EMAIL PROTECTED]> Alfred Perlstein writes: | : > : Yes, this used to work quite well for some time, I

Re: Reproduceable current kernel panic.

2000-11-07 Thread Michael C . Wu
On Tue, Nov 07, 2000 at 04:13:37PM +0800, Clive Lin scribbled: | may panic because of several IPFIREWALL options. The panic message I could | tell is about trap 12, swi6: clock and page fault. And the machine hangs | solidly right away, I have no idea how to provide a back trace :( What is your m

Re: skipping mouse pointer

2000-11-06 Thread Michael C . Wu
On Mon, Nov 06, 2000 at 04:18:17PM -0500, Bakul Shah scribbled: | I upgraded my system from the -current sources as of Aug-1 to | Nov-4 and find that now the mouse pointer skips while | dragging -- the pointer tracks mouse motion fine for a while, | then freezes and then jumps to a new location qu

Re: I18N Progress, Plans, and Proposals

2000-10-20 Thread Michael C . Wu
On Thu, Oct 19, 2000 at 01:16:12PM -0700, Jordan Hubbard scribbled: | > The advantages are : | > A. Easy bug reporting by users. (e.g. "I have error 2398423") | > B. I18N error messages | | Let me just say, as someone who's done "escalation tech support" for | major ISVs (the people who

Re: I18N Progress, Plans, and Proposals

2000-10-20 Thread Michael C . Wu
On Thu, Oct 19, 2000 at 08:38:47PM +0200, Johan Granlund scribbled: | On Thu, 19 Oct 2000, Michael C . Wu wrote: | > At the BSDCon I18N BOF, we discussed several things that could/should | > happen with the future of I18N(internationalization) in FreeBSD. | > We would like some i

I18N Paper URL

2000-10-19 Thread Michael C . Wu
http://www.ece.utexas.edu/~mwu/{presentation.ps,i18n.*} This is our paper presented at BSDCon. -- +--+ | [EMAIL PROTECTED] | [EMAIL PROTECTED] | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +--

Re: I18N Progress, Plans, and Proposals

2000-10-19 Thread Michael C . Wu
On Thu, Oct 19, 2000 at 05:17:38PM +, Terry Lambert scribbled: | > * Moving to message catalogue style error messages for the kernel and | > userland. (AIX style) Each time the system outputs an error | > either from the kernel or userland, the error message is a | > formatted alphanum

I18N Progress, Plans, and Proposals

2000-10-19 Thread Michael C . Wu
At the BSDCon I18N BOF, we discussed several things that could/should happen with the future of I18N(internationalization) in FreeBSD. We would like some inputs and comments regarding the following: * Moving to message catalogue style error messages for the kernel and userland. (AIX style) Ea

BSDCon I18N Meeting on Wednesday night

2000-10-17 Thread Michael C . Wu
Hi, I talked to Warner Losh tonight and we agreed that we should have a Internationalization/Localization meeting on Wednesday night 8-9pm at BSDCon. Please check the message board at the conference center 1st floor. Michael, -- +---

Re: /boot partition?

2000-10-13 Thread Michael C . Wu
On Fri, Oct 13, 2000 at 07:22:20AM -0500, Mike Meyer scribbled: | Just curious - now that the kernel has moved into /boot/kernel/kernel, | does anyone know how well would it work to put /boot in it's own | partition (possibly in it's own slice)? I do not think loader can see stuff in other partit

Re: Recent kernels won't boot

2000-10-07 Thread Michael C . Wu
On Sat, Oct 07, 2000 at 03:30:25PM +0100, Bob Bishop scribbled: | Kernels built from recent cvsup (<24 hrs) quit immediately on boot, back to | the BIOS, no messages no nothin'. Try removing the ACPI options in kernel and apply Mike Smith's latest ACPI megapatches. Please also include info on yo

about Kern/15436

2000-07-04 Thread Michael C. Wu
Will you consider looking at : http://dorifer.heim3.tu-clausthal.de/~olli/propellers/ http://www.freebsd.org/cgi/query-pr.cgi?pr=15436 It is an additional functionality and should not pose a stability/tradition/POLA issue. Perhaps we can get this done in time for for 4.1-R? Regards, -- +

Re: Small breakage in -Current, libc man page strunvisx.3.gz

2000-07-03 Thread Michael C. Wu
| /usr/share/man/man3/vis.3.gz -> /usr/share/man/man3/strunvisx.3.gz | ln: /usr/share/man/man3/strunvisx.3.gz: No such file or directory | *** Error code 1 | | Stop in /usr/amd/realmounts/slave/usr/current/src/lib/libc. | *** Error code 1 | | I had just did a 'make cleandir' and started with a cle

Re: Workaround for hanging on exit: patch for review

2000-04-26 Thread Michael C . Wu
On Thu, Apr 27, 2000 at 01:14:02AM +0400, Andrey A. Chernov scribbled: | I often notice processes hanging forever on exit's ttywait when TCP | connection dropped. Here is a patch I plan to commit which restrict | waiting for output drain by 3 minutes. Any comments, improvements or | objections? --