libvpoll-eventfd 0.1-2ubuntu1 source package in Ubuntu

Changelog

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

  * Support Linux 6.2 (LP: #2007534):
    - debian/patches/0001-Linux-6.2-fix-vpoll_devnode-parameter.patch

 -- Andrea Righi <email address hidden>  Tue, 13 Jun 2023 09:44:12 +0000

Upload details

Uploaded by:
Andrea Righi
Sponsored by:
Mattia Rizzolo
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 updates universe misc

Downloads

File Size SHA-256 Checksum
libvpoll-eventfd_0.1.orig.tar.gz 22.3 KiB 79c6b1258de59a25ae32a86e40f20a37478018046a5de487a48e52275e7efa63
libvpoll-eventfd_0.1-2ubuntu1.debian.tar.xz 3.4 KiB 55130a9c8b60dc8ff394c1d7a0b1c6bb91f62f503d77721bc335781af412192e
libvpoll-eventfd_0.1-2ubuntu1.dsc 2.3 KiB 0887b3a2dd2f5dbdb232ec70a9a14aff81eeed08f9e91c5f6181b16bf1f0f448

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.