From owner-svn-doc-head@FreeBSD.ORG Wed Jun 27 23:00:36 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EB38106564A; Wed, 27 Jun 2012 23:00:36 +0000 (UTC) (envelope-from issyl0@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 678DC8FC15; Wed, 27 Jun 2012 23:00:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5RN0a5X037961; Wed, 27 Jun 2012 23:00:36 GMT (envelope-from issyl0@svn.freebsd.org) Received: (from issyl0@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5RN0aZn037958; Wed, 27 Jun 2012 23:00:36 GMT (envelope-from issyl0@svn.freebsd.org) Message-Id: <201206272300.q5RN0aZn037958@svn.freebsd.org> From: Isabell Long Date: Wed, 27 Jun 2012 23:00:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39140 - head/en_US.ISO8859-1/htdocs/multimedia X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2012 23:00:36 -0000 Author: issyl0 Date: Wed Jun 27 23:00:35 2012 New Revision: 39140 URL: http://svn.freebsd.org/changeset/doc/39140 Log: Remove, replace, and fix some broken links on the multimedia pages of the website. PR: docs/169395 Submitted by: db Approved by: gabor (mentor) Modified: head/en_US.ISO8859-1/htdocs/multimedia/multimedia-input.xml Modified: head/en_US.ISO8859-1/htdocs/multimedia/multimedia-input.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/multimedia/multimedia-input.xml Wed Jun 27 22:33:22 2012 (r39139) +++ head/en_US.ISO8859-1/htdocs/multimedia/multimedia-input.xml Wed Jun 27 23:00:35 2012 (r39140) @@ -4335,293 +4335,6 @@ dcbsdcon,dcbsdcon2009,photos - - Chris Buechler - Network perimeter redundancy with pfsense - - This session will first provide an introduction and - overview of pfSense and its common uses. It will - then go on to cover means of providing redundancy - for the critical portions of your network perimeter - using pfSense, including redundancy for your Internet - connections, firewalls and DNS. Live configuration - examples will be shown for as many of these topics - as the session's length permits. This session will - cover pfSense 1.2.1, but will also offer an overview - of some of the enhanced capabilities in this area - that pfSense 2.0 will provide in the future. - - http://www.dcbsdcon.org/speakers/buechler.html - dcbsdcon,dcbsdcon2009,slides,pfsense,chris buechler - - - http://www.dcbsdcon.org/speakers/slides/buechler_dcbsdcon2009.pdf - PDF - 6.2 Kb - 30 pages - pdf - - - - - - Richard Bejtlich - Network security monitoring using FreeBSD - - I've been using FreeBSD as my preferred platform - for Network Security Monitoring (NSM) since 2000. - In this presentation I'll discuss my latest thinking - on using FreeBSD to identify normal, suspicious, - and malicious traffic in enterprise networks. FreeBSD - is a powerful platform for network traffic inspection - and log analysis, and I'll share a few ways I use - it in production environments. - - http://www.dcbsdcon.org/speakers/bejtlich.html - dcbsdcon,dcbsdcon2009,slides,freebsd,network security,monitoring,richard bejtlich - - - http://www.dcbsdcon.org/speakers/slides/bejtlich_dcbsdcon2009.pdf - PDF - 972 Kb - 23 pages - pdf - - - - - - Henning Brauer - Faster packets: Performance tuning in the OpenBSD network stack and PF - - n/a - - http://www.dcbsdcon.org/speakers/brauer.html - dcbsdcon,dcbsdcon2009,slides,openbsd,performance,henning brauer - - - http://www.dcbsdcon.org/speakers/slides/brauer_dcbsdcon2009.pdf - PDF - 27 Mb - 69 pages - pdf - - - - - - Kristaps Dzonsons - Process isolation for NetBSD and OpenBSD - - In NetBSD and OpenBSD, user-land process and - process-context isolation is limited to credential - cross-checks, file-system chroot and explicit - systrace/kauth applications. I'll demonstrate a - working mechanism of isolated process trees in - branched OpenBSD-4.4 and NetBSD-5.0-beta kernels - where an isolated process is started by a system - call similar to fork; following that, the child - process and its descendants execute in a context - isolated from the caller. This system is the continued - work of "mult" -- first prototyped in a branched - NetBSD-3.1 kernel and isolating all system resources - -- pared down to a lightweight, auditable patch of - process-only separation for both OpenBSD and NetBSD. - I specifically address solutions to performance - issues and mechanism design with an eye toward more - resources being isolated in the future. - - http://www.dcbsdcon.org/speakers/dzonsons.html - dcbsdcon,dcbsdcon2009,slides,openbsd,netbsd,process isolation,kristaps dzonsons - - - http://www.dcbsdcon.org/speakers/slides/dzonsons_dcbsdcon2009.pdf - PDF - 687 Kb - 27 pages - pdf - - - - - - Robert Luciani - M:N threading in DragonflyBSD - - Ineffective concurrency mechanisms in an operating - system can lead to low performance in both single - and multiprocessor environments. Practical setbacks - involved with attempting overly invasive kernel - changes have made it difficult in the past to - implement new and innovative concurrency systems. - This paper describes the rationale behind interfaces - in the DragonFly BSD operating system intended to - provide high performance and scalability on - multiprocessor architectures. Using a lock-free - processor centric approach, DragonFly BSD has - developed a unique thread system with the potential - for excellent scalability. - - http://www.dcbsdcon.org/speakers/luciani.html - dcbsdcon,dcbsdcon2009,slides,dragonflybsd,concurrency,robert luciani - - - http://www.dcbsdcon.org/speakers/slides/luciani_dcbsdcon2009.pdf - PDF - 1.5 Mb - 23 pages - pdf - - - - - - Ken Caruso - Using BSD in Shmoocon labs - - n/a - - http://www.dcbsdcon.org/speakers/caruso.html - dcbsdcon,dcbsdcon2009,slides,freebsd,scmoocon,ken caruso - - - http://www.dcbsdcon.org/speakers/slides/caruso_dcbsdcon2009.pdf - PDF - 447 Kb - 13 pages - pdf - - - - - - Brooks Davis - Isolating cluster jobs for performance and predictability - - At The Aerospace Corporation, we run a large FreeBSD - based computing cluster to support engineering - applications. These applications come in all shapes, - sizes, and qualities of implementation. To support - them and our diverse userbase we have been searching - for ways to isolate jobs from one another in ways - that are more effective than Unix time sharing and - more fine grained than allocating whole nodes to - jobs. In this paper we discuss the problem space - and our efforts so far. These efforts include - implementation of partial file systems vitalization - and CPU isolation using CPU sets. - - http://www.dcbsdcon.org/speakers/davis.html - dcbsdcon,dcbsdcon2009,slides,freebsd,clusters,brooks davis - - - http://www.dcbsdcon.org/speakers/slides/davis_dcbsdcon2009.pdf - PDF - 952 Kb - 24 pages - pdf - - - - - - Marco Peereboom - Epitome - - Tired of tape and their weaknesses? So am I! -

- Epitome is the next generation backup mechanism. - It is based on the idea of providing instant available - backup data while removing duplicate files & blocks - from backups (yes really!). It is a disk based WORM - backup system. -

- This talk will go into the Epitome protocol and its - application. The code is generic enough that it can - address all 3 major (buzzword compliant) technologies - known as: CAS, DEDUP & SIS. -

- ]]>
- http://www.dcbsdcon.org/speakers/peereboom.html - dcbsdcon,dcbsdcon2009,slides,epitome,backup,marco peereboom - - - http://www.dcbsdcon.org/speakers/slides/peereboom_dcbsdcon2009.pdf - PDF - 197 Kb - 34 pages - pdf - - -
- - - Kurt Miller - Implementing PIE on OpenBSD - - In this session, Kurt will discuss OpenBSD's PIE - implementation, its impact on existing security - mechanisms such as W^X on i386, and the various - enhancements needed to the runtime linker, kernel - and other system libs. - - http://www.dcbsdcon.org/speakers/miller.html - dcbsdcon,dcbsdcon2009,slides,openbsd,pie,kurt miller - - - http://www.dcbsdcon.org/speakers/slides/miller_dcbsdcon2009.pdf - PDF - 4.1 Mb - 24 pages - pdf - - - - - - Ted Unangst - OpenBSD vs SMP, threading, and concurrency - - I will discuss the current status of kernel SMP - support, the rthreads thread library, and relevant - future developments. Over the years, we have - accumulated several concurrency primitives in the - kernel, causing some confusion amongst developers, - so I will lay out the origin and correct usage for - each. The talk is primarily targeted at the budding - OpenBSD kernel developer, but I will also describe - the end-user effects of each topic. - - http://www.dcbsdcon.org/speakers/unangst.html - dcbsdcon,dcbsdcon2009,slides,openbsd,smp,threading,concurrency,ted unangst - - - http://www.dcbsdcon.org/speakers/slides/unangst_dcbsdcon2009.pdf - PDF - 675 Kb - 32 pages - pdf - - - - - - George Neville-Neil - Performance analysis with (hwpmc) - - FreeBSD has included support for Hardware Performance - Monitoring Counters (hwpmc) for several years now. - The hwpmc system provides access to counters that - are present in all modern Intel and AMD CPUs, as - well as other chipsets, and which give the programmer - the ability to understand the low level performance - issues that may effect their code. This talk will - cover the motivation behind and basic usage of - HWPMC. - - http://www.dcbsdcon.org/speakers/neville-neil.html - dcbsdcon,dcbsdcon2009,slides,freebsd,hwpmc,george neville-neil - - - http://www.dcbsdcon.org/speakers/slides/neville-neil_dcbsdcon2009.pdf - PDF - 469 Kb - 71 pages - pdf - - - - @@ -6883,21 +6596,29 @@ - + + BSDCan-2006 Photos - Friday + http://www.db.net/gallery/BSDCan/BSDCan_2006_Friday/ + + Photos taken during the Conference on Friday at BSDCan 2006 in Ottawa + by Diane Bruce. + - - BSDCan 2006 Photos - BSDCan 2006 Photos by Diane Bruce - daily deamon news,photos,bsdcan,bsdcan2006,diane bruce - - - http://ezine.daemonnews.org/200605/bsdcan_photos.html - jpg - - + 2006,bsdcan,bsdcan2006,photos,diane bruce + + BSDCan-2006 Photos - Saturday + http://www.db.net/gallery/BSDCan/BSDCan_2006_Saturday/ + + Photos taken during the Conference on Saturday at BSDCan 2006 in Ottawa + by Diane Bruce. + + + 2006,bsdcan,bsdcan2006,photos,diane bruce + + + @@ -8193,24 +7914,6 @@ - - Episode 08 of "FreeBSD for all" uploaded - - This week we talk about some tips, latest news, Press Coverage and yes, some jazz. - - http://freebsdforall.blogspot.com/2006/11/episode-08.html - freebsd for all,talk - - http://dl01.blastpodcast.com/freebsdforall/ - - 15403_1164691046.mp3 - 18 Mb - 128 kbps MP3 version - mp3 - - - - Episode 07 of "FreeBSD for all" uploaded @@ -8503,66 +8206,6 @@ - - Google Tech Talks June 20, 2007: How the FreeBSD Project Works - - The FreeBSD Project is one of the oldest and most - successful open source operating system ... all - projects, seeing wide deployment across the IT - industry. From the root name servers, to top tier - ISPs, to core router operating systems, to firewalls, - to embedded appliances, you can't use a networked - computer for ten minutes without using FreeBSD - dozens of times. Part of FreeBSD's reputation for - quality and reliability comes from the nature of - its development organization--driven by a hundreds - of highly skilled volunteers, from high school - students to university professors. And unlike most - open source projects, the FreeBSD Project has - developers who have been working on the same source - base for over twenty years. But how does this - organization work? Who pays the bandwidth bills, - runs the web servers, writes the documentation, - writes the code, and calls the shots? And how can - developers in a dozen time zones reach agreement - on the time of day, let alone a kernel architecture? - This presentation will attempt to provide, in 45 - minutes, a brief if entertaining snapshot into - what makes FreeBSD run. -

- Speaker: Robert Watson Robert Watson is a researcher - at the University of Cambridge Computer Laboratory - investinging operating system and network security. - Prior to joining the Computer Laboratory to work - on a PhD, he was a Senior Principal Scientist at - McAfee Research, now SPARTA ISSO, a leading security - research and development organization, where he - directed government and commercial research contracts - for customers that include DARPA, the US Navy, and - Apple Computer. His research interests include - operating system security, network stack structure - and performance, and windowing system structure. - He is also a member of the FreeBSD Core Team and - president of the FreeBSD Foundation. -

- ]]>
- - google,presentation,freebsd,freebsd project,robert watson - - - - 321 Mb - 51 minutes - AVI - avi - - -