summaryrefslogtreecommitdiff
path: root/src/wayland-os.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-10shm: Add mmap+memmove fallback if mremap() does not existAlex Richardson1-0/+4
2021-09-10Support reading ucred from the socket on FreeBSDAlex Richardson1-0/+6
2021-04-15Change wl_os_dupfd_cloexec minfd to be intAlex Richardson1-1/+1
2015-06-12src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2012-04-25os: wrap accept4(SOCK_CLOEXEC)Pekka Paalanen1-0/+3
2012-04-25os: wrap epoll_createPekka Paalanen1-0/+3
2012-04-25os: wrap recvmsg(MSG_CMSG_CLOEXEC)Pekka Paalanen1-0/+8
2012-04-25os: wrap F_DUPFD_CLOEXECPekka Paalanen1-0/+7
2012-04-25os: define SOCK_CLOEXEC on LinuxPekka Paalanen1-0/+13
2012-04-20os: wrap socket(SOCK_CLOEXEC) callsPekka Paalanen1-0/+29