index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
runtime
/
POSIX
/
fd_init.c
Age
Commit message (
Expand
)
Author
2024-05-02
Refine support for stdio capture
Nguyễn Gia Phong
2024-03-05
Make symbolic stdout more flexible
Nguyễn Gia Phong
2023-04-14
Modify name of variables in generated cvc files.
ITWOI
2023-03-23
Remove model_version from the POSIX runtime, as we have never used it.
Cristian Cadar
2021-04-30
posix runtime: add malloc checks
Frank Busse
2019-07-30
Use #include "klee/..." (instead of #include <klee/...>) consistently.
Cristian Cadar
2017-08-09
Fixed a bug causing KLEE to generate files with no permissions bits set. Th...
Cristian Cadar
2016-12-28
Changed preferred permissions from 0622 to the more standard 0644.
Cristian Cadar
2016-05-24
Split creation of symbolic files and stdin in two distinct options
Andrea Mattavelli
2015-06-03
Added an option --readable-posix-inputs which is used to turn on/off the CEX ...
Cristian Cadar
2009-05-22
Add "name" argument to klee_make_symbolic, and kill off klee_make_symbolic_name.
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar