Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2004 06:57:01 +0800
From:      David Xu <davidxu@freebsd.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        marcel@freebsd.org
Subject:   Re: Reminder! Call for March-April 2004 Status reports (fwd)
Message-ID:  <40A2ABBD.9080807@freebsd.org>
In-Reply-To: <Pine.BSF.4.21.0405121255430.57458-100000@InterJet.elischer.org>
References:  <Pine.BSF.4.21.0405121255430.57458-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote:
> 
> how about this as a start..
> my little script only allows 3 names to be enterred...
> 
> <project>
>   <title>Status Report Sample</title>
> 
>   <contact>
>     <person>
>       <name>
>         <given>David</given>
>         <common>Xu</common>
>       </name>
>       <email>davidxu@freebsd.org</email>
>     </person>
>     <person>
>       <name>
>         <given>Doug</given>
>         <common>Rabson</common>
>       </name>
>       <email>dfr@freebsd.org</email>
>     </person>
>     <person>
>       <name>
>         <given>Julian</given>
>         <common>Elischer</common>
>       </name>
>       <email>julian@freebsd.org</email>
>     </person>
> {add dan, marcel here}
>   </contact>
> 
>   <links>
>     <url href="http://people.freebsd.org/~marcel/tls.html">basic data on
> TLS</url>
>     <url href="http://www.freebsd.org/kse/index.html">basic threads
> page</url>
>   </links>
> 
>   <body>
>     <p>
>     Threading developers have been active behind the scenes
> though not much has been visible. Real Life(TM) has been
> hard on us as a group however.
> </p><p>
> Marcel and Davidxu have both (individually)
> been looking at the support 
> for debugging threaded programs. David has a set of
> patches that allow gdb to correctly handle KSE programs and 
> patches are being considerred for libthr based processes.
> MArcell added a Thread ID to allow debugging code to unambiguously
> specify a thread to debug.
> </p><p> 
> 
I have trouble to add Marcell's thread id to pthread debug code,
since in my patch, I just use kernel thread address and user thread
address as thread id, simply because there are unique in address
space, sometimes a kernel thread not mapped to user thread will be
caught by debugger, in this case, managing the thread id is hard.


> Dan Eischen continues to support people migrating to 
> libpthreads and it seems to be going well.
> </p><p> 
> 
> Doug Rabson has done his usual miracle work and produced 
> a set of preliminary pathces to implement TLS (Thread 
> Local Storage) for the i386 platform. 
> </p><p> 
> 
> Platforms:
> {fill in summary here}
> 
> 
> 
>     </p>
>   </body>
> </project>
> 
> 
> 
> On Wed, 12 May 2004, Daniel Eischen wrote:
> 
> 
>>On Wed, 12 May 2004, Julian Elischer wrote:
>>
>>>anyone doing this?
>>
>>Not that I'm aware of.  I'd do it but I need input from dfr
>>(TLS), marcel (GDB, kernel thread ids), and you (KSE kernel
>>reorg and scheduling).
>>
>>
>>>---------- Forwarded message ----------
>>>Date: Mon, 10 May 2004 15:12:05 -0600
>>>From: Scott Long <scottl@freebsd.org>
>>>To: hackers@freebsd.org
>>>Subject: Reminder! Call for March-April 2004 Status reports
>>>
>>>All,
>>>
>>>It's time again for bi-monthly status reports.  As always, the
>>>template is at http://www.freebsd.org/news/status/report-sample.xml.
>>>Please make submissions to monthly@freebsd.org by May 12 for
>>>inclusion.  Any projects that relate to FreeBSD development,
>>>documentation, ports, etc, are welcome.  Previous reports can be
>>>found at  http://www.freebsd.org/news/status.  Again, the due date
>>>is May 12.  Thanks!
>>>
>>>Scott
>>
>>-- 
>>Dan Eischen
>>
>>
> 
> 
> _______________________________________________
> freebsd-threads@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-threads
> To unsubscribe, send any mail to "freebsd-threads-unsubscribe@freebsd.org"
> 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40A2ABBD.9080807>