summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-26util: mimic KCMP_FILE via KERN_FILE on DragonFly and FreeBSDJan Beich1-0/+44
2024-02-03util: Allow kcmp on FreeBSDEmmanuel Vadot1-1/+3
2024-02-02vk_image.c: #ifndef _WIN32 --> DETECT_OS_LINUX + DETECT_OS_BSDGurchetan Singh2-4/+5
2024-01-25winsys/amdgpu: Fix build on BSDFriedrich Vock1-0/+10
2024-01-25radv/amdgpu: Fix build on BSDFriedrich Vock1-0/+10
2024-01-02zink: put sysmacros.h include under #ifdef MAJOR_IN_SYSMACROSJonathan Gray1-0/+5
2023-03-10symbols-check: support OSes based on GNU toolchainPino Toscano1-1/+1
2023-02-20util/u_process: implement util_get_command_line for BSDsJan Beich1-1/+27
2023-01-23egl/dri2: avoid undefined unlocksJonathan Gray1-4/+0
2022-11-28aco: Combine s_abs and s_sub/s_add to s_absdiff.Georg Lehmann1-0/+40
2022-11-23meson: Don't depend on expat for !use_xmlconfigAlyssa Rosenzweig2-13/+12
2022-11-16util: include sys/time.h for timespec functionsJonathan Gray1-0/+1
2022-10-23util: unify FreeBSD futex_wait signature with Linux/OpenBSD/WindowsJan Beich1-1/+1
2022-09-27rusticl: Fix compilation if stdout and/or stderr aren't symbolsLingMan7-5/+38
2022-09-23meson: Improve detection of qsort_r().Xin LI2-5/+33
2022-09-22Try to fix FTBFS on kfreebsd architectureLaurent Bigonville3-5/+6
2022-09-08ci: Uprev ci-templatesTomeu Vizoso1-1/+1
2022-06-16vulkan/wsi: treat EBADF as missing DMA_BUF_IOCTL_{EXPORT,IMPORT}_SYNC_FILEJan Beich1-2/+2
2022-05-16radv: Fixes compiling error with msvcYonggang Luo1-1/+1
2022-02-28util: use correct type in sysctl argumentJonathan Gray1-1/+1
2022-02-26radv: use MAJOR_IN_SYSMACROS for sysmacros.h includeJonathan Gray1-1/+5
2022-02-26util: fix util_cpu_detect_once() build on OpenBSDJonathan Gray1-1/+1
2022-02-26util: fix u_print.cpp build on OpenBSDJonathan Gray2-1/+4
2022-02-26util: unbreak non-linux mips64 buildJonathan Gray1-0/+2
2022-02-22radv: fix build on BSDSamuel Pitoiset1-4/+4
2021-12-08Fix TSD stubs for non-initial-exec case (fixes #5667).Alex Xu (Hello71)3-29/+6
2021-11-20Use initial-exec TLS for glibc only, enable TLS elsewhereAlex Xu (Hello71)3-29/+22
2021-10-29util: make util_get_process_exec_path work on FreeBSD w/o procfsGreg V1-0/+12
2021-10-29util: __getProgramName: remove check for ancient FreeBSD versions, simplify i...Greg V1-11/+2
2021-10-19meson: disable -Werror=thread-safety on FreeBSDJan Beich1-1/+4
2021-07-28gallium/tests: Fix warning calculating absdiffAlyssa Rosenzweig1-2/+7
2021-07-15vulkan/wsi/wayland: Initialise wl_shm pointer in VkImageDaniel Stone1-1/+3
2021-06-28intel: PAGE_SIZE used in allocators shouldn't be defined on FreeBSDEleni Maria Stea3-0/+18
2021-06-28intel: struct bitset is renamed to brw_bitsetEleni Maria Stea1-11/+15
2021-06-28util: Removed unused statement from FreeBSD buildEleni Maria Stea1-1/+0
2021-06-28util: replaced ENODATA with ENOATTR for non-Linux systemsEleni Maria Stea1-1/+6
2021-06-24util: Add qsort_r/s args adapter for MSVC and BSD/macOSEnrico Galli3-2/+52
2021-06-19egl: fix in expected typeEleni Maria Stea1-1/+4
2021-06-15util: Consider CPU affinity when detecting number of CPUsIan Romanick2-5/+34
2021-06-15util: Fix setting nr_cpus on some BSD variantsIan Romanick1-2/+15
2021-06-15util: Trivial cleanup in the BSD code of util_cpu_detect_onceIan Romanick1-6/+3
2021-04-22meson: Add wrap for libelf on WindowsJames Park2-1/+11
2021-04-12ac/rgp: BSD elf library compatibilityJames Park3-4/+4
2021-02-23ac/rgp: define EM_AMDGPU if missing for compatibilityJan Beich1-0/+4
2021-01-09util: Avoid pthread_setaffinity_np on NetBSDnia1-1/+1
2021-01-05nir/algebraic: Add some compare-with-zero optimizations that are exactIan Romanick2-0/+42
2020-12-08aco: use UINT64_C on 64 bit constant argumentsJonathan Gray1-3/+3
2020-12-03util: unbreak on BSDs after MSVC changesJan Beich1-1/+1
2020-12-02util: Add os_get_page_size queryJesse Natalie2-0/+37
2020-10-22spirv: switch to util_bswap32 to improve portabilityJan Beich1-4/+1