Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-12 | libthread: run first thread in proc on system stack | Russ Cox | 1 | -2/+2 | |
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. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -1/+0 | |
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> | |||||
2011-08-02 | build: OS X 64-bit build | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/4838047 | |||||
2006-04-21 | darwin 386 start | rsc | 2 | -0/+37 | |
2005-01-04 | more tests | rsc | 5 | -3/+130 | |
2004-12-28 | new test program | rsc | 1 | -0/+11 | |
2004-12-28 | add threaddaemonize(), more bug fixes | rsc | 1 | -1/+1 | |
2004-12-27 | starting to work on Linux | rsc | 1 | -0/+8 | |
2004-12-27 | start linux pre-2.6 port | rsc | 1 | -0/+1 | |
2004-12-25 | New thread library | rsc | 4 | -0/+198 | |