]> git.cworth.org Git - fips/history - execute.c
Add explicit link to libpthread, to work around debugging issues
[fips] / execute.c
2013-10-22 Carl WorthEnsure that the name "fips" appears in all error messages.
2013-10-22 Carl WorthAdd xmalloc function
2013-06-14 Carl WorthAdd more detailed warning if libfips binary could not...
2013-05-06 Carl WorthRemove useless fork before executing wrapped program.
2013-04-25 Carl WorthFix 3 separate off-by-one error in as many lines of...
2013-04-24 Carl WorthAdd a simple fips.h file.
2013-04-24 Carl WorthAppend to, rather than replace, the LD_PRELOAD value.
2013-04-24 Carl WorthFix fips to work without requiring an absolute path...
2013-04-24 Carl WorthCompile both 32-bit and 64-bit versions of the wrapper...
2013-04-23 Carl WorthStart wrapping OpenGL, and print periodic FPS value...
2013-04-23 Carl WorthAdd the ability to execute a program.