summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_openbsd.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-041-2/+36
* runtime: make more functions safe for GoRuss Cox2014-09-041-0/+1
* runtime: retry fix openbsd buildMatthew Dempsky2014-08-291-3/+3
* undo CL 135230043 / 60812bad3769Russ Cox2014-08-301-3/+3
* runtime: fix openbsd buildMatthew Dempsky2014-08-291-3/+3
* runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox2014-08-291-3/+3
* runtime: fix openbsd/386Matthew Dempsky2014-08-281-1/+1
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-10/+11
* runtime: mark some C globals as having no pointers.Keith Randall2014-05-311-0/+1
* runtime: handle fault during runtime more like unexpected fault addressRuss Cox2014-04-031-0/+3
* runtime: use monotonic clock for openbsd/386 and openbsd/amd64 timersJoel Sing2014-02-261-1/+1
* runtime/debug: add SetPanicOnFaultRuss Cox2014-02-201-2/+2
* runtime: fix build for OpenBSDShenghou Ma2013-12-191-1/+1
* runtime: unblock signals when we try to core dumpShenghou Ma2013-12-191-0/+6
* 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-1/+2
* runtime: do not split stacks in syscall statusDmitriy Vyukov2013-07-291-7/+3
* 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/+2
* runtime: fix crash in badsignal()Dmitriy Vyukov2013-05-061-3/+6
* runtime: add missing copyrightMikio Hara2013-03-201-2/+3
* runtime: fix erroneous overflow protection on netbsd/openbsd semasleep.R?my Oudompheng2013-03-191-2/+2
* runtime: fix tv_sec 32-bit overflows in sleep routines.R?my Oudompheng2013-03-181-1/+6
* runtime: refactor os-specific codeRuss Cox2013-03-141-0/+334