index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
os_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: introduce os_dupfd_cloexec() helper
Eric Engestrom
2020-06-18
1
-0
/
+49
*
util/os_file: replace broken windows-detection code with detect_os.h
Eric Engestrom
2020-06-18
1
-3
/
+3
*
util/os_file: extend os_read_file to return the file size
Pierre-Eric Pelloux-Prayer
2020-03-24
1
-2
/
+5
*
util: Change os_same_file_description return type from bool to int
Michel Dänzer
2020-02-21
1
-7
/
+11
*
util: remove the dependency on kcmp.h
Marek Olšák
2020-02-20
1
-1
/
+2
*
util: Add os_same_file_description helper
Michel Dänzer
2020-01-23
1
-0
/
+23
*
util/os_file: fix double-close()
Eric Engestrom
2019-09-04
1
-1
/
+0
*
util: add os_file_create_unique()
Eric Engestrom
2019-06-28
1
-0
/
+23
*
util/os_file: resize buffer to what was actually needed
Eric Engestrom
2019-06-20
1
-0
/
+11
*
util/os_file: suppress sign comparison warning
Eric Engestrom
2019-06-09
1
-1
/
+1
*
util/os_file: fix error being sign-cast back and forth
Eric Engestrom
2019-06-09
1
-1
/
+1
*
util/os_file: avoid shadowing read() with a local variable
Eric Engestrom
2019-06-09
1
-5
/
+5
*
util/os_file: actually return the error read() gave us
Eric Engestrom
2019-06-09
1
-1
/
+3
*
util/os_file: always use the 'grow' mechanism
Eric Engestrom
2019-05-16
1
-42
/
+20
*
util: move #include out of #if linux
Eric Engestrom
2019-05-01
1
-1
/
+1
*
util: add os_read_file() helper
Eric Engestrom
2019-04-30
1
-0
/
+129