aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/sockcmsg_unix.go
AgeCommit message (Expand)Author
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-10-20syscall: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after A...Tobias Klauser
2019-10-17syscall: avoid "just past the end" pointers in UnixRightsMatthew Dempsky
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-12syscall: add aix to syscall_unix_test.goClément Chigot
2019-02-28syscall: use 64-bit alignment on netbsd-armBenny Siegert
2018-12-13syscall: use correct cmsg alignment for openbsd/armJoel Sing
2018-10-10syscall: add AIX operating systemClément Chigot
2016-10-03syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara
2016-04-27syscall: fix uint64->int cast of control message headerDamien Neil
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-08syscall: fix vet warning in UnixRightsMatthew Dempsky
2014-09-08build: move package sources from src/pkg to srcRuss Cox