Added --enable-realtime-ckpt-signal configure flag
Removed --enable-allocator.
Fix for ARM: .arch armv7-a
Added JAlloc class containing defs of new/delete.
Remove unneeded include file form jalib/stlwrap...
Sock: Replace setsockopt with _real_setsockopt.
Replace new/delete with JALLOC_HELPER_{MALLOC,F...
Sock: Open restore sockets iff pending incoming.
Minor comment (for prev checkin: 2764).
Fix atexit bug for forked-checkpoint.
Created unique-ckpt plugin.
Simplify ckpt{dir,file} related code.
Coord: Send compId with SUSPEND msg.
dmtcpalloc.h: include sstream for stringstream.
Move dmtcp_<plugin>_enabled() to util.h.
DMTCP 2.2.1 released
Bumped version to 2.2.1.
Misc debian packaging changes.
getTmpDir() logic improved.
Use protected-fd for lifeboat instead of env-var.
Remove dmtcp_set_tmpdir() from dmtcp.h
Fix for rev 2750
Fix brk restore for mtcp_restart.
Minor cleanup.
Yet another setenv(LD_PRELOAD, ...) fix.
Make --enable-unique-checkpoint-filenames compile.
Added syscall-tester to test suite.
Fix for file related wrappers to handle NULL path.
Added wrapper-locks arnd mkstemp(), etc.
DMTCP 2.2 released
Additional fix to util/inspect_proc.sh
Fix util/inspect_proc.sh:
Debian: uncomment make check.
Added fedora packaging instructions.
Tagging 2.2.
Updated manpages.
[RM plugin]
Updated COPYING file.
Added error msg for mtcp_restart, etc.
Remove unused DMT_FORCE_RESTART message.
Remove unused '-f' option from coordinator.
Remove banner from dmtcp_{launch,command,restart}.
Fix for 2731.
Copyright headers updated for src/mtcp/*.
Updated DMTCP banner.
Fixed release version in NEWS.
Untagging 2.2.
Tagging 2.2.
Preparing for release. Added 2.2 release notes.
Invoke restore_term_settings() on restart.
Minor JTRACE fix for file connection.
Bunch of changes for debian packaging.
Don't autoload ptrace plugin with record-replay
[RM plugin]
Updated fedora spec file.
Updated OpenSUSE spec file for 2.2.
Replace JNOTE with JTRACE in coord.
Minor fix for 2705.
Readded manpages for dmtcp_checkpoint and mtcp_...
Replace _BSD_SOURCE with _DEFAULT_SOURCE.
Minor typo fixed in src/Makefile.am
Install NEWS file as well.
Minor updates to Makefile.in.
Updated TODOs. TODO.mtcp moved to src/mtcp
Updated manpages/Makefile.
Updated Author/Copyright info in manpages.
Added AUTHORS file.
Minor fix to doc.
Disable ptrace tests for now.
Updated manpages.
Added --port-file flag to dmtcp_{launch,restart}.
Fixes for dmtcp_launch --no-coordinator.
Do not set SO_REUSEPORT.
Updated Makefile.am to remove dependency info.
Fixed --no-coordinator flag.
Coord: Move virt-pid constants to constants.h.
Minor updated to dmtcp_launch cmd flags.
Updated man pages.
Updated manpage version.
Bumped version to 2.2.
Increase jalloc arena limits for FReD.
Removed a stale sleep.
Added comment related to rev 2691
[RM plugin] Fix "*_rstr.job" files
Bug fix for ARM (for Linux-3.11 and above?)
Improvements for debugging MTCP
Fix for rev 2683
Fix typo in test-suite directory name
Socket: Updated TcpConnection::isBlacklistedTcp().
Socket: Fix warning msg when removing stale UDS.
Restart: Remove mtcp_abort() on mismatch heap.
Add missing file for previous revision
Fix for ARM
Various improvements to help with debugging