Difference between revisions of "Download/crtools/0.4"
Jump to navigation
Jump to search
(Added 0.4 changelog) |
m |
||
Line 1: | Line 1: | ||
{{crtools|0.4|20 Feb 2013}} | {{crtools|0.4|20 Feb 2013}} | ||
− | == New features == | + | === New features === |
* ARM port | * ARM port | ||
* [[Remote syscall execution]] | * [[Remote syscall execution]] | ||
Line 15: | Line 15: | ||
* Automatic namespaces detection (<code>--namespace</code> option is deprecated) | * Automatic namespaces detection (<code>--namespace</code> option is deprecated) | ||
− | == Internal == | + | === Internal === |
* Build system rework | * Build system rework | ||
* Dumping/restoring memory pointers standardized (while doing ARM port) | * Dumping/restoring memory pointers standardized (while doing ARM port) | ||
* Ability to collect coverage (gcov, reported [http://criu.org/cov/ here]) | * Ability to collect coverage (gcov, reported [http://criu.org/cov/ here]) | ||
* 32/64-bit problems mostly resolved (while doing ARM port) | * 32/64-bit problems mostly resolved (while doing ARM port) |
Latest revision as of 10:52, 20 February 2013
crtools-0.4.tar.bz2
Released: 20 Feb 2013
GIT tag: v0.4
New features[edit]
- ARM port
- Remote syscall execution
- C/R of
- FPU state
- File locks (basic support)
- Rlimits
- FANotify descriptors
- Shared fdtable (table of file descriptors)
- Tasks' umask
- Pipe buffer size
- Unix sockets' credentials
- TCP time-stamp offset (allows to migrate a TCP socket, requires custom kernel)
- Automatic namespaces detection (
--namespace
option is deprecated)
Internal[edit]
- Build system rework
- Dumping/restoring memory pointers standardized (while doing ARM port)
- Ability to collect coverage (gcov, reported here)
- 32/64-bit problems mostly resolved (while doing ARM port)