model: use std::find for release sequence search
[model-checker.git] / snapshot.cc
2012-08-02 Brian Demskyswitch everything over to our own hashtable
2012-08-02 Brian Demskytrying to get fork based snapshotting to work
2012-07-12 Brian NorrisMerge branch 'master' into brian
2012-07-11 Brian Norrisremove EOL spaces, fix indentation
2012-07-03 Brian NorrisMerge branch 'brian'
2012-07-03 Subramanian GanapathyAdding relevant comments for fork based implementation.
2012-06-21 Subramanian GanapathyAdding relevant comments for fork based implementation.
2012-06-21 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-21 Brian NorrisMerge branch 'sandbox' (remove finalize())
2012-06-14 Subramanian Ganapathy(snapshot) removing mbFinalize and usage of finalize
2012-06-14 Brian Norrissnapshot: refactor the fork-based stack initialization
2012-06-14 Brian Norrissnapshot: remove unused 'uc_link' context
2012-06-14 Brian Norrissnapshot: don't put entire if (...) on one line
2012-06-14 Brian Norrissnapshot: define macros with type size_t
2012-06-14 Brian Norrissnapshot: use (void *) instead of (char *)
2012-06-14 Brian Norrissnapshot: rearrange #if a little
2012-06-14 Brian Norrissnapshot: remove extra blank lines
2012-06-14 Brian Norrissnapshot: make other file-scope functions static
2012-06-14 Brian Norrissnapshot: don't export page-aligning functions
2012-06-14 Brian Norrisrename struct Snapshot_t => struct Snapshot
2012-06-14 Brian Norrissnapshot: don't declare sTheRecord in both #if and...
2012-06-14 Brian Norrissnapshot: remove 'extern "C"' block
2012-06-14 Brian Norrissnapshot: replace DumpIntoLog() with lighter-weight...
2012-06-14 Brian Norrissnapshot: move comments to the right place
2012-06-06 Brian Demskymore comments
2012-06-06 Brian Demskymore documentation
2012-06-05 Brian Norrissnapshot: zero out entire siginfo_t
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 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
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 Subramanian GanapathyRevert "fixing the segfault"
2012-05-24 Subramanian Ganapathyfixing the segfault
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...