]> Cypherpunks.ru repositories - gostls13.git/history - src/syscall/syscall_openbsd_libc.go
syscall: provide and use ioctlPtr for all BSD platforms
[gostls13.git] / src / syscall / syscall_openbsd_libc.go
2023-11-07 Joel Singsyscall: provide and use ioctlPtr for all BSD platforms
2023-11-07 Joel Singsyscall: provide and use fcntlPtr for all BSD platforms
2023-09-20 Tobias Klausersyscall: remove unused writelen
2023-09-14 Tobias Klausersyscall: remove unused ptracePtr on openbsd
2023-02-23 Dmitri Goutniksyscall: add ptracePtr that accepts pointer arg as...
2023-01-10 Russ Coxruntime: revert use of __fork to work around Apple...
2022-12-22 Russ Coxruntime: call __fork instead of fork on darwin
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-05 Tobias Klausersyscall: use dup3 in forkAndExecInChild on OpenBSD
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-11 Joel Singruntime,syscall: simplify openbsd related build tags
2021-05-09 Joel Singruntime,syscall: convert syscall on openbsd/arm to...
2021-04-30 Joel Singruntime,syscall: convert syscall on openbsd/386 to...
2021-04-26 Cherry Zhangsyscall, etc.: use abi.FuncPCABI0 for libc syscall...
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-02 Robert Griesemer[dev.typeparams] all: merge dev.regabi (23b0c1f) into...
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-28 Joel Singsyscall: generate readlen/writelen for openbsd libc
2021-01-28 Joel Singruntime,syscall: convert syscall on openbsd/arm64 to...
2021-01-26 Joel Singruntime,syscall: convert syscall on openbsd/amd64 to...