summaryrefslogtreecommitdiffstats
path: root/src/libthread/main.c
Commit message (Collapse)AuthorAgeFilesLines
* New thread libraryrsc2004-12-251-98/+0
|
* more thread workrsc2004-11-081-46/+23
|
* try to implement the daemonize hack.rsc2004-10-221-1/+43
|
* Continue fighting pthreads.rsc2004-09-231-104/+48
| | | | Clean up thread library a bit too.
* Continue the pthreads torture.rsc2004-09-211-2/+2
|
* Continue switching library over to pthreads when possible.rsc2004-09-171-4/+0
| | | | | Tprimes works on Linux 2.6. You can only have 128 procs though.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-171-2/+5
| | | | | | | data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine.
* More consistent use of _exits and exitsrsc2004-08-111-2/+2
| | | | in place of _exit and exit.
* make sure only one guy can call exit.rsc2004-05-231-1/+1
|
* Fix small bugs.rsc2004-05-111-12/+0
|
* SunOS can rot in hell.rsc2004-03-261-0/+1
|
* Small tweaksrsc2004-03-211-0/+1
| | | | Lots of new code imported.
* Amazingly picky bug fixes from Valgrind.rsc2004-03-051-1/+1
|
* Debugging libthread for acme.rsc2004-03-051-0/+8
|
* Fighting the good fight.rsc2004-02-291-0/+7
| | | | | | | | | | | | Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-1/+2
| | | | with them.
* make -> mkrsc2003-11-231-2/+8
| | | | | | | | remove clumsy stack hack. fix exec. fix nthreads maintenance. fix threadexitsall not to kill self. add sun support.
* Initial revisionrsc2003-09-301-0/+124