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