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
Age
Commit message (
Expand
)
Author
2023-06-11
Rewrote has_permission in the POSIX runtime. We now only return with permiss...
Cristian Cadar
2023-06-05
config.h: include FSTATAT_PATH_ACCEPTS_NULL
Julian Büning
2023-04-14
Modify name of variables in generated cvc files.
ITWOI
2023-03-23
fix unused variable warning
Daniel Schemmel
2023-03-23
Remove model_version from the POSIX runtime, as we have never used it.
Cristian Cadar
2023-03-17
Fix building of runtime library and klee-replay
Martin Nowack
2022-07-07
POSIX runtime: fstatat: check for nonnull path APIs
Frank Busse
2022-06-27
Define stat64 to be stat on MacOS. This fixes compilation on more recent mac...
Cristian Cadar
2022-01-04
Use more precise version check for selecting swapoff() signature.
Gleb Popov
2021-12-24
Added correct signature for swapoff on FreeBSD (to solve recent CI failures)
Cristian Cadar
2021-04-30
posix runtime: add malloc checks
Frank Busse
2021-02-22
runtime/POSIX: fix failures with glibc-2.33
Jiri Slaby
2020-12-23
posix runtime: getcwd: check malloc and set errno
Frank Busse
2020-12-23
posix runtime: remove dead branch
Frank Busse
2020-11-04
[cmake] Add support to generate arbitrary runtime library configurations
Martin Nowack
2020-04-09
[posix-runtime] Improve model to handle full-path symbolic files
Timotej Kapus
2020-03-22
[posix-runtime] Simple GET/SET_LK model
Timotej Kapus
2019-11-09
Compile fd_64.c file of POSIX runtime correctly on FreeBSD - append "64" suffix
Gleb Popov
2019-11-07
Allow main with 3 arguments
Cristian Cadar
2019-11-05
Do not modify strings if they are read-only.
Martin Nowack
2019-11-05
runtime: fix for glibc 2.30
Jiri Slaby
2019-08-01
gen(-random)-bout: add --bout-file flag
Frank Busse
2019-07-30
Use #include "klee/..." (instead of #include <klee/...>) consistently.
Cristian Cadar
2019-06-04
make include guard naming consistent
Julian Büning
2019-06-04
Fixed identifiers used in ifdefs to (1) not use reserved names and (2) use a ...
Cristian Cadar
2019-05-06
Fix compilation of POSIX runtime on FreeBSD 11.
Gleb Popov
2019-05-06
Fix build of POSIX runtime on FreeBSD i386.
Gleb Popov
2019-04-29
More FreeBSD related fixes to POSIX runtime.
Gleb Popov
2019-04-02
POSIX runtime fixes for FreeBSD.
Gleb Popov
2018-10-08
add support for klee-replay on OSX
Frank Busse
2018-09-29
Changed code to create up to 100 properly-numbered symbolic arguments, and ad...
Cristian Cadar
2018-09-29
Add checks for correct usage of the POSIX model, together with an associated ...
Cristian Cadar
2018-09-10
POSIX: Add invocation of klee_init_env into wrapper before calling main
Martin Nowack
2018-09-06
runtime: fix memory error in canonicalize_file_name
Frank Busse
2018-05-07
Fixed utimes() behavior for symbolic files when the second argument is NULL
yxliang01
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2017-10-04
Remove Autoconf/Makefile build system and adjust the TravisCI
Dan Liew
2017-08-09
Fixed a bug causing KLEE to generate files with no permissions bits set. Th...
Cristian Cadar
2017-03-28
Merge pull request #616 from jirislaby/glibc_225
Cristian Cadar
2017-03-20
runtime: POSIX, check path prior dereference
Jiri Slaby
2017-03-15
runtime: POSIX, make it compile with glibc 2.25
Jiri Slaby
2016-12-28
Changed preferred permissions from 0622 to the more standard 0644.
Cristian Cadar
2016-11-07
Implement a CMake based build system for KLEE.
Dan Liew
2016-08-19
Added -save-all-writes to klee_init_env help message
Andrea Mattavelli
2016-05-31
Merge pull request #405 from ccadar/times
Cristian Cadar
2016-05-27
Improved help message for POSIX environment options.
Cristian Cadar
2016-05-27
Fixed the stub for times() not to dereference a NULL pointer when call with a...
Cristian Cadar
2016-05-24
Split creation of symbolic files and stdin in two distinct options
Andrea Mattavelli
2016-03-05
Fix SELinux signatures in runtime
Laszlo Szekeres
2015-06-03
Added an option --readable-posix-inputs which is used to turn on/off the CEX ...
Cristian Cadar
[next]