index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
thread_openbsd.c
Age
Commit message (
Expand
)
Author
2013-03-14
runtime: refactor os-specific code
Russ Cox
2013-03-12
runtime: faster & safer hash function
Keith Randall
2013-03-01
runtime: fix build on openbsd, plan9
Russ Cox
2013-03-01
runtime: start all threads with runtime.mstart
Russ Cox
2013-03-01
runtime: fix new scheduler on freebsd, windows
Russ Cox
2013-02-21
runtime: split minit() to mpreinit() and minit()
Dmitriy Vyukov
2013-02-20
runtime: allow cgo callbacks on non-Go threads
Russ Cox
2013-02-18
runtime: preparation for non-Go threads running Go code
Russ Cox
2013-02-17
runtime: fix build on openbsd
Georg Reinke
2013-02-15
runtime: fix build on linux
Russ Cox
2013-02-15
runtime: fix running under nohup
Russ Cox
2013-02-14
runtime: expand error for signal received on non-Go thread.
Alan Donovan
2012-12-19
runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...
Jingcheng Zhang
2012-11-22
runtime: update openbsd runtime to use new tfork syscall
Joel Sing
2012-09-04
runtime: fix typo in openbsd-only symbol name.
Alan Donovan
2012-09-04
runtime: discard SIGPROF delivered to non-Go threads.
Alan Donovan
2012-05-30
runtime: update field types in preparation for GC changes
Jan Ziak
2012-04-26
runtime: use __tfork() syscall on openbsd
Joel Sing
2012-04-11
runtime: update openbsd thread related syscalls to match kernel
Joel Sing
2012-04-10
runtime: block signals during thread creation on openbsd
Joel Sing
2012-03-12
runtime: print error on receipt of signal on non-Go thread
Russ Cox
2012-03-08
cgo, runtime: diagnose callback on non-Go thread
Russ Cox
2012-02-28
runtime/pprof: support OS X CPU profiling
Russ Cox
2012-02-24
runtime: size arena to fit in virtual address space limit
Russ Cox
2012-01-10
runtime: distinct panic message for call of nil func value
Russ Cox
2011-12-16
runtime: make more build-friendly
Russ Cox