model-checker.git
2012-06-18 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-18 Brian Demskybuilds
2012-06-17 Brian Demskyadd hashtable
2012-06-15 Brian NorrisDoxyfile: exclude malloc.c
2012-06-15 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-15 Brian Norrisfixup some doc wording
2012-06-15 Brian Norrisadd more documentation
2012-06-15 Brian Demskysubramanian lied when he said he fixed these...
2012-06-15 Brian NorrisMakefile: force `make docs' to depend on all source...
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 Norrissnapshotimp: reindent file
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-interface: don't export SnapshotGlobalSegments()
2012-06-14 Brian Norrissnapshot: replace DumpIntoLog() with lighter-weight...
2012-06-14 Brian Norrissnapshot: move comments to the right place
2012-06-14 Subramanian... Removing comment asking to fix fork(), has been fixed now
2012-06-14 Subramanian... fixing calloc(), fix Makefile
2012-06-07 Brian Norrislibatomic: perform write before context switch
2012-06-06 Brian Norris.gitignore: ignore docs directory
2012-06-06 Brian Norrisaction: fix some comments
2012-06-06 Brian NorrisMakefile: have `mrclean' depend on `clean'
2012-06-06 Brian Demskymore comments
2012-06-06 Brian Demskymore doc changes
2012-06-06 Brian Demskymore documentation
2012-06-06 Brian Demsky1) Add more comments.
2012-06-06 Brian Demskymore documentation
2012-06-06 Brian Demskymore docs
2012-06-06 Brian Demskyadd support for docs
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 Norrissnapshot: remove duplicate definition of finalize()
2012-05-31 Brian Norrisuse EXIT_SUCCESS and EXIT_FAILURE
2012-05-31 Brian Norrisuserprog: use atomics allocated on "heap"
2012-05-31 Subramanian... Adding fixes for the fork based implementation, also...
2012-05-30 Brian Demskycheck in message
2012-05-30 Brian Norrissnapshot-interface: replace Subramanian's /proc/*/maps...
2012-05-30 Brian Demskyfix bug...this is another evil one...
2012-05-30 Brian Norrisnode: do not use static member variable
2012-05-30 Brian Norrissnapshot: move declarations to the right interface...
2012-05-30 Brian Norrissnapshot: rename MyFuncPtr to VoidFuncPtr
2012-05-30 Brian Norrissnapshot: rename USE_CHECKPOINTING to USE_MPROTECT_SNAPSHOT
2012-05-29 Brian Norrissnapshot-interface: don't redefine PAGESIZE
2012-05-29 Brian Norrissnapshot-interface: bugfix - fixup array indeces
2012-05-29 Brian Norrisnodestack: push 'create_cv' functionality responsibilit...
2012-05-29 Brian Norrismodel: thread creation establishes synchronization
2012-05-29 Brian Norristhreads: add 'creation' information
2012-05-29 Brian Norrislibthreads: pass 'class Thread' object as ModelAction...
2012-05-28 Brian Norrismodel: move bookkeeping to add_action_to_lists()
2012-05-28 Brian Norrismodel: set 'last action in thread' as an action's parent
2012-05-28 Brian Norrismodel: log the last action in each thread
2012-05-28 Brian Norrisnodestack: compute parent ModelAction externally
2012-05-28 Brian Norrisclockvector: fixup initialization
2012-05-28 Brian Norrisnodestack: construct Node with 'number of threads'...
2012-05-26 Brian Norrismodel: add obj_thrd_map
2012-05-26 Brian NorrisMakefile: add 'make debug'
2012-05-26 Brian Norrisaction: enhance print() message
2012-05-26 Brian Norrisnodestack: create ModelAction clock vectors
2012-05-26 Brian Norrisaction: add create_cv() and read_from()
2012-05-26 Brian Norrisclockvector: bugfix - fixup vector initialization,...
2012-05-26 Brian Norrismodel: add get_num_threads()
2012-05-26 Brian Norrisclockvector: fixup print message
2012-05-26 Brian Norrisclockvector: add print() method
2012-05-26 Brian Norrisaction: add clock vector field, destructor
2012-05-26 Brian Norrisaction: use proper location comparison
2012-05-26 Brian Norrisclockvector: add snapshotting new/delete operators
2012-05-26 Brian Norrisrename snapshotStack -> SnapshotStack
2012-05-26 Brian Norrissnapshot: remove #include, use snapshot_id typedef
2012-05-26 Brian Norrissnapshot-interface: cleanup interface header
2012-05-26 Brian Norrismodel: remove scheduler comment
2012-05-26 Brian Norrismodel: don't clear thread_map (snapshot)
2012-05-26 Brian Norrismodel: don't reset action_trace manually
2012-05-26 Brian Norrismain: take/revert snapshots
2012-05-26 Brian Norrismodel: make thread_map heap allocated
2012-05-26 Brian Norrisaction: add all action_lists to snapshot...
2012-05-26 Brian Norriscommon: remove unneeded macros/includes
2012-05-26 Brian Norristhreads: fixup stack allocation (snapshotting...)
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-25 Brian Norrismore allocation fixes (use snapshotting)
2012-05-25 Brian Norrisnodestack: bugfix - fixup allocators for vectors
2012-05-25 Brian Norrisadd more classes to snapshotting region
2012-05-25 Brian Norrismymemory: use the right *&^% allocator!!
2012-05-24 Brian Norrissnapshot: fix EOL spaces
2012-05-24 Brian Demskywow, this is a nasty bug...
2012-05-24 Brian Demskyfix one segfault bug...something is still strange,...
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
next