aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_netbsd_386.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-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
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-02-15net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomic...Tobias Klauser
2018-02-14syscall, os: use pipe2 syscall on NetBSD instead of pipeTobias Klauser
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
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-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