Reminder! Call for March-April 2004 Status reports (fwd)

David Xu davidxu at freebsd.org
Wed May 12 15:57:54 PDT 2004


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 at freebsd.org</email>
>     </person>
>     <person>
>       <name>
>         <given>Doug</given>
>         <common>Rabson</common>
>       </name>
>       <email>dfr at freebsd.org</email>
>     </person>
>     <person>
>       <name>
>         <given>Julian</given>
>         <common>Elischer</common>
>       </name>
>       <email>julian at 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 at freebsd.org>
>>>To: hackers at 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 at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-threads
> To unsubscribe, send any mail to "freebsd-threads-unsubscribe at freebsd.org"
> 
> 



More information about the freebsd-threads mailing list