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: 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? Few of us have ObjC clue

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 knowledge of specific (non

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: Does anybody know if there is a good

Re: Objective-C threads

2002-10-30 Thread Chad David
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 PROTECTED] www.FreeBSD.org [EMAIL PROTECTED] ISSci Inc.Calgary, Alberta Canada

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 just want to know who the 10 others

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: Which brings us back to my original question... why are ObjC

Re: Objective-C threads

2002-10-31 Thread Chad David
. 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[EMAIL PROTECTED] www.FreeBSD.org [EMAIL PROTECTED] ISSci

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 questiion -- because a change to fix one

Re: savecore options

2003-07-28 Thread Chad David
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.Calgary, Alberta Canada

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: 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 following patch to skeleton.c

disk_clone() bug

2001-10-19 Thread Chad David
. 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

Re: disk_clone() bug

2001-10-19 Thread Chad David
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 message. -- Chad David[EMAIL PROTECTED] ACNS Inc. Calgary, Alberta Canada To Unsubscribe: send mail

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

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_MODULE declarations

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

socket shutdown delay?

2002-01-16 Thread Chad David
UDMA100 ad1: 39266MB IC35L040AVER07-0 [79780/16/63] at ata0-slave tagged UDMA100 ad2: 9765MB FUJITSU MPC3102AT E [19841/16/63] at ata1-master UDMA33 acd0: CD-RW YAMAHA CRW2200E at ata1-slave PIO4 Mounting root from ufs:/dev/ad2s1a SMP: AP CPU #1 Launched! -- Chad David[EMAIL PROTECTED

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 (2316 right now) of these: tcp4 0

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 state for 2MSL before proceeding

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 all of the connections went

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

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

2002-10-07 Thread Chad David
/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 --- /usr/home/davidc/dev/bsd/src/usr.sbin/mergemaster/mergemaster.shMon Aug 27 17:41:23 2001

Re: stange console problem

2001-01-29 Thread Chad David
On 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 video output stops. After

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 problem,

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()

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

savecore

2002-04-19 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

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. Index: savecore.8