index
:
plan9port.git
master
This is a port of many Plan 9 libraries and programs to Unix. [forked]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libthread
/
thread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-30
libthread: drop schedlock
Russ Cox
1
-1
/
+1
2020-12-30
libthread: simplify
Russ Cox
1
-207
/
+10
2020-12-30
libthread: make pthreadperthread the default
Russ Cox
1
-1
/
+1
2020-12-30
libthread: fix pthreadperthread bugs
Russ Cox
1
-107
/
+186
2020-12-30
libthread: add threadmaybackground
Russ Cox
1
-1
/
+1
2020-12-15
libthread: fix use after free of first thread in each proc
Russ Cox
1
-1
/
+9
2020-05-17
libthread: handle spurious _procsleep wakeups, fix $LIBTHREAD handling
Russ Cox
1
-5
/
+23
2020-05-17
libthread: add pthreadperthread mode and use under ASAN
Russ Cox
1
-6
/
+64
2020-01-24
libthread: comment stack border a bit more
Russ Cox
1
-4
/
+10
2020-01-14
libthread: use mmap to allocate OpenBSD stacks
Russ Cox
1
-2
/
+7
2020-01-13
libthread: fix fault in teardown of proc
Russ Cox
1
-0
/
+1
2020-01-12
libthread: run first thread in proc on system stack
Russ Cox
1
-14
/
+45
2020-01-10
Trivial changes: whitespace and modes.
Dan Cross
1
-13
/
+11
2011-10-13
libthread: Lion context routines
Russ Cox
1
-1
/
+3
2011-08-02
build: OS X 64-bit build
Russ Cox
1
-1
/
+6
2009-08-17
libthread: make page work on OS X
Russ Cox
1
-0
/
+4
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-02-28
libthread: remove bogus write in threadmain
Russ Cox
1
-1
/
+0
2006-06-26
pin
rsc
1
-0
/
+52
2006-06-12
fix proc leak; add p9usepwlibrary
rsc
1
-1
/
+8
2006-04-21
put threadinfo back
rsc
1
-1
/
+1
2006-04-21
darwin 386 start
rsc
1
-1
/
+2
2006-04-01
Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
rsc
1
-13
/
+13
2006-02-07
add threadidle
rsc
1
-2
/
+29
2006-02-05
add threadid
rsc
1
-0
/
+9
2005-09-26
Print information on SIGQUIT, SIGINFO.
rsc
1
-0
/
+41
2005-09-26
Log if _threaddebuglevel is set.
rsc
1
-5
/
+2
2005-07-27
sun
rsc
1
-1
/
+1
2005-05-07
use full prototypes
rsc
1
-1
/
+1
2005-03-18
no need to setproc(0)
rsc
1
-1
/
+0
2005-03-18
add threaddata
rsc
1
-0
/
+6
2005-02-16
add check for procscheduler returning
rsc
1
-0
/
+1
2005-02-15
hard-to-find locking bug
rsc
1
-5
/
+19
2005-02-14
different fix for main proc bug
rsc
1
-11
/
+21
2005-02-13
work around stupid linux bug
rsc
1
-0
/
+8
2005-01-23
rename scheduler to have a more distinctive name, so stack traces can end there
rsc
1
-5
/
+5
2005-01-23
Apparently SuSE 9.1's X distribution uses even bigger
rsc
1
-1
/
+1
2005-01-18
proccreate race
rsc
1
-1
/
+3
2005-01-18
add threadgetname
rsc
1
-0
/
+6
2005-01-18
64-bit nonsense
rsc
1
-3
/
+19
2005-01-16
useful warning comment
rsc
1
-0
/
+9
2005-01-14
oops sunos
rsc
1
-3
/
+3
2005-01-13
Many small edits.
rsc
1
-5
/
+15
2005-01-11
paranoia
rsc
1
-1
/
+8
2005-01-11
os x changes
rsc
1
-2
/
+13
2005-01-07
allow lock passing
rsc
1
-1
/
+2
[next]