go/src/runtime
Russ Cox e29ce175ed malloc in runtime (not used by default)
R=r
DELTA=1551  (1550 added, 0 deleted, 1 changed)
OCL=21404
CL=21538
2008-12-18 15:42:28 -08:00
..
Makefile malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
amd64_darwin.h cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
amd64_linux.h cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
array.c small bug 2008-12-17 12:13:19 -08:00
chan.c chans and maps of interfaces 2008-12-09 16:16:07 -08:00
hashmap.c chans and maps of interfaces 2008-12-09 16:16:07 -08:00
hashmap.h range statement 2008-12-05 18:24:05 -08:00
iface.c delete stack mark strings 2008-11-23 17:08:55 -08:00
malloc.c malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
malloc.h malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
mcache.c malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
mcentral.c malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
mem.c add support for ref counts to memory allocator. 2008-12-05 15:24:18 -08:00
mfixalloc.c malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
mheap.c malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
msize.c malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
print.c change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
proc.c malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
rt0_amd64.s new convention, direction bit is 2008-12-15 15:07:35 -08:00
rt0_amd64_darwin.s Break runtime.c into separate pieces for maps, strings, print, etc. 2008-06-30 11:50:36 -07:00
rt0_amd64_linux.s Break runtime.c into separate pieces for maps, strings, print, etc. 2008-06-30 11:50:36 -07:00
rt1_amd64_darwin.c preparation for exec. 2008-12-03 14:21:28 -08:00
rt1_amd64_linux.c preparation for exec. 2008-12-03 14:21:28 -08:00
rt2_amd64.c clean stack trace code. 2008-12-03 14:20:23 -08:00
rune.c sys.stringtorune doesn't need a length parameter. 2008-10-07 10:03:34 -07:00
runtime.c string hash function faults w empty string 2008-12-10 13:28:46 -08:00
runtime.h malloc in runtime (not used by default) 2008-12-18 15:42:28 -08:00
sema.c add mutex.Mutex 2008-12-04 12:51:36 -08:00
signals_darwin.h preparation for exec. 2008-12-03 14:21:28 -08:00
signals_linux.h preparation for exec. 2008-12-03 14:21:28 -08:00
string.c delete stack mark strings 2008-11-23 17:08:55 -08:00
symtab.c off-by-one error assigning src files to functions 2008-12-15 10:50:41 -08:00
sys_amd64_darwin.s correct arg register in bsdthread_create 2008-12-15 08:56:32 -08:00
sys_amd64_linux.s preparation for exec. 2008-12-03 14:21:28 -08:00
sys_file.c add linkage for writefile on darwin 2008-07-15 08:27:50 -07:00
sys_types.h Remove doubled #else 2008-08-03 00:34:05 -07:00