Sign in
go
/
go
/
eef7035ec860a2a8eac39ed3f4c0cb2a384599a2
/
src
/
pkg
/
runtime
/
defs_linux_amd64.h
49e0300
runtime: integrated network poller for linux
by Dmitriy Vyukov
· 12 years ago
851f301
runtime: make more build-friendly
by Russ Cox
· 13 years ago
[Renamed from src/pkg/runtime/linux/amd64/defs.h]
e6f5a90
runtime: madvise and SysUnused for Linux
by Sébastien Paolacci
· 13 years ago
dd2abe5
runtime, syscall: convert from godefs to cgo
by Russ Cox
· 13 years ago
4e5086b
runtime: improve Linux mutex
by Dmitriy Vyukov
· 14 years ago
8dee872
runtime: os-specific types and code for setitimer
by Russ Cox
· 14 years ago
649aab8
runtime: add mmap of null page just in case
by Russ Cox
· 15 years ago
5963dba
runtime: turn divide by zero, nil dereference into panics
by Russ Cox
· 15 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/runtime/linux/amd64/defs.h]
3f6acf1
move src/runtime -> src/lib/runtime; only automatic g4 mv here.
by Russ Cox
· 16 years ago
[Renamed from src/runtime/linux/amd64/defs.h]
209865b
convert Linux to auto-generated defs.h
by Russ Cox
· 16 years ago
878822f
move darwin specific code into runtime/darwin/
by Russ Cox
· 16 years ago
[Renamed (87%) from src/runtime/amd64_linux.h]
afd04fd
cleanup; sys.sleep can go.
by Russ Cox
· 17 years ago
376898c
go threads for OS X
by Russ Cox
· 17 years ago
9682400
* comment, clean up scheduler
by Russ Cox
· 17 years ago
d28acc4
first cut at multithreading. works on Linux.
by Russ Cox
· 17 years ago
cbdaa10
add linkage for writefile on darwin
by Rob Pike
· 17 years ago
bcfd31f
repair struct definition
by Rob Pike
· 17 years ago
66b240c
make readfile work on darwin parameterize the system interface a bit
by Rob Pike
· 17 years ago