Changes needed to run on OS X... Example runs on my laptop now. No need to push...
[c11tester.git] / snapshot.cc
2012-06-04 Brian DemskyChanges needed to run on OS X... Example runs on my...
2012-06-04 Brian Demskyhack some stuff towards running on mac... unrelated...
2012-05-31 Brian Norrisuse EXIT_SUCCESS and EXIT_FAILURE
2012-05-31 Subramanian GanapathyAdding fixes for the fork based implementation, also...
2012-05-30 Brian Demskycheck in message
2012-05-30 Brian Demskyfix bug...this is another evil one...
2012-05-30 Brian Norrissnapshot: rename MyFuncPtr to VoidFuncPtr
2012-05-30 Brian Norrissnapshot: rename USE_CHECKPOINTING to USE_MPROTECT_SNAPSHOT
2012-05-26 Brian Norrissnapshot: remove #include, use snapshot_id typedef
2012-05-25 Brian Norrissnapshot: remove time information
2012-05-25 Brian Norrissnapshot: fix indentation
2012-05-25 Brian Norrissnapshot: use %p for printing pointers
2012-05-24 Brian Norrissnapshot: fix EOL spaces
2012-05-24 Brian Demskywow, this is a nasty bug...
2012-05-24 Brian Demskyfactor page alignment into function call...place near...
2012-05-24 Brian Demskyfix page alignment issue...
2012-05-24 Brian Norrissnapshot: use perror() on failed library calls
2012-05-21 Brian NorrisMerge commit: branch 'work'
2012-05-21 Brian Demskyremove lines from other files
2012-05-21 Brian Demskyswitch back to norris style spacing in changed files
2012-05-19 Brian Demskylet us set the size of the heap in a sane way
2012-05-19 Brian Demskysetup main wrapper and then call into norris code
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-09 Subramanian GanapathyAdding STL stuff and operator news of snapshot to model...