pmdk 1.4.1-0ubuntu1~18.04.1 source package in Ubuntu

Changelog

pmdk (1.4.1-0ubuntu1~18.04.1) bionic; urgency=medium

  * Backport to bionic (LP: #1781269)

 -- Andreas Hasenack <email address hidden>  Fri, 03 Aug 2018 11:02:48 -0300

Upload details

Uploaded by:
Andreas Hasenack
Sponsored by:
Robie Basak
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
amd64 all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe libs

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pmdk_1.4.1.orig.tar.gz 3.0 MiB e7d01b9c832728a9f23e8a833b8eaf10bec0c02bcb81274a502f6515ea9ae2cb
pmdk_1.4.1-0ubuntu1~18.04.1.debian.tar.xz 17.8 KiB d4bd6ff24e74a97e4ec9edb88a22eb53b60198cdb08673dd7ecc2ee7dd8548a9
pmdk_1.4.1-0ubuntu1~18.04.1.dsc 3.6 KiB 9b7fa6e2c03e06f8d64400df6f97bccb5dd982222082b41d962cc9fc6e052cb1

View changes file

Binary packages built by this source

libpmem-dev: Development files for libpmem1

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This package contains libraries and header files used for linking programs
 against libpmem.

libpmem1: Persistent Memory low level support library

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This library is provided for software which tracks every store to pmem and
 needs to flush those changes to durability. Most developers will find higher
 level libraries like libpmemobj to be much more convenient.

libpmem1-dbgsym: debug symbols for libpmem1
libpmem1-debug: Persistent Memory low level support library - debug build

 libpmem provides low level persistent memory support. In particular, support
 for the persistent memory instructions for flushing changes to pmem is
 provided.
 .
 This library is provided for software which tracks every store to pmem and
 needs to flush those changes to durability. Most developers will find higher
 level libraries like libpmemobj to be much more convenient.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemblk-dev: Development files for libpmemblk1

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This package contains libraries and header files used for linking programs
 against libpmemblk.

libpmemblk1: Persistent Memory block array support library

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This library is provided for cases requiring large arrays of objects at least
 512 bytes each. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.

libpmemblk1-dbgsym: debug symbols for libpmemblk1
libpmemblk1-debug: Persistent Memory block array support library - debug build

 libpmemblk implements a pmem-resident array of blocks, all the same size, where
 a block is updated atomically with respect to power failure or program
 interruption (no torn blocks).
 .
 This library is provided for cases requiring large arrays of objects at least
 512 bytes each. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemcto-dev: Development files for libpmemcto1

 The libpmemcto library is a persistent memory allocator providing malloc-like
 interfaces, with no overhead imposed by run-time flushing or transactional
 updates. An overhead is imposed only when program exits normally and have to
 flush the pool contents.
 .
 NOTE: This is an experimental API and should not be used in production
 environments.
 .
 This package contains libraries and header files used for linking programs
 against libpmemcto.

libpmemcto1: Persistent Memory allocator cto library

 The libpmemcto library is a persistent memory allocator providing malloc-like
 interfaces, with no overhead imposed by run-time flushing or transactional
 updates. An overhead is imposed only when program exits normally and have to
 flush the pool contents.
 .
 NOTE: This is an experimental API and should not be used in production
 environments.

libpmemcto1-dbgsym: debug symbols for libpmemcto1
libpmemcto1-debug: Persistent Memory allocator cto library - debug build

 The libpmemcto library is a persistent memory allocator providing malloc-like
 interfaces, with no overhead imposed by run-time flushing or transactional
 updates. An overhead is imposed only when program exits normally and have to
 flush the pool contents.
 .
 NOTE: This is an experimental API and should not be used in production
 environments.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemlog-dev: Development files for libpmemlog1

 libpmemlog implements a pmem-resident log file.
 .
 This package contains libraries and header files used for linking programs
 against libpmemlog.

libpmemlog1: Persistent Memory log file support library

 libpmemlog implements a pmem-resident log file.
 .
 This library is provided for cases requiring an append-mostly file to record
 variable length entries. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.

libpmemlog1-dbgsym: debug symbols for libpmemlog1
libpmemlog1-debug: Persistent Memory log file support library - debug build

 libpmemlog implements a pmem-resident log file.
 .
 This library is provided for cases requiring an append-mostly file to record
 variable length entries. Most developers will find higher level libraries like
 libpmemobj to be more generally useful.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmemobj-dev: Development files for libpmemobj1

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains libraries and header files used for linking programs
 against libpmemobj.

libpmemobj-doc: Development documentation for libpmemobj

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains the C++ API documentation for libpmemobj.

libpmemobj1: Persistent Memory object store support library

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.

libpmemobj1-dbgsym: debug symbols for libpmemobj1
libpmemobj1-debug: Persistent Memory object store support library - debug build

 libpmemobj turns a persistent memory file into a flexible object store,
 supporting transactions, memory management, locking, lists, and a number of
 other features.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libpmempool-dev: Development files for libpmempool1

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools.
 .
 This package contains libraries and header files used for linking programs
 against libpmempool.

libpmempool1: Persistent Memory pool management support library

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools. A pool in this context means a pmemobj pool,
 pmemblk pool, pmemlog pool or BTT layout, independent of the underlying
 storage. The libpmempool is for applications that need high reliability or
 built-in troubleshooting. It may be useful for testing and debugging purposes
 also.

libpmempool1-dbgsym: debug symbols for libpmempool1
libpmempool1-debug: Persistent Memory pool management support library - debug build

 libpmempool provides a set of utilities for management, diagnostics and repair
 of persistent memory pools. A pool in this context means a pmemobj pool,
 pmemblk pool, pmemlog pool or BTT layout, independent of the underlying
 storage. The libpmempool is for applications that need high reliability or
 built-in troubleshooting. It may be useful for testing and debugging purposes
 also.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

librpmem-dev: Development files for librpmem1

 librpmem provides low-level support for remote access to persistent memory
 (pmem) utilizing RDMA-capable RNICs.
 .
 This package contains libraries and header files used for linking programs
 against librpmem.

librpmem1: Persistent Memory remote access support library

 librpmem provides low-level support for remote access to persistent memory
 (pmem) utilizing RDMA-capable RNICs. The library can be used to replicate
 remotely a memory region over RDMA protocol. It utilizes appropriate
 persistency mechanism based on remote node’s platform capabilities. The
 librpmem utilizes the ssh client to authenticate a user on remote node and for
 encryption of connection’s out-of-band configuration data.
 .
 This library is for applications that use remote persistent memory directly,
 without the help of any library-supplied transactions or memory allocation.
 Higher-level libraries that build on libpmem are available and are recommended
 for most applications.

librpmem1-dbgsym: debug symbols for librpmem1
librpmem1-debug: Persistent Memory remote access support library - debug build

 librpmem provides low-level support for remote access to persistent memory
 (pmem) utilizing RDMA-capable RNICs. The library can be used to replicate
 remotely a memory region over RDMA protocol. It utilizes appropriate
 persistency mechanism based on remote node’s platform capabilities. The
 librpmem utilizes the ssh client to authenticate a user on remote node and for
 encryption of connection’s out-of-band configuration data.
 .
 This library is for applications that use remote persistent memory directly,
 without the help of any library-supplied transactions or memory allocation.
 Higher-level libraries that build on libpmem are available and are recommended
 for most applications.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libvmem-dev: Development files for libvmem1

 The libvmem library turns a pool of persistent memory into a volatile memory
 pool, similar to the system heap but kept separate and with its own
 malloc-style API.
 .
 This package contains libraries and header files used for linking programs
 against libvmem.

libvmem1: Persistent Memory volatile memory support library

 The libvmem library turns a pool of persistent memory into a volatile memory
 pool, similar to the system heap but kept separate and with its own
 malloc-style API.
 .
 libvmem supports the traditional malloc/free interfaces on a memory mapped
 file. This allows the use of persistent memory as volatile memory, for cases
 where the pool of persistent memory is useful to an application, but when the
 application doesn’t need it to be persistent.

libvmem1-dbgsym: debug symbols for libvmem1
libvmem1-debug: Persistent Memory volatile memory support library - debug build

 The libvmem library turns a pool of persistent memory into a volatile memory
 pool, similar to the system heap but kept separate and with its own
 malloc-style API.
 .
 libvmem supports the traditional malloc/free interfaces on a memory mapped
 file. This allows the use of persistent memory as volatile memory, for cases
 where the pool of persistent memory is useful to an application, but when the
 application doesn’t need it to be persistent.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

libvmmalloc-dev: Development files for libvmmalloc1

 The libvmmalloc library transparently converts all the dynamic memory
 allocations into persistent memory allocations.
 .
 This package contains libraries and header files used for linking programs
 against libvmalloc.

libvmmalloc1: Persistent Memory dynamic allocation support library

 The libvmmalloc library transparently converts all the dynamic memory
 allocations into persistent memory allocations. This allows the use of
 persistent memory as volatile memory without modifying the target
 application.

libvmmalloc1-dbgsym: debug symbols for libvmmalloc1
libvmmalloc1-debug: Persistent Memory dynamic allocation support library - debug build

 The libvmmalloc library transparently converts all the dynamic memory
 allocations into persistent memory allocations. This allows the use of
 persistent memory as volatile memory without modifying the target
 application.
 .
 This package contains a special build of this library meant for debugging
 purposes. It contains extra logging, assertions and expensive checks that
 should not be used otherwise.

pmdk-tools: Persistent Memory management tools

 The main purpose of this package is to provide a user with a set of utilities
 for off-line analysis and manipulation of pools created by pmem libraries.
 .
 The utilities may be useful for troubleshooting by system administrators and
 for software developers who work on applications based on these libraries. The
 latter may find these tools useful for testing and debugging purposes also.

pmdk-tools-dbgsym: debug symbols for pmdk-tools