aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* libthread: simplifyRuss Cox2020-12-301-2/+1
| | | | | | | | Now that everything uses pthreads and pthreadperthread, can delete various conditionals, all the custom context code, and so on. Also update documents. Fixes #355.
* libthread: add threadmaybackgroundRuss Cox2020-12-301-0/+1
| | | | | | | | Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
* libthread: fix test deps, cleanup in mkfileRuss Cox2020-01-191-1/+4
|
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-191-2/+2
| | | | | | Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
* libthread: remove Linux 2.4 codeRuss Cox2020-01-191-1/+0
| | | | | | | | Linux.c was for Linux 2.4 and is no longer used directly, only indirectly because NetBSD.c was a 1-line file #including Linux.c. So mv Linux.c NetBSD.c. Also rm Linux-*-asm.s which was for Linux 2.4 as well.
* libthread: rm FreeBSD 4 codeRuss Cox2020-01-191-1/+0
| | | | Pretty sure FreeBSD 4 is gone now. :-)
* openbsd updates (thanks Pascal Stumpf)Russ Cox2012-07-141-1/+1
| | | | | R=rsc http://codereview.appspot.com/6401049
* build: OS X 64-bit buildRuss Cox2011-08-021-3/+1
| | | | | R=rsc http://codereview.appspot.com/4838047
* libthread: Apple OS X 10.5 (Leopard) tweaks (Jeff Sickel, Bakul Shah)Russ Cox2007-10-301-7/+7
|
* fixesrsc2006-02-161-0/+3
|
* more sparc64rsc2006-02-161-1/+1
|
* sparc64 rulersc2006-02-141-0/+4
|
* add waitrsc2006-02-121-0/+1
|
* OpenBSD, thanks to Tim Wiessrsc2005-07-211-3/+2
|
* try a different approach to .S filesrsc2005-05-011-0/+7
|
* OpenBSD/power support.rsc2005-05-011-4/+3
|
* NetBSD support. Thanks to Christoph Lohmann.rsc2005-03-281-1/+3
|
* remove debuggingrsc2005-02-081-1/+0
|
* more freebsd workrsc2004-12-281-0/+2
|
* remove debuggingrsc2004-12-281-1/+1
|
* add threaddaemonize(), more bug fixesrsc2004-12-281-0/+1
|
* start linux pre-2.6 portrsc2004-12-271-1/+3
|
* remove empty qlock.crsc2004-12-261-1/+0
|
* more new libthreadrsc2004-12-251-0/+39
|
* New thread libraryrsc2004-12-251-73/+0
|
* more thread workrsc2004-11-081-6/+6
|
* try to implement the daemonize hack.rsc2004-10-221-2/+4
|
* debugging, more pthreads craprsc2004-10-221-0/+3
|
* Continue fighting pthreads.rsc2004-09-231-2/+2
| | | | Clean up thread library a bit too.
* Continue switching library over to pthreads when possible.rsc2004-09-171-0/+3
| | | | | Tprimes works on Linux 2.6. You can only have 128 procs though.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-171-4/+3
| | | | | | | 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-221-0/+1
| | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
* Fix small bugs.rsc2004-05-111-0/+1
|
* odds and endsrsc2004-04-211-0/+6
|
* Tweaks to make libthread tell Valgrind about its stack limits,rsc2004-04-211-0/+3
| | | | so that Valgrind can detect stack overflow for me.
* clean up when finished.rsc2004-04-191-1/+0
| | | | | don't set PLAN9 don't set PLAN9
* Fighting the good fight.rsc2004-02-291-0/+2
| | | | | | | | | | | | 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.
* various tweaks.rsc2004-02-091-0/+2
|
* make -> mkrsc2003-11-231-0/+52
| | | | | | | | remove clumsy stack hack. fix exec. fix nthreads maintenance. fix threadexitsall not to kill self. add sun support.
* Reorgrsc2003-09-301-2/+0
|
* Initial revisionrsc2003-09-301-0/+2