aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-os.c
Commit message (Expand)AuthorAgeFilesLines
* build: fix build and provide compat for OpenBSDSébastien Marie2024-02-211-0/+4
* tests: manually wrap libc functionsSimon Ser2023-06-271-9/+15
* os: drop unnecessary memcpy in wl_os_mremap_maymoveSimon Ser2022-04-111-12/+13
* Detect FreeBSD versions with broken MSG_CMSG_CLOEXECAlex Richardson2021-09-101-1/+10
* shm: Add mmap+memmove fallback if mremap() does not existAlex Richardson2021-09-101-0/+30
* Support reading ucred from the socket on FreeBSDAlex Richardson2021-09-101-1/+46
* Change wl_os_dupfd_cloexec minfd to be intAlex Richardson2021-04-151-1/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* os: wrap accept4(SOCK_CLOEXEC)Pekka Paalanen2012-04-251-0/+20
* os: wrap epoll_createPekka Paalanen2012-04-251-0/+18
* os: wrap recvmsg(MSG_CMSG_CLOEXEC)Pekka Paalanen2012-04-251-0/+45
* os: wrap F_DUPFD_CLOEXECPekka Paalanen2012-04-251-0/+15
* os: define SOCK_CLOEXEC on LinuxPekka Paalanen2012-04-251-2/+0
* os: remove unneeded errno assignmentPekka Paalanen2012-04-251-1/+0
* os: wrap socket(SOCK_CLOEXEC) callsPekka Paalanen2012-04-201-0/+69