summaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_freebsd_386.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: restore original NOFILE rlimit in child processIan Lance Taylor2023-03-151-1/+1
* syscall: remove FreeBSD 11 and below 64bit inode compatibility shimsYuval Pavel Zholkover2022-09-161-119/+7
* syscall: add race annotations to Pread and PwriteIan Lance Taylor2022-03-121-2/+2
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: fix Getdirentries on 32-bit freebsd 12Keith Randall2019-06-101-1/+1
* os: add support for long path names on freebsd RemoveAllTobias Klauser2018-11-011-0/+15
* syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover2018-10-051-7/+89
* syscall, internal/syscall: follow convention for generated code commentTobias Klauser2018-06-141-1/+1
* syscall: support Getwd on all BSDsTobias Klauser2018-02-131-0/+17
* all: drop support for FreeBSD 9 or belowMikio Hara2017-11-281-12/+0
* syscall: make Exit call runtime.exitAlex Brainman2017-09-271-7/+0
* syscall: add missing int flag argument to utimensatYuval Pavel Zholkover2017-08-151-2/+2
* syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser2017-08-141-0/+15
* syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick2017-03-211-0/+12
* syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick2017-03-211-4/+2
* syscall: remove "use" function and calls from generated code.Sameer Ajmani2017-02-091-33/+2
* syscall: fix missing use of use function in sysctlMikio Hara2016-05-151-0/+1
* syscall: add explicit build tagsShenghou Ma2015-05-151-0/+2
* syscall: apply the errno allocation fix to other operating systemsBrad Fitzpatrick2015-03-271-97/+97
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-2/+2
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-0/+30
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1298