aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
AgeCommit message (Expand)Author
2013-06-03runtime: add stackguard0 to GDmitriy Vyukov
2013-05-29runtime: make notetsleep() return false if timeout happensDmitriy Vyukov
2013-05-28cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro
2013-05-28runtime: allocate internal symbol table eagerlyDmitriy Vyukov
2013-05-22runtime: detect deadlocks in programs using cgoDmitriy Vyukov
2013-05-20runtime: change PollDesc.fd from int32 to uintptrAlex Brainman
2013-04-06runtime: make CgoMal alloc field void*Ian Lance Taylor
2013-04-06runtime: change Note from union to structDmitriy Vyukov
2013-04-06runtime: change Lock from union to structDmitriy Vyukov
2013-04-06runtime: reset dangling typed pointerDmitriy Vyukov
2013-04-02runtime: Implement faster equals for strings and bytes.Keith Randall
2013-03-28cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-25net: band-aid for windows network pollerDmitriy Vyukov
2013-03-21runtime: explicitly remove fd's from epoll waitset before close()Dmitriy Vyukov
2013-03-20runtime: faster hashmap implementation.Keith Randall
2013-03-15runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox
2013-03-15os/signal: add Stop, be careful about SIGHUPRuss Cox
2013-03-14runtime: revert UseSpanType back to 1Dmitriy Vyukov
2013-03-14runtime: integrated network poller for darwinDmitriy Vyukov
2013-03-12runtime: faster & safer hash functionKeith Randall
2013-03-12runtime: add network polling support into schedulerDmitriy Vyukov
2013-03-12runtime: fix deadlock detector false negativeDmitriy Vyukov
2013-03-10runtime: fix misaligned 64-bit atomicDmitriy Vyukov
2013-03-09runtime: fix integer overflow in amd64 memmove.Rémy Oudompheng
2013-03-08syscall: Plan 9: use lightweight errstr in entersyscall modeAkshat Kumar
2013-03-05undo CL 7301062 / 9742f722b558Russ Cox
2013-03-05runtime: add atomic xchg64Dmitriy Vyukov
2013-03-05runtime: declare addtimer/deltimer in runtime.hDmitriy Vyukov
2013-03-04runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-01runtime: add atomics to fix armRuss Cox
2013-03-01runtime: start all threads with runtime.mstartRuss Cox
2013-03-01runtime: more build fixingRuss Cox
2013-03-01runtime: fix new scheduler on freebsd, windowsRuss Cox
2013-03-01runtime: improved schedulerDmitriy Vyukov
2013-02-27runtime: more changes in preparation to the new schedulerDmitriy Vyukov
2013-02-25runtime: precise garbage collection of channelsJan Ziak
2013-02-23runtime: implement local work queues (in preparation for new scheduler)Dmitriy Vyukov
2013-02-22cmd/6g, cmd/8g: switch to DX for indirect call blockRuss Cox
2013-02-21cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox
2013-02-21cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro
2013-02-21runtime: split minit() to mpreinit() and minit()Dmitriy Vyukov
2013-02-20runtime: allow cgo callbacks on non-Go threadsRuss Cox
2013-02-20runtime: introduce entersyscallblock()Dmitriy Vyukov
2013-02-19runtime: add conversion specifier to printf for char valuesCarl Shapiro
2013-02-15runtime: fix build on linuxRuss Cox
2013-02-15runtime: fix running under nohupRuss Cox
2013-02-06runtime/race: switch to explicit race context instead of goroutine id'sDmitriy Vyukov
2013-02-01runtime: cgo-related fixesRuss Cox
2013-01-30runtime: local allocation in mprof.gocJan Ziak
2013-01-30runtime: add support for panic/recover in Plan 9 note handlerAkshat Kumar