| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libthread: fix fault in teardown of proc | Russ Cox | 2020-01-13 | 1 | -1/+1 |
| | | | | | Fixes #332. | ||||
| * | libthread: run first thread in proc on system stack | Russ Cox | 2020-01-12 | 1 | -1/+0 |
| | | | | | | | | For pthread systems that are fussy about which stack is used, this makes sure that threadmain runs on a system stack. If you only use proccreate (never threadcreate), all threads run on system stacks. | ||||
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 1 | -1/+1 |
| | | | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | ||||
| * | libthread: add threadspawnd | Russ Cox | 2012-10-22 | 1 | -2/+3 |
| | | | | | | R=rsc http://codereview.appspot.com/6742064 | ||||
| * | openbsd updates (thanks Pascal Stumpf) | Russ Cox | 2012-07-14 | 1 | -0/+2 |
| | | | | | | R=rsc http://codereview.appspot.com/6401049 | ||||
| * | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 2011-10-23 | 1 | -1/+1 |
| | | |||||
| * | libthread: Lion context routines | Russ Cox | 2011-10-13 | 1 | -2/+4 |
| | | |||||
| * | build: OS X 64-bit build | Russ Cox | 2011-08-02 | 1 | -4/+15 |
| | | | | | | R=rsc http://codereview.appspot.com/4838047 | ||||
| * | arm: build fixes | Richard Miller | 2011-05-18 | 1 | -4/+4 |
| | | | | | | | | | Get p9p to build cleanly for ARM - based on suggestions from rsc and eekee, plus a final tweak from me. Tested (a bit) on sheevaplug (ubuntu jaunty), Nokia N800 (maemo 4) and Nokia N900 (maemo 5). R=rsc CC=plan9port.codebot http://codereview.appspot.com/4524056 | ||||
| * | libthread: context switching for arm, still not complete | Russ Cox | 2009-11-18 | 1 | -4/+4 |
| | | |||||
| * | INSTALL: fix build on Snow Leopard | Russ Cox | 2009-09-11 | 1 | -0/+3 |
| | | | | | http://codereview.appspot.com/116073 | ||||
| * | libthread: use our own swapcontext/makecontext even on OS X 10.5 | Russ Cox | 2007-11-05 | 1 | -1/+10 |
| | | |||||
| * | libthread: better OS X 10.5 test (Jeff Sickel) | Russ Cox | 2007-11-03 | 1 | -1/+1 |
| | | |||||
| * | libthread: Apple OS X 10.5 (Leopard) tweaks (Jeff Sickel, Bakul Shah) | Russ Cox | 2007-10-30 | 1 | -1/+1 |
| | | |||||
| * | libthread: simplify alt tracking, possibly fixing bug | Russ Cox | 2007-08-22 | 1 | -0/+1 |
| | | |||||
| * | use standard sun context routines | rsc | 2007-05-01 | 1 | -0/+6 |
| | | |||||
| * | pin | rsc | 2006-06-26 | 1 | -0/+1 |
| | | |||||
| * | set RFNOTEG when we can | rsc | 2006-06-04 | 1 | -0/+9 |
| | | |||||
| * | darwin 386 start | rsc | 2006-04-21 | 1 | -1/+5 |
| | | |||||
| * | add threadidle | rsc | 2006-02-07 | 1 | -0/+1 |
| | | |||||
| * | const | rsc | 2005-11-04 | 1 | -1/+1 |
| | | |||||
| * | try again | rsc | 2005-11-04 | 1 | -2/+4 |
| | | |||||
| * | try arm again | rsc | 2005-11-04 | 1 | -0/+5 |
| | | |||||
| * | use macro for getcontext (setjmp) | rsc | 2005-11-04 | 1 | -2/+4 |
| | | |||||
| * | FreeBSD changed! | rsc | 2005-11-01 | 1 | -1/+1 |
| | | |||||
| * | openbsd | rsc | 2005-07-20 | 1 | -0/+4 |
| | | |||||
| * | openbsd | rsc | 2005-07-19 | 1 | -2/+6 |
| | | |||||
| * | OpenBSD/power support. | rsc | 2005-05-01 | 1 | -2/+9 |
| | | |||||
| * | add threaddata | rsc | 2005-03-18 | 1 | -0/+1 |
| | | |||||
| * | different fix for main proc bug | rsc | 2005-02-14 | 1 | -0/+1 |
| | | |||||
| * | osprocid can be -1 | rsc | 2005-01-30 | 1 | -1/+1 |
| | | |||||
| * | allow config to override kernel version | rsc | 2005-01-17 | 1 | -0/+1 |
| | | |||||
| * | os x changes | rsc | 2005-01-11 | 1 | -0/+4 |
| | | |||||
| * | initial darwin | rsc | 2005-01-07 | 1 | -0/+4 |
| | | |||||
| * | add _procwakeupandunlock | rsc | 2005-01-06 | 1 | -0/+1 |
| | | | | | | to help ease locking contention on Linux 2.4. | ||||
| * | add _threaddaemonize | rsc | 2005-01-04 | 1 | -0/+1 |
| | | |||||
| * | Use FreeBSD-approved method for determining FreeBSD version. | wkj | 2004-12-29 | 1 | -1/+1 |
| | | |||||
| * | restore old plan 9 property that when the | rsc | 2004-12-28 | 1 | -0/+1 |
| | | | | | | | last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited. | ||||
| * | more freebsd work | rsc | 2004-12-28 | 1 | -0/+16 |
| | | |||||
| * | add threaddaemonize(), more bug fixes | rsc | 2004-12-28 | 1 | -2/+2 |
| | | |||||
| * | better exec handling | rsc | 2004-12-27 | 1 | -0/+1 |
| | | |||||
| * | starting to work on Linux | rsc | 2004-12-27 | 1 | -0/+6 |
| | | |||||
| * | shuffle to allow use of execchan in non-pthreads impls | rsc | 2004-12-27 | 1 | -0/+11 |
| | | |||||
| * | start linux pre-2.6 port | rsc | 2004-12-27 | 1 | -2/+15 |
| | | |||||
| * | confine pthreads to pthread.c | rsc | 2004-12-27 | 1 | -1/+1 |
| | | |||||
| * | signal handling, add prototype for pthreadinit | rsc | 2004-12-27 | 1 | -1/+8 |
| | | |||||
| * | more new libthread | rsc | 2004-12-25 | 1 | -0/+70 |
| | | |||||
| * | New thread library | rsc | 2004-12-25 | 1 | -241/+0 |
| | | |||||
| * | more thread work | rsc | 2004-11-08 | 1 | -11/+23 |
| | | |||||
| * | try to implement the daemonize hack. | rsc | 2004-10-22 | 1 | -0/+13 |
| | | |||||
