aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall.go
AgeCommit message (Expand)Author
2020-12-10syscall: drop references to Unix epoch in Timeval/Timespec docsIan Lance Taylor
2020-11-02syscall: switch go:generate directives back to mksyscall_windows.goBryan C. Mills
2019-10-05syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2018-08-02syscall: use deprecation convention in package comment, simplifyBrad Fitzpatrick
2017-10-27syscall: document Time{spec,val} methodsTobias Klauser
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-04-05syscall: update comments for x/sys migrationLynn Boger
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2016-09-06syscall: make Getpagesize return page size from runtimeAustin Clements
2016-08-24syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-14cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2014-12-22syscall: update go.sys doc reference to golang.org/x/sysJoe Shaw
2014-09-08syscall: keep allocated C string live across call to SyscallRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2008-09-26move src/syscall to src/lib/syscall.Russ Cox
2008-09-17time & date.Russ Cox
2008-09-16preliminary network - just Dial for nowRuss Cox
2008-09-11make syscall use strings for file namesRob Pike
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer
2008-07-29fix a commentRob Pike
2008-07-29rewrite system call interface to use less assembler.Rob Pike
2008-07-28add lstatRob Pike
2008-07-26add fstat, statRob Pike
2008-07-26beginnings of a low-level syscall libraryRob Pike