Re: savecore options

2003-07-28 Thread Chad David
e. Does anyone object to actually removing -d and -N from the getopt() list? Who are we trying to maintain compatability with? If it is with -stable then now might be a good time to get rid of them. -- Chad David[EMAIL PROTECTED] www.FreeBSD.org [EMAIL PROTECTED] ISSci Inc.C

Re: minor yacc warnings

2003-02-05 Thread Chad David
On Wed, Feb 05, 2003 at 09:46:56AM -0800, David O'Brien wrote: > On Mon, Feb 03, 2003 at 09:24:10PM -0700, Chad David wrote: > > We are having minor problems with a newer gcc generating warnings > > for yacc due to yyrcsid not being used. Does anyone object to the &g

minor yacc warnings

2003-02-03 Thread Chad David
We are having minor problems with a newer gcc generating warnings for yacc due to yyrcsid not being used. Does anyone object to the following patch to skeleton.c or have a better way of handling this? -Dlint causes other problems. Thanks. -- Chad David[EMAIL PROTECTED] www.FreeBSD.org

Re: Objective-C threads

2002-11-24 Thread Chad David
On Sun, Nov 24, 2002 at 05:06:05PM -0800, Terry Lambert wrote: > Chad David wrote: > > On Wed, Oct 30, 2002 at 02:19:43AM -0800, David O'Brien wrote: > > > Perhaps because maintaining them in the FreeBSD repo might be the wrong > > > place. To answer your other

Re: Objective-C threads

2002-10-31 Thread Chad David
rrent situation doesn't seem optimal, ie. requiring -pthread for none threaded programs. There is also the issue of config.h.in, which needs to become config.h. This shouldn't be a big deal, I'm just not sure what the prefered method is (just repo copy it?). -- Chad David

Re: Objective-C threads

2002-10-30 Thread Chad David
On Wed, Oct 30, 2002 at 09:22:21AM -0800, Juli Mallett wrote: > * De: David O'Brien <[EMAIL PROTECTED]> [ Data: 2002-10-30 ] > [ Subjecte: Re: Objective-C threads ] > > On Wed, Oct 30, 2002 at 09:23:53AM -0700, Chad David wrote: > > > > > > Whi

Re: Objective-C threads

2002-10-30 Thread Chad David
On Wed, Oct 30, 2002 at 09:09:16AM -0800, David O'Brien wrote: > On Wed, Oct 30, 2002 at 09:23:53AM -0700, Chad David wrote: > > > > Which brings us back to my original question... why are ObjC threads > > disabled? I don't much care about my other patches, I j

Re: Objective-C threads

2002-10-30 Thread Chad David
others are who will break if we enable threads, and how to fix that breakage. My minor patches were only posted because you asked :). I do have other patches for thr-posix, but I agree that it would be better if they went to gcc, and didn't get stacked locally. -- Chad David[EMAIL

Re: Objective-C threads

2002-10-30 Thread Chad David
On Wed, Oct 30, 2002 at 02:17:07AM -0800, David O'Brien wrote: > On Tue, Oct 29, 2002 at 09:02:16PM -0700, Chad David wrote: > > On Tue, Oct 29, 2002 at 07:11:56PM -0800, David O'Brien wrote: > > > On Tue, Oct 29, 2002 at 07:09:41PM -0700, Chad David wrote: > > &

Re: Objective-C threads

2002-10-30 Thread Chad David
On Tue, Oct 29, 2002 at 11:52:56PM -0800, Terry Lambert wrote: > Chad David wrote: > > On Tue, Oct 29, 2002 at 07:04:21PM -0800, Terry Lambert wrote: > > > Chad David wrote: > > > > Does anybody know if there is a good reason why libobjc is built with > > >

Re: Objective-C threads

2002-10-29 Thread Chad David
On Tue, Oct 29, 2002 at 07:04:21PM -0800, Terry Lambert wrote: > Chad David wrote: > > Does anybody know if there is a good reason why libobjc is built with > > thr-single.c? > > Historical threads problems. A few are obvious from simply reading the code. Do you have any

Re: Objective-C threads

2002-10-29 Thread Chad David
On Tue, Oct 29, 2002 at 07:11:56PM -0800, David O'Brien wrote: > On Tue, Oct 29, 2002 at 07:09:41PM -0700, Chad David wrote: > > Does anybody know if there is a good reason why libobjc is built with > > thr-single.c? As well, who is the current maintainer of Objective-C? >

Objective-C threads

2002-10-29 Thread Chad David
Does anybody know if there is a good reason why libobjc is built with thr-single.c? As well, who is the current maintainer of Objective-C? -- Chad David[EMAIL PROTECTED] www.FreeBSD.org [EMAIL PROTECTED] ISSci Inc.Calgary, Alberta Canada To Unsubscribe: send mail to [EMAIL

Re: Removing old binaries (was: Do we still need portmap(8)?)

2002-10-07 Thread Chad David
tl.conf/ igrore://etc/syslog.conf ignore://etc/passwd/ ignore://etc/master.passwd/ ignore://etc/group/ ignore://etc/printcap/ ignore://etc/ntp.conf/ ignore://etc/exports/ ... -- Chad David[EMAIL PROTECTED] www.FreeBSD.org [EMAIL PROTECTED] ACNS Inc. Calgary, Alberta Canada --- /

Re: savecore

2002-04-19 Thread Chad David
On Sat, Apr 20, 2002 at 03:28:18AM +0300, Giorgos Keramidas wrote: > On 2002-04-19 00:31, Chad David wrote: > > Any comments / objections to these patches to savecore and friends? > > Since you asked ... :) Yes, I did. > >

savecore

2002-04-18 Thread Chad David
Any comments / objections to these patches to savecore and friends? After I get more than two or three md5 named files in var/crash I start to go cross eyed. -- Chad David[EMAIL PROTECTED] www.FreeBSD.org [EMAIL PROTECTED] ACNS Inc. Calgary, Alberta Canada Fourthly, The

Re: socket shutdown delay?

2002-01-17 Thread Chad David
On Wed, Jan 16, 2002 at 05:25:52PM -0800, Terry Lambert wrote: > Chad David wrote: > > The direct cause is a bug in my client. I call close(2) out side of the > > main loop (one line off :( ), so none of the client side sockets were > > getting closed. When I fixed this a

Re: socket shutdown delay?

2002-01-16 Thread Chad David
On Wed, Jan 16, 2002 at 03:50:47PM -0800, Terry Lambert wrote: > Chad David wrote: > > > A connection goes into FIN_WAIT_2 when it has received the ACK > > > of the FIN, but not received a FIN (or sent an ACK) itself, thus > > > permitting it to enter TIME_WAIT st

Re: socket shutdown delay?

2002-01-16 Thread Chad David
On Wed, Jan 16, 2002 at 01:39:54PM -0800, Terry Lambert wrote: > Chad David wrote: > > Has anyone noticed (or fixed) a bug in -current where socket connections > > on the local machine do not shutdown properly? During stress testing > > I'm seeing thousands

socket shutdown delay?

2002-01-16 Thread Chad David
s from 100% to 6.2% ad0: 39266MB [79780/16/63] at ata0-master tagged UDMA100 ad1: 39266MB [79780/16/63] at ata0-slave tagged UDMA100 ad2: 9765MB [19841/16/63] at ata1-master UDMA33 acd0: CD-RW at ata1-slave PIO4 Mounting root from ufs:/dev/ad2s1a SMP: AP CPU #1 Launched! -- Chad David[EMAI

MEXTFREE

2001-12-21 Thread Chad David
MEXTFREE results in a call to _mext_free() which is only defined within subr_mbuf.c, and is not static. Should the prototype be moved into sys/mbuf.h, or should MEXTFREE be moved into subr_mbuf.c, or is it ok like this? Thanks. -- Chad David[EMAIL PROTECTED] ACNS Inc. Calgary

Re: MULTI_DRIVER_MODULE

2001-12-21 Thread Chad David
On Fri, Dec 21, 2001 at 09:55:37PM -0800, Peter Wemm wrote: > Chad David wrote: > > Does anybody have an example of how to call MULTI_DRIVER_MODULE? It > > looks broken to me, but I could of course be wrong... > > I would not recommend using it. Just use several DRIVER_MOD

MULTI_DRIVER_MODULE

2001-12-21 Thread Chad David
Does anybody have an example of how to call MULTI_DRIVER_MODULE? It looks broken to me, but I could of course be wrong... Thanks. -- Chad David[EMAIL PROTECTED] ACNS Inc. Calgary, Alberta Canada To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: disk_clone() bug

2001-10-19 Thread Chad David
*dev = make_dev(pdev->si_devsw, dkmakeminor(u, s, p), Note that this has nothing to do with md. Any device that is cloned by disk_clone() will do the same thing. Just doing an ls -l ad2eeec followed by ls -l ad2e will print the same "Driver mistake" me

Re: disk_clone() bug

2001-10-19 Thread Chad David
On Fri, Oct 19, 2001 at 08:24:57AM -0700, John Baldwin wrote: > > On 19-Oct-01 Chad David wrote: > > I posted a bug report and patch in kern/29104 and Dima Dorfman also mentioned > > this in July/August, but it still has not been resolved. The method of > > triggering

disk_clone() bug

2001-10-19 Thread Chad David
ng" the problem in the correct place. Any advice would be very welcome. -- Chad David[EMAIL PROTECTED] ACNS Inc. Calgary, Alberta Canada To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

panic from May

2001-06-18 Thread Chad David
I get the following panic on a GENERIC kernel from around May 23: (copied by hand) /usr/src/sys/kern/kern_synch.c:385: sleeping with "vm" locked from /usr/src/sys/vm/vm_pager.c:428 panic: sleeping process owns a mutext Debugger("panic") Stopped at Debugger+0x44: pushl %ebx db> trace Debugger()

Re: stange console problem

2001-01-30 Thread Chad David
Problem solved. cp GENERIC.hints DEBUG.hints Without them it isn't very happy... did I miss this as a requirement somewhere, or is my hardware/timing just a little funky? Chad On Tue, Jan 30, 2001 at 04:03:10PM +0100, Rogier R. Mulhuijzen wrote: > > >None of this has any bearing on the proble

Re: stange console problem

2001-01-29 Thread Chad David
Sun, Jan 28, 2001 at 10:16:02PM -0700, Chad David wrote: > On a current from last Sunday I recompiled > a new kernel with just makeoptions DEBUG=-g > and options DDB added to GENERIC and when > I boot I see the first few spins of the loader > booting the kernel and then all vid

stange console problem

2001-01-28 Thread Chad David
On a current from last Sunday I recompiled a new kernel with just makeoptions DEBUG=-g and options DDB added to GENERIC and when I boot I see the first few spins of the loader booting the kernel and then all video output stops. After the boot finishs I get a login prompt but no keyboard response

INET6 userland tools

1999-12-15 Thread Chad David
I may be missing the obvious, but what is everybody using for userland tools (ping6 etc) on current? I haven't tried, but will the kame-snap tools for 3 work? Thanks Chad To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message