|
Lines 41-46
Link Here
|
| 41 |
<tags>2012,bsdcan,bsdcan2012,photos,benedict reuschling</tags> |
41 |
<tags>2012,bsdcan,bsdcan2012,photos,benedict reuschling</tags> |
| 42 |
</item> |
42 |
</item> |
| 43 |
|
43 |
|
|
|
44 |
<item source="bsdcan" added="20120530"> |
| 45 |
<title>BSDCan-2012 - Michael Dexter - An applied survey of BSD multiplicity and virtualization strategies from chroot to BHyVe</title> |
| 46 |
<desc> |
| 47 |
Ever since the University of California, Berkeley CSRG |
| 48 |
implemented the chroot(8) command and system call in its |
| 49 |
BSD operating system in 1982, the community-developed |
| 50 |
BSD Unix derivatives have set the standard for |
| 51 |
the introduction of plurality to the conventionally-singular |
| 52 |
Unix computing model. Today's system operators and developers |
| 53 |
have an array of BSD-licensed multiplicity strategies at their |
| 54 |
disposal that offer various degrees of both isolation and |
| 55 |
virtualization when introducing plurality. This paper will |
| 56 |
survey current and experimental BSD multiplicity strategies |
| 57 |
including chroot, FreeBSD jail, NetBSD/Xen, Amazon EC2, |
| 58 |
compatlinux, GXemul and SIMH, plus experimental strategies |
| 59 |
such as FreeBSD BHyVe, compatmach, Usermode NetBSD, |
| 60 |
Dragonfly BSD vkernel, OpenBSD sysjail and NetBSD mult. |
| 61 |
As an applied survey, this paper will both categorize each |
| 62 |
multiplicity strategy by the Unix environment to which |
| 63 |
it introduces plurality and demonstrate the usage |
| 64 |
of the utilities relating to each solution. |
| 65 |
</desc> |
| 66 |
<overview>http://www.bsdcan.org/2012/schedule/events/291en.html</overview> |
| 67 |
<tags>2012,bsdcan,bsdcan2012,papers,michael dexter</tags> |
| 68 |
<files> |
| 69 |
<file> |
| 70 |
<url>http://www.bsdcan.org/2011/schedule/events/291en.html</url> |
| 71 |
<desc>html</desc> |
| 72 |
<tags>html</tags> |
| 73 |
</file> |
| 74 |
</files> |
| 75 |
</item> |
| 76 |
|
| 77 |
<item source="bsdcan" added="20120530"> |
| 78 |
<title>BSDCan-2012 - Kirk McKusick - An Overview of Locking in the FreeBSD Kernel</title> |
| 79 |
<desc> |
| 80 |
The FreeBSD kernel uses seven different types of locks |
| 81 |
to ensure proper access to the resources that it manages. |
| 82 |
This talk describes the hierarchy of these locks from |
| 83 |
the low-level and simple to the high-level and full-featured. |
| 84 |
|
| 85 |
The functionality of each type of lock is described along |
| 86 |
with the problem domain for which it is intended. |
| 87 |
The talk concludes by describing the witness system |
| 88 |
within the FreeBSD kernel that tracks the usage of all |
| 89 |
the locks in the system and reports any possible deadlocks |
| 90 |
that might occur because of improper acquisition ordering |
| 91 |
of locks. |
| 92 |
</desc> |
| 93 |
<overview>http://www.bsdcan.org/2012/schedule/events/306en.html</overview> |
| 94 |
<tags>2012,bsdcan,bsdcan2012,papers,kirk mckusick</tags> |
| 95 |
<files> |
| 96 |
<file> |
| 97 |
<url>http://www.bsdcan.org/2012/schedule/attachments/195_locking.pdf</url> |
| 98 |
<size>27 Kb</size> |
| 99 |
<desc>Slides</desc> |
| 100 |
<tags>pdf</tags> |
| 101 |
</file> |
| 102 |
</files> |
| 103 |
</item> |
| 104 |
|
| 44 |
<item source="bsdcan" added="20120528"> |
105 |
<item source="bsdcan" added="20120528"> |
| 45 |
<title>BSDCan-2012 Photos - Developers summit and conference</title> |
106 |
<title>BSDCan-2012 Photos - Developers summit and conference</title> |
| 46 |
<overview>http://gallery.keltia.net/v/voyages/conferences/bsdcan-2012/devsummit/</overview> |
107 |
<overview>http://gallery.keltia.net/v/voyages/conferences/bsdcan-2012/devsummit/</overview> |
|
Lines 92-97
Link Here
|
| 92 |
<tags>2010,bsdcan,bsdcan2010,photos,diane bruce</tags> |
153 |
<tags>2010,bsdcan,bsdcan2010,photos,diane bruce</tags> |
| 93 |
</item> |
154 |
</item> |
| 94 |
|
155 |
|
|
|
156 |
<item source="bsdcan" added="20100520"> |
| 157 |
<title>BSDCan-2010 - Kris Moore - The PBI format re-implemented for FreeBSD and PC-BSD</title> |
| 158 |
<desc> |
| 159 |
The PBI format (Push Button Installer) has been the default |
| 160 |
package management system for PC-BSD going on 5+ years now. |
| 161 |
However as we looked to the future it became apparent that it |
| 162 |
was greatly needing an overhaul to both improve its |
| 163 |
functionality, and expand its usage outside the scope of |
| 164 |
just PC-BSD. Among the areas needing improvement were how |
| 165 |
it dealt with identical libraries between applications, |
| 166 |
the heavy requirements from being implemented in QT/KDE, |
| 167 |
and lack of a digital verification mechanism. |
| 168 |
</desc> |
| 169 |
<overview>http://www.bsdcan.org/2011/schedule/events/215en.html</overview> |
| 170 |
<tags>2010,bsdcan,bsdcan2010,papers,kris moore</tags> |
| 171 |
<files> |
| 172 |
<file> |
| 173 |
<url>http://www.bsdcan.org/2011/schedule/events/215en.html</url> |
| 174 |
<desc>html</desc> |
| 175 |
<tags>html</tags> |
| 176 |
</file> |
| 177 |
</files> |
| 178 |
</item> |
| 179 |
|
| 95 |
<!-- Source: bsdtalk |
180 |
<!-- Source: bsdtalk |
| 96 |
--> |
181 |
--> |