summaryrefslogtreecommitdiffstats
path: root/src/libthread
Commit message (Collapse)AuthorAgeFilesLines
* Use FreeBSD-approved method for determining FreeBSD version.wkj2004-12-291-1/+1
|
* restore old plan 9 property that when thersc2004-12-286-8/+36
| | | | | | last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited.
* more freebsd workrsc2004-12-2810-40/+118
|
* attempt at FreeBSD pre-5 supportrsc2004-12-281-0/+356
|
* remove debuggingrsc2004-12-284-5/+8
|
* add threaddaemonizersc2004-12-281-0/+98
|
* new test programrsc2004-12-281-0/+11
|
* add threaddaemonize(), more bug fixesrsc2004-12-286-14/+51
|
* better exec handlingrsc2004-12-275-78/+43
|
* starting to work on Linuxrsc2004-12-275-19/+80
|
* shuffle to allow use of execchan in non-pthreads implsrsc2004-12-273-6/+43
|
* figure out which files to put in the libraryrsc2004-12-271-0/+14
|
* linux pre-2.6 implementationrsc2004-12-272-0/+355
|
* start linux pre-2.6 portrsc2004-12-275-79/+122
|
* confine pthreads to pthread.crsc2004-12-274-13/+38
|
* remove debuggingrsc2004-12-271-1/+0
|
* signal handling, add prototype for pthreadinitrsc2004-12-273-4/+19
|
* remove empty qlock.crsc2004-12-262-4/+0
|
* more new libthreadrsc2004-12-257-0/+800
|
* New thread libraryrsc2004-12-2570-4684/+1041
|
* still more filesrsc2004-11-085-0/+300
|
* extra filesrsc2004-11-084-0/+380
|
* more thread workrsc2004-11-0812-337/+291
|
* figure out which thread implementation to usersc2004-10-221-0/+15
|
* try to implement the daemonize hack.rsc2004-10-2211-51/+165
|
* new test programrsc2004-10-221-0/+41
|
* debugging, more pthreads craprsc2004-10-227-9/+27
|
* add this.rsc2004-09-231-0/+14
|
* add pthreadrsc2004-09-231-0/+164
|
* Continue fighting pthreads.rsc2004-09-2319-580/+465
| | | | Clean up thread library a bit too.
* Continue the pthreads torture.rsc2004-09-217-95/+138
|
* various forgotten filesrsc2004-09-204-1/+143
|
* Continue switching library over to pthreads when possible.rsc2004-09-176-27/+19
| | | | | Tprimes works on Linux 2.6. You can only have 128 procs though.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-178-126/+62
| | | | | | | 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.
* PowerPC Linux support from ericvh.rsc2004-08-222-0/+16
| | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
* More consistent use of _exits and exitsrsc2004-08-113-6/+6
| | | | in place of _exit and exit.
* Compare function pointers against 0 rather than nil.wkj2004-07-091-1/+1
|
* va_arg fixrsc2004-06-171-1/+1
|
* clean up children more oftenrsc2004-06-091-3/+7
|
* add network dialingrsc2004-06-091-0/+29
|
* make sure only one guy can call exit.rsc2004-05-231-1/+1
|
* More little bug fixesrsc2004-05-141-1/+2
|
* various bug fixesrsc2004-05-141-2/+6
|
* Noblock is nonsense.rsc2004-05-121-19/+0
|
* Fix small bugs.rsc2004-05-119-28/+49
|
* various bug fixesrsc2004-05-051-0/+1
|
* add -W to specify window size.rsc2004-04-293-7/+8
| | | | various other little fixes.
* add stubs for other systems.rsc2004-04-253-1/+26
| | | | add threadspawn.
* little thingsrsc2004-04-231-3/+11
|
* odds and endsrsc2004-04-213-2/+7
|