You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Alfred Z. <alf...@gm...> - 2011-08-10 15:58:18
|
Hi, I am new to state thread library and am reading the source code of ST to study implementation of threading. in the st_thread_create() function there is this code piece if (stk_size == 0) stk_size = ST_DEFAULT_STACK_SIZE; // I know this is to set the stack size to a default size, if the input size is 0 stk_size = ((stk_size + _ST_PAGE_SIZE - 1) / _ST_PAGE_SIZE) * _ST_PAGE_SIZE; //what does this mean? Look like it equals (stk_size + ST_PAGE_SIZE -1) unless the previous division gives 0. I am totally confused and can't find the answer in the code or the docs, please help! Thanks a lot! Alfred |
From: Mike A. <ya...@ya...> - 2009-10-02 02:39:04
|
Version 1.9 of the State Threads Library is now available. It adds support for Intel Macs and fixes some compilation issues. Download it from: http://state-threads.sourceforge.net/ As always, your contributions and comments are welcome. -- Mike Abbott ma...@us... State Threads Project co-administrator |
From: Mike A. <ya...@ya...> - 2007-03-15 18:19:36
|
Version 1.8 of the State Threads Library is now available. It adds support for kqueue and epoll, adds st_readv(), st_readv_resid() and st_writev_resid(), and finally defines ST_UTIME_NO_TIMEOUT and ST_UTIME_NO_WAIT. Download it from: http://state-threads.sourceforge.net/ As always, your contributions and comments are welcome. -- Mike Abbott ma...@us... State Threads Project co-administrator |
From: Mike A. <mj...@co...> - 2006-05-31 06:18:47
|
Version 1.7 of the State Threads Library is now available. It supports glibc 2.4, which breaks programs that manipulate jump buffers. Download it from: http://state-threads.sourceforge.net/ As always, your contributions and comments are welcome. -- Mike Abbott ma...@us... State Threads Project co-administrator |
From: Mike A. <mj...@co...> - 2005-11-15 06:39:45
|
Version 1.6 of the State Threads Library is now available. It is identical to version 1.5.2, except it is no longer "experimental." Download it from: http://state-threads.sourceforge.net/ As always, your contributions and comments are welcome. -- Mike Abbott ma...@us... State Threads Project co-administrator |
From: Mike A. <mj...@at...> - 2002-12-18 06:49:58
|
Version 1.4 of the State Threads Library is now available. It supports many more platforms, tightens up the API, and offers an extensions directory for contributed support functions. See the included README file for details. Download it from: http://state-threads.sourceforge.net/ As always, your contributions and comments are welcome. -- Mike Abbott ma...@us... State Threads Project co-administrator |
From: Mike A. <mj...@at...> - 2002-07-23 04:11:06
|
The State Threads Library open source project now has a FAQ to help answer recurring questions about the benefits and limitations of the library, alternative thread and state machine packages, and programming and portability issues. http://state-threads.sourceforge.net/docs/faq.html Your feedback and contributions are always welcome. -- Mike Abbott ma...@us... State Threads Project co-administrator |
From: Mike A. <mj...@at...> - 2002-01-22 07:15:56
|
Version 1.3 of the State Threads Library is now available. It boasts performance optimizations, debugger support, a modernized build process including .rpm and .deb support, Linux/*BSD Alpha support, improved error recovery, and enhanced documentation. See the included README file for details. Download it from: http://state-threads.sourceforge.net/ As always, your contributions and comments are welcome. -- Mike Abbott ma...@us... State Threads Project co-administrator |
From: Mike A. <mj...@ho...> - 2001-10-30 05:36:22
|
The State Threads Project has moved from SGI to SourceForge. The old web site and mailing list will soon either disappear or redirect/forward to the new versions. The new site and lists do not point back to the old. Please subscribe to the new mailing lists yourself; old-list subscribers will not be automatically added to the new lists. Old site: http://oss.sgi.com/projects/state-threads/ New site: http://state-threads.sourceforge.net/ There are three mailing lists now rather than just one (not that the list ever had heavy traffic but that's just how SourceForge likes to do things) so be sure to sign up for the appropriate list(s): one only for announcements, one for developers, and one for users. Thanks for tolerating this administrivia. Gene and I believe this move is in the best interests of the project. -- Mike Abbott ma...@us... State Threads Project co-administrator |