Sign in
go
/
go
/
e8d5989ed1272bed3600193003ebc9980bcb9275
/
src
/
syscall
/
asm_linux_amd64.s
695a0fb
syscall: use name+(NN)FP on linux/amd64
by David Crawshaw
· 10 years ago
653fb6d
liblink: make GO_ARGS the default for functions beginning with ·
by Russ Cox
· 10 years ago
3b4bccc
syscall: add GO_ARGS to Go-called assembly
by Russ Cox
· 10 years ago
860a645
syscall: add #include "funcdata.h" to files modified in last CL
by Russ Cox
· 10 years ago
4179439
syscall: make func Syscall use pointer maps from Go prototypes
by Russ Cox
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago
[Renamed from src/pkg/syscall/asm_linux_amd64.s]
8bca148
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
by Rob Pike
· 11 years ago
bf68f66
syscall: fix a few Linux system calls
by Russ Cox
· 11 years ago
7ad60b7
syscall: fix stack frame sizes in assembly
by Russ Cox
· 11 years ago
db324cc
syscall: Convert textflags from numbers to symbols.
by Keith Randall
· 12 years ago
e69082f
syscall: record argument size for all assembly functions
by Russ Cox
· 12 years ago
5287175
runtime: add vdso support for linux/amd64. Fixes issue 1933.
by Ivan Krasin
· 12 years ago
4fd41e4
syscall: Permit non-blocking syscalls.
by Ian Lance Taylor
· 14 years ago
7d03d0e
syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.
by Ian Lance Taylor
· 14 years ago
718be32
in C and asm, replace pkg·name with ·name
by Russ Cox
· 15 years ago
22a5c78
rename sys functions to runtime, because they are in package runtime.
by Russ Cox
· 15 years ago
40f406a
Zero unused syscall arguments.
by Austin Clements
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/syscall/asm_linux_amd64.s]
e11f833
auto-generated, renamed, and deleted files associated with CL 29709.
by Russ Cox
· 16 years ago
[Renamed (96%) from src/lib/syscall/asm_amd64_linux.s]
dfa5893
preparation for exec.
by Russ Cox
· 16 years ago
efc86a7
change meaning of $GOMAXPROCS to number of cpus to use,
by Russ Cox
· 16 years ago
6201a96
move src/syscall to src/lib/syscall.
by Russ Cox
· 16 years ago
[Renamed (76%) from src/syscall/syscall_amd64_linux.s]
9f35e8b
time & date.
by Russ Cox
· 16 years ago
9350ef4
add network listening & tests
by Russ Cox
· 16 years ago
e8a0223
preliminary network - just Dial for now
by Russ Cox
· 16 years ago
d28acc4
first cut at multithreading. works on Linux.
by Russ Cox
· 17 years ago
c557836
- mark syscall support routines as non-stack-generating
by Rob Pike
· 17 years ago
e06d154
fixes for linux system call linkage
by Rob Pike
· 17 years ago
ebcd76d
rewrite system call interface to use less assembler.
by Rob Pike
· 17 years ago
d302244
add lstat clean up some code fix comments add paramter names to interface
by Rob Pike
· 17 years ago
eccea19
add fstat, stat
by Rob Pike
· 17 years ago
20a0266
beginnings of a low-level syscall library
by Rob Pike
· 17 years ago