trap in vm_fault

2001-03-20 Thread Dag-Erling Smorgrav
Got this on sunday on my laptop (400 MHz PII running a week-old -CURRENT): root@aes /var/crash# gdb -k GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under

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

patch /bin/ls again, for mb supporting.

2001-03-20 Thread thinker
Hi, There are some disscuss about patch file of /bin/ls. You guys give me some suggestion, and I make a new patch file for /bin/ls to meet people's wish. Following is patch for /bin/ls, plz review again. I had change from rune to mb* & wc* ways. - begin - --- util.c.or

Re: patch /bin/ls again, for mb supporting.

2001-03-20 Thread Alfred Perlstein
* thinker <[EMAIL PROTECTED]> [010320 00:48] wrote: > Hi, > There are some disscuss about patch file of /bin/ls. You guys > give me some suggestion, and I make a new patch file for /bin/ls to > meet people's wish. Following is patch for /bin/ls, plz review again. > I had change from rune to

Re: patch /bin/ls again, for mb supporting.

2001-03-20 Thread Andrey A. Chernov
On Tue, Mar 20, 2001 at 01:12:46 -0800, Alfred Perlstein wrote: > > + p += sz; > > + while(sz--) > > + *ri++ = '?'; > > Why didn't you use strlcpy/memcpy as suggested? Choosen method is right. Calling *cpy for

Re: patch /bin/ls again, for mb supporting.

2001-03-20 Thread thinker
On Tue, Mar 20, 2001 at 01:12:46AM -0800, Alfred Perlstein wrote: .. skip ... > > + size_t sz; > > + wchar_t c; > > C has allowed for identifiers larger than 6 characters for quite > some time, any chance on you making use of this feature? Or at > least adding a comment here and ther

Re: patch /bin/ls again, for mb supporting.

2001-03-20 Thread thinker
For style reason, I make another patch file. - begin --- --- util.c.orig Sun Mar 18 16:35:12 2001 +++ util.c Tue Mar 20 18:12:23 2001 @@ -60,15 +60,43 @@ prn_printable(s) const char *s; { - unsigned char c; - int n; + const char *p; /* Str

Re: Recent interface/routing changes breaks on-demand PPP

2001-03-20 Thread Alexander Leidinger
On 19 Mär, Ruslan Ermilov wrote: > You will have to add the following command to the relevant section of > ppp.conf: > > add default HISADDR > > for this to work. I didn't use userland-ppp with I4B. BTW: After a reboot the first try to dialout succeeded, this time I did a "netstat -rn"

RPC update break ypbind

2001-03-20 Thread Harti Brandt
Hi, the recent update to RPC causes ypbind to break. The problem is, that /usr/src/usr.sbin/ypbind/yp_ping.c mirrors some code from the RPC library, including the internal structure used for the CLIENT structure. The new structure uses struct sockaddr_storage (128 bytes) instead of struct sockad

some -current profile data...

2001-03-20 Thread Poul-Henning Kamp
I'm trying to spot a defect part in the disk system on my fileserver, so I have it running a "dd if=/dev/ad$i of=/dev/null bs=8k" on five disks in parallel. I noticed that this maxed out the CPU, so just to see what the kernel does these days I compiled it with BB profiling [gcc -a, kernbb(8)] a

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

2001-03-20 Thread Jeroen Ruigrok/Asmodai
-On [20010320 09:09], MINOURA Makoto ([EMAIL PROTECTED]) wrote: >Use standard types and functions such as wchar_t and mb*, >wc* family. Which is still something which needs to be done yes. -- Jeroen Ruigrok van der Werven/Asmodai .oUo. asmodai@[wxs.nl|freebsd.org] Documentation nutter/C

ahc driver: aic7892 no longer supported

2001-03-20 Thread Falco Krepel
Dear Justin, Since the update around the middle of feb of the ahc driver the aic7892 chip is no longer supported correctly. The same card with aic7870 is working as usual. So I think that this is the problem. The snapshot (2001/02/10) of the current version is OK. I get the following boot messag

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Justin T. Gibbs
>Dear Justin, > >Since the update around the middle of feb of the ahc driver the aic7892 >chip is no longer supported correctly. The same card with aic7870 is >working as usual. So I think that this is the problem. The snapshot >(2001/02/10) of the current version is OK. Can you give me the revis

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

2001-03-20 Thread Garrett Wollman
< In general direct manipulation of rune is evil. > It is an internal data structure in libc; Not true. The `rune' API was developed by the Plan 9 people by intention to be different from (in their view, superior to) the ISO C multibyte/wide character API. > Actually NetBSD does not export . N

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Falco Krepel
### 29160 BIOS v.2.57.2 ### pciconf aries# pciconf -l hostb0@pci0:0:0:class=0x06 card=0x chip=0x03051106 rev=0x02 hdr=0x00 pcib1@pci0:1:0: class=0x060400 card=0x0080 chip=0x83051106 rev=0x00 hdr=0x01 isab0@pci0:7:0: class=0x060100 card=0x1106 chip=0x06861106 rev=0x40

Re: CURRENT instability

2001-03-20 Thread Edwin L. Culp
My old K6-2 laptop has this problem and the patch seemed to fix the crashes that I was experiencing under almost minimal load. The down side is that it also brought me a pccard or DEVFS problem so no network. Of course that could have been caused by out-of-sync kernel and sources due to all the c

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Justin T. Gibbs
I've just tested both -current and -stable on a card with identical specs. Can you provide more inforamtion on where the attach fails (e.g. add printfs)? >### 29160 BIOS v.2.57.2 > >### pciconf > >aries# pciconf -l >ahc0@pci0:9:0: class=0x01 card=0xe2a09005 chip=0x00809005 rev=0x02 -- Just

Re: CURRENT instability

2001-03-20 Thread Dag-Erling Smorgrav
"Edwin L. Culp" <[EMAIL PROTECTED]> writes: > My old K6-2 laptop has this problem and the patch seemed to fix the > crashes that I was experiencing under almost minimal load. The down > side is that it also brought me a pccard or DEVFS problem so no > network. Uh, no. There's no way this patch ca

Re: CURRENT instability

2001-03-20 Thread Edwin L. Culp
Quoting Dag-Erling Smorgrav <[EMAIL PROTECTED]>: > "Edwin L. Culp" <[EMAIL PROTECTED]> writes: > > My old K6-2 laptop has this problem and the patch seemed to fix the > > crashes that I was experiencing under almost minimal load. The down > > side is that it also brought me a pccard or DEVFS prob

DON'T DO IT! (Urgent Business Proposal)

2001-03-20 Thread Rich Wales
An e-mail message was sent out via "freebsd-current" over the weekend, allegedly from one Dr. Yahaya Usman, asking for assistance in handling a large sum of money. THIS IS A SCAM. PLEASE DO NOT BE TAKEN IN BY IT!!! For more info on this scam, see the following: http://home.rica.net/alp

Re: /bin/ls mb patch again

2001-03-20 Thread Dag-Erling Smorgrav
"Michael C . Wu" <[EMAIL PROTECTED]> writes: > (DES: please resist the ironies and the -chat post ;) ) Huh? what did I say? DES (make it look like the cat did it) -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

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: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-20 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Michael C . Wu" writes: : I think a unified diff is easier to read. How about this one? :) : [Warning: cut-n-paste diff] : : cvs diff: Diffing . : Index: Makefile : === : RCS file: /home/ncvs/src/usr.

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

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

2001-03-20 Thread Bruce A. Mah
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 make: don't know how to make .o. Stop *** Error code 2 Stop in /usr/src/usr.sbin/amd. *** Error code 1 Stop in /usr/src/usr.s

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

2001-03-20 Thread Bruce A. Mah
If memory serves me right, "Michael C . Wu" wrote: > cvs diff: Diffing . > Index: Makefile > === > RCS file: /home/ncvs/src/usr.sbin/amd/mk-amd-map/Makefile,v > retrieving revision 1.11 > diff -u -r1.11 Makefile > --- Makefile200

Re: CURRENT instability

2001-03-20 Thread Dag-Erling Smorgrav
"Edwin L. Culp" <[EMAIL PROTECTED]> writes: > One of the error messages was that card0 didn't exist in /dev That's pccard stuff, not your network driver. Did you check to see that the pccard bridge was probed and attached? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mai

Re: trap in vm_fault

2001-03-20 Thread Tor . Egge
> Got this on sunday on my laptop (400 MHz PII running a week-old > -CURRENT): > #7 0xc0269fcd in trap_pfault (frame=0xc7be6ed8, usermode=0, eva=3332689920) > at ../../i386/i386/trap.c:888 > #8 0xc0269404 in trap (frame={tf_fs = 24, tf_es = -1071054832, tf_ds = 16, > tf_edi = -9622773

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Mark Hittinger
Looks like I've got a similar problem only its aic7880/wide I've got a Dell optiplex 450 with an Adaptec 2940uw controller which can boot but can't "mountroot". A kernel from last week can see the aic7880/wide but a kernel from the past couple days cannot. OK dmesg: FreeBSD 5.0-CURRENT #10:

Re: CURRENT instability

2001-03-20 Thread Edwin L. Culp
Quoting Dag-Erling Smorgrav <[EMAIL PROTECTED]>: > "Edwin L. Culp" <[EMAIL PROTECTED]> writes: > > My old K6-2 laptop has this problem and the patch seemed to fix the > > crashes that I was experiencing under almost minimal load. The down > > side is that it also brought me a pccard or DEVFS prob

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Justin T. Gibbs
> >Looks like I've got a similar problem only its aic7880/wide > >I've got a Dell optiplex 450 with an Adaptec 2940uw controller which can >boot but can't "mountroot". Perhaps something happend recently that makes it difficult to get "largish" chuncks of contiguous memory? You'll have to instru

Re: CURRENT instability

2001-03-20 Thread Wm Brian McCane
On Mon, 19 Mar 2001, Pierre Beyssac wrote: > On Mon, Mar 19, 2001 at 08:30:12AM +0100, Pascal Hofstee wrote: > > AMD K6-2 350 > > > > I noticed the vague stack smashes posting earlier ... and i think it's very > > likely this is the same bug > > Same here, random crashes -- AMD K6-2 300; no pan

Re: CURRENT instability

2001-03-20 Thread David O'Brien
On Tue, Mar 20, 2001 at 03:23:55PM -0800, Edwin L. Culp wrote: > It would really be nice to have this committed, if it doesn't break > anything, to not have to be patching every time. It will be. I am waiting a responce back from someone. But one way or another it will be fixed -- I run two K6-

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: /bin/ls mb patch again

2001-03-20 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Michael C . Wu" writes: : Thinker thinks that memset() is too costly to use here : to modify one or two bytes. I agreed with him in that : filenames can't be that long to justify the memset() : overhead. However, with today's CPU power, I think : memset()'s overhea

Re: patch /bin/ls again, for mb supporting.

2001-03-20 Thread Warner Losh
In message <[EMAIL PROTECTED]> thinker writes: : + *ri = 0; *ri = '\0'; Yes, they are the same, but the style here is that you are terminating the string. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: CURRENT instability

2001-03-20 Thread Edwin L. Culp
Quoting David O'Brien <[EMAIL PROTECTED]>: > On Tue, Mar 20, 2001 at 03:23:55PM -0800, Edwin L. Culp wrote: > > It would really be nice to have this committed, if it doesn't break > > anything, to not have to be patching every time. > > It will be. I am waiting a responce back from someone. Bu

hello

2001-03-20 Thread zer0byte
hi i just switch to FreeBSD 5.0 current.. just wanna let you guys know =) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

subscribe freebsd-current

2001-03-20 Thread zer0byte
subscribe freebsd-current subscribe cvs-all To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: hello

2001-03-20 Thread John Baldwin
On 21-Mar-01 zer0byte wrote: > hi i just switch to FreeBSD 5.0 current.. > just wanna let you guys know =) You sure you want to do that? :) -current isn't very friendly right now. You have read about what current is in the handbook, right? -- John Baldwin <[EMAIL PROTECTED]> -- http://www.

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

2001-03-20 Thread Peter Wemm
"Michael C . Wu" wrote: > 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

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

2001-03-20 Thread Bruce A. Mah
If memory serves me right, "Michael C . Wu" wrote: > 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 t

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

2001-03-20 Thread Bruce A. Mah
If memory serves me right, Peter Wemm wrote: > "Michael C . Wu" wrote: > > 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

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

2001-03-20 Thread Peter Wemm
"Bruce A. Mah" wrote: > --==_Exmh_-1701844519P > Content-Type: text/plain; charset=us-ascii > > If memory serves me right, Peter Wemm wrote: > > "Michael C . Wu" wrote: > > > On Tue, Mar 20, 2001 at 04:13:17PM -0600, Michael C . Wu scribbled: > > > | On Tue, Mar 20, 2001 at 02:03:29PM -0800, Bruc

What's up with telnet?

2001-03-20 Thread Daniel Eischen
I admit I haven't been able to read every -current and -commit message, but a search of the mail archives doesn't yield anything either... What's going on with telnet? Trying to telnet to localhost or `hostname` yields: bash-2.02$ telnet localhost Trying ::1... Connected to localhost. E

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

2001-03-20 Thread MINOURA Makoto
|> In <[EMAIL PROTECTED]> |> Jeroen Ruigrok/Asmodai <[EMAIL PROTECTED]> wrote: > Which is still something which needs to be done yes. Hmmm, I didn't know that... FreeBSD lacks iswprint() etc... It's..., it's ok, Michael is right, there's no way to do that w/o adding some functions to libc. I

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

2001-03-20 Thread MINOURA Makoto
|> In <[EMAIL PROTECTED]> |> Garrett Wollman <[EMAIL PROTECTED]> wrote: > Not true. The `rune' API was developed by the Plan 9 people by > intention to be different from (in their view, superior to) the ISO C > multibyte/wide character API. But not widely adopted. ISO C is well-maintained so

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

2001-03-20 Thread Bruce Evans
On Tue, 20 Mar 2001, Bruce A. Mah wrote: > If memory serves me right, "Michael C . Wu" wrote: > > > cvs diff: Diffing . > > Index: Makefile > > === > > RCS file: /home/ncvs/src/usr.sbin/amd/mk-amd-map/Makefile,v > > retrieving revis

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

2001-03-20 Thread Bruce A. Mah
If memory serves me right, Peter Wemm wrote: > If SRCS is undefined, then SRCS=${PROG}.c. ie: > > peter@daintree[7:30pm]~src/usr.sbin/sicontrol-283> grep SRCS Makefile > peter@daintree[7:30pm]~src/usr.sbin/sicontrol-284> make -V SRCS > sicontrol.c > peter@daintree[7:30pm]~src/usr.sbin/sicontro

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, Warner, and Bruc

Re: /bin/ls mb patch again

2001-03-20 Thread thinker
On Tue, Mar 20, 2001 at 06:25:30PM -0700, Warner Losh wrote: > In message <[EMAIL PROTECTED]> "Michael C . Wu" writes: > : Thinker thinks that memset() is too costly to use here > : to modify one or two bytes. I agreed with him in that > : filenames can't be that long to justify the memset() > : o

Re: What's up with telnet?

2001-03-20 Thread Bruce Evans
On Tue, 20 Mar 2001, Daniel Eischen wrote: > What's going on with telnet? Trying to telnet to localhost or `hostname` > yields: > > bash-2.02$ telnet localhost > Trying ::1... > Connected to localhost. > Escape character is '^]'. > Trying SRA secure login: > User (deischen): > > OK