libbitmask 2.0-4 source package in Ubuntu

Changelog

libbitmask (2.0-4) unstable; urgency=medium

  * QA upload.
  * Orphan package. (See #925030)
  * Refresh packaging:
    + Bump Standards-Version to 4.6.0.
    + Bump debhelper compat to v13.
    + Use dh sequencer.
  * debian/control: Add Vcs-* fields to use git packaging repo on Salsa
    Debian GitLab.
  * debian/copyright: Rewrite with machine-readable format.

 -- Boyuan Yang <email address hidden>  Sat, 18 Sep 2021 23:42:32 -0400

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
libbitmask_2.0-4.dsc 1.9 KiB eaba98ab0f9147c318db7e3105a5c90d3c7195dce3c2d535821ecca759f50254
libbitmask_2.0.orig.tar.bz2 91.3 KiB 521d12aac2f8d4416bae1aeabd583320137b11f6057db016765cc4cfa5957abf
libbitmask_2.0-4.debian.tar.xz 3.0 KiB 576e60411cccc570a70d7fa7d7edc463f003b879abb0662116a35651abb454e8

Available diffs

No changes file available.

Binary packages built by this source

libbitmask-dev: No summary available for libbitmask-dev in ubuntu kinetic.

No description available for libbitmask-dev in ubuntu kinetic.

libbitmask1: supports multi-word bitmask operations

 This Bitmask library supports multi-word bitmask operations for
 applications programmed in 'C'. It works in conjunction with recent
 Linux kernel support for processor and memory placement on
 multiprocessor SMP and NUMA systems. The cpuset library, being
 developed in parallel, depends on this bitmask library.
 .
 Bitmasks provide multi-word bit masks and operations thereon to do
 such things as set and clear bits, intersect and union masks,
 query bits, and display and parse masks.
 .
 The initial intended use for these bitmasks is to represent sets of
 CPUs and Memory Nodes, when configuring large SMP and NUMA systems.
 However there is little in the semantics of bitmasks that is
 specific to this particular use, and bitmasks should be usable for
 other purposes that had similar design requirements.
 .
 These bitmasks share the same underlying layout as the bitmasks
 used by the Linux kernel to represent sets of CPUs and Memory
 Nodes. Unlike the kernel bitmasks, these bitmasks use dynamically
 allocated memory and are manipulated via a pointer. This enables a
 program to work correctly on systems with various numbers of CPUs
 and Nodes, without recompilation.
 .
 There is a related cpuset library which uses the bitmask type
 provided here to represent sets of CPUs and Memory Nodes. The
 internal representation (as an array of unsigned longs, in little
 endian order) is directly compatible with the sched_setaffinity(2)
 and sched_getaffinity(2) system calls (added in Linux 2.6).

libbitmask1-dbgsym: No summary available for libbitmask1-dbgsym in ubuntu kinetic.

No description available for libbitmask1-dbgsym in ubuntu kinetic.