Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | libthread: simplify | Russ Cox | 1 | -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. | |||||
2020-12-30 | libthread: add threadmaybackground | Russ Cox | 1 | -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. | |||||
2020-01-19 | libthread: fix test deps, cleanup in mkfile | Russ Cox | 1 | -1/+4 | |
2020-01-19 | libthread: use consistent stack calculation code in makecontext | Russ Cox | 1 | -2/+2 | |
Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353. | |||||
2020-01-19 | libthread: remove Linux 2.4 code | Russ Cox | 1 | -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. | |||||
2020-01-19 | libthread: rm FreeBSD 4 code | Russ Cox | 1 | -1/+0 | |
Pretty sure FreeBSD 4 is gone now. :-) | |||||
2012-07-14 | openbsd updates (thanks Pascal Stumpf) | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/6401049 | |||||
2011-08-02 | build: OS X 64-bit build | Russ Cox | 1 | -3/+1 | |
R=rsc http://codereview.appspot.com/4838047 | |||||
2007-10-30 | libthread: Apple OS X 10.5 (Leopard) tweaks (Jeff Sickel, Bakul Shah) | Russ Cox | 1 | -7/+7 | |
2006-02-16 | fixes | rsc | 1 | -0/+3 | |
2006-02-16 | more sparc64 | rsc | 1 | -1/+1 | |
2006-02-14 | sparc64 rule | rsc | 1 | -0/+4 | |
2006-02-12 | add wait | rsc | 1 | -0/+1 | |
2005-07-21 | OpenBSD, thanks to Tim Wiess | rsc | 1 | -3/+2 | |
2005-05-01 | try a different approach to .S files | rsc | 1 | -0/+7 | |
2005-05-01 | OpenBSD/power support. | rsc | 1 | -4/+3 | |
2005-03-28 | NetBSD support. Thanks to Christoph Lohmann. | rsc | 1 | -1/+3 | |
2005-02-08 | remove debugging | rsc | 1 | -1/+0 | |
2004-12-28 | more freebsd work | rsc | 1 | -0/+2 | |
2004-12-28 | remove debugging | rsc | 1 | -1/+1 | |
2004-12-28 | add threaddaemonize(), more bug fixes | rsc | 1 | -0/+1 | |
2004-12-27 | start linux pre-2.6 port | rsc | 1 | -1/+3 | |
2004-12-26 | remove empty qlock.c | rsc | 1 | -1/+0 | |
2004-12-25 | more new libthread | rsc | 1 | -0/+39 | |
2004-12-25 | New thread library | rsc | 1 | -73/+0 | |
2004-11-08 | more thread work | rsc | 1 | -6/+6 | |
2004-10-22 | try to implement the daemonize hack. | rsc | 1 | -2/+4 | |
2004-10-22 | debugging, more pthreads crap | rsc | 1 | -0/+3 | |
2004-09-23 | Continue fighting pthreads. | rsc | 1 | -2/+2 | |
Clean up thread library a bit too. | |||||
2004-09-17 | Continue switching library over to pthreads when possible. | rsc | 1 | -0/+3 | |
Tprimes works on Linux 2.6. You can only have 128 procs though. | |||||
2004-09-17 | Rewrite to remove dependence on rendezvous and its bizarre | rsc | 1 | -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. | |||||
2004-08-22 | PowerPC Linux support from ericvh. | rsc | 1 | -0/+1 | |
Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. | |||||
2004-05-11 | Fix small bugs. | rsc | 1 | -0/+1 | |
2004-04-21 | odds and ends | rsc | 1 | -0/+6 | |
2004-04-21 | Tweaks to make libthread tell Valgrind about its stack limits, | rsc | 1 | -0/+3 | |
so that Valgrind can detect stack overflow for me. | |||||
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-02-29 | Fighting the good fight. | rsc | 1 | -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. | |||||
2004-02-09 | various tweaks. | rsc | 1 | -0/+2 | |
2003-11-23 | make -> mk | rsc | 1 | -0/+52 | |
remove clumsy stack hack. fix exec. fix nthreads maintenance. fix threadexitsall not to kill self. add sun support. | |||||
2003-09-30 | Reorg | rsc | 1 | -2/+0 | |
2003-09-30 | Initial revision | rsc | 1 | -0/+2 | |