summaryrefslogtreecommitdiff
path: root/src/util/os_misc.c
Commit message (Expand)AuthorAgeFilesLines
* util: Add #ifdefs for Xbox GDK support.Caleb Cornett2023-01-191-0/+2
* util: Fixes os_get_option_cached with bool options_tbl_exitedYonggang Luo2022-12-201-1/+11
* util: Add function debug_get_option_cached os_get_option_cachedYonggang Luo2022-12-161-1/+47
* util: Improve os_get_android_option to be thread-safeYonggang Luo2022-12-161-37/+6
* gallium/util: Remove the EMBEDDED_DEVICE macro because nobody use itYonggang Luo2022-11-081-3/+0
* meson/mesa/wide: define WIN32_LEAN_AND_MEAN with pre_argsYonggang Luo2022-10-201-3/+0
* util: allow GALLIUM_LOG_FILE=stdoutBrian Paul2022-09-211-7/+11
* util: Implement os_get_available_system_memory on Win32Yonggang Luo2022-08-121-0/+8
* util: Fixes typo in function os_get_total_physical_memoryYonggang Luo2022-08-121-1/+1
* util: Remove unused Android options_tbl_lockMichel Dänzer2021-04-151-1/+0
* util: fix parsing of /proc/meminfo MemAvailable valueSamuel Iglesias Gonsálvez2021-02-171-1/+1
* util: Do not insert uninitialized data if Android property is not setMarijn Suijten2020-12-041-1/+1
* util: Add os_get_page_size support for macOS.Vinson Lee2020-12-031-0/+7
* util: unbreak on BSDs after MSVC changesJan Beich2020-12-031-1/+1
* util: Add os_get_page_size queryJesse Natalie2020-12-021-0/+31
* util: Add property_get() fallback for androidRob Clark2020-11-301-2/+87
* Fix VMware capitalization.Vinson Lee2020-10-271-1/+1
* util/os_misc: os_get_available_system_memory() for FreeBSDEmmanuel Vadot2020-10-091-2/+6
* util/os_misc: os_get_available_system_memory() for OpenBSDJonathan Gray2020-09-021-0/+20
* util/os_misc: add os_get_available_system_memory()Jonathan Gray2020-09-021-0/+31
* util: android logging supportRob Clark2019-09-061-1/+8
* util: Prevent implicit declaration of function getenv.Jose Fonseca2019-08-281-0/+1
* util/os_misc: use detect_os.h to start uncoupling from galliumEric Engestrom2019-08-021-12/+12
* gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USEREric Engestrom2019-08-021-3/+3
* scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICEEric Engestrom2019-08-021-2/+2
* util: fix typo in commentEric Engestrom2019-08-021-1/+1
* util/os_misc: Add check for PIPE_OS_HURDTimo Aaltonen2019-02-271-2/+2
* util: Move os_misc to utilDylan Baker2018-10-301-0/+176