about summary refs log tree commit diff homepage
path: root/runtime/POSIX/fd.c
AgeCommit message (Expand)Author
2023-06-11Rewrote has_permission in the POSIX runtime. We now only return with permiss...Cristian Cadar
2023-03-23fix unused variable warningDaniel Schemmel
2022-07-07POSIX runtime: fstatat: check for nonnull path APIsFrank Busse
2020-12-23posix runtime: getcwd: check malloc and set errnoFrank Busse
2020-04-09[posix-runtime] Improve model to handle full-path symbolic filesTimotej Kapus
2020-03-22[posix-runtime] Simple GET/SET_LK modelTimotej Kapus
2019-11-05Do not modify strings if they are read-only.Martin Nowack
2019-07-30Use #include "klee/..." (instead of #include <klee/...>) consistently.Cristian Cadar
2019-04-02POSIX runtime fixes for FreeBSD.Gleb Popov
2018-05-07Fixed utimes() behavior for symbolic files when the second argument is NULLyxliang01
2018-05-05Fix handling of errno if external functions are invokedMartin Nowack
2017-03-20runtime: POSIX, check path prior dereferenceJiri Slaby
2014-09-14Replace fprintf with klee_warnings for POSIX libMartin Nowack
2013-11-14Fix lseek and getdentsMartin Nowack
2013-08-29Added some of the common *at functions to the modelPaul Marinescu
2010-06-28Applied Stefan Bucur's patch fromCristian Cadar
2009-08-01Fixes for building runtime on linux x86-64.Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar