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
/
os_linux.c
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-04
runtime: use new #include "textflag.h"
Russ Cox
2014-09-04
runtime: make more functions safe for Go
Russ Cox
2014-08-29
runtime: rename Sigaltstack to SigaltstackT
Ian Lance Taylor
2014-08-29
runtime: include constants and defs_*_*.h types in generated Go defs
Russ Cox
2014-08-27
cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...
Matthew Dempsky
2014-08-06
runtime: get rid of SA_RESTORER on ARM.
Shenghou Ma
2014-06-26
all: remove 'extern register M *m' from runtime
Russ Cox
2014-04-03
runtime: handle fault during runtime more like unexpected fault address
Russ Cox
2014-02-20
runtime/debug: add SetPanicOnFault
Russ Cox
2013-12-19
runtime: unblock signals when we try to core dump
Shenghou Ma
2013-08-29
cmd/cc,runtime: change preprocessor to expand macros inside of
Keith Randall
2013-08-12
runtime: change textflags from numbers to symbols
Keith Randall
2013-08-05
runtime/pprof: test multithreaded profile, remove OS X workarounds
Russ Cox
2013-07-29
runtime: fix timediv calls on NetBSD, OpenBSD
Russ Cox
2013-07-29
runtime: do not split stacks in syscall status
Dmitriy Vyukov
2013-07-12
runtime: correctly handle signals received on foreign threads
Shenghou Ma
2013-05-29
runtime: remove all badcallback() functions
Jan Ziak
2013-05-27
runtime: flag static variables as no-pointers
Jan Ziak
2013-05-06
runtime: fix crash in badsignal()
Dmitriy Vyukov
2013-03-22
runtime: correct misplaced right brace in Linux SIGBUS handling
Ian Lance Taylor
2013-03-18
runtime: fix tv_sec 32-bit overflows in sleep routines.
Rémy Oudompheng
2013-03-14
runtime: refactor os-specific code
Russ Cox