aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_freebsd_arm.go
AgeCommit message (Expand)Author
2023-11-07syscall: provide and use ioctlPtr for all BSD platformsJoel Sing
2023-11-07syscall: provide and use fcntlPtr for all BSD platformsJoel Sing
2023-11-01syscall: regenerate zsyscall for dragonfly/freebsd/netbsdJoel Sing
2023-09-20syscall: remove unused writelenTobias Klauser
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2022-09-16syscall: remove FreeBSD 11 and below 64bit inode compatibility shimsYuval Pavel Zholkover
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-06-10syscall: fix Getdirentries on 32-bit freebsd 12Keith Randall
2018-11-01os: add support for long path names on freebsd RemoveAllTobias Klauser
2018-10-05syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
2017-11-28all: drop support for FreeBSD 9 or belowMikio Hara
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-08-14syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser
2017-03-21syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick
2017-03-21syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2016-05-15syscall: fix missing use of use function in sysctlMikio Hara
2015-05-15syscall: add explicit build tagsShenghou Ma
2015-03-27syscall: apply the errno allocation fix to other operating systemsBrad Fitzpatrick
2015-03-26syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor
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