summaryrefslogtreecommitdiff
path: root/src/syscall/sockcmsg_unix.go
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* 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: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after A...Tobias Klauser2019-10-201-26/+0
* syscall: avoid "just past the end" pointers in UnixRightsMatthew Dempsky2019-10-171-6/+4
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* syscall: add aix to syscall_unix_test.goClément Chigot2019-04-121-0/+3
* syscall: use 64-bit alignment on netbsd-armBenny Siegert2019-02-281-2/+2
* syscall: use correct cmsg alignment for openbsd/armJoel Sing2018-12-131-6/+19
* syscall: add AIX operating systemClément Chigot2018-10-101-1/+1
* syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara2016-10-031-3/+4
* syscall: fix uint64->int cast of control message headerDamien Neil2016-04-271-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* syscall: fix vet warning in UnixRightsMatthew Dempsky2015-10-081-3/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+103