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_openbsd.go
Age
Commit message (
Expand
)
Author
2026-03-26
syscall: remove openbsd/mips64 specific conditionals
Joel Sing
2023-11-02
syscall: call getfsstat via libc on openbsd
Joel Sing
2023-09-12
all: calculate the median uniformly
Jes Cok
2023-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2022-09-09
internal/poll, syscall: convert writev to direct libc call on openbsd (except...
Tobias Klauser
2022-05-19
syscall: make //sys lines not doc comments
Russ Cox
2022-04-21
syscall: move Syscall declarations to OS files
Michael Pratt
2022-03-12
syscall: add race annotations to Pread and Pwrite
Ian Lance Taylor
2022-03-05
syscall: use dup3 in forkAndExecInChild on OpenBSD
Tobias Klauser
2021-12-09
syscall: avoid writing to p when Pipe(p) fails
Russ Cox
2021-10-26
syscall: add utimensat libc wrapper on darwin
Tobias Klauser
2021-01-26
runtime,syscall: convert syscall on openbsd/amd64 to libc
Joel Sing
2018-11-07
syscall: implement syscalls on Darwin using libSystem
Keith Randall
2018-02-27
os, syscall: use pipe2 instead of pipe syscall on OpenBSD
Tobias Klauser
2018-02-26
syscall: remove/update outdated TODO comments
Tobias Klauser
2018-02-26
net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept...
Tobias Klauser
2018-02-22
syscall: remove list of unimplemented syscalls
Tobias Klauser
2018-02-13
syscall: support Getwd on all BSDs
Tobias Klauser
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-11-01
syscall: use setattrlist for UtimesNano on Darwin for ns resolution
Evan Jones
2017-09-27
syscall: make Exit call runtime.exit
Alex Brainman
2017-08-15
syscall: add missing int flag argument to utimensat
Yuval Pavel Zholkover
2017-08-14
syscall: add utimensat and use it for UtimesNano on BSD and Solaris
Tobias Klauser
2016-09-20
syscall: validate ParseDirent inputs
Damien Neil
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
2015-03-26
syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall
Ian Lance Taylor
2014-09-08
build: move package sources from src/pkg to src
Russ Cox