summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sys_netbsd_386.s
Commit message (Expand)AuthorAgeFilesLines
* cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-271-7/+17
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-5/+5
* runtime: integrated network pollster for netbsd/amd64,386,armMikio Hara2013-08-171-0/+29
* runtime: convert .s textflags from numbers to symbolic constants.Keith Randall2013-08-071-29/+30
* runtime: correctly handle signals received on foreign threadsShenghou Ma2013-07-121-2/+3
* runtime: correct mmap return value checking on netbsd/openbsdJoel Sing2013-03-181-2/+0
* runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox2013-03-151-2/+3
* runtime: faster & safer hash functionKeith Randall2013-03-121-0/+15
* runtime: ignore failure from madviseRuss Cox2012-12-221-2/+1
* runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotimeShenghou Ma2012-12-181-10/+8
* runtime: implement SysUnused for netbsdJoel Sing2012-11-261-1/+8
* runtime: fix mmap commentsShenghou Ma2012-09-211-1/+1
* runtime: discard SIGPROF delivered to non-Go threads.Alan Donovan2012-09-041-1/+4
* runtime: use netbsd signal ABI v2Joel Sing2012-08-261-1/+1
* runtime: fix tv_sec handling for netbsd/386Joel Sing2012-06-061-14/+18
* runtime: always initialise procid on netbsdJoel Sing2012-05-311-0/+5
* runtime: make go work on netbsd/386Joel Sing2012-05-301-51/+16
* runtime: implement getcontext and sigprocmask for netbsdJoel Sing2012-05-161-11/+17
* runtime: fix netbsd syscallsJoel Sing2012-05-161-14/+14
* runtime: fix TLS handling for netbsdJoel Sing2012-05-151-11/+9
* runtime: fix syscalls for netbsdJoel Sing2012-05-111-4/+23
* runtime: print error on receipt of signal on non-Go threadRuss Cox2012-03-121-1/+6
* runtime: inline calls to notokRuss Cox2012-03-081-10/+6
* runtime: separate out auto-generated files, take 2Russ Cox2011-12-191-1/+1
* runtime: hg revert -r 6ec0a5c12d75Russ Cox2011-12-161-1/+1
* runtime: separate out auto-generated filesRuss Cox2011-12-161-1/+1
* runtime: make more build-friendlyRuss Cox2011-12-161-0/+324