summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/hud/hud_diskstat.c
Commit message (Expand)AuthorAgeFilesLines
* util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...Yonggang Luo2022-11-081-1/+1
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-151-0/+1
* gallium/hud: prevent buffer overflowEric Engestrom2019-04-041-2/+2
* gallium/hud: fix memory leaksEric Engestrom2019-04-041-1/+3
* gallium/hud: update some query functionsGrazvydas Ignotas2018-02-081-1/+1
* gallium/hud: use #ifdef to test for macro existenceEric Engestrom2017-12-011-1/+1
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-4/+4
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/hud: protect against and initialization raceSteven Toth2016-11-071-2/+11
* gallium/hud: close a previously opened handleSteven Toth2016-11-071-1/+4
* gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-071-13/+0
* gallium/hud: Remove superfluous debugSteven Toth2016-10-061-8/+0
* gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth2016-09-281-0/+337