libvpoll-eventfd 0.1-2ubuntu2 source package in Ubuntu

Changelog

libvpoll-eventfd (0.1-2ubuntu2) jammy; urgency=medium

  * Support Linux 6.5 (LP: #2045034):
    - debian/patches/0002-Linux-6.5-support-class-create.patch

 -- Andrea Righi <email address hidden>  Tue, 28 Nov 2023 13:59:33 +0000

Upload details

Uploaded by:
Andrea Righi
Sponsored by:
Dave Jones
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy proposed universe misc

Downloads

File Size SHA-256 Checksum
libvpoll-eventfd_0.1.orig.tar.gz 22.3 KiB 79c6b1258de59a25ae32a86e40f20a37478018046a5de487a48e52275e7efa63
libvpoll-eventfd_0.1-2ubuntu2.debian.tar.xz 3.7 KiB 164e4ea9b44767484c530efc46dcff0550663d2e6850279dd7c930e9a92b096d
libvpoll-eventfd_0.1-2ubuntu2.dsc 2.3 KiB 399dcbbc76a25c3c2abfe7819d928e899bd95f8ff0d92972f557218bd6ab8db2

Available diffs

View changes file

Binary packages built by this source

libvpoll-dev: generate synthetic events for poll/select/ppoll/pselect/epoll (devel)

 This library uses eventfd/VPOLL if provided by the kernel or the vpoll device
 otherwise it implements an emulator (providing only `EPOLLIN`, `EPOLLOUT`
 and a non standard version of EPOLLHUP/EPOLLRDHUP).
 .
 This package contains the development files used for C programs.

libvpoll0: generate synthetic events for poll/select/ppoll/pselect/epoll (library)

 This library uses eventfd/VPOLL if provided by the kernel or the vpoll device
 otherwise it implements an emulator (providing only `EPOLLIN`, `EPOLLOUT`
 and a non standard version of EPOLLHUP/EPOLLRDHUP).
 .
 This package contains the shared library.

libvpoll0-dbgsym: debug symbols for libvpoll0
vpoll-dkms: vpoll device: generate events for poll/select/ppoll/pselect/epoll

 This kernel module creates the vpoll device for libvpoll.
 This package provides the source code for the vpoll kernel module and makes use
 of the DKMS build utility to install it for the running kernel.