Sign in
go
/
go
/
102274a30e5d2df4d13d5fad50c484f78904236a
/
src
/
pkg
/
runtime
/
sys_linux_386.s
102274a
runtime: size arena to fit in virtual address space limit
by Russ Cox
· 13 years ago
240b1d5
runtime: linux signal masking
by Russ Cox
· 13 years ago
35586f7
os/signal: selective signal handling
by Russ Cox
· 13 years ago
5588940
runtime: separate out auto-generated files, take 2
by Russ Cox
· 13 years ago
86dcc43
runtime: hg revert -r 6ec0a5c12d75
by Russ Cox
· 13 years ago
bd9243d
runtime: separate out auto-generated files
by Russ Cox
· 13 years ago
851f301
runtime: make more build-friendly
by Russ Cox
· 13 years ago
[Renamed (98%) from src/pkg/runtime/linux/386/sys.s]
e6f5a90
runtime: madvise and SysUnused for Linux
by Sébastien Paolacci
· 13 years ago
efe3d35
time: new Time, Duration, ZoneInfo types
by Russ Cox
· 13 years ago
f437331
time: faster Nanoseconds call
by Russ Cox
· 13 years ago
8591614
runtime: fix usleep on linux/386 and re-enable parallel gc
by Hector Chu
· 13 years ago
d324f21
runtime: parallelize garbage collector mark + sweep
by Russ Cox
· 13 years ago
c20a338
runtime, syscall: use the vdso page on linux x86 for faster syscalls instead of int $0x80.
by Yuval Pavel Zholkover
· 14 years ago
4e5086b
runtime: improve Linux mutex
by Dmitriy Vyukov
· 14 years ago
ddde52a
runtime: SysMap uses MAP_FIXED if needed on 64-bit Linux
by Jonathan Mark
· 14 years ago
8698bb6
runtime: turn "too many EPIPE" into real SIGPIPE
by Russ Cox
· 14 years ago
8dee872
runtime: os-specific types and code for setitimer
by Russ Cox
· 14 years ago
690291a
runtime: pass to signal handler value of g at time of signal
by Russ Cox
· 14 years ago
68b4255
runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost
by Russ Cox
· 14 years ago
d4cc557
runtime: use manual stack for garbage collection
by Russ Cox
· 15 years ago
2d6ae38
linux/386: use Xen-friendly ELF TLS instruction sequence
by Russ Cox
· 15 years ago
53a529a
runtime: fix 386 signal handler bug
by Russ Cox
· 15 years ago
e4f0681
runtime: instrument malloc + garbage collector.
by Russ Cox
· 15 years ago
718be32
in C and asm, replace pkg·name with ·name
by Russ Cox
· 15 years ago
1564b98
runtime: GS already set up by setldt in Linux/386; remove duplicate
by Devon H. O'Dell
· 15 years ago
6bfe5f5
Ported runtime to Windows.
by Hector Chu
· 15 years ago
5a4a08f
Fix stack on FreeBSD / add stack check across the board
by Devon H. O'Dell
· 15 years ago
4c0f262
Remove unnecessary execute bits.
by William Josephson
· 15 years ago
3f7a324
runtime: warn about SELinux based mmap failures on Linux.
by Adam Langley
· 15 years ago
22a5c78
rename sys functions to runtime, because they are in package runtime.
by Russ Cox
· 15 years ago
133a158
8c, 8l dynamic loading support.
by Russ Cox
· 15 years ago
1b14bdb
changes to accommodate nacl:
by Russ Cox
· 16 years ago
bbcb91a
convert 386 to use %gs instead of %fs for extern register.
by Russ Cox
· 16 years ago
8522a47
update 386 to new runtime (CL 30381)
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/runtime/linux/386/sys.s]
3f6acf1
move src/runtime -> src/lib/runtime; only automatic g4 mv here.
by Russ Cox
· 16 years ago
[Renamed from src/runtime/linux/386/sys.s]
918afd94
move things out of sys into os and runtime
by Russ Cox
· 16 years ago
4702c0e
more 386 runtime:
by Russ Cox
· 16 years ago