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