aboutsummaryrefslogtreecommitdiffstats
path: root/tests/os-wrappers-test.c
Commit message (Expand)AuthorAgeFilesLines
* connection: Dynamically resize connection buffersManuel Stoeckl2024-04-081-2/+4
* tests: manually wrap libc functionsSimon Ser2023-06-271-53/+32
* tests: use __typeof__ instead of typeofSimon Ser2022-01-101-1/+1
* Detect FreeBSD versions with broken MSG_CMSG_CLOEXECAlex Richardson2021-09-101-0/+7
* os-wrappers-test: Handle fcntl() being declared as a macroAlex Richardson2021-09-101-1/+1
* os-wrappers-test: Make syscall intercepts work with sanitizersFergus Dall2021-07-221-12/+30
* os-wrappers-test.c: Correctly forward arguments to fcntlAlex Richardson2021-04-151-6/+22
* (multiple): Include stdint.hYong Bakos2016-07-251-0/+1
* tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* remove trailing whitespacesMichael Vetter2015-05-151-1/+1
* os-wrappers-test: assert closure is not NULL before invoking itU. Artie Eoff2014-01-151-0/+1
* Update tests for wl_map changes and add a map_flags testJason Ekstrand2013-06-051-1/+1
* Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand2013-03-181-2/+2
* client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl2013-03-171-1/+1
* Change filedescriptor API to be thread safeKristian Høgsberg2012-10-101-25/+4
* tests: fix make check for out-of-tree buildsDylan Noblesmith2012-06-301-2/+2
* tests: Update test cases to new closure allocate conventionKristian Høgsberg2012-06-151-10/+9
* os: wrap accept4(SOCK_CLOEXEC)Pekka Paalanen2012-04-251-0/+2
* os: wrap epoll_createPekka Paalanen2012-04-251-0/+51
* os: wrap recvmsg(MSG_CMSG_CLOEXEC)Pekka Paalanen2012-04-251-0/+175
* os: wrap F_DUPFD_CLOEXECPekka Paalanen2012-04-251-3/+67
* os: define SOCK_CLOEXEC on LinuxPekka Paalanen2012-04-251-7/+1
* os: wrap socket(SOCK_CLOEXEC) callsPekka Paalanen2012-04-201-0/+100