File: control

package info (click to toggle)
kernel-patch-viewos 0.20120115-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,236 kB
  • sloc: sh: 625; makefile: 85
file content (34 lines) | stat: -rw-r--r-- 1,773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: kernel-patch-viewos
Section: kernel
Priority: optional
Maintainer: Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>
Uploaders: Ludovico Gardenghi <garden@debian.org>, Guido Trotter <ultrotter@debian.org>, Filippo Giunchedi <filippo@debian.org>
DM-Upload-Allowed: yes
Build-Depends-Indep: dh-kpatches
Build-Depends: debhelper (>= 5), cdbs
Vcs-Svn: svn://svn.debian.org/pkg-vsquare/kernel-patch-viewos/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/kernel-patch-viewos/trunk/
Homepage: http://view-os.sourceforge.net
Standards-Version: 3.9.2

Package: kernel-patch-viewos
Architecture: all
Depends: ${misc:Depends}, ${kpatch:Depends}
Enhances: umview
Description: View-OS - Kernel patch for better UMView performances
 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
 .
 This package contains a couple of kernel patches that should be used together
 with UMView.  Though not required, they consent dramatic improvements in
 performances.  These patches are quite general and can also be used by other
 virtualization software (as User Mode Linux, or everything that uses the
 ptrace() system call) to increase performances.