1
0
mirror of https://github.com/golang/go synced 2024-11-19 14:04:46 -07:00
go/src/runtime
Russ Cox 96824000ed * comment, clean up scheduler
* rewrite lock implementation to be correct
  (tip: never assume that an algorithm you found
  in a linux man page is correct.)
* delete unneeded void* arg from clone fn
* replace Rendez with Note
* comment mal better
* use 6c -w, fix warnings
* mark all assembly functions 7

R=r
DELTA=828  (338 added, 221 deleted, 269 changed)
OCL=13884
CL=13886
2008-08-05 14:18:47 -07:00
..
amd64_darwin.h add linkage for writefile on darwin 2008-07-15 08:27:50 -07:00
amd64_linux.h * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
chan.c * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
clean.bash drop some superfluous file prefixes in runtime 2008-07-03 13:42:04 -07:00
make.bash add a test 2008-06-27 11:36:40 -07:00
Makefile * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
map.c * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
print.c * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
proc.c * comment, clean up scheduler 2008-08-05 14:18:47 -07: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
rt0_amd64.s * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
rt1_amd64_darwin.c * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
rt1_amd64_linux.c * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
rt2_amd64.c stop traceback when pc leaves text segment 2008-07-14 16:00:44 -07:00
rune.c add bytestorune and stringtorune to sys. 2008-07-08 10:36:43 -07:00
runtime.c * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
runtime.h * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
signals.h add signal handling and traceback support therein. 2008-06-21 15:36:23 -07:00
string.c * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
sys_amd64_darwin.s * comment, clean up scheduler 2008-08-05 14:18:47 -07:00
sys_amd64_linux.s * comment, clean up scheduler 2008-08-05 14:18:47 -07: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