Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |