summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* add threadgetnamersc2005-02-111-0/+1
|
* Remove libthread_db nonsense.rsc2005-02-111-12/+0
|
* more pthreadrsc2005-02-111-0/+7
|
* new prototypesrsc2005-02-104-1/+20
|
* nsopenrsc2005-02-081-1/+2
|
* auth fixesrsc2005-02-082-2/+8
|
* add autolibrsc2005-02-081-0/+1
|
* fix typorsc2005-02-081-1/+1
|
* add cryptrsc2005-02-081-0/+2
|
* Avoid yet another X11 stack overflow.rsc2005-02-081-0/+5
|
* Add searchpath().rsc2005-01-231-0/+1
|
* Extract more data from core dumps.rsc2005-01-231-4/+11
|
* add core cmdrsc2005-01-181-0/+1
|
* add threadspawnlrsc2005-01-181-0/+1
|
* add fsseekrsc2005-01-181-0/+3
|
* do not call exits in threaded programsrsc2005-01-171-0/+8
|
* update return interfacersc2005-01-161-4/+4
|
* checkpointrsc2005-01-142-0/+4
|
* Many small edits.rsc2005-01-132-14/+5
|
* no more 9commandsrsc2005-01-111-1/+1
|
* os x changesrsc2005-01-111-1/+1
|
* symopenrsc2005-01-071-1/+2
|
* debugging for sam, and an old fix forgottenrsc2005-01-071-0/+1
|
* sunos fixesrsc2005-01-071-0/+1
|
* add regdesc back.rsc2005-01-071-0/+1
|
* fix autolib for gcc3+rsc2005-01-061-0/+10
|
* add threadnotifyrsc2005-01-041-0/+5
|
* more include files.rsc2005-01-042-0/+142
|
* autolibrsc2005-01-0420-49/+96
|
* fs.h => 9pclient.hrsc2005-01-041-6/+7
|
* autolib, p9rand, p9execlrsc2005-01-041-14/+19
|
* Rename lrand to p9lrand, too.wkj2004-12-291-0/+1
|
* Use #define to move rand and srand to p9rand and p9srand.wkj2004-12-291-3/+7
|
* Use osreldate.h to determine OS version under FreeBSD.wkj2004-12-291-1/+2
|
* remove Bfmt*, add Bvprintrsc2004-12-281-5/+4
|
* add threadlinklibraryrsc2004-12-281-0/+5
|
* add threaddaemonize(), more bug fixesrsc2004-12-281-0/+5
|
* yield now returns the number of switches donersc2004-12-271-1/+1
|
* add awaitfor and waitforrsc2004-12-271-0/+3
|
* add chansetname prototypersc2004-12-271-0/+1
|
* various changes from plan 9rsc2004-12-275-3/+20
|
* help for libthread_db (define ps_prochandle)rsc2004-12-251-3/+26
| | | | | | | add symbols to unwind for disasesmbly-based stack unwinding add global state for library to help debugger programs (symhdr etc., attachproc, attachcore, attachargs).
* more thread support, also add freebsd 5rsc2004-12-251-13/+21
|
* new thread libraryrsc2004-12-252-187/+189
|
* clean up headersrsc2004-12-252-75/+69
|
* oops -> change mpdigit from long to ulongrsc2004-12-231-1/+1
|
* Add // to acid thread line so it is executable.rsc2004-09-231-4/+2
| | | | Remove p9fork.
* Continue the pthreads torture.rsc2004-09-212-3/+5
|
* Continue switching library over to pthreads when possible.rsc2004-09-172-0/+2
| | | | | Tprimes works on Linux 2.6. You can only have 128 procs though.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-173-9/+43
| | | | | | | 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.