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_bsd.go
Age
Commit message (
Expand
)
Author
2023-11-07
syscall: provide and use ioctlPtr for all BSD platforms
Joel Sing
2023-11-07
syscall: provide and use fcntlPtr for all BSD platforms
Joel Sing
2023-02-27
syscall: use unsafe.Slice in anyToSockaddr
Cuong Manh Le
2022-10-02
syscall: remove redundant type conversion
cui fliter
2021-11-04
syscall: unify unix Recvmsg epilogues
Josh Bleecher Snyder
2021-11-04
syscall: unify unix Sendmsg prologues
Josh Bleecher Snyder
2021-11-02
syscall,internal/poll: copy arrays by assignment instead of looping
Josh Bleecher Snyder
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-26
syscall: add utimensat libc wrapper on darwin
Tobias Klauser
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-09-26
syscall: implement Getwd using getcwd from libSystem on darwin
Tobias Klauser
2020-09-23
all: add GOOS=ios
Cherry Zhang
2019-10-18
syscall: fix wrong unsafe.Pointer alignment in syscall
Cuong Manh Le
2018-11-07
syscall: implement syscalls on Darwin using libSystem
Keith Randall
2018-02-26
syscall: remove/update outdated TODO comments
Tobias Klauser
2017-11-01
syscall: use setattrlist for UtimesNano on Darwin for ns resolution
Evan Jones
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-03-02
all: single space after period.
Brad Fitzpatrick
2015-02-08
os, syscall: revert Yosemite readdir workaround
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox