aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_linux.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-04runtime: make more functions safe for GoRuss Cox
2014-08-29runtime: rename Sigaltstack to SigaltstackTIan Lance Taylor
2014-08-29runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-06runtime: get rid of SA_RESTORER on ARM.Shenghou Ma
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-04-03runtime: handle fault during runtime more like unexpected fault addressRuss Cox
2014-02-20runtime/debug: add SetPanicOnFaultRuss Cox
2013-12-19runtime: unblock signals when we try to core dumpShenghou Ma
2013-08-29cmd/cc,runtime: change preprocessor to expand macros inside ofKeith Randall
2013-08-12runtime: change textflags from numbers to symbolsKeith Randall
2013-08-05runtime/pprof: test multithreaded profile, remove OS X workaroundsRuss Cox
2013-07-29runtime: fix timediv calls on NetBSD, OpenBSDRuss Cox
2013-07-29runtime: do not split stacks in syscall statusDmitriy Vyukov
2013-07-12runtime: correctly handle signals received on foreign threadsShenghou Ma
2013-05-29runtime: remove all badcallback() functionsJan Ziak
2013-05-27runtime: flag static variables as no-pointersJan Ziak
2013-05-06runtime: fix crash in badsignal()Dmitriy Vyukov
2013-03-22runtime: correct misplaced right brace in Linux SIGBUS handlingIan Lance Taylor
2013-03-18runtime: fix tv_sec 32-bit overflows in sleep routines.Rémy Oudompheng
2013-03-14runtime: refactor os-specific codeRuss Cox