| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libthread: fix fault in teardown of proc | Russ Cox | 2020-01-13 | 2 | -1/+2 |
| | | | | | Fixes #332. | ||||
| * | libthread: fix nbrecvul, recvul to match man page, Plan 9 | Russ Cox | 2020-01-13 | 1 | -2/+2 |
| | | | | | | | | They return 0 on failure, not -1. Bug introduced in my original libthread-for-Unix code. Fixes #230. | ||||
| * | libthread: run first thread in proc on system stack | Russ Cox | 2020-01-12 | 3 | -17/+47 |
| | | | | | | | | 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 | 23 | -54/+29 |
| | | | | | | | | | | 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 | 2 | -6/+16 |
| | | | | | | R=rsc http://codereview.appspot.com/6742064 | ||||
| * | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 2012-10-20 | 1 | -2/+1 |
| | | | | | | R=rsc http://codereview.appspot.com/6744053 | ||||
| * | openbsd updates (thanks Pascal Stumpf) | Russ Cox | 2012-07-14 | 7 | -138/+80 |
| | | | | | | R=rsc http://codereview.appspot.com/6401049 | ||||
| * | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 2011-10-23 | 2 | -2/+2 |
| | | |||||
| * | libthread: fix 10.5.8 build - uname says 9.8.0 | Russ Cox | 2011-10-14 | 1 | -1/+1 |
| | | |||||
| * | libthread: Lion context routines | Russ Cox | 2011-10-13 | 6 | -3/+129 |
| | | |||||
| * | build: OS X 64-bit build | Russ Cox | 2011-08-02 | 5 | -18/+27 |
| | | | | | | R=rsc http://codereview.appspot.com/4838047 | ||||
| * | arm: build fixes | Richard Miller | 2011-05-18 | 3 | -20/+17 |
| | | | | | | | | | 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 | 4 | -4/+78 |
| | | |||||
| * | INSTALL: fix build on Snow Leopard | Russ Cox | 2009-09-11 | 1 | -0/+3 |
| | | | | | http://codereview.appspot.com/116073 | ||||
| * | libthread: make page work on OS X | Russ Cox | 2009-08-17 | 2 | -0/+5 |
| | | |||||
| * | libthread: work around gcc warning on FreeBSD | Russ Cox | 2008-12-23 | 1 | -1/+1 |
| | | |||||
| * | libthread: correct sysfatal handler prototype | Russ Cox | 2008-10-26 | 1 | -4/+2 |
| | | |||||
| * | libthread: add proper sysfatal | Tim Wiess | 2008-07-20 | 1 | -0/+16 |
| | | |||||
| * | libthread: abort on single-threaded lock contention | Russ Cox | 2008-07-09 | 1 | -0/+24 |
| | | |||||
| * | libthread: fix 64-bit bug in threadstart (Nathaniel Filardo) | Russ Cox | 2008-06-01 | 1 | -1/+1 |
| | | |||||
| * | libthread: fix no-receive nbrecv etc. bug (David Jeannot) | Russ Cox | 2008-05-06 | 1 | -8/+12 |
| | | |||||
| * | libthread: input sanity checks | Russ Cox | 2008-05-05 | 1 | -2/+3 |
| | | |||||
| * | libthread: remove bogus write in threadmain | Russ Cox | 2008-02-28 | 1 | -1/+0 |
| | | |||||
| * | libthread: use our own swapcontext/makecontext even on OS X 10.5 | Russ Cox | 2007-11-05 | 2 | -5/+11 |
| | | |||||
| * | 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 | 3 | -9/+12 |
| | | |||||
| * | libthread: simplify alt tracking, possibly fixing bug | Russ Cox | 2007-08-22 | 2 | -7/+9 |
| | | |||||
| * | use standard sun context routines | rsc | 2007-05-01 | 1 | -0/+6 |
| | | |||||
| * | Mac FUSE support (thanks to Jeff Sickel) | rsc | 2007-01-18 | 1 | -1/+0 |
| | | |||||
| * | pin | rsc | 2006-06-26 | 1 | -0/+1 |
| | | |||||
| * | pin | rsc | 2006-06-26 | 1 | -0/+52 |
| | | |||||
| * | fix proc leak; add p9usepwlibrary | rsc | 2006-06-12 | 2 | -2/+9 |
| | | |||||
| * | sparc | rsc | 2006-06-04 | 1 | -0/+24 |
| | | |||||
| * | set RFNOTEG when we can | rsc | 2006-06-04 | 3 | -1/+14 |
| | | |||||
| * | avoid zombie when execvp fails | rsc | 2006-05-12 | 1 | -0/+1 |
| | | |||||
| * | 16-byte align | rsc | 2006-04-22 | 1 | -0/+9 |
| | | |||||
| * | put threadinfo back | rsc | 2006-04-21 | 1 | -1/+1 |
| | | |||||
| * | darwin 386 start | rsc | 2006-04-21 | 6 | -2/+119 |
| | | |||||
| * | no // | rsc | 2006-04-04 | 1 | -2/+4 |
| | | |||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 2 | -14/+14 |
| | | |||||
| * | fixes | rsc | 2006-02-16 | 1 | -0/+3 |
| | | |||||
| * | more | rsc | 2006-02-16 | 1 | -4/+6 |
| | | |||||
| * | more fix | rsc | 2006-02-16 | 1 | -5/+1 |
| | | |||||
| * | more sparc64 | rsc | 2006-02-16 | 2 | -10/+10 |
| | | |||||
| * | maybe | rsc | 2006-02-14 | 1 | -1/+7 |
| | | |||||
| * | sparc64 rule | rsc | 2006-02-14 | 1 | -0/+4 |
| | | |||||
| * | add wait | rsc | 2006-02-12 | 4 | -2/+97 |
| | | |||||
| * | sparc64 attempt | rsc | 2006-02-10 | 5 | -0/+655 |
| | | |||||
| * | doubtful this will work | rsc | 2006-02-09 | 1 | -0/+13 |
| | | |||||
| * | add threadidle | rsc | 2006-02-07 | 2 | -2/+30 |
| | | |||||
