umview 0.8.2-3.1build1 source package in Ubuntu

Changelog

umview (0.8.2-3.1build1) noble; urgency=medium

  * No-change rebuild against libvdeplug2t64

 -- Steve Langasek <email address hidden>  Tue, 19 Mar 2024 06:00:23 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 powerpc powerpcspe ppc64 ppc64el
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64 [FULLYBUILT] ppc64el

Downloads

File Size SHA-256 Checksum
umview_0.8.2.orig.tar.gz 861.4 KiB 4da93bbc6a369628c9cc1091a3281e0b4f39cf6f9318dbb135b20c99f5c6b8e3
umview_0.8.2-3.1build1.debian.tar.xz 6.2 KiB 9ca572923b00ba11bb928bd4a3f44b8a80f84a2a4cda59546dc76b6dfa874537
umview_0.8.2-3.1build1.dsc 2.6 KiB bc2135c83b306e683e632cd9ac82d666739e76dfff5827c9badc1585a04185c7

View changes file

Binary packages built by this source

libumlib-dev: View-OS in user space - Development files

 View-OS is a novel approach to the process/kernel interface. The semantics of
 each system call can be assigned process by process giving the user the right
 to decide which view of the system each process has to join. Each process can
 "see" a different file system structure, networking resources, processor,
 devices. Moreover some of the resources can be provided by the user
 him/herself, thus these resource can be private to the single process and are
 not known a priori by the system. Groups of processes can share the same view
 but this is just an optimization to share management methods.
 .
 For more information, see http://wiki.virtualsquare.org
 .
 UMView is a user-mode implementation of View-OS. Processes are run with a
 controlling daemon that captures all the system calls (at present using the
 ptrace() system call) and uses dynamically loadable modules to change their
 semantic.
 .
 This package contains headers and library needed to write and compile new
 UMView modules. For some simple module examples, you can take a look to the
 existing modules (expecially in the um_testmodule directory of the source
 tree).

libumlib0: View-OS in user space - Support library for modules

 View-OS is a novel approach to the process/kernel interface. The semantics of
 each system call can be assigned process by process giving the user the right
 to decide which view of the system each process has to join. Each process can
 "see" a different file system structure, networking resources, processor,
 devices. Moreover some of the resources can be provided by the user
 him/herself, thus these resource can be private to the single process and are
 not known a priori by the system. Groups of processes can share the same view
 but this is just an optimization to share management methods.
 .
 For more information, see http://wiki.virtualsquare.org
 .
 UMView is a user-mode implementation of View-OS. Processes are run with a
 controlling daemon that captures all the system calls (at present using the
 ptrace() system call) and uses dynamically loadable modules to change their
 semantic.
 .
 This package contains a library with common functions used by every UMView
 module.

libumlib0-dbgsym: debug symbols for libumlib0
umview: View-OS in user space - Core and base modules

 View-OS is a novel approach to the process/kernel interface. The semantics of
 each system call can be assigned process by process giving the user the right
 to decide which view of the system each process has to join. Each process can
 "see" a different file system structure, networking resources, processor,
 devices. Moreover some of the resources can be provided by the user
 him/herself, thus these resource can be private to the single process and are
 not known a priori by the system. Groups of processes can share the same view
 but this is just an optimization to share management methods.
 .
 For more information, see http://wiki.virtualsquare.org
 .
 UMView is a user-mode implementation of View-OS. Processes are run with a
 controlling daemon that captures all the system calls (at present using the
 ptrace() system call) and uses dynamically loadable modules to change their
 semantic.
 .
 This package contains the UMView controlling daemon and some modules, both
 for testing and for real use. Other modules are contained in separate
 packages because they depend on additional libraries.

umview-dbgsym: debug symbols for umview
umview-mod-umdevtap: View-OS in user space - Virtual TUN/TAP module

 View-OS is a novel approach to the process/kernel interface. The semantics of
 each system call can be assigned process by process giving the user the right
 to decide which view of the system each process has to join. Each process can
 "see" a different file system structure, networking resources, processor,
 devices. Moreover some of the resources can be provided by the user
 him/herself, thus these resource can be private to the single process and are
 not known a priori by the system. Groups of processes can share the same view
 but this is just an optimization to share management methods.
 .
 For more information, see http://wiki.virtualsquare.org
 .
 UMView is a user-mode implementation of View-OS. Processes are run with a
 controlling daemon that captures all the system calls (at present using the
 ptrace() system call) and uses dynamically loadable modules to change their
 semantic.
 .
 This package contains a sub-module for umdev. umdev is contained in the main
 UMView package and allows virtualization of character and block devices.
 umdevtap creates a virtual TUN/TAP interface (i.e. /dev/net/tun). On the
 outer side, UMView opens a connection to a VDE switch.

umview-mod-umdevtap-dbgsym: debug symbols for umview-mod-umdevtap
umview-mod-umlwip: View-OS in user space - LWIPv6 gateway module

 View-OS is a novel approach to the process/kernel interface. The semantics of
 each system call can be assigned process by process giving the user the right
 to decide which view of the system each process has to join. Each process can
 "see" a different file system structure, networking resources, processor,
 devices. Moreover some of the resources can be provided by the user
 him/herself, thus these resource can be private to the single process and are
 not known a priori by the system. Groups of processes can share the same view
 but this is just an optimization to share management methods.
 .
 For more information, see http://wiki.virtualsquare.org
 .
 UMView is a user-mode implementation of View-OS. Processes are run with a
 controlling daemon that captures all the system calls (at present using the
 ptrace() system call) and uses dynamically loadable modules to change their
 semantic.
 .
 This package contains the umnewlwipv6 module, a gateway to the LWIPv6
 user-level networking library (see liblwipv6-2). It makes possible for
 processes inside UMView to use virtual network interfaces that are connected
 to the external world through a TUN/TAP device or a VDE switch.

umview-mod-umlwip-dbgsym: debug symbols for umview-mod-umlwip
umview-mod-viewfs: View-OS in user space - Filesystem mangling modules

 View-OS is a novel approach to the process/kernel interface. The semantics of
 each system call can be assigned process by process giving the user the right
 to decide which view of the system each process has to join. Each process can
 "see" a different file system structure, networking resources, processor,
 devices. Moreover some of the resources can be provided by the user
 him/herself, thus these resource can be private to the single process and are
 not known a priori by the system. Groups of processes can share the same view
 but this is just an optimization to share management methods.
 .
 For more information, see http://wiki.virtualsquare.org
 .
 UMView is a user-mode implementation of View-OS. Processes are run with a
 controlling daemon that captures all the system calls (at present using the
 ptrace() system call) and uses dynamically loadable modules to change their
 semantic.
 .
 This package contains (very experimental) modules that allow filesystem
 namespace mangling (as hiding some portions of the filesystem, creating COW
 subtrees and so on).

umview-mod-viewfs-dbgsym: debug symbols for umview-mod-viewfs