Skip to content

Commit

Permalink
Add youtube videos to existing BSDCan 2020 talks (#79) (#85)
Browse files Browse the repository at this point in the history
* Add youtube link for Balan's BSDCan 2020 talk

* Add youtube link for Baldwin's BSDCan talk

* Add youtube video for McKusick's BSDCan 2020 talk

* Add youtube video to Dengg's BSDCan 2020 talk

* Add youtube video to Munro's BSDCan 2020 talk

* Add youtube video to Siciliano's BSDCan 2020 talk
  • Loading branch information
gkwhite authored Aug 15, 2020
1 parent dc22b7d commit ef1508c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/2020/BSDcan/balan-A_Personal_FreeBSD_Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: slides
title: "A Personal FreeBSD Deployment"
date: 2020-06-06
author: Dhananjay Balan
youtube: Qfgoz3SQ_hY
---
Things I wish I should've known before starting a FreeBSD deployment

Expand Down
1 change: 1 addition & 0 deletions content/2020/BSDcan/baldwin-Kernel_TLS_in_FreeBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: slides
title: "In-kernel TLS Framing and Encryption for FreeBSD"
date: 2020-06-05
author: John Baldwin
youtube: JdgOQi6lX5M
---
In the past year, several changes have been committed to FreeBSD to add support for in-kernel TLS framing and encryption on TCP sockets.

Expand Down
1 change: 1 addition & 0 deletions content/2020/BSDcan/dengg-Migrating_to_FreeBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Migrating to FreeBSD from a Linux sysadmins perspective"
date: 2020-06-05
author: Albert Dengg
email: [email protected]
youtube: lPS6bffVQkI
---
While I have been using Linux actively in one way or another (not counting embedded systems where i don't have access) for over 20 years now, i have been migrating some stuff to FreeBSD recently (Everything from a forced migration of my daily driver to a more planed migration of production servers and firewalls).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: slides
title: "An Overview of Scheduling in the FreeBSD Kernel"
date: 2020-06-06
author: Marshall Kirk McKusick
youtube: V6AxdJ-jdUg
---
This talk describes the schedulers available in the FreeBSD kernel: the current ULE scheduler, the real-time scheduler, and the historic 4BSD scheduler. It focuses on the design and implementation details of the default ULE scheduler. It also describes the recent changes that add support for the non-uniform memory access (NUMA) configurations of high-performance servers. The talk concludes by reviewing the results of a paper that benchmarked the ULE scheduler versus the Linux kernel scheduler.
1 change: 1 addition & 0 deletions content/2020/BSDcan/munro-PostgreSQL_on_FreeBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "PostgreSQL on FreeBSD"
date: 2020-06-06
author: Thomas Munro
email: [email protected]
youtube: fdbO5Jpopbg
---
A talk about past changes and potential future changes in PostgreSQL and FreeBSD that aim to make this combination the best relational database platform.

Expand Down
1 change: 1 addition & 0 deletions content/2020/BSDcan/siciliano-sysctlinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "sysctlinfo: a new interface to visit the FreeBSD sysctl MIB and to pass
date: 2020-06-06
author: Alfonso S. Siciliano
email: [email protected]
youtube: _eAgYJ8JS9U
---
The FreeBSD kernel maintains a Management Information Base (MIB) where a component (object) represents a parameter of the system. The sysctl system call explores the MIB to find an object by its Object Identifier (OID) and calls its handler to get or set the value of the parameter. It is often necessary to find an object not to call its handler but to get its info (description, type, name, next object, etc.), so the kernel provides an undocumented interface implemented in kern_sysctl.c.

Expand Down

0 comments on commit ef1508c

Please sign in to comment.