summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_linux.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: rename Sigaltstack to SigaltstackTIan Lance Taylor2014-08-291-1/+1
* runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox2014-08-291-2/+2
* cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky2014-08-271-2/+2
* runtime: get rid of SA_RESTORER on ARM.Shenghou Ma2014-08-061-3/+9
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-1/+2
* runtime: handle fault during runtime more like unexpected fault addressRuss Cox2014-04-031-0/+3
* runtime/debug: add SetPanicOnFaultRuss Cox2014-02-201-2/+2
* runtime: unblock signals when we try to core dumpShenghou Ma2013-12-191-0/+6
* cmd/cc,runtime: change preprocessor to expand macros inside ofKeith Randall2013-08-291-1/+1
* runtime: change textflags from numbers to symbolsKeith Randall2013-08-121-1/+2
* runtime/pprof: test multithreaded profile, remove OS X workaroundsRuss Cox2013-08-051-6/+0
* runtime: fix timediv calls on NetBSD, OpenBSDRuss Cox2013-07-291-0/+1
* runtime: do not split stacks in syscall statusDmitriy Vyukov2013-07-291-15/+10
* runtime: correctly handle signals received on foreign threadsShenghou Ma2013-07-121-24/+0
* runtime: remove all badcallback() functionsJan Ziak2013-05-291-11/+0
* runtime: flag static variables as no-pointersJan Ziak2013-05-271-0/+3
* runtime: fix crash in badsignal()Dmitriy Vyukov2013-05-061-3/+6
* runtime: correct misplaced right brace in Linux SIGBUS handlingIan Lance Taylor2013-03-221-1/+1
* runtime: fix tv_sec 32-bit overflows in sleep routines.R?my Oudompheng2013-03-181-4/+6
* runtime: refactor os-specific codeRuss Cox2013-03-141-0/+369