index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
syscall.go
Age
Commit message (
Expand
)
Author
2022-10-18
internal/godebug: remove dependency on os
Russ Cox
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-28
syscall: optimize Byte{Ptr,Slice}FromString
Kir Kolyshkin
2020-12-10
syscall: drop references to Unix epoch in Timeval/Timespec docs
Ian Lance Taylor
2020-11-02
syscall: switch go:generate directives back to mksyscall_windows.go
Bryan C. Mills
2019-10-05
syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...
Alex Brainman
2018-08-02
syscall: use deprecation convention in package comment, simplify
Brad Fitzpatrick
2017-10-27
syscall: document Time{spec,val} methods
Tobias Klauser
2017-09-27
syscall: make Exit call runtime.exit
Alex Brainman
2017-04-05
syscall: update comments for x/sys migration
Lynn Boger
2017-02-13
syscall: delete the "use" function and calls in non-generated files.
Sameer Ajmani
2016-09-06
syscall: make Getpagesize return page size from runtime
Austin Clements
2016-08-24
syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...
Alex Brainman
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-14
cmd/compile: recognize Syscall-like functions for liveness analysis
Russ Cox
2015-06-18
all: switch to the new deprecation convention
Shenghou Ma
2014-12-22
syscall: update go.sys doc reference to golang.org/x/sys
Joe Shaw
2014-09-08
syscall: keep allocated C string live across call to Syscall
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2008-09-26
move src/syscall to src/lib/syscall.
Russ Cox
2008-09-17
time & date.
Russ Cox
2008-09-16
preliminary network - just Dial for now
Russ Cox
2008-09-11
make syscall use strings for file names
Rob Pike
2008-08-04
- switched most of existing Go code to new export syntax
Robert Griesemer
2008-07-29
fix a comment
Rob Pike
2008-07-29
rewrite system call interface to use less assembler.
Rob Pike
2008-07-28
add lstat
Rob Pike
2008-07-26
add fstat, stat
Rob Pike
2008-07-26
beginnings of a low-level syscall library
Rob Pike