From owner-svn-doc-head@FreeBSD.ORG Sun Jan 12 05:08:11 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2575EDCF; Sun, 12 Jan 2014 05:08:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DA38149F; Sun, 12 Jan 2014 05:08:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0C58AAv036737; Sun, 12 Jan 2014 05:08:10 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0C58Awn036736; Sun, 12 Jan 2014 05:08:10 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401120508.s0C58Awn036736@svn.freebsd.org> From: Glen Barber Date: Sun, 12 Jan 2014 05:08:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43475 - head/en_US.ISO8859-1/books/developers-handbook/kerneldebug X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 12 Jan 2014 05:08:11 -0000 Author: gjb Date: Sun Jan 12 05:08:10 2014 New Revision: 43475 URL: http://svnweb.freebsd.org/changeset/doc/43475 Log: Add WITNESS_SKIPSPIN to the list of kernel debugging options that should be enabled. Reviewed by: sbruno (earlier version), kib Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml Modified: head/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml Sat Jan 11 21:58:47 2014 (r43474) +++ head/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.xml Sun Jan 12 05:08:10 2014 (r43475) @@ -758,6 +758,7 @@ Debugger (msg=0xf01b0383 "Boot flags req options INVARIANTS options INVARIANT_SUPPORT options WITNESS + options WITNESS_SKIPSPIN options DEBUG_LOCKS options DEBUG_VFS_LOCKS options DIAGNOSTIC From owner-svn-doc-head@FreeBSD.ORG Sun Jan 12 05:33:24 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 029E113F; Sun, 12 Jan 2014 05:33:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E19411612; Sun, 12 Jan 2014 05:33:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0C5XNJj047447; Sun, 12 Jan 2014 05:33:23 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0C5XN3J047446; Sun, 12 Jan 2014 05:33:23 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201401120533.s0C5XN3J047446@svn.freebsd.org> From: Ryusuke SUZUKI Date: Sun, 12 Jan 2014 05:33:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43476 - head/ja_JP.eucJP/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 12 Jan 2014 05:33:24 -0000 Author: ryusuke Date: Sun Jan 12 05:33:23 2014 New Revision: 43476 URL: http://svnweb.freebsd.org/changeset/doc/43476 Log: - Merge the following from the English version: r18248 -> r18284 head/ja_JP.eucJP/books/handbook/basics/chapter.xml Submitted by: Yuta MASUMOTO Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/basics/chapter.xml Sun Jan 12 05:08:10 2014 (r43475) +++ head/ja_JP.eucJP/books/handbook/basics/chapter.xml Sun Jan 12 05:33:23 2014 (r43476) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r18248 + Original revision: r18284 $FreeBSD$ --> @@ -86,7 +86,7 @@ ¥·¥¹¥Æ¥à¤¬´ÉÍý¤¹¤ë»ñ¸»¤Ï¤¹¤Ù¤Æ¡¢ 郎¤½¤Î»ñ¸»¤òÆɤߡ¦½ñ¤­¡¦¼Â¹Ô¤Ç¤­¤ë¤«¤ò»ÙÇÛ¤¹¤ë¡¢ °ìÁȤεö²Ä°À­¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ - ¤³¤ì¤é¤Îµö²Ä°À­¤Ï 3 ¤Ä¤ÎÉôʬ¤«¤é¤Ê¤ë 2 ·å¤Î 8 ¿Ê¿ô¤Î·Á¤Ç³ÊǼ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ + ¤³¤ì¤é¤Îµö²Ä°À­¤Ï 3 ¤Ä¤ÎÉôʬ¤«¤é¤Ê¤ë 3 ·å¤Î 8 ¿Ê¿ô¤Î·Á¤Ç³ÊǼ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ ¤½¤ì¤Ï¤½¤Î¥Õ¥¡¥¤¥ë¤Î½êÍ­¼Ô (owner) ¤ËÂФ¹¤ë¤â¤Î¡¢ ¤½¤Î¥Õ¥¡¥¤¥ë¤¬½ê°¤¹¤ë¥°¥ë¡¼¥× (group) ¤ËÂФ¹¤ë¤â¤Î¡¢ ¤½¤Î¾ (others) ¤ËÂФ¹¤ë¤â¤Î¤Î 3 ¤Ä¤Ç¤¹¡£ @@ -165,8 +165,18 @@ &man.ls.1; ¤ËÂФ·¤Æ¥³¥Þ¥ó¥É¥é¥¤¥ó°ú¿ô ¤ò»È¤¦¤È¡¢ ¾ÜºÙ¤Ê¥Ç¥£¥ì¥¯¥È¥ê¥ê¥¹¥È¤ò¸«¤ë¤³¤È¤¬¤Ç¤­¡¢ ¥Õ¥¡¥¤¥ë¤Î½êÍ­¼Ô¡¢¥°¥ë¡¼¥×¡¢¤½¤Î¾¤Ø¤Îµö²Ä°À­¤ò¼¨¤¹Í󤬤¢¤ë¤Î¤¬¤ï¤«¤ê¤Þ¤¹¡£ - ¼¡¤Ë¼¨¤¹¤Î¤Ï¡¢ls -l - ¤ÎºÇ½é¤ÎÉôʬ¤À¤±È´¤­½Ð¤·¤¿¤â¤Î¤Ç¤¹¡£ + Î㤨¤Ð¡¢ls -l ¤ò¼Â¹Ô¤·¤Æ¡¢ + ŬÅö¤Ê¥Ç¥£¥ì¥¯¥È¥ê¤òɽ¼¨¤µ¤»¤ë¤È°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ + + &prompt.user; ls -l +total 530 +-rw-r--r-- 1 root wheel 512 Sep 5 12:31 myfile +-rw-r--r-- 1 root wheel 512 Sep 5 12:31 otherfile +-rw-r--r-- 1 root wheel 7680 Sep 5 12:31 email.txt +... + + °Ê²¼¤Ë¼¨¤¹¤Î¤Ï¡¢ + ls -l ¤ÎºÇ½é¤Î¹Ô¤òÈ´¤­½Ð¤·¤¿¤â¤Î¤Ç¤¹¡£ -rw-r--r-- @@ -205,7 +215,8 @@ ¥Ç¥£¥ì¥¯¥È¥ê¤Î¼Â¹Ô¥Ó¥Ã¥È¤Ï¥Õ¥¡¥¤¥ë¤Î¤½¤ì¤È¤Ï¾¯¤·°ã¤Ã¤¿°ÕÌ£¤ò»ý¤Á¤Þ¤¹¡£ ¥Ç¥£¥ì¥¯¥È¥ê¤¬¼Â¹Ô²Äǽ¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤È¤­¡¢ ¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ - ¤Ä¤Þ¤ê¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë cd ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£ + ¤Ä¤Þ¤ê¡¢¤½¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ë cd (change directory) + ¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£ ¤Þ¤¿¡¢¼Â¹Ô²Äǽ°À­¤¬¤Ä¤¤¤Æ¤¤¤ë¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤Ï¡¢ ̾Á°¤¬Ê¬¤«¤Ã¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹ (¤â¤Á¤í¤ó¤½¤Î¥Õ¥¡¥¤¥ë¼«ÂΤεö²Ä°À­¤Ë¤è¤ê¤Þ¤¹)¡£ @@ -348,11 +359,12 @@ ¤ò¼Â¹Ô¤Ç¤­¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£ &prompt.user; chmod go-w,a+x FILE - + @@ -1317,7 +1329,7 @@ - ¼ÂºÝ¤Ë¥·¥¹¥Æ¥à¥³¡¼¥ë¤¹¤ë°Ê³°¤ÎÁ´¤Æ¤Î¤³¤È¤ò¤·¤Þ¤¹¡£ + ¼ÂºÝ¤Ë¥Þ¥¦¥ó¥È¥·¥¹¥Æ¥à¥³¡¼¥ë¤¹¤ë°Ê³°¤Î¤¹¤Ù¤Æ¤Î¤³¤È¤ò¤·¤Þ¤¹¡£ ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï ¥Õ¥é¥°¤ÈÁȤ߹ç¤ï¤»¤Æ»È¤¤¡¢ &man.mount.8; ¤¬¼ÂºÝ¤Ê¤Ë¤ò¤·¤è¤¦¤È¤·¤Æ¤¤¤ë¤Î¤«Ä´¤Ù¤ë¤Î¤ËÊØÍø¤Ç¤¹¡£ @@ -1465,7 +1477,7 @@ Î㤨¤Ð¡¢¥·¥§¥ë¤Ë¥³¥Þ¥ó¥É¤òÂǤÁ¹þ¤ó¤Ç¤¤¤ë¤È¤­¤Ï¥·¥§¥ë¤¬¥×¥í¥»¥¹¤Ç¡¢ Æ°¤«¤¹¥³¥Þ¥ó¥É¤â¤Þ¤¿¤É¤ì¤â¥×¥í¥»¥¹¤Ç¤¹¡£ ¤³¤Î¤è¤¦¤Ë¤·¤Æµ¯Æ°¤¹¤ë¥×¥í¥»¥¹¤Ï¤½¤ì¤¾¤ì¥·¥§¥ë¤¬¿Æ¥×¥í¥»¥¹¤Ë¤Ê¤ê¤Þ¤¹¡£ - ¤³¤ì¤ÎÎã³°¤Ï init ¤È¤¤¤¦ÆÃÊÌ¤Ê¥×¥í¥»¥¹¤Ç¤¹¡£ + ¤³¤ì¤ÎÎã³°¤Ï &man.init.8; ¤È¤¤¤¦ÆÃÊÌ¤Ê¥×¥í¥»¥¹¤Ç¤¹¡£ init ¤Ï¾ï¤ËºÇ½é¤Î¥×¥í¥»¥¹¤Ê¤Î¤Ç¡¢ PID ¤Ïɬ¤º 1 ¤Ë¤Ê¤ê¤Þ¤¹¡£ init ¤Ï FreeBSD @@ -1473,15 +1485,17 @@ &man.ps.1; ¤È &man.top.1; ¤È¤¤¤¦2¤Ä¤Î¥³¥Þ¥ó¥É¤¬ ¥·¥¹¥Æ¥à¾å¤Î¥×¥í¥»¥¹¤ò³Îǧ¤¹¤ë¤¿¤á¤ËÆäËÊØÍø¤Ç¤¹¡£ - &man.ps.1; ¥³¥Þ¥ó¥É¤Ï¸½ºßÆ°ºîÃæ¤Î¥×¥í¥»¥¹¤Î¥ê¥¹¥È¤ò¸«¤ë¤¿¤á¤Ë»È¤¤¡¢ + ps + ¥³¥Þ¥ó¥É¤Ï¸½ºßÆ°ºîÃæ¤Î¥×¥í¥»¥¹¤Î¥ê¥¹¥È¤ò¸«¤ë¤¿¤á¤Ë»È¤¤¡¢ PID ¤ä¥×¥í¥»¥¹¤¬»È¤Ã¤Æ¤¤¤ë¥á¥â¥ê¤ÎÎÌ¡¢ ¤É¤¦¤¤¤¦¥³¥Þ¥ó¥É¥é¥¤¥ó¤Çµ¯Æ°¤µ¤ì¤¿¤Î¤«¡¢ ¤Ê¤É¤òɽ¼¨¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ - &man.top.1; ¥³¥Þ¥ó¥É¤ÏÆ°ºîÃæ¤ÎÁ´¤Æ¤Î¥×¥í¥»¥¹¤òɽ¼¨¤·¡¢ + top ¥³¥Þ¥ó¥É¤ÏÆ°ºîÃæ¤ÎÁ´¤Æ¤Î¥×¥í¥»¥¹¤òɽ¼¨¤·¡¢ ¿ôÉ䴤ȤËɽ¼¨¤ò¹¹¿·¤¹¤ë¤Î¤Ç¡¢ ·×»»µ¡¤¬¤Ê¤Ë¤ò¤·¤Æ¤¤¤ë¤Î¤«¥¤¥ó¥¿¥é¥¯¥Æ¥£¥Ö¤ËÃΤ뤳¤È¤¬¤Ç¤­¤Þ¤¹¡£ - ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢&man.ps.1; ¤ÏÆ°ºîÃ椫¤Ä½êÍ­¼Ô¤¬¼«Ê¬¤Î¥³¥Þ¥ó¥É¤Î¤ß¤òɽ¼¨¤·¤Þ¤¹¡£ + ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢ps + ¤ÏÆ°ºîÃ椫¤Ä½êÍ­¼Ô¤¬¼«Ê¬¤Î¥³¥Þ¥ó¥É¤Î¤ß¤òɽ¼¨¤·¤Þ¤¹¡£ Î㤨¤Ð: &prompt.user; ps @@ -1508,13 +1522,13 @@ PID ¤ÏÀè¤Û¤É¸«¤¿¥×¥í¥»¥¹ ID ¤Ç¤¹¡£ PID ¤Ï 1 ¤«¤é½ç¤Ë 99999 ¤Þ¤Ç³ä¤êÅö¤Æ¤é¤ì¡¢ ­¤ê¤Ê¤¯¤Ê¤ë¤ÈºÇ½é¤ËÌá¤Ã¤Æ»È¤¤²ó¤µ¤ì¤Þ¤¹¡£ - TT ¤Ï¥×¥í¥°¥é¥à¤¬Æ°¤¤¤Æ¤¤¤ë tty ¤ò¼¨¤·¤Þ¤¹¡£ + TT ¤ÎÎó¤Ï¥×¥í¥°¥é¥à¤¬Æ°¤¤¤Æ¤¤¤ë tty ¤ò¼¨¤·¤Þ¤¹¡£ º¹¤·Åö¤¿¤Ã¤Æ̵»ë¤·¤Æ¤â¤«¤Þ¤ï¤Ê¤¤¤Ç¤·¤ç¤¦¡£ STAT ¤Ï¥×¥í¥°¥é¥à¤Î¾õÂÖ¤ò¼¨¤·¤Þ¤¹¤¬¡¢ ¤³¤ì¤â¤Þ¤¿Ìµ»ë¤·¤Æ¤è¤¤¤Ç¤·¤ç¤¦¡£ TIME ¤Ï¥×¥í¥°¥é¥à¤¬¤½¤Î CPU - ¾å¤ÇÆ°¤¤¤Æ¤¤¤ë»þ´Ö¤ÎŤµ¤Ç¤¹—¤³¤ì¤Ï¥×¥í¥°¥é¥à¤ò¥¹¥¿¡¼¥È¤µ¤»¤¿¤È¤­ - ¤«¤é¤Î·Ð²á»þ´Ö¤Ç¤¢¤ë¤È¤Ï¤«¤®¤ê¤Þ¤»¤ó¡£ + ¾å¤ÇÆ°¤¤¤Æ¤¤¤ë»þ´Ö¤ÎŤµ¤Ç¤¹— + Ä̾ï¤Ï¥×¥í¥°¥é¥à¤ò¥¹¥¿¡¼¥È¤µ¤»¤¿¤È¤­¤«¤é¤Î·Ð²á»þ´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ CPU ¾å¤Ç»þ´Ö¤ò»È¤¦É¬Íפ¬¤¢¤ë¤Þ¤Ç¤«¤Ê¤ê¤Î»þ´Ö¤òÈñ¤¹¤è¤¦¤Ê¥×¥í¥°¥é¥à¤â¤¢¤ë¤«¤é¤Ç¤¹¡£ ºÇ¸å¤Ë¡¢COMMAND ¤Ï¤½¤Î¥×¥í¥°¥é¥à¤òµ¯Æ°¤¹¤ë¤Î¤Ë»È¤ï¤ì¤¿¥³¥Þ¥ó¥É¥é¥¤¥ó¤È¤Ê¤ê¤Þ¤¹¡£ @@ -1679,9 +1693,9 @@ Swap: 256M Total, 38M Used, 217M Free, 1 ¥×¥í¥»¥¹¤Ë¥·¥°¥Ê¥ë¤òÁ÷¤ë ¤³¤ÎÎã¤Ç¤Ï¡¢&man.inetd.8; ¤Ë¥·¥°¥Ê¥ë¤òÁ÷¤ëÊýË¡¤ò¼¨¤·¤Þ¤¹¡£ - &man.inetd.8; ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ï + inetd ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ï /etc/inetd.conf ¤Ç¡¢ - &man.inetd.8; ¤Ï SIGHUP + inetd ¤Ï SIGHUP ¤¬Á÷¿®¤µ¤ì¤ë¤È¤³¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤òºÆÆɤ߹þ¤ß¤·¤Þ¤¹¡£ @@ -2198,6 +2212,11 @@ Password: ¥Ñ¥¹¥ï¡¼¥É¤òÀµ³Î¤ËÆþÎϤ·¤¿¤é¡¢FreeBSD ¤Ë¥í¥°¥¤¥ó¤·¤Æ ÍøÍѲÄǽ¤Ê¤¹¤Ù¤Æ¤Î¥³¥Þ¥ó¥É¤ò»î¤»¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£ + MOTD¡¢¤â¤·¤¯¤Ï¥³¥Þ¥ó¥É¥×¥í¥ó¥×¥È + (#, $ + ¤Þ¤¿¤Ï $) + ¤Ëɽ¼¨¤µ¤ì¤ë¥á¥Ã¥»¡¼¥¸¤òÆɤà¤è¤¦¤Ë¤·¤Þ¤·¤ç¤¦¡£ + ¤³¤ì¤Ï FreeBSD ¤Ø¤Î¥í¥°¥¤¥ó¤ËÀ®¸ù¤·¤¿¤È¤­¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ @@ -2301,7 +2320,7 @@ console none FreeBSD ¤¬¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Çµ¯Æ°¤·¤¿¾ì¹ç¤Ë¤â root ¤Î¥Ñ¥¹¥ï¡¼¥É¤òÍ׵ᤷ¤Þ¤¹¡£ - ¤¿¤À¤·¡¢¤³¤ì¤òinsecure ¤Ë + ¤³¤ì¤ò insecure ¤Ë Êѹ¹¤¹¤ë¾ì¹ç¤Ï½½Ê¬Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ root ¤Î¥Ñ¥¹¥ï¡¼¥É¤ò˺¤ì¤Æ¤·¤Þ¤Ã¤¿¤é¡¢ ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Çµ¯Æ°¤¹¤ë¤Î¤Ï¾¯¤·¤ä¤ä¤³¤·¤¯¤Ê¤ê¤Þ¤¹¡£ @@ -2394,7 +2413,7 @@ console none force software to do some sleazy tricks, then he would be able to shave a few gates off the design and allow his CPU core to run faster. While it was made to work with this new kind of - hardware (known these days as RISC), a.out + hardware (known these days as RISC), a.out was ill-suited for this hardware, so many formats were developed to get to a better performance from this hardware than the limited, simple a.out format could @@ -2430,7 +2449,7 @@ console none added shared libraries and fixed some bugs. The GNU folks that originally write these programs rewrote them and added simpler support for building cross compilers, plugging in different - formats at will, etc. Since many people wanted to build cross + formats at will, and so on. Since many people wanted to build cross compilers targeting FreeBSD, they were out of luck since the older sources that FreeBSD had for as and ld were not up to the task. The new GNU tools chain (binutils) does support cross @@ -2448,7 +2467,7 @@ console none details that are different between the two in how they map pages, handle init code, etc. None of these are very important, but they are differences. In time support for - a.out will be moved out of the GENERIC + a.out will be moved out of the GENERIC kernel, and eventually removed from the kernel once the need to run legacy a.out programs is past. From owner-svn-doc-head@FreeBSD.ORG Sun Jan 12 05:39:08 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 153681C0; Sun, 12 Jan 2014 05:39:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 013D61626; Sun, 12 Jan 2014 05:39:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0C5d7Sv048072; Sun, 12 Jan 2014 05:39:07 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0C5d72c048071; Sun, 12 Jan 2014 05:39:07 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201401120539.s0C5d72c048071@svn.freebsd.org> From: Ryusuke SUZUKI Date: Sun, 12 Jan 2014 05:39:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43477 - head/ja_JP.eucJP/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 12 Jan 2014 05:39:08 -0000 Author: ryusuke Date: Sun Jan 12 05:39:07 2014 New Revision: 43477 URL: http://svnweb.freebsd.org/changeset/doc/43477 Log: - Merge the following from the English version: r18284 -> r18285 head/ja_JP.eucJP/books/handbook/basics/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/basics/chapter.xml Sun Jan 12 05:33:23 2014 (r43476) +++ head/ja_JP.eucJP/books/handbook/basics/chapter.xml Sun Jan 12 05:39:07 2014 (r43477) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r18284 + Original revision: r18285 $FreeBSD$ --> @@ -35,6 +35,9 @@ + FreeBSD ¤Î ²¾ÁÛ¥³¥ó¥½¡¼¥ë ¤Î»È¤¤Êý + + &unix; ¤Î¥Õ¥¡¥¤¥ë¤Îµö²Ä°À­¤Î»ÅÁÈ¤ß @@ -61,13 +64,236 @@ ¤µ¤é¤Ë¾Ü¤·¤¤¾ðÊó¤òÆÀ¤ë¤¿¤á¤Î¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤ÎÆɤßÊý - - FreeBSD ¤Î ²¾ÁÛ¥³¥ó¥½¡¼¥ë ¤Î»È¤¤Êý - + + ²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ÈüËö + ²¾ÁÛ¥³¥ó¥½¡¼¥ë + üËö + + FreeBSD ¤ÏÍÍ¡¹¤Ê»È¤¤Êý¤¬¤Ç¤­¤Þ¤¹¡£¤½¤ÎÃæ¤Î°ì¤Ä¤¬¡¢ + ¥Æ¥­¥¹¥ÈüËö¤Ç¥³¥Þ¥ó¥É¤òÆþÎϤ¹¤ë¤³¤È¤Ç¤¹¡£¤³¤ÎÊýË¡¤Ç FreeBSD ¤ò»È¤¨¤Ð¡¢ + &unix; ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤ÎǽÎϤȽÀÆðÀ­¤ò¼ê¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + ¤³¤ÎÀá¤Ç¤Ï¡¢¥³¥ó¥½¡¼¥ë ¤È + üËö ¤Ï¤É¤Î¤è¤¦¤Ê¤â¤Î¤Ç¡¢FreeBSD ¤Ç¤É¤¦»È¤¦¤«¤ò + ÀâÌÀ¤·¤Þ¤¹¡£ + + + ¥³¥ó¥½¡¼¥ë + ¥³¥ó¥½¡¼¥ë + + µ¯Æ°»þ¤Ë¼«Æ°Åª¤Ë¥°¥é¥Õ¥£¥«¥ë¤Ê´Ä¶­¤¬µ¯Æ°¤¹¤ë¤è¤¦¤Ë FreeBSD + ¤òÀßÄꤷ¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¥·¥¹¥Æ¥à¤¬µ¯Æ°¤·¤Æ¥¹¥¿¡¼¥È¥¢¥Ã¥× + ¥¹¥¯¥ê¥×¥È¤¬¼Â¹Ô¤µ¤ì¤ë¤È¡¢¤¹¤°¤Ë¥í¥°¥¤¥ó¥×¥í¥ó¥×¥È¤¬½Ð¤Æ¤¯¤ë¤Ç¤·¤ç¤¦¡£ + ¼¡¤Î¤è¤¦¤â¤Î¤¬É½¼¨¤µ¤ì¤ë¤Ï¤º¤Ç¤¹¡£ + + Additional ABI support:. +Local package initialization:. +Additional TCP options:. + +Fri Sep 20 13:01:06 EEST 2002 + +FreeBSD/i386 (pc3.example.org) (ttyv0) + +login: + + ¤¢¤Ê¤¿¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¥á¥Ã¥»¡¼¥¸¤¬Â¿¾¯°Û¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ + »÷¤¿¤è¤¦¤Ê¤â¤Î¤¬¸«¤é¤ì¤ë¤Ï¤º¤Ç¤¹¡£ + ºÇ¸å¤Î 2 ¹Ô¤¬¡¢º£´Ø¿´¤ò¸þ¤±¤Æ¤¤¤ë¤â¤Î¤Ç¤¹¡£ + ºÇ¸å¤«¤é 2 ¹ÔÌܤϡ¢°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ + + FreeBSD/i386 (pc3.example.org) (ttyv0) + + ¤³¤Î¹Ô¤Ë¤Ï¡¢ + µ¯Æ°¤·¤¿¤Ð¤«¤ê¤Î¥·¥¹¥Æ¥à¤Ë¤Ä¤¤¤Æ¤¤¤¯¤Ð¤¯¤«¤Î¾ðÊ󤬤¢¤ê¤Þ¤¹¡£ + ¤¢¤Ê¤¿¤Ï¡¢x86 ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¾å¤Î Intel ¤Þ¤¿¤Ï + ¤½¤Î¸ß´¹¥×¥í¥»¥Ã¥µ¾å¤ÇÆ°ºî¤·¤Æ¤¤¤ë FreeBSD ¤Î + ¥³¥ó¥½¡¼¥ë¤òÌܤˤ·¤Æ¤¤¤ë¤Î¤Ç¤¹ + i386 ¤¬°ÕÌ£¤·¤Æ¤¤¤ë¤Î¤Ï¤½¤¦¤¤¤¦¤³¤È¤Ç¤¹¡£ + FreeBSD ¤ò Intel ¤Î 386 CPU ¾å¤ÇÆ°¤«¤·¤Æ¤¤¤Ê¤¯¤Æ¤â¡¢ + ¤³¤³¤Ï i386 ¤Ë¤Ê¤ê¤Þ¤¹¡£ + ¤³¤³¤Çɽ¼¨¤µ¤ì¤ë¤Î¤Ï¥×¥í¥»¥Ã¥µ¤Î¼ïÎà¤Ç¤Ï¤Ê¤¯¡¢¥×¥í¥»¥Ã¥µ¤Î + ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤¹¡£ + ¡£¤³¤Î¥Þ¥·¥ó¤Î̾¾Î (¤É¤Î &unix; µ¡¤Ë¤â̾Á°¤¬¤Ä¤¤¤Æ + ¤¤¤Þ¤¹) ¤Ï pc3.example.org ¤Ç¡¢ + ¤¢¤Ê¤¿¤Ï¤½¤Î¥·¥¹¥Æ¥à¥³¥ó¥½¡¼¥ë¡¢ttyv0 + üËö¤Ë¸þ¤«¤Ã¤Æ¤¤¤Þ¤¹¡£ + + ºÇ¸å¤Î¹Ô¤Ï¡¢¾ï¤Ë°Ê²¼¤Î¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¡£ + + login: + + ¤³¤³¤Ï¡¢FreeBSD ¤Ë¥í¥°¥¤¥ó¤¹¤ë¤¿¤á¤Ë ¥æ¡¼¥¶Ì¾ + ¤òÆþÎϤ¹¤ë¤È¤³¤í¤Ç¤¹¡£¼¡¤ÎÀá¤Ç¤É¤¦¤¹¤ë¤«ÀâÌÀ¤·¤Þ¤¹¡£ + + + + FreeBSD ¤Ë¥í¥°¥¤¥ó¤¹¤ë + + FreeBSD ¤Ï¡¢¥Þ¥ë¥Á¥æ¡¼¥¶¡¢¥Þ¥ë¥Á¥×¥í¥»¥¹¤Ê¥·¥¹¥Æ¥à¤Ç¤¹¡£ + ¤³¤ì¤Ï¡¢1 Âæ¤Î¥Þ¥·¥ó¤Ç²¿¿Í¤â¤Î¿Í¤¬¸ò¸ß¤Ë¿¤¯¤Î¥×¥í¥°¥é¥à¤ò + Æ°¤«¤»¤ë¥·¥¹¥Æ¥à¤ËÍ¿¤¨¤é¤ì¤ëÀµ¼°¤ÊÀâÌÀ¤Ç¤¹¡£ + + ¤¢¤é¤æ¤ë¥Þ¥ë¥Á¥æ¡¼¥¶¥·¥¹¥Æ¥à¤Ë¤Ï¡¢¤¢¤ë ¥æ¡¼¥¶ + ¤ò¾¤Î¥æ¡¼¥¶¤È¶èÊ̤¹¤ë²¿¤¬¤·¤«¤Î¼êÃʤ¬É¬ÍפǤ¹¡£ + FreeBSD (¤È¤¹¤Ù¤Æ¤Î &unix; like ¤Ê¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à) ¤Ç¤Ï¡¢ + ¤¹¤Ù¤Æ¤Î¥æ¡¼¥¶¤ËÂФ·¤Æ¥×¥í¥°¥é¥à¤Î¼Â¹Ô¤ò²Äǽ¤Ë¤¹¤ë¤Î¤Ë¡¢¥·¥¹¥Æ¥à¤Ë + ¥í¥°¥¤¥ó ¤¹¤ë¤³¤È¤òµÁ̳ÉÕ¤±¤Æ¤³¤ì¤ò¼Â¸½¤·¤Æ¤¤¤Þ¤¹¡£ + ¤É¤Î¥æ¡¼¥¶¤Ë¤â¡¢°ì°Õ¤Ê̾Á° (¥æ¡¼¥¶Ì¾) + ¤È¸Ä¿ÍŪ¤ÊÈëÌ©¤Î¸° (¥Ñ¥¹¥ï¡¼¥É) ¤¬¤¢¤ê¤Þ¤¹¡£ + FreeBSD ¤Ï¥æ¡¼¥¶¤Ë¥×¥í¥°¥é¥à¤Î¼Â¹Ô¤òµö²Ä¤¹¤ëÁ°¤Ë¡¢ + ¤³¤Î 2 ¤Ä¤ÎÆþÎϤòÍ׵ᤷ¤Þ¤¹¡£ + + ¥¹¥¿¡¼¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È + FreeBSD ¤¬µ¯Æ°¤·¤Æ¥¹¥¿¡¼¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·½ª¤ï¤Ã¤¿ + ľ¸å¤Ë + ¥¹¥¿¡¼¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È¤Ï¡¢ + µ¯Æ°»þ¤Ë FreeBSD ¤¬¼«Æ°Åª¤Ë¼Â¹Ô¤¹¤ë¥×¥í¥°¥é¥à¤Ç¤¹¡£ + ¼ç¤Êµ¡Ç½¤Ï¡¢Á´¥×¥í¥°¥é¥à¤¬Æ°ºî¤¹¤ë¤è¤¦¤ËÀßÄê¤ò¹Ô¤Ê¤¦¤³¤È¤È¡¢ + ¥Ð¥Ã¥¯¥°¥é¥¦¥ó¥É¤ÇÆ°ºî¤¹¤ë¤è¤¦¤ËÀßÄꤷ¤¿ + Í­ÍѤʥµ¡¼¥Ó¥¹¤ò³«»Ï¤¹¤ë¤³¤È¤Ç¤¹¡£ + ¡¢¥×¥í¥ó¥×¥È¤òɽ¼¨¤·¤ÆÍ­¸ú¤Ê¥æ¡¼¥¶Ì¾¤ÎÆþÎϤòÂ¥¤·¤Þ¤¹¡£ + + login: + + ¤³¤ÎÎã¤Ç¤Ï john ¤È¤¤¤¦¥æ¡¼¥¶Ì¾¤ò»È¤¦ + ¤³¤È¤Ë¤·¤Þ¤·¤ç¤¦¡£¤³¤Î¥×¥í¥ó¥×¥È¤ËÂФ·¤Æ + john ¤ÈÆþÎϤ·¤Æ¡¢Enter ¤ò + ²¡¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤¦¤¹¤ë¤È¡¢ + ¼¡¤Î¤è¤¦¤Ê¥Ñ¥¹¥ï¡¼¥É¤ÎÆþÎϤòÍ׵᤹¤ë¥×¥í¥ó¥×¥È¤¬ + ɽ¼¨¤µ¤ì¤Þ¤¹¡£ + + login: john +Password: + + ¤½¤ì¤Ç¤Ï john ¤Î¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ + Enter ¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ñ¥¹¥ï¡¼¥É¤Ï + ɽ¼¨¤µ¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ë¤Ä¤¤¤Æ¤Ï¡¢ÅöÌÌ¤Ï + µ¤¤Ë¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£¥»¥­¥å¥ê¥Æ¥£¤Î¤¿¤á¤È¤¤¤¨¤Ð½½Ê¬¤Ç¤·¤ç¤¦¡£ + + ¥Ñ¥¹¥ï¡¼¥É¤òÀµ³Î¤ËÆþÎϤ·¤¿¤é¡¢FreeBSD ¤Ë¥í¥°¥¤¥ó¤·¤Æ + ÍøÍѲÄǽ¤Ê¤¹¤Ù¤Æ¤Î¥³¥Þ¥ó¥É¤ò»î¤»¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£ + + MOTD¡¢¤â¤·¤¯¤Ï¥³¥Þ¥ó¥É¥×¥í¥ó¥×¥È + (#, $ + ¤Þ¤¿¤Ï $) + ¤Ëɽ¼¨¤µ¤ì¤ë¥á¥Ã¥»¡¼¥¸¤òÆɤà¤è¤¦¤Ë¤·¤Þ¤·¤ç¤¦¡£ + ¤³¤ì¤Ï FreeBSD ¤Ø¤Î¥í¥°¥¤¥ó¤ËÀ®¸ù¤·¤¿¤È¤­¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ + + + + ¿¿ô¤Î¥³¥ó¥½¡¼¥ë + + °ì¤Ä¤Î¥³¥ó¥½¡¼¥ë¤Ç &unix; ¥³¥Þ¥ó¥É¤òÆ°¤«¤¹¤Î¤Ï·ë¹½¤Ê¤³¤È¤Ç¤¹¤¬¡¢ + FreeBSD ¤Ï¿¤¯¤Î¥×¥í¥°¥é¥à¤ò°ìÅÙ¤ËÆ°¤«¤»¤Þ¤¹¡£ + ¥³¥Þ¥ó¥É¤òÆþÎϤǤ­¤ë¥³¥ó¥½¡¼¥ë¤¬°ì¤Ä¤È¤¤¤¦¤Î¤Ï¡¢ + FreeBSD ¤Î¤è¤¦¤Ë¤¤¤¯¤Ä¤â¤Î¥×¥í¥°¥é¥à¤òƱ»þ¤ËÆ°¤«¤»¤ë + ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Î¾ì¹ç¤Ï¾¯¤·¤â¤Ã¤¿¤¤¤Ê¤¤¤³¤È¤Ç¤¹¡£ + ¤³¤³¤Ç¡¢²¾ÁÛ¥³¥ó¥½¡¼¥ë ¤¬Èó¾ï¤ËÌò¤ËΩ¤Á¤Þ¤¹¡£ + + FreeBSD ¤Ï¡¢°Û¤Ê¤ë²¾ÁÛ¥³¥ó¥½¡¼¥ë¤òÊ£¿ô + ɽ¼¨¤¹¤ë¤è¤¦¤ËÀßÄê¤Ç¤­¤Þ¤¹¡£¥­¡¼¥Ü¡¼¥É¾å¤Ç¤¢¤ëÁȹ礻¤Î¥­¡¼¤ò²¡¤»¤Ð¡¢ + ¤½¤ÎÃæ¤Î°ì¤Ä¤«¤é¾¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Î¤É¤ì¤«¤ËÀÚ¤êÂؤ¨¤é¤ì¤Þ¤¹¡£ + ¤½¤ì¤¾¤ì¤Î¥³¥ó¥½¡¼¥ë¤Ï¡¢¸ÄÊ̤νÐÎÏ¥Á¥ã¥ó¥Í¥ë¤ò»ý¤Ã¤Æ¤ª¤ê¡¢ + ¤Þ¤¿ FreeBSD ¤Ï¤¢¤ë²¾ÁÛ¥³¥ó¥½¡¼¥ë¤«¤é¼¡¤ËÀÚ¤êÂؤ¨¤ë¤Î¤Ë±þ¤¸¤Æ¡¢ + ¥­¡¼¥Ü¡¼¥ÉÆþÎϤȥâ¥Ë¥¿¡¼½ÐÎϤòŬÀڤˤĤʤ®Ä¾¤·¤Þ¤¹¡£ + + FreeBSD ¤Ï¡¢¥³¥ó¥½¡¼¥ë¤òÀÚ¤êÂؤ¨¤ë¤¿¤á¤Ë¡¢ + ÆÃÊ̤ʥ­¡¼¤ÎÁȹ礻¤òͽÌ󤷤Ƥ¤¤Þ¤¹ + FreeBSD ¤Î¥³¥ó¥½¡¼¥ë¤È¥­¡¼¥Ü¡¼¥É¥É¥é¥¤¥Ð¤Î¾ÜºÙÁ´ÂÎ¤Ë + ¤Ä¤¤¤Æ¡¢¤½¤ì¤Ê¤ê¤Ëµ»½ÑŪ¤«¤ÄÀµ³Î¤ÊÀâÌÀ¤Ï &man.syscons.4;, + &man.atkbd.4;, &man.vidcontrol.1; ¤ª¤è¤Ó + &man.kbdcontrol.1; ¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë¤¢¤ê¤Þ¤¹¡£ + ¤³¤³¤Ç¤Ï¤½¤Î¾ÜºÙ¤Ë¤ÏΩ¤ÁÆþ¤ê¤Þ¤»¤ó¤¬¡¢ + ¶½Ì£¤ò¤â¤Ã¤¿Êý¤Ï¡¢¤¤¤Ä¤Ç¤â¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¡¢ + Æ°ºî¤Ë´Ø¤¹¤ë¾ÜºÙ¤ÊÀâÌÀ¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ + + ¡£FreeBSD ¤Ç¤Ï + AltF1, + AltF2 ¤«¤é + AltF8 ¤Þ¤Ç¤ò¡¢ + Ê̤β¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÀÚ¤êÂؤ¨¤ë¤Î¤Ë»È¤¨¤Þ¤¹¡£ + + ¤¢¤ë¥³¥ó¥½¡¼¥ë¤«¤é¾¤ËÀÚ¤êÂؤ¨¤ë¤Î¤Ë±þ¤¸¤Æ¡¢FreeBSD ¤Ï²èÌÌ + ¤Ø¤Î½ÐÎϤòÊݸ¤·¤ÆÌᤷ¤Þ¤¹¡£·ë²Ì¤È¤·¤Æ¡¢FreeBSD ¤ÇÆ°¤«¤¹¥³¥Þ¥ó + ¥É¤òÆþÎϤ¹¤ë¤Î¤Ë»È¤¨¤ëÊ£¿ô¤Î²èÌ̤ȥ­¡¼¥Ü¡¼¥É¤ò + ²¾ÁÛŪ¤Ë ¼Â¸½¤Ç¤­¤ë¤Î¤Ç¤¹¡£ + ¤¢¤ë²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ç¼Â¹Ô¤·¤¿¥×¥í¥°¥é¥à¤Ï¡¢ + ¤½¤Î¥³¥ó¥½¡¼¥ë¤¬¸«¤¨¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤ë»þ¤â¼Â¹Ô¤òÄä»ß¤·¤Þ¤»¤ó¡£ + Ê̤β¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÀÚ¤êÂؤ¨¤Æ¤âÆ°¤­Â³¤±¤Þ¤¹¡£ + + + + <filename>/etc/ttys</filename> ¥Õ¥¡¥¤¥ë + + ½é´üÀßÄê¤Ç¤Ï¡¢FreeBSD ¤Ï 8 ¤Ä¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤òΩ¤Á¾å¤²¤Þ¤¹¡£ + ¤³¤ÎÀßÄê¤Ï¤â¤È¤â¤ÈËä¤á¹þ¤Þ¤ì¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï¤Ê¤¯¡¢ + ¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤â¤Î¤¬¡¢¤â¤Ã¤È¿¤¤¤Þ¤¿¤Ï¾¯¤Ê¤¤¿ô¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ç + µ¯Æ°¤¹¤ë¤è¤¦¤Ë¡¢Íưפ˥«¥¹¥¿¥Þ¥¤¥º¤Ç¤­¤Þ¤¹¡£²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Î¿ô¤È + ÀßÄê¤Ï /etc/ttys ¥Õ¥¡¥¤¥ë¤Ë½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ + + FreeBSD ¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤òÀßÄꤹ¤ë¤Ë¤Ï + /etc/ttys ¥Õ¥¡¥¤¥ë¤òÍøÍѤ·¤Þ¤¹¡£ + ¤³¤Î¥Õ¥¡¥¤¥ë¤Î¥³¥á¥ó¥È¥¢¥¦¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ (# + ʸ»ú¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤Ê¤¤) ¹Ô¤Ï¡¢°ì¤Ä¤ÎüËö¤Þ¤¿¤Ï²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Î + ÀßÄ꤬¤¢¤ê¤Þ¤¹¡£FreeBSD ¤Î½é´üÀßÄê¤Ç¤Ï¡¢ + ²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ò 9 ¤ÄÀßÄꤷ¡¢¤½¤Î¤¦¤Á 8 ¤Ä¤òÍ­¸ú¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ + ttyv ¤Ç»Ï¤Þ¤ë¹Ô¤¬¤½¤ì¤Ç¤¹¡£ + + # name getty type status comments +# +ttyv0 "/usr/libexec/getty Pc" cons25 on secure +# Virtual terminals +ttyv1 "/usr/libexec/getty Pc" cons25 on secure +ttyv2 "/usr/libexec/getty Pc" cons25 on secure +ttyv3 "/usr/libexec/getty Pc" cons25 on secure +ttyv4 "/usr/libexec/getty Pc" cons25 on secure +ttyv5 "/usr/libexec/getty Pc" cons25 on secure +ttyv6 "/usr/libexec/getty Pc" cons25 on secure +ttyv7 "/usr/libexec/getty Pc" cons25 on secure +ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure + + ¤³¤Î¥Õ¥¡¥¤¥ë¤Î¤½¤ì¤¾¤ì¤Î¥«¥é¥à¤È²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÀßÄê²Äǽ¤Ê + Á´¥ª¥×¥·¥ç¥ó¤Î¾Ü¤·¤¤ÀâÌÀ¤Ï¡¢&man.ttys.5; ¤Î¥Þ¥Ë¥å¥¢¥ë¤ò + »²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ + + + + ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Î¥³¥ó¥½¡¼¥ë + + ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É ¤È¤Ï²¿¤«¤È¤¤¤¦¾Ü¤·¤¤ÀâÌÀ¤Ï¡¢ + ¤Ë¤¢¤ê¤Þ¤¹¡£FreeBSD ¤ò + ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤ÇÆ°¤«¤·¤Æ¤¤¤ë¾ì¹ç¤Ï°ì¤Ä¤·¤«¥³¥ó¥½¡¼¥ë¤¬ + ¤Ê¤¤¤È¤¤¤¦¤³¤È¤ÏÃí°Õ¤·¤Æ¤ª¤¯¤ËÃͤ¹¤ë¤Ç¤·¤ç¤¦¡£²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ï + ÍøÍѤǤ­¤Þ¤»¤ó¡£¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Î¥³¥ó¥½¡¼¥ë¤ÎÀßÄê¤Ï¡¢Æ±¤¸¤¯ + /etc/ttys ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹¡£ + console ¤Ç»Ï¤Þ¤ë¹Ô¤òõ¤·¤Æ¤¯¤À¤µ¤¤¡£ + + # name getty type status comments +# +# If console is marked "insecure", then init will ask for the root password +# when going to single-user mode. +console none unknown off secure + + + console ¹Ô¤Î¾å¤Î¥³¥á¥ó¥È¤¬¼¨¤¹¤è¤¦¤Ë¡¢ + ¤³¤Î¹Ô¤òÊÔ½¸¤·¤Æ secure ¤ò + insecure ¤ËÊѹ¹¤Ç¤­¤Þ¤¹¡£¤½¤¦¤¹¤ë¤È¡¢ + FreeBSD ¤¬¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Çµ¯Æ°¤·¤¿¾ì¹ç¤Ë¤â + root ¤Î¥Ñ¥¹¥ï¡¼¥É¤òÍ׵ᤷ¤Þ¤¹¡£ + + ¤³¤ì¤ò insecure ¤Ë + Êѹ¹¤¹¤ë¾ì¹ç¤Ï½½Ê¬Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ + root ¤Î¥Ñ¥¹¥ï¡¼¥É¤ò˺¤ì¤Æ¤·¤Þ¤Ã¤¿¤é¡¢ + ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Çµ¯Æ°¤¹¤ë¤Î¤Ï¾¯¤·¤ä¤ä¤³¤·¤¯¤Ê¤ê¤Þ¤¹¡£ + ¤Ç¤­¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤¹¤¬¡¢FreeBSD ¤Îµ¯Æ°¤Î²áÄø¤È¤½¤ì¤Ë´Ø¤ï¤ë + ¥×¥í¥°¥é¥à¤Ë¤¢¤Þ¤ê¿Æ¤·¤ó¤Ç¤¤¤Ê¤¤¿Í¤Ë¤Ï¾¯¤·Æñ¤·¤¤¤«¤âÃΤì¤Þ¤»¤ó¡£ + + + + µö²Ä°À­ UNIX @@ -2104,232 +2330,6 @@ Swap: 256M Total, 38M Used, 217M Free, 1 - - ²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ÈüËö - ²¾ÁÛ¥³¥ó¥½¡¼¥ë - üËö - - FreeBSD ¤ÏÍÍ¡¹¤Ê»È¤¤Êý¤¬¤Ç¤­¤Þ¤¹¡£¤½¤ÎÃæ¤Î°ì¤Ä¤¬¡¢ - ¥Æ¥­¥¹¥ÈüËö¤Ç¥³¥Þ¥ó¥É¤òÆþÎϤ¹¤ë¤³¤È¤Ç¤¹¡£¤³¤ÎÊýË¡¤Ç FreeBSD ¤ò»È¤¨¤Ð¡¢ - &unix; ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤ÎǽÎϤȽÀÆðÀ­¤ò¼ê¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ - ¤³¤ÎÀá¤Ç¤Ï¡¢¥³¥ó¥½¡¼¥ë ¤È - üËö ¤Ï¤É¤Î¤è¤¦¤Ê¤â¤Î¤Ç¡¢FreeBSD ¤Ç¤É¤¦»È¤¦¤«¤ò - ÀâÌÀ¤·¤Þ¤¹¡£ - - - ¥³¥ó¥½¡¼¥ë - ¥³¥ó¥½¡¼¥ë - - µ¯Æ°»þ¤Ë¼«Æ°Åª¤Ë¥°¥é¥Õ¥£¥«¥ë¤Ê´Ä¶­¤¬µ¯Æ°¤¹¤ë¤è¤¦¤Ë FreeBSD - ¤òÀßÄꤷ¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢¥·¥¹¥Æ¥à¤¬µ¯Æ°¤·¤Æ¥¹¥¿¡¼¥È¥¢¥Ã¥× - ¥¹¥¯¥ê¥×¥È¤¬¼Â¹Ô¤µ¤ì¤ë¤È¡¢¤¹¤°¤Ë¥í¥°¥¤¥ó¥×¥í¥ó¥×¥È¤¬½Ð¤Æ¤¯¤ë¤Ç¤·¤ç¤¦¡£ - ¼¡¤Î¤è¤¦¤â¤Î¤¬É½¼¨¤µ¤ì¤ë¤Ï¤º¤Ç¤¹¡£ - - Additional ABI support:. -Local package initialization:. -Additional TCP options:. - -Fri Sep 20 13:01:06 EEST 2002 - -FreeBSD/i386 (pc3.example.org) (ttyv0) - -login: - - ¤¢¤Ê¤¿¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¥á¥Ã¥»¡¼¥¸¤¬Â¿¾¯°Û¤Ê¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢ - »÷¤¿¤è¤¦¤Ê¤â¤Î¤¬¸«¤é¤ì¤ë¤Ï¤º¤Ç¤¹¡£ - ºÇ¸å¤Î 2 ¹Ô¤¬¡¢º£´Ø¿´¤ò¸þ¤±¤Æ¤¤¤ë¤â¤Î¤Ç¤¹¡£ - ºÇ¸å¤«¤é 2 ¹ÔÌܤϡ¢°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£ - - FreeBSD/i386 (pc3.example.org) (ttyv0) - - ¤³¤Î¹Ô¤Ë¤Ï¡¢ - µ¯Æ°¤·¤¿¤Ð¤«¤ê¤Î¥·¥¹¥Æ¥à¤Ë¤Ä¤¤¤Æ¤¤¤¯¤Ð¤¯¤«¤Î¾ðÊ󤬤¢¤ê¤Þ¤¹¡£ - ¤¢¤Ê¤¿¤Ï¡¢x86 ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¾å¤Î Intel ¤Þ¤¿¤Ï - ¤½¤Î¸ß´¹¥×¥í¥»¥Ã¥µ¾å¤ÇÆ°ºî¤·¤Æ¤¤¤ë FreeBSD ¤Î - ¥³¥ó¥½¡¼¥ë¤òÌܤˤ·¤Æ¤¤¤ë¤Î¤Ç¤¹ - i386 ¤¬°ÕÌ£¤·¤Æ¤¤¤ë¤Î¤Ï¤½¤¦¤¤¤¦¤³¤È¤Ç¤¹¡£ - FreeBSD ¤ò Intel ¤Î 386 CPU ¾å¤ÇÆ°¤«¤·¤Æ¤¤¤Ê¤¯¤Æ¤â¡¢ - ¤³¤³¤Ï i386 ¤Ë¤Ê¤ê¤Þ¤¹¡£ - ¤³¤³¤Çɽ¼¨¤µ¤ì¤ë¤Î¤Ï¥×¥í¥»¥Ã¥µ¤Î¼ïÎà¤Ç¤Ï¤Ê¤¯¡¢¥×¥í¥»¥Ã¥µ¤Î - ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤¹¡£ - ¡£¤³¤Î¥Þ¥·¥ó¤Î̾¾Î (¤É¤Î &unix; µ¡¤Ë¤â̾Á°¤¬¤Ä¤¤¤Æ - ¤¤¤Þ¤¹) ¤Ï pc3.example.org ¤Ç¡¢ - ¤¢¤Ê¤¿¤Ï¤½¤Î¥·¥¹¥Æ¥à¥³¥ó¥½¡¼¥ë¡¢ttyv0 - üËö¤Ë¸þ¤«¤Ã¤Æ¤¤¤Þ¤¹¡£ - - ºÇ¸å¤Î¹Ô¤Ï¡¢¾ï¤Ë°Ê²¼¤Î¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¡£ - - login: - - ¤³¤³¤Ï¡¢FreeBSD ¤Ë¥í¥°¥¤¥ó¤¹¤ë¤¿¤á¤Ë ¥æ¡¼¥¶Ì¾ - ¤òÆþÎϤ¹¤ë¤È¤³¤í¤Ç¤¹¡£¼¡¤ÎÀá¤Ç¤É¤¦¤¹¤ë¤«ÀâÌÀ¤·¤Þ¤¹¡£ - - - - FreeBSD ¤Ë¥í¥°¥¤¥ó¤¹¤ë - - FreeBSD ¤Ï¡¢¥Þ¥ë¥Á¥æ¡¼¥¶¡¢¥Þ¥ë¥Á¥×¥í¥»¥¹¤Ê¥·¥¹¥Æ¥à¤Ç¤¹¡£ - ¤³¤ì¤Ï¡¢1 Âæ¤Î¥Þ¥·¥ó¤Ç²¿¿Í¤â¤Î¿Í¤¬¸ò¸ß¤Ë¿¤¯¤Î¥×¥í¥°¥é¥à¤ò - Æ°¤«¤»¤ë¥·¥¹¥Æ¥à¤ËÍ¿¤¨¤é¤ì¤ëÀµ¼°¤ÊÀâÌÀ¤Ç¤¹¡£ - - ¤¢¤é¤æ¤ë¥Þ¥ë¥Á¥æ¡¼¥¶¥·¥¹¥Æ¥à¤Ë¤Ï¡¢¤¢¤ë ¥æ¡¼¥¶ - ¤ò¾¤Î¥æ¡¼¥¶¤È¶èÊ̤¹¤ë²¿¤¬¤·¤«¤Î¼êÃʤ¬É¬ÍפǤ¹¡£ - FreeBSD (¤È¤¹¤Ù¤Æ¤Î &unix; like ¤Ê¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à) ¤Ç¤Ï¡¢ - ¤¹¤Ù¤Æ¤Î¥æ¡¼¥¶¤ËÂФ·¤Æ¥×¥í¥°¥é¥à¤Î¼Â¹Ô¤ò²Äǽ¤Ë¤¹¤ë¤Î¤Ë¡¢¥·¥¹¥Æ¥à¤Ë - ¥í¥°¥¤¥ó ¤¹¤ë¤³¤È¤òµÁ̳ÉÕ¤±¤Æ¤³¤ì¤ò¼Â¸½¤·¤Æ¤¤¤Þ¤¹¡£ - ¤É¤Î¥æ¡¼¥¶¤Ë¤â¡¢°ì°Õ¤Ê̾Á° (¥æ¡¼¥¶Ì¾) - ¤È¸Ä¿ÍŪ¤ÊÈëÌ©¤Î¸° (¥Ñ¥¹¥ï¡¼¥É) ¤¬¤¢¤ê¤Þ¤¹¡£ - FreeBSD ¤Ï¥æ¡¼¥¶¤Ë¥×¥í¥°¥é¥à¤Î¼Â¹Ô¤òµö²Ä¤¹¤ëÁ°¤Ë¡¢ - ¤³¤Î 2 ¤Ä¤ÎÆþÎϤòÍ׵ᤷ¤Þ¤¹¡£ - - ¥¹¥¿¡¼¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È - FreeBSD ¤¬µ¯Æ°¤·¤Æ¥¹¥¿¡¼¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·½ª¤ï¤Ã¤¿ - ľ¸å¤Ë - ¥¹¥¿¡¼¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È¤Ï¡¢ - µ¯Æ°»þ¤Ë FreeBSD ¤¬¼«Æ°Åª¤Ë¼Â¹Ô¤¹¤ë¥×¥í¥°¥é¥à¤Ç¤¹¡£ - ¼ç¤Êµ¡Ç½¤Ï¡¢Á´¥×¥í¥°¥é¥à¤¬Æ°ºî¤¹¤ë¤è¤¦¤ËÀßÄê¤ò¹Ô¤Ê¤¦¤³¤È¤È¡¢ - ¥Ð¥Ã¥¯¥°¥é¥¦¥ó¥É¤ÇÆ°ºî¤¹¤ë¤è¤¦¤ËÀßÄꤷ¤¿ - Í­ÍѤʥµ¡¼¥Ó¥¹¤ò³«»Ï¤¹¤ë¤³¤È¤Ç¤¹¡£ - ¡¢¥×¥í¥ó¥×¥È¤òɽ¼¨¤·¤ÆÍ­¸ú¤Ê¥æ¡¼¥¶Ì¾¤ÎÆþÎϤòÂ¥¤·¤Þ¤¹¡£ - - login: - - ¤³¤ÎÎã¤Ç¤Ï john ¤È¤¤¤¦¥æ¡¼¥¶Ì¾¤ò»È¤¦ - ¤³¤È¤Ë¤·¤Þ¤·¤ç¤¦¡£¤³¤Î¥×¥í¥ó¥×¥È¤ËÂФ·¤Æ - john ¤ÈÆþÎϤ·¤Æ¡¢Enter ¤ò - ²¡¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤¦¤¹¤ë¤È¡¢ - ¼¡¤Î¤è¤¦¤Ê¥Ñ¥¹¥ï¡¼¥É¤ÎÆþÎϤòÍ׵᤹¤ë¥×¥í¥ó¥×¥È¤¬ - ɽ¼¨¤µ¤ì¤Þ¤¹¡£ - - login: john -Password: - - ¤½¤ì¤Ç¤Ï john ¤Î¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ - Enter ¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ñ¥¹¥ï¡¼¥É¤Ï - ɽ¼¨¤µ¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ë¤Ä¤¤¤Æ¤Ï¡¢ÅöÌÌ¤Ï - µ¤¤Ë¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£¥»¥­¥å¥ê¥Æ¥£¤Î¤¿¤á¤È¤¤¤¨¤Ð½½Ê¬¤Ç¤·¤ç¤¦¡£ - - ¥Ñ¥¹¥ï¡¼¥É¤òÀµ³Î¤ËÆþÎϤ·¤¿¤é¡¢FreeBSD ¤Ë¥í¥°¥¤¥ó¤·¤Æ - ÍøÍѲÄǽ¤Ê¤¹¤Ù¤Æ¤Î¥³¥Þ¥ó¥É¤ò»î¤»¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£ - - MOTD¡¢¤â¤·¤¯¤Ï¥³¥Þ¥ó¥É¥×¥í¥ó¥×¥È - (#, $ - ¤Þ¤¿¤Ï $) - ¤Ëɽ¼¨¤µ¤ì¤ë¥á¥Ã¥»¡¼¥¸¤òÆɤà¤è¤¦¤Ë¤·¤Þ¤·¤ç¤¦¡£ - ¤³¤ì¤Ï FreeBSD ¤Ø¤Î¥í¥°¥¤¥ó¤ËÀ®¸ù¤·¤¿¤È¤­¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ - - - - ¿¿ô¤Î¥³¥ó¥½¡¼¥ë - - °ì¤Ä¤Î¥³¥ó¥½¡¼¥ë¤Ç &unix; ¥³¥Þ¥ó¥É¤òÆ°¤«¤¹¤Î¤Ï·ë¹½¤Ê¤³¤È¤Ç¤¹¤¬¡¢ - FreeBSD ¤Ï¿¤¯¤Î¥×¥í¥°¥é¥à¤ò°ìÅÙ¤ËÆ°¤«¤»¤Þ¤¹¡£ - ¥³¥Þ¥ó¥É¤òÆþÎϤǤ­¤ë¥³¥ó¥½¡¼¥ë¤¬°ì¤Ä¤È¤¤¤¦¤Î¤Ï¡¢ - FreeBSD ¤Î¤è¤¦¤Ë¤¤¤¯¤Ä¤â¤Î¥×¥í¥°¥é¥à¤òƱ»þ¤ËÆ°¤«¤»¤ë - ¥ª¥Ú¥ì¡¼¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à¤Î¾ì¹ç¤Ï¾¯¤·¤â¤Ã¤¿¤¤¤Ê¤¤¤³¤È¤Ç¤¹¡£ - ¤³¤³¤Ç¡¢²¾ÁÛ¥³¥ó¥½¡¼¥ë ¤¬Èó¾ï¤ËÌò¤ËΩ¤Á¤Þ¤¹¡£ - - FreeBSD ¤Ï¡¢°Û¤Ê¤ë²¾ÁÛ¥³¥ó¥½¡¼¥ë¤òÊ£¿ô - ɽ¼¨¤¹¤ë¤è¤¦¤ËÀßÄê¤Ç¤­¤Þ¤¹¡£¥­¡¼¥Ü¡¼¥É¾å¤Ç¤¢¤ëÁȹ礻¤Î¥­¡¼¤ò²¡¤»¤Ð¡¢ - ¤½¤ÎÃæ¤Î°ì¤Ä¤«¤é¾¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Î¤É¤ì¤«¤ËÀÚ¤êÂؤ¨¤é¤ì¤Þ¤¹¡£ - ¤½¤ì¤¾¤ì¤Î¥³¥ó¥½¡¼¥ë¤Ï¡¢¸ÄÊ̤νÐÎÏ¥Á¥ã¥ó¥Í¥ë¤ò»ý¤Ã¤Æ¤ª¤ê¡¢ - ¤Þ¤¿ FreeBSD ¤Ï¤¢¤ë²¾ÁÛ¥³¥ó¥½¡¼¥ë¤«¤é¼¡¤ËÀÚ¤êÂؤ¨¤ë¤Î¤Ë±þ¤¸¤Æ¡¢ - ¥­¡¼¥Ü¡¼¥ÉÆþÎϤȥâ¥Ë¥¿¡¼½ÐÎϤòŬÀڤˤĤʤ®Ä¾¤·¤Þ¤¹¡£ - - FreeBSD ¤Ï¡¢¥³¥ó¥½¡¼¥ë¤òÀÚ¤êÂؤ¨¤ë¤¿¤á¤Ë¡¢ - ÆÃÊ̤ʥ­¡¼¤ÎÁȹ礻¤òͽÌ󤷤Ƥ¤¤Þ¤¹ - FreeBSD ¤Î¥³¥ó¥½¡¼¥ë¤È¥­¡¼¥Ü¡¼¥É¥É¥é¥¤¥Ð¤Î¾ÜºÙÁ´ÂÎ¤Ë - ¤Ä¤¤¤Æ¡¢¤½¤ì¤Ê¤ê¤Ëµ»½ÑŪ¤«¤ÄÀµ³Î¤ÊÀâÌÀ¤Ï &man.syscons.4;, - &man.atkbd.4;, &man.vidcontrol.1; ¤ª¤è¤Ó - &man.kbdcontrol.1; ¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë¤¢¤ê¤Þ¤¹¡£ - ¤³¤³¤Ç¤Ï¤½¤Î¾ÜºÙ¤Ë¤ÏΩ¤ÁÆþ¤ê¤Þ¤»¤ó¤¬¡¢ - ¶½Ì£¤ò¤â¤Ã¤¿Êý¤Ï¡¢¤¤¤Ä¤Ç¤â¥Þ¥Ë¥å¥¢¥ë¤ò»²¾È¤·¤Æ¡¢ - Æ°ºî¤Ë´Ø¤¹¤ë¾ÜºÙ¤ÊÀâÌÀ¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ - - ¡£FreeBSD ¤Ç¤Ï - AltF1, - AltF2 ¤«¤é - AltF8 ¤Þ¤Ç¤ò¡¢ - Ê̤β¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÀÚ¤êÂؤ¨¤ë¤Î¤Ë»È¤¨¤Þ¤¹¡£ - - ¤¢¤ë¥³¥ó¥½¡¼¥ë¤«¤é¾¤ËÀÚ¤êÂؤ¨¤ë¤Î¤Ë±þ¤¸¤Æ¡¢FreeBSD ¤Ï²èÌÌ - ¤Ø¤Î½ÐÎϤòÊݸ¤·¤ÆÌᤷ¤Þ¤¹¡£·ë²Ì¤È¤·¤Æ¡¢FreeBSD ¤ÇÆ°¤«¤¹¥³¥Þ¥ó - ¥É¤òÆþÎϤ¹¤ë¤Î¤Ë»È¤¨¤ëÊ£¿ô¤Î²èÌ̤ȥ­¡¼¥Ü¡¼¥É¤ò - ²¾ÁÛŪ¤Ë ¼Â¸½¤Ç¤­¤ë¤Î¤Ç¤¹¡£ - ¤¢¤ë²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ç¼Â¹Ô¤·¤¿¥×¥í¥°¥é¥à¤Ï¡¢ - ¤½¤Î¥³¥ó¥½¡¼¥ë¤¬¸«¤¨¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤ë»þ¤â¼Â¹Ô¤òÄä»ß¤·¤Þ¤»¤ó¡£ - Ê̤β¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÀÚ¤êÂؤ¨¤Æ¤âÆ°¤­Â³¤±¤Þ¤¹¡£ - - - - <filename>/etc/ttys</filename> ¥Õ¥¡¥¤¥ë - - ½é´üÀßÄê¤Ç¤Ï¡¢FreeBSD ¤Ï 8 ¤Ä¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤òΩ¤Á¾å¤²¤Þ¤¹¡£ - ¤³¤ÎÀßÄê¤Ï¤â¤È¤â¤ÈËä¤á¹þ¤Þ¤ì¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï¤Ê¤¯¡¢ - ¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤â¤Î¤¬¡¢¤â¤Ã¤È¿¤¤¤Þ¤¿¤Ï¾¯¤Ê¤¤¿ô¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ç - µ¯Æ°¤¹¤ë¤è¤¦¤Ë¡¢Íưפ˥«¥¹¥¿¥Þ¥¤¥º¤Ç¤­¤Þ¤¹¡£²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Î¿ô¤È - ÀßÄê¤Ï /etc/ttys ¥Õ¥¡¥¤¥ë¤Ë½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£ - - FreeBSD ¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤òÀßÄꤹ¤ë¤Ë¤Ï - /etc/ttys ¥Õ¥¡¥¤¥ë¤òÍøÍѤ·¤Þ¤¹¡£ - ¤³¤Î¥Õ¥¡¥¤¥ë¤Î¥³¥á¥ó¥È¥¢¥¦¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ (# - ʸ»ú¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤Ê¤¤) ¹Ô¤Ï¡¢°ì¤Ä¤ÎüËö¤Þ¤¿¤Ï²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Î - ÀßÄ꤬¤¢¤ê¤Þ¤¹¡£FreeBSD ¤Î½é´üÀßÄê¤Ç¤Ï¡¢ - ²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ò 9 ¤ÄÀßÄꤷ¡¢¤½¤Î¤¦¤Á 8 ¤Ä¤òÍ­¸ú¤Ë¤·¤Æ¤¤¤Þ¤¹¡£ - ttyv ¤Ç»Ï¤Þ¤ë¹Ô¤¬¤½¤ì¤Ç¤¹¡£ - - # name getty type status comments -# -ttyv0 "/usr/libexec/getty Pc" cons25 on secure -# Virtual terminals -ttyv1 "/usr/libexec/getty Pc" cons25 on secure -ttyv2 "/usr/libexec/getty Pc" cons25 on secure -ttyv3 "/usr/libexec/getty Pc" cons25 on secure -ttyv4 "/usr/libexec/getty Pc" cons25 on secure -ttyv5 "/usr/libexec/getty Pc" cons25 on secure -ttyv6 "/usr/libexec/getty Pc" cons25 on secure -ttyv7 "/usr/libexec/getty Pc" cons25 on secure -ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure - - ¤³¤Î¥Õ¥¡¥¤¥ë¤Î¤½¤ì¤¾¤ì¤Î¥«¥é¥à¤È²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ËÀßÄê²Äǽ¤Ê - Á´¥ª¥×¥·¥ç¥ó¤Î¾Ü¤·¤¤ÀâÌÀ¤Ï¡¢&man.ttys.5; ¤Î¥Þ¥Ë¥å¥¢¥ë¤ò - »²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ - - - - ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Î¥³¥ó¥½¡¼¥ë - - ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É ¤È¤Ï²¿¤«¤È¤¤¤¦¾Ü¤·¤¤ÀâÌÀ¤Ï¡¢ - ¤Ë¤¢¤ê¤Þ¤¹¡£FreeBSD ¤ò - ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤ÇÆ°¤«¤·¤Æ¤¤¤ë¾ì¹ç¤Ï°ì¤Ä¤·¤«¥³¥ó¥½¡¼¥ë¤¬ - ¤Ê¤¤¤È¤¤¤¦¤³¤È¤ÏÃí°Õ¤·¤Æ¤ª¤¯¤ËÃͤ¹¤ë¤Ç¤·¤ç¤¦¡£²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ï - ÍøÍѤǤ­¤Þ¤»¤ó¡£¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Î¥³¥ó¥½¡¼¥ë¤ÎÀßÄê¤Ï¡¢Æ±¤¸¤¯ - /etc/ttys ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹¡£ - console ¤Ç»Ï¤Þ¤ë¹Ô¤òõ¤·¤Æ¤¯¤À¤µ¤¤¡£ - - # name getty type status comments -# -# If console is marked "insecure", then init will ask for the root password -# when going to single-user mode. -console none unknown off secure - - - console ¹Ô¤Î¾å¤Î¥³¥á¥ó¥È¤¬¼¨¤¹¤è¤¦¤Ë¡¢ - ¤³¤Î¹Ô¤òÊÔ½¸¤·¤Æ secure ¤ò - insecure ¤ËÊѹ¹¤Ç¤­¤Þ¤¹¡£¤½¤¦¤¹¤ë¤È¡¢ - FreeBSD ¤¬¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Çµ¯Æ°¤·¤¿¾ì¹ç¤Ë¤â - root ¤Î¥Ñ¥¹¥ï¡¼¥É¤òÍ׵ᤷ¤Þ¤¹¡£ - - ¤³¤ì¤ò insecure ¤Ë - Êѹ¹¤¹¤ë¾ì¹ç¤Ï½½Ê¬Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£ - root ¤Î¥Ñ¥¹¥ï¡¼¥É¤ò˺¤ì¤Æ¤·¤Þ¤Ã¤¿¤é¡¢ - ¥·¥ó¥°¥ë¥æ¡¼¥¶¥â¡¼¥É¤Çµ¯Æ°¤¹¤ë¤Î¤Ï¾¯¤·¤ä¤ä¤³¤·¤¯¤Ê¤ê¤Þ¤¹¡£ - ¤Ç¤­¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤¹¤¬¡¢FreeBSD ¤Îµ¯Æ°¤Î²áÄø¤È¤½¤ì¤Ë´Ø¤ï¤ë - ¥×¥í¥°¥é¥à¤Ë¤¢¤Þ¤ê¿Æ¤·¤ó¤Ç¤¤¤Ê¤¤¿Í¤Ë¤Ï¾¯¤·Æñ¤·¤¤¤«¤âÃΤì¤Þ¤»¤ó¡£ - - - - @@ -178,7 +178,7 @@ Password: MOTD¡¢¤â¤·¤¯¤Ï¥³¥Þ¥ó¥É¥×¥í¥ó¥×¥È (#, $ - ¤Þ¤¿¤Ï $) + ¤Þ¤¿¤Ï %) ¤Ëɽ¼¨¤µ¤ì¤ë¥á¥Ã¥»¡¼¥¸¤òÆɤà¤è¤¦¤Ë¤·¤Þ¤·¤ç¤¦¡£ ¤³¤ì¤Ï FreeBSD ¤Ø¤Î¥í¥°¥¤¥ó¤ËÀ®¸ù¤·¤¿¤È¤­¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ @@ -394,7 +394,7 @@ console none Î㤨¤Ð¡¢ls -l ¤ò¼Â¹Ô¤·¤Æ¡¢ ŬÅö¤Ê¥Ç¥£¥ì¥¯¥È¥ê¤òɽ¼¨¤µ¤»¤ë¤È°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ - &prompt.user; ls -l + &prompt.user; ls -l total 530 -rw-r--r-- 1 root wheel 512 Sep 5 12:31 myfile -rw-r--r-- 1 root wheel 512 Sep 5 12:31 otherfile @@ -854,7 +854,7 @@ total 530 - + ¥Ç¥£¥¹¥¯¹½À® ¥Õ¥¡¥¤¥ë¤ò¸«¤Ä¤±¤ë¤¿¤á¤Ë FreeBSD From owner-svn-doc-head@FreeBSD.ORG Sun Jan 12 11:42:33 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EFE6B8B; Sun, 12 Jan 2014 11:42:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C18A1A50; Sun, 12 Jan 2014 11:42:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CBgXX3087007; Sun, 12 Jan 2014 11:42:33 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0CBgXpk087006; Sun, 12 Jan 2014 11:42:33 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401121142.s0CBgXpk087006@svn.freebsd.org> From: Gabor Pali Date: Sun, 12 Jan 2014 11:42:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43479 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 12 Jan 2014 11:42:33 -0000 Author: pgj Date: Sun Jan 12 11:42:32 2014 New Revision: 43479 URL: http://svnweb.freebsd.org/changeset/doc/43479 Log: - Add a recent press release on random(4) by mckusick Suggested by: rwatson Modified: head/share/xml/press.xml Modified: head/share/xml/press.xml ============================================================================== --- head/share/xml/press.xml Sun Jan 12 05:46:42 2014 (r43478) +++ head/share/xml/press.xml Sun Jan 12 11:42:32 2014 (r43479) @@ -12,6 +12,28 @@ + 2014 + + + 1 + + + McKusick Denies &os; Lagging on Security + http://www.itwire.com/business-it-news/open-source/62728-mckusick-denies-freebsd-lagging-on-security + ITWire + http://www.itwire.com/ + 06 January 2014 + Sam Varghese +

Kirk McKusick denies that &os; is trailing behind when it + comes to security practices, asserting that over the past + decade &os; has made good design and engineering choices in + random(4).

+
+
+ +
+ + 2013 From owner-svn-doc-head@FreeBSD.ORG Sun Jan 12 19:43:31 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10C9FEB0; Sun, 12 Jan 2014 19:43:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFB5B1B28; Sun, 12 Jan 2014 19:43:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CJhUew079284; Sun, 12 Jan 2014 19:43:30 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0CJhUYI079283; Sun, 12 Jan 2014 19:43:30 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201401121943.s0CJhUYI079283@svn.freebsd.org> From: Warren Block Date: Sun, 12 Jan 2014 19:43:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43480 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 12 Jan 2014 19:43:31 -0000 Author: wblock Date: Sun Jan 12 19:43:30 2014 New Revision: 43480 URL: http://svnweb.freebsd.org/changeset/doc/43480 Log: Fix two typos, an extra zero and a missing significant space in a command. PR: docs/185686 Submitted by: Keve Nagy Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 12 11:42:32 2014 (r43479) +++ head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 12 19:43:30 2014 (r43480) @@ -3473,13 +3473,13 @@ C:\="DOS" # Allow all users to mount a USB drive. own /dev/da0 root:operator - perm /dev/da00 0666 + perm /dev/da0 0666 All users can now mount devices they could read onto a directory that they own: &prompt.user; mkdir ~/my-mount-point -&prompt.user; mount -t msdosfs /dev/da0~/my-mount-point +&prompt.user; mount -t msdosfs /dev/da0 ~/my-mount-point
Unmounting the device is simple: From owner-svn-doc-head@FreeBSD.ORG Sun Jan 12 20:13:18 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B190B9B1; Sun, 12 Jan 2014 20:13:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91EAF1DEF; Sun, 12 Jan 2014 20:13:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CKDI2E092145; Sun, 12 Jan 2014 20:13:18 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0CKDIsT092144; Sun, 12 Jan 2014 20:13:18 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201401122013.s0CKDIsT092144@svn.freebsd.org> From: Warren Block Date: Sun, 12 Jan 2014 20:13:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43481 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 12 Jan 2014 20:13:18 -0000 Author: wblock Date: Sun Jan 12 20:13:18 2014 New Revision: 43481 URL: http://svnweb.freebsd.org/changeset/doc/43481 Log: Clarify and simplify the Submitting the New Port section. Remove redundant wording, break up into more paragraphs, use send-pr field names consistently, remove unnecessary informal use of "you". Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Jan 12 19:43:30 2014 (r43480) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Jan 12 20:13:18 2014 (r43481) @@ -447,43 +447,43 @@ PLIST_DIRS= lib/X11/oneko Submitting the New Port - Before you submit the new port, make sure you have read + Before submitting the new port, read the DOs and DON'Ts section. - Now that you are happy with your port, the only thing + Once happy with your port, the only thing remaining is to put it in the main &os; ports tree and make - everybody else happy about it too. We do not need your + everybody else happy about it too. We do not need the work directory or the - pkgname.tgz package, so delete them now. - Next, assuming your port is called oneko, + pkgname.tgz package, so delete them now. + Next, build the &man.shar.1; file. Assuming the port is called oneko, cd to the directory above where the - oneko directory is located, and then type - the following: + oneko directory is located, and then type: shar `find oneko` > oneko.shar - Include your oneko.shar file in a bug - report and send it with the &man.send-pr.1; program (see + Include oneko.shar in a bug + report and send it with &man.send-pr.1;. See Bug Reports and General Commentary for more information - about &man.send-pr.1;). Be sure to classify the bug report - as category ports and class - change-request (Do not mark the report - confidential!). Also add a short - description of the program you ported to the - Description field of the PR (e.g., perhaps a + about &man.send-pr.1;. + Classify the bug report + as Category ports and Class + change-request. Do not mark the report + confidential! Add a short + description of the program to the + Description field of the PR (perhaps a short version of the COMMENT), and add - the shar file to the Fix field. + the .shar file to the Fix field. - You can make our work a lot easier, if you use a good - description in the synopsis of the problem report. We + Giving a good + description in the synopsis of the problem report makes the work of port committers a lot easier. We prefer something like New port: <category>/<portname> <short description of - the port> for new ports. If you stick to this - scheme, the chance that someone will take a look at your PR - soon is much better. + the port> for new ports. Using this + scheme makes it easier and faster to begin the work of committing + the new port. One more time, do not include the original @@ -492,14 +492,13 @@ PLIST_DIRS= lib/X11/onekomake package; and, do use &man.shar.1; for new ports, not &man.diff.1;. - After you have submitted your port, please be patient. - Sometimes it can take a few months before a port is included - in &os;, although it might only take a few days. You can - view the list of ports - PRs waiting to be committed to &os;. + After submitting the port, please be patient. The time needed + to include a new port in &os; can vary from a few days to a + a few months. The list + of pending port PRs can be viewed at . - Once we have looked at your port, we will get back to you + After looking at the new port, we will reply if necessary, and put it in the tree. Your name will also be added to the list of Additional From owner-svn-doc-head@FreeBSD.ORG Sun Jan 12 20:30:37 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACA14F78; Sun, 12 Jan 2014 20:30:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D5731F00; Sun, 12 Jan 2014 20:30:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CKUb05099084; Sun, 12 Jan 2014 20:30:37 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0CKUbxB099083; Sun, 12 Jan 2014 20:30:37 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201401122030.s0CKUbxB099083@svn.freebsd.org> From: Warren Block Date: Sun, 12 Jan 2014 20:30:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43482 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 12 Jan 2014 20:30:37 -0000 Author: wblock Date: Sun Jan 12 20:30:37 2014 New Revision: 43482 URL: http://svnweb.freebsd.org/changeset/doc/43482 Log: Whitespace-only cleanup, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Jan 12 20:13:18 2014 (r43481) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Jan 12 20:30:37 2014 (r43482) @@ -168,9 +168,10 @@ COMMENT= Cat chasing a mouse all over th See if you can figure it out. Do not worry about the contents of the $FreeBSD$ - line, it will be filled in automatically by Subversion when the port - is imported to our main ports tree. You can find a more - detailed example in the + line, it will be filled in automatically by + Subversion when the port is + imported to our main ports tree. You can find a more detailed + example in the sample Makefile section. @@ -422,8 +423,8 @@ PLIST_DIRS= lib/X11/onekoThorough automated testing can be done with ports-mgmt/tinderbox or - ports-mgmt/poudriere from the Ports - Collection. These applications maintain + ports-mgmt/poudriere from the + Ports Collection. These applications maintain jails where all of the steps shown above can be tested without affecting the state of the host system. @@ -451,14 +452,17 @@ PLIST_DIRS= lib/X11/onekoDOs and DON'Ts section. - Once happy with your port, the only thing - remaining is to put it in the main &os; ports tree and make - everybody else happy about it too. We do not need the + Once happy with your port, the only thing remaining is to + put it in the main &os; ports tree and make everybody else + happy about it too. We do not need the work directory or the - pkgname.tgz package, so delete them now. - Next, build the &man.shar.1; file. Assuming the port is called oneko, - cd to the directory above where the - oneko directory is located, and then type: + pkgname.tgz package, so delete them + now. + + Next, build the &man.shar.1; file. Assuming the port is + called oneko, cd to the + directory above where the oneko directory + is located, and then type: shar `find oneko` > oneko.shar Include oneko.shar in a bug @@ -467,23 +471,24 @@ PLIST_DIRS= lib/X11/onekoBug Reports and General Commentary for more information about &man.send-pr.1;. - Classify the bug report - as Category ports and Class - change-request. Do not mark the report - confidential! Add a short - description of the program to the - Description field of the PR (perhaps a - short version of the COMMENT), and add - the .shar file to the Fix field. + + Classify the bug report as Category + ports and Class + change-request. Do + not mark the report + confidential! Add a short description of + the program to the Description field of the PR (perhaps a + short version of the COMMENT), and add the + .shar file to the Fix field. - Giving a good - description in the synopsis of the problem report makes the work of port committers a lot easier. We + Giving a good description in the synopsis of the problem + report makes the work of port committers a lot easier. We prefer something like New port: <category>/<portname> <short description of the port> for new ports. Using this - scheme makes it easier and faster to begin the work of committing - the new port. + scheme makes it easier and faster to begin the work of + committing the new port. One more time, do not include the original @@ -492,15 +497,15 @@ PLIST_DIRS= lib/X11/onekomake package; and, do use &man.shar.1; for new ports, not &man.diff.1;. - After submitting the port, please be patient. The time needed - to include a new port in &os; can vary from a few days to a - a few months. The list - of pending port PRs can be viewed at After submitting the port, please be patient. The time + needed to include a new port in &os; can vary from a few days + to a a few months. The list of pending port + PRs can be viewed at . - After looking at the new port, we will reply - if necessary, and put it in the tree. Your name will also - be added to the list of After looking at the new port, we will reply if necessary, + and put it in the tree. Your name will also be added to the + list of Additional &os; Contributors and other files. @@ -786,10 +791,11 @@ PLIST_DIRS= lib/X11/onekopatch-ab etc, always mention the path and file name in patch names. - Do not put RCS strings in patches. Subversion will mangle them - when we put the files into the ports tree, and when we check - them out again, they will come out different and the patch - will fail. RCS strings are surrounded by dollar + Do not put RCS strings in patches. + Subversion will mangle them when we + put the files into the ports tree, and when we check them out + again, they will come out different and the patch will fail. + RCS strings are surrounded by dollar ($) signs, and typically start with $Id or $RCS. @@ -817,9 +823,10 @@ PLIST_DIRS= lib/X11/onekoSubversion repository but makes it hard to - find out what exactly caused the problem and what you changed - at all. + increases the size of the + Subversion repository but makes it + hard to find out what exactly caused the problem and what you + changed at all. If you had to delete a file, then you can do it in the post-extract target rather than as @@ -4295,8 +4302,8 @@ MASTERDIR= ${.CURDIR}/../xdvi300 WITH_OPENSSL_PORT Installs the version of OpenSSL from - security/openssl, even - if the base is up to date. + security/openssl, + even if the base is up to date. @@ -5624,12 +5631,13 @@ IGNORE= may not be redistributed because This is achieved by passing -jX flag to &man.make.1; running on vendor code. This is the default - build behavior of ports. Unfortunately, not all ports handle - parallel building well and it may be required to explicitly - disable this feature by adding the - MAKE_JOBS_UNSAFE=yes variable. It is used - when a port is known to be broken with + build behavior of ports. Unfortunately, not all ports + handle parallel building well and it may be required to + explicitly disable this feature by adding the + MAKE_JOBS_UNSAFE=yes variable. It is + used when a port is known to be broken with -jX. + @@ -7575,10 +7583,11 @@ USE_QT4= moc_build qmake_build rcc_build If you ever think that your port needs more sophisticated Java support, please first have a look at the bsd.java.mk - Subversion log as it usually takes some time to document - the latest features. Then, if you think the support you are - lacking would be beneficial to many other Java ports, feel - free to discuss it on the &a.java;. + Subversion log as it + usually takes some time to document the latest features. + Then, if you think the support you are lacking would be + beneficial to many other Java ports, feel free to discuss it + on the &a.java;. Although there is a java category for PRs, it refers to the JDK porting effort from the &os; Java @@ -8227,8 +8236,8 @@ _DOCSDIR= . The USE_SDL variable is used to autoconfigure the dependencies for ports which use an SDL - based library like devel/sdl12 and - graphics/sdl_image. + based library like devel/sdl12 + and graphics/sdl_image. The following SDL libraries for version 1.2 are recognized at the moment: @@ -8239,19 +8248,23 @@ _DOCSDIR= .
- console: devel/sdl_console + console: devel/sdl_console - gfx: graphics/sdl_gfx + gfx: graphics/sdl_gfx - image: graphics/sdl_image + image: graphics/sdl_image - mixer: audio/sdl_mixer + mixer: audio/sdl_mixer @@ -8263,16 +8276,18 @@ _DOCSDIR= . - pango: - x11-toolkits/sdl_pango + pango: x11-toolkits/sdl_pango - sound: audio/sdl_sound + sound: audio/sdl_sound - ttf: graphics/sdl_ttf + ttf: graphics/sdl_ttf @@ -8285,23 +8300,28 @@ _DOCSDIR= . - gfx: graphics/sdl2_gfx + gfx: graphics/sdl2_gfx - image: graphics/sdl2_image + image: graphics/sdl2_image - mixer: audio/sdl2_mixer + mixer: audio/sdl2_mixer - net: net/sdl2_net + net: net/sdl2_net - ttf: graphics/sdl2_ttf + ttf: graphics/sdl2_ttf @@ -8459,17 +8479,20 @@ USE_SDL+= mixer 2.4 - x11-toolkits/wxgtk24 + x11-toolkits/wxgtk24 2.6 - x11-toolkits/wxgtk26 + x11-toolkits/wxgtk26 2.8 - x11-toolkits/wxgtk28 + x11-toolkits/wxgtk28 @@ -9037,12 +9060,14 @@ PLIST_SUB+= VERSION="${VER_STR}" 4.0 - lang/lua4 + lang/lua4 5.0 - lang/lua50 + lang/lua50 @@ -9506,16 +9531,16 @@ CFLAGS+= -DLUA_VERSION_STRING="${VER_STR After 2013-10-08 (254273), &os;  10-CURRENT and newer versions have a native iconv in the operating system. On earlier - versions, converters/libiconv was used as a - dependency. + versions, converters/libiconv + was used as a dependency. For software that needs iconv, define USES=iconv. &os; versions before 10-CURRENT on 2013-08-13 (254273) do not have a native iconv. On these earlier versions, a dependency on - converters/libiconv will be added - automatically. + converters/libiconv will be + added automatically. When a port defines USES=iconv, these variables will be available: @@ -9655,41 +9680,48 @@ post-patch: - libexo: x11/libexo + libexo: x11/libexo - libgui: - x11-toolkits/libxfce4gui + libgui: x11-toolkits/libxfce4gui - libutil: x11/libxfce4util + libutil: x11/libxfce4util - libmcs: x11/libxfce4mcs + libmcs: x11/libxfce4mcs - mcsmanager: - sysutils/xfce4-mcs-manager + mcsmanager: sysutils/xfce4-mcs-manager - panel: x11-wm/xfce4-panel + panel: x11-wm/xfce4-panel - thunar: x11-fm/thunar + thunar: x11-fm/thunar - wm: x11-wm/xfce4-wm + wm: x11-wm/xfce4-wm - xfdev: dev/xfce4-dev-tools + xfdev: dev/xfce4-dev-tools @@ -9826,10 +9858,10 @@ post-patch: USE_MYSQL - If the variable is set to yes, add - a dependency on the - databases/mysql55-client port. An - associated variable, + If the variable is set to yes, + add a dependency on the databases/mysql55-client port. + An associated variable, WANT_MYSQL_VER, may be set to values such as 323, 40, 41, 50, 51, 52, 55, or 60. @@ -9838,14 +9870,15 @@ post-patch: USE_PGSQL If set to yes, add dependency - on databases/postgresql90-client + on databases/postgresql90-client port. An associated variable, WANT_PGSQL_VER, may be set to values such as 83, 84, 90, 91 or 92. You can declare a minimum or maximum value; - WANT_PGSQL_VER= - 90+ will cause the - port to depend on a minimum version of 9.0. + WANT_PGSQL_VER= + 90+ will cause the port to depend on a + minimum version of 9.0. @@ -10967,7 +11000,8 @@ as .putsy.conf and edit it.. - Using <application>Subversion</application> to Make Patches + Using <application>Subversion</application> to Make + Patches When possible, please submit a &man.svn.1; diff. They are easier to handle than diffs between @@ -10992,9 +11026,9 @@ as .putsy.conf and edit it. svn0.us-west.FreeBSD.org - is a public Subversion server. Select the - closest mirror and verify the mirror server certificate - from the list of Subversion server. + Select the closest mirror and verify the mirror server + certificate from the list of Subversion mirror sites. @@ -11017,15 +11051,16 @@ as .putsy.conf and edit it. This will try to merge the differences between your - patch and current repository version; watch the output carefully. The - letter in front of each file name indicates what was done - with it. See for a - complete list. + patch and current repository version; watch the output + carefully. The letter in front of each file name + indicates what was done with it. See + for a complete list. - <application>Subversion</application> Update File Prefixes + <application>Subversion</application> Update File + Prefixes @@ -11058,12 +11093,12 @@ as .putsy.conf and edit it.If C is displayed as a result of svn update, it means something changed in - the Subversion repository and &man.svn.1; was not able to merge the - local changes with those from the repository. It is always a - good idea to inspect the changes anyway, since &man.svn.1; - does not know anything about how a port should be, so it might - (and probably will) merge things that do not make - sense. + the Subversion repository and + &man.svn.1; was not able to merge the local changes with those + from the repository. It is always a good idea to inspect the + changes anyway, since &man.svn.1; does not know anything about + how a port should be, so it might (and probably will) merge + things that do not make sense.The last step is to make a unified &man.diff.1; of the changes: @@ -11242,10 +11277,11 @@ as .putsy.conf and edit it.&os; Security Information page. - The VuXML database is an XML document. Its source file - vuln.xml is kept right inside the port - security/vuxml. Therefore the file's - full pathname will be + The VuXML database is an XML + document. Its source file vuln.xml is + kept right inside the port + security/vuxml. Therefore + the file's full pathname will be PORTSDIR/security/vuxml/vuln.xml. Each time you discover a security vulnerability in a port, please add an entry for it to that file. Until you are familiar @@ -11257,20 +11293,20 @@ as .putsy.conf and edit it. A Short Introduction to VuXML - The full-blown XML format is complex, and far beyond the - scope of this book. However, to gain basic insight on the - structure of a VuXML entry you need only the notion of tags. - XML tag names are enclosed in angle brackets. Each opening - <tag> must have a matching closing </tag>. Tags - may be nested. If nesting, the inner tags must be closed - before the outer ones. There is a hierarchy of tags, i.e., - more complex rules of nesting them. This is similar to - HTML. The major difference is that XML is - eXtensible, i.e., based on defining - custom tags. Due to its intrinsic structure XML puts - otherwise amorphous data into shape. VuXML is particularly - tailored to mark up descriptions of security - vulnerabilities. + The full-blown XML format is complex, + and far beyond the scope of this book. However, to gain + basic insight on the structure of a VuXML entry you need + only the notion of tags. XML tag names are enclosed in + angle brackets. Each opening <tag> must have a + matching closing </tag>. Tags may be nested. If + nesting, the inner tags must be closed before the outer + ones. There is a hierarchy of tags, i.e., more complex + rules of nesting them. This is similar to HTML. The major + difference is that XML is eXtensible, + i.e., based on defining custom tags. Due to its intrinsic + structure XML puts otherwise amorphous data into shape. + VuXML is particularly tailored to mark up descriptions of + security vulnerabilities. Now consider a realistic VuXML entry: @@ -11640,8 +11676,8 @@ Reference: <http://www.freebsd.org/po Introduction - Here is a list of common dos and don'ts that are encountered - during the porting process. Check the port + Here is a list of common dos and don'ts that are + encountered during the porting process. Check the port against this list, but also check ports in the PR database that others have submitted. Submit any @@ -11695,7 +11731,8 @@ Reference: <http://www.freebsd.org/po conditional compilation based upon what version of &os; Unix it is running under. The preferred way to tell &os; versions apart are the __FreeBSD_version and - __FreeBSD__ macros defined in sys/param.h. + __FreeBSD__ macros defined in sys/param.h. If this file is not included add the code, #include <sys/param.h> From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 08:59:00 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49297419; Mon, 13 Jan 2014 08:59:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 353C41271; Mon, 13 Jan 2014 08:59:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0D8x0Uk084766; Mon, 13 Jan 2014 08:59:00 GMT (envelope-from blackend@svn.freebsd.org) Received: (from blackend@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0D8x05h084760; Mon, 13 Jan 2014 08:59:00 GMT (envelope-from blackend@svn.freebsd.org) Message-Id: <201401130859.s0D8x05h084760@svn.freebsd.org> From: Marc Fonvieille Date: Mon, 13 Jan 2014 08:59:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43483 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 08:59:00 -0000 Author: blackend Date: Mon Jan 13 08:58:59 2014 New Revision: 43483 URL: http://svnweb.freebsd.org/changeset/doc/43483 Log: s/persisent/persistent Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 12 20:30:37 2014 (r43482) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Jan 13 08:58:59 2014 (r43483) @@ -3685,7 +3685,7 @@ C:\="DOS" The L2ARC is a read cache stored on a fast device such as an SSD. - This cache is not persisent across + This cache is not persistent across reboots. Note that RAM is used as the first layer of cache and the L2ARC is only needed if there is insufficient RAM. From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 10:58:28 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91CCC2C6; Mon, 13 Jan 2014 10:58:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D0691FFF; Mon, 13 Jan 2014 10:58:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DAwS36029200; Mon, 13 Jan 2014 10:58:28 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DAwSDW029199; Mon, 13 Jan 2014 10:58:28 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401131058.s0DAwSDW029199@svn.freebsd.org> From: Rene Ladan Date: Mon, 13 Jan 2014 10:58:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43484 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 10:58:28 -0000 Author: rene Date: Mon Jan 13 10:58:27 2014 New Revision: 43484 URL: http://svnweb.freebsd.org/changeset/doc/43484 Log: Add a section on USES=lua Reviewed by: bapt Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Mon Jan 13 08:58:59 2014 (r43483) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Mon Jan 13 10:58:27 2014 (r43484) @@ -324,6 +324,20 @@ + lua + + (none), XY+, XY, + build, run + + Adds a dependency on Lua. By + default this is a library undependency, unless overridden by the + build or run option. The + default version is 5.2, unless set by the XY + parameter (e.g., 51 or + 52+). + + + motif (none) From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 17:41:37 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 197278D2; Mon, 13 Jan 2014 17:41:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 057ED15F6; Mon, 13 Jan 2014 17:41:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DHfatc087322; Mon, 13 Jan 2014 17:41:36 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DHfaCT087321; Mon, 13 Jan 2014 17:41:36 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401131741.s0DHfaCT087321@svn.freebsd.org> From: Glen Barber Date: Mon, 13 Jan 2014 17:41:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43485 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 17:41:37 -0000 Author: gjb Date: Mon Jan 13 17:41:36 2014 New Revision: 43485 URL: http://svnweb.freebsd.org/changeset/doc/43485 Log: Add the date releng/10.0 was branched. Adjust the -RELEASE announcement date, forgotten when -RC5 was added. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/schedule.xml Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/schedule.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/schedule.xml Mon Jan 13 10:58:27 2014 (r43484) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/schedule.xml Mon Jan 13 17:41:36 2014 (r43485) @@ -140,7 +140,7 @@ - + @@ -197,7 +197,8 @@ + 14 January 2014
+ 20 January 2014 From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 21:14:32 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD9FF92; Mon, 13 Jan 2014 21:14:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A891118BA; Mon, 13 Jan 2014 21:14:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DLEWJX090369; Mon, 13 Jan 2014 21:14:32 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DLEWEX090368; Mon, 13 Jan 2014 21:14:32 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201401132114.s0DLEWEX090368@svn.freebsd.org> From: Sergey Kandaurov Date: Mon, 13 Jan 2014 21:14:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43486 - head/en_US.ISO8859-1/books/handbook/network-servers X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 21:14:32 -0000 Author: pluknet Date: Mon Jan 13 21:14:32 2014 New Revision: 43486 URL: http://svnweb.freebsd.org/changeset/doc/43486 Log: Fixed the default port of ctld(8). PR: docs/185752 Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Mon Jan 13 17:41:36 2014 (r43485) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Mon Jan 13 21:14:32 2014 (r43486) @@ -5835,7 +5835,7 @@ target iqn.2012-06.com.example:target0 { authentication. The following two lines make ctld(8) listen on all IPv4 (listen 0.0.0.0) and IPv6 (listen [::]) addresses on the - default port (3560). It is not necessary to define + default port (3260). It is not necessary to define a new portal group; there is a default one, called default. The difference between default and pg0 above is that with default, the iSCSI SendTargets discovery is From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 23:20:28 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEE4AA1A; Mon, 13 Jan 2014 23:20:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A65DA12C8; Mon, 13 Jan 2014 23:20:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DNKSPo042262; Mon, 13 Jan 2014 23:20:28 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DNKRWP042255; Mon, 13 Jan 2014 23:20:27 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401132320.s0DNKRWP042255@svn.freebsd.org> From: Glen Barber Date: Mon, 13 Jan 2014 23:20:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43487 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 23:20:28 -0000 Author: gjb Date: Mon Jan 13 23:20:27 2014 New Revision: 43487 URL: http://svnweb.freebsd.org/changeset/doc/43487 Log: Regen after r260611. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html head/en_US.ISO8859-1/htdocs/releases/10.0R/hardware.html head/en_US.ISO8859-1/htdocs/releases/10.0R/installation.html head/en_US.ISO8859-1/htdocs/releases/10.0R/readme.html head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Mon Jan 13 21:14:32 2014 (r43486) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Mon Jan 13 23:20:27 2014 (r43487) @@ -1,7 +1,7 @@ -FreeBSD 10.0-RELEASE Errata

FreeBSD 10.0-RELEASE Errata

+FreeBSD 10.0-RELEASE Errata

FreeBSD 10.0-RELEASE Errata

The FreeBSD Project -

FreeBSD is a registered trademark of +

FreeBSD is a registered trademark of the FreeBSD Foundation.

Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -14,7 +14,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2013-11-23 by rodrigc.
Abstract

This document lists errata items for FreeBSD 10.0-RELEASE, + ® symbol.

Last modified on 2014-01-13 by gjb.
Abstract

This document lists errata items for FreeBSD 10.0-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/hardware.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/hardware.html Mon Jan 13 21:14:32 2014 (r43486) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/hardware.html Mon Jan 13 23:20:27 2014 (r43487) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Hardware Notes

FreeBSD 10.0-RELEASE Hardware Notes

The FreeBSD Documentation Project

FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Hardware Notes

FreeBSD 10.0-RELEASE Hardware Notes

The FreeBSD Documentation Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc.

Fujitsu, the Fujitsu logo, LifeBook, @@ -25,7 +25,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2013-12-04 by mav.

1. Introduction

This document contains the hardware compatibility notes for + ® symbol.

Last modified on 2014-01-13 by gjb.

1. Introduction

This document contains the hardware compatibility notes for FreeBSD 10.0-RELEASE. It lists the hardware platforms supported by FreeBSD, as well as the various types of hardware devices (storage controllers, network interfaces, and so on), Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/installation.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/installation.html Mon Jan 13 21:14:32 2014 (r43486) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/installation.html Mon Jan 13 23:20:27 2014 (r43487) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Installation Instructions

FreeBSD 10.0-RELEASE Installation Instructions

The FreeBSD Project

FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Installation Instructions

FreeBSD 10.0-RELEASE Installation Instructions

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -12,7 +12,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2013-12-24 by gjb.
Abstract

This article gives some brief instructions on installing + ® symbol.

Last modified on 2014-01-13 by gjb.
Abstract

This article gives some brief instructions on installing FreeBSD 10.0-RELEASE and upgrading the systems running earlier releases.


1. Installing FreeBSD

The Installing FreeBSD @@ -22,12 +22,12 @@ screenshots.

2. Upgrading FreeBSD

If you are upgrading from a previous release of FreeBSD, please read upgrading section in the Release Notes for notable - incompatibilities carefully.

2.1. Upgrading from Source

The procedure for doing a source code based update is + incompatibilities carefully.

2.1. Upgrading from Source

The procedure for doing a source code based update is described in and .

For SVN use the releng/10.0 branch which will be where any upcoming Security Advisories or Errata - Notices will be applied.

2.2. Upgrading Using FreeBSD Update

The freebsd-update(8) utility supports binary + Notices will be applied.

2.2. Upgrading Using FreeBSD Update

The freebsd-update(8) utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running 7.[34]-RELEASE, Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/readme.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/readme.html Mon Jan 13 21:14:32 2014 (r43486) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/readme.html Mon Jan 13 23:20:27 2014 (r43487) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE README

FreeBSD 10.0-RELEASE README

< span class="orgname">The FreeBSD Project

FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE README

FreeBSD 10.0-RELEASE README

< span class="orgname">The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -15,12 +15,12 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2013-12-23 by gjb.
Abstract

This document gives a brief introduction to FreeBSD + ® symbol.

Last modified on 2014-01-13 by gjb.
Abstract

This document gives a brief introduction to FreeBSD 10.0-RELEASE. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information.


1. Introduction

This distribution is a snapshot of FreeBSD 10.0-RELEASE, the - latest point along the 10.0-STABLE branch.

1.1. About FreeBSD

FreeBSD is an operating system based on 4.4 BSD Lite for + latest point along the 10.0-STABLE branch.

1.1. About FreeBSD

FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or NexGen x86 based PC hardware (i386), Intel Itanium Processor based computers (ia64), @@ -48,7 +48,7 @@ environment that extends far beyond what's provided by many commercial versions of UNIX®. Most ports are also available as pre-compiled packages, which can be quickly - installed from the installation program.

1.2. Target Audience

This snapshot is aimed primarily at early adopters + installed from the installation program.

1.2. Target Audience

This snapshot is aimed primarily at early adopters and various other users who want to get involved with the ongoing development of FreeBSD. While the FreeBSD development team tries its best to ensure that each snapshot works as @@ -63,7 +63,7 @@ checking to ensure high reliability and dependability.

2. Obtaining FreeBSD

FreeBSD may be obtained in a variety of ways. This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing - installation.

2.1. CDROM and DVD

FreeBSD -RELEASE distributions may be ordered on CDROM or DVD + installation.

2.1. CDROM and DVD

FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if @@ -71,7 +71,7 @@ precompiled packages from the FreeBSD Ports Collection, or other extra material.

A list of the CDROM and DVD publishers known to the project are listed in the Obtaining - FreeBSD appendix to the Handbook.

2.2. FTP

You can use FTP to retrieve FreeBSD and any or all of its + FreeBSD” appendix to the Handbook.

2.2. FTP

You can use FTP to retrieve FreeBSD and any or all of its optional packages from ftp://ftp.FreeBSD.org/, which is the official FreeBSD release site, or any of its mirrors.

Lists of locations that mirror FreeBSD can be found in the @@ -87,7 +87,7 @@ floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. Finally mirrors sites usually contain a set of packages for - the most current release.

3. Contacting the FreeBSD Project

3.1. Email and Mailing Lists

For any questions or general technical support issues, + the most current release.

3. Contacting the FreeBSD Project

3.1. Email and Mailing Lists

For any questions or general technical support issues, please send mail to the FreeBSD general questions mailing list.

If you're tracking the 10.0-STABLE development efforts, you must join the FreeBSD-STABLE mailing list, in order to keep abreast of recent developments and changes that may @@ -108,7 +108,7 @@ obtained either from the Mailman pages or the mailing lists section of the FreeBSD Web site.

Important:

Do not send email to the lists asking to be subscribed. Use the Mailman interface - instead.

3.2. Submitting Problem Reports

Suggestions, bug reports and contributions of code are + instead.

3.2. Submitting Problem Reports

Suggestions, bug reports and contributions of code are always valued—please do not hesitate to report any problems you may find. Bug reports with attached fixes are of course even more welcome.

The preferred method to submit bug reports from a machine @@ -167,7 +167,7 @@ release. These other copies of the errata are located at ../../../../releases/ (as well as any sites which keep up-to-date mirrors of this - location).

4.2. Manual Pages

As with almost all UNIX® like operating systems, FreeBSD comes + location).

4.2. Manual Pages

As with almost all UNIX® like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man(1) command or through the hypertext manual pages gateway on the FreeBSD Web site. In general, the @@ -176,7 +176,7 @@ information on particular topics. Notable examples of such manual pages are tuning(7) (a guide to performance tuning), security(7) (an introduction to FreeBSD security), and - style(9) (a style guide to kernel coding).

4.3. Books and Articles

Two highly-useful collections of FreeBSD-related information, + style(9) (a style guide to kernel coding).

4.3. Books and Articles

Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked Questions document). On-line versions of the Handbook Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Mon Jan 13 21:14:32 2014 (r43486) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Mon Jan 13 23:20:27 2014 (r43487) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Release Notes

FreeBSD 10.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Release Notes

FreeBSD 10.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the @@ -17,7 +17,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2013-12-24 by gjb.
Abstract

The release notes for FreeBSD 10.0-RELEASE contain a summary + ® symbol.

Last modified on 2014-01-13 by gjb.
Abstract

The release notes for FreeBSD 10.0-RELEASE contain a summary of the changes made to the FreeBSD base system on the 10.0-STABLE development line. This document lists applicable security advisories that were issued since From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 23:23:45 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F9BBA9D; Mon, 13 Jan 2014 23:23:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B1A31330; Mon, 13 Jan 2014 23:23:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DNNjpa043642; Mon, 13 Jan 2014 23:23:45 GMT (envelope-from bmah@svn.freebsd.org) Received: (from bmah@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DNNj4I043639; Mon, 13 Jan 2014 23:23:45 GMT (envelope-from bmah@svn.freebsd.org) Message-Id: <201401132323.s0DNNj4I043639@svn.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Jan 2014 23:23:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43488 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 23:23:45 -0000 Author: bmah (ports committer) Date: Mon Jan 13 23:23:44 2014 New Revision: 43488 URL: http://svnweb.freebsd.org/changeset/doc/43488 Log: I'm back. Move myself from developer alumni to the active developer section. Approved by: mat (mentor) Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml head/en_US.ISO8859-1/articles/contributors/contrib.develalumni.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Mon Jan 13 23:20:27 2014 (r43487) +++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Mon Jan 13 23:23:44 2014 (r43488) @@ -795,6 +795,10 @@ + &a.bmah.email; + + + &a.rm.email; Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develalumni.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.develalumni.xml Mon Jan 13 23:20:27 2014 (r43487) +++ head/en_US.ISO8859-1/articles/contributors/contrib.develalumni.xml Mon Jan 13 23:23:44 2014 (r43488) @@ -363,10 +363,6 @@ - &a.bmah.email; (2000 - 2009) - - - &a.gioria.email; (1999 - 2009) From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 23:25:07 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84626B0B; Mon, 13 Jan 2014 23:25:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 705C6133E; Mon, 13 Jan 2014 23:25:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DNP7JO043887; Mon, 13 Jan 2014 23:25:07 GMT (envelope-from bmah@svn.freebsd.org) Received: (from bmah@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DNP7TM043886; Mon, 13 Jan 2014 23:25:07 GMT (envelope-from bmah@svn.freebsd.org) Message-Id: <201401132325.s0DNP7TM043886@svn.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Jan 2014 23:25:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43489 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 23:25:07 -0000 Author: bmah (ports committer) Date: Mon Jan 13 23:25:06 2014 New Revision: 43489 URL: http://svnweb.freebsd.org/changeset/doc/43489 Log: Add newsflash item for me as returning (ports) committer. Approved by: mat (mentor) Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Mon Jan 13 23:23:44 2014 (r43488) +++ head/share/xml/news.xml Mon Jan 13 23:25:06 2014 (r43489) @@ -34,6 +34,15 @@ 1 + 13 + + +

Returning committer: + Bruce A. Mah (ports)

+ + + + 10 From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 23:35:27 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 877C1DF; Mon, 13 Jan 2014 23:35:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 726E51468; Mon, 13 Jan 2014 23:35:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DNZRqQ048392; Mon, 13 Jan 2014 23:35:27 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DNZR4C048391; Mon, 13 Jan 2014 23:35:27 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401132335.s0DNZR4C048391@svn.freebsd.org> From: Glen Barber Date: Mon, 13 Jan 2014 23:35:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43490 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 23:35:27 -0000 Author: gjb Date: Mon Jan 13 23:35:26 2014 New Revision: 43490 URL: http://svnweb.freebsd.org/changeset/doc/43490 Log: Regen after r260613. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Mon Jan 13 23:25:06 2014 (r43489) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Mon Jan 13 23:35:26 2014 (r43490) @@ -161,7 +161,7 @@ hv_vmbus_load="YES"

Alternativ number of outstanding issues. It also now works on all architectures.

The wpi(4) driver has been updated to include a number of stability fixes.

The cxgbe(4) driver has been updated to support - 40G/10G Ethernet NICs based on Chelsio's Terminator 5 (T5) ASIC.

The iw_cxgbe driver has been added. This is an + 40G/10G Ethernet NICs based on Chelsio's Terminator 5 (T5) ASIC.

The if_cxgbe(4) driver has been added. This is an experimental iWARP/RDMA driver (kernel verbs only) for Chelsio's T4 and T5 based cards.

The Open Fabrics Enterprise Distribution (OFED) and OFED Infiniband core has been From owner-svn-doc-head@FreeBSD.ORG Mon Jan 13 23:48:46 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFC464D4; Mon, 13 Jan 2014 23:48:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F9701589; Mon, 13 Jan 2014 23:48:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DNmk2h052443; Mon, 13 Jan 2014 23:48:46 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DNmkgE052442; Mon, 13 Jan 2014 23:48:46 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401132348.s0DNmkgE052442@svn.freebsd.org> From: Glen Barber Date: Mon, 13 Jan 2014 23:48:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43491 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 13 Jan 2014 23:48:46 -0000 Author: gjb Date: Mon Jan 13 23:48:46 2014 New Revision: 43491 URL: http://svnweb.freebsd.org/changeset/doc/43491 Log: Regen after r260614. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Mon Jan 13 23:35:26 2014 (r43490) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Mon Jan 13 23:48:46 2014 (r43491) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Release Notes

FreeBSD 10.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Release Notes

FreeBSD 10.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the @@ -199,12 +199,12 @@ hv_vmbus_load="YES"

Alternativ NVM Express is an optimized register interface, command set and feature set of PCI Express (PCIe)-based Solid-State Drives (SSDs). For more information, see nvmexpress.org.

2.2.7. File Systems

A new kernel-based iSCSI target and initiator has been - added

UFS filesystems can now be enlarged with growfs(8) while + added.

UFS filesystems can now be enlarged with growfs(8) while mounted read-write. This is especially useful for virtual machines, allowing the addition of more harddrive space without interruption of service.

A state of the art FUSE implementation is now part of the base system. It allows the use of nearly all fusefs file - systems

2.2.7.1. ZFS

bsdinstall(8) now supports installing + systems.

2.2.7.1. ZFS

bsdinstall(8) now supports installing ZFS on the root file system. It includes a single configuration menu that allows you to select all of the required details, including which drives to use, what ZFS RAID level to use (taking into consideration @@ -213,7 +213,7 @@ hv_vmbus_load="YES"

Alternativ ZFS.

Support for the high performance LZ4 compression algorithm has been added to ZFS. LZ4 is usually faster and can achieve a higher compression ratio than LZJB, the default compression - algorithm

Support for L2ARC compression has been added to ZFS.

The zio nop-write improvement from Illumos + algorithm.

Support for L2ARC compression has been added to ZFS.

The zio nop-write improvement from Illumos was imported into FreeBSD. To reduce I/O, nop-write skips overwriting data if the checksum (cryptographically secure) of new data matches the checksum of existing data. It also saves space if @@ -318,12 +318,12 @@ hv_vmbus_load="YES"

Alternativ swaplate

&local.branch.releng; branch 25 October 2013
7 December 2013
-7 December 2013 Subversion branch created; future release engineering proceeds on this branch.
RELEASE announcement 24 November 2013
2 January 2014
- 14 January 2014
- 10.0-RELEASE press release.
named

Removed with BIND

swap1

Replaced by swap and swaplate

2.4. Contributed Software

jemalloc(3) has been updated to 3.4.0. - See this link. + See this link for more details.

AMD has been updated from 6.0.10 to 6.1.5.

awk has been updated from 1 May 2007 release to the 23 October 2007 release.

bzip2 has been updated from 1.0.4 to 1.0.5.

CVS has been removed from the - base system, but is still available from ports

Subversion has been imported into the base system and + base system, but is still available from ports.

Subversion has been imported into the base system and is installed as svnlite. svnlite should only be used for checking out FreeBSD source and committing, and does not replace the full Subversion port.

file has been updated to 5.11.

hostapd has been From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 00:26:19 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8A1BFDB; Tue, 14 Jan 2014 00:26:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A010B189A; Tue, 14 Jan 2014 00:26:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E0QJP1068696; Tue, 14 Jan 2014 00:26:19 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0E0QJiB068695; Tue, 14 Jan 2014 00:26:19 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401140026.s0E0QJiB068695@svn.freebsd.org> From: Glen Barber Date: Tue, 14 Jan 2014 00:26:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43492 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 00:26:19 -0000 Author: gjb Date: Tue Jan 14 00:26:19 2014 New Revision: 43492 URL: http://svnweb.freebsd.org/changeset/doc/43492 Log: Regen after r260615. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Mon Jan 13 23:48:46 2014 (r43491) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Tue Jan 14 00:26:19 2014 (r43492) @@ -17,7 +17,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2014-01-13 by gjb.
Abstract

The release notes for FreeBSD 10.0-RELEASE contain a summary + ® symbol.

Last modified on 2014-01-14 by gjb.
Abstract

The release notes for FreeBSD 10.0-RELEASE contain a summary of the changes made to the FreeBSD base system on the 10.0-STABLE development line. This document lists applicable security advisories that were issued since @@ -93,7 +93,7 @@ in GENERIC kernels.

Support was added for the new Intel on-CPU Bull Mountain random number generator, found on IvyBridge and supposedly later CPUs, - accessible with RDRAND instruction.

2.2.1. Virtualization support

The BSD Hypervisor, bhyve(8) is included + accessible with the RDRAND instruction.

2.2.1. Virtualization support

The BSD Hypervisor, bhyve(8) is included with FreeBSD. bhyve(8) requires Intel CPUs with VT-x and Extended Page Table (EPT) support. These features are on all Nehalem models and beyond (e.g. Nehalem and newer), but not on the lower-end Atom CPUs.

virtio(4) support has been added. virtio(4) is the @@ -112,34 +112,34 @@ hv_netsvc_load="YES" hv_utils_load="YES" hv_vmbus_load="YES"

Alternatively, the Hyper-V drivers can be added to the i386 kernel by adding device hyperv to the kernel config, and then - recompiling the kernel. Please refer to: + recompiling the kernel. Please refer to FreeBSD and Microsoft Windows Server Hyper-V support for full instructions on how to set up Hyper-V support under FreeBSD.

The vmx(4) driver has been added. vmx(4) is a VMware VMXNET3 ethernet driver ported from OpenBSD.

Xen PVHVM virtualization is now part of the GENERIC kernel.

2.2.2. ARM support

Raspberry PI support has been added. Refer to these setup instructions - and quick start + and this quick start guide.

The default ABI on ARM is now the ARM EABI. This brings a number of improvements and allows future support for VFP and Thumb-2.

ARM support has been greatly improved, including support for ARMv6 and ARMv7, SMP and thread-local storage (TLS). Additionally support for some newer SoC like the MV78x60 and OMAP4 was added. - See this announcement + See the announcement for further details.

Superpages support on ARM has been added. Superpages support provides improved performance and scalability by allowing TLB translations to dynamically cover large physical memory regions. All ARMv6 and ARMv7-based platforms can take advantage of this feature. - See this page - for further details.

2.2.3. Boot Loader Changes

The BTX kernel used by the boot + See the ARM Superpages status + page for further details.

2.2.3. Boot Loader Changes

The BTX kernel used by the boot loader has been changed to invoke BIOS routines from real mode. This change makes it possible to boot FreeBSD from USB - devices.

A new gptboot boot loader has + devices.

A new gptboot(8) boot loader has been added to support booting from a GPT labeled disk. A new boot command has been added to - gpt(8), which makes a GPT disk bootable by writing the + gpart(8), which makes a GPT disk bootable by writing the required bits of the boot loader, creating a new boot partition if required.

2.2.4. Hardware Support

The cmx(4) driver, a driver for Omnikey CardMan 4040 - PCMCIA smartcard readers, has been added.

The syscons(4) driver now supports Colemak keyboard layout.

The uslcom(4) driver, a driver for Silicon + PCMCIA smartcard readers, has been added.

The syscons(4) driver now supports the Colemak keyboard layout.

The uslcom(4) driver, a driver for Silicon Laboratories CP2101/CP2102-based USB serial adapters, has been imported from OpenBSD.

2.2.4.1. Multimedia Support

Support for version 2.0 of the USB Audio reference design has been added. New devices should support higher bandwidth, @@ -180,11 +180,11 @@ hv_vmbus_load="YES"

Alternativ address on the subnet (carpdev), switching state with ifconfig(8), better locking and using modern kernel interfaces to allocate multicast memberships. - Configuration of the CARP protocol via ifconfig(8) has changed, as well as format - of CARP events submitted to devd(8) has changed. See carp(4) + Configuration of the CARP protocol via ifconfig(8) has changed, as well as the format + of CARP events submitted to devd(8). See carp(4) for more information. The arpbalance feature of carp(4) is currently not supported anymore.

The pf(4) firewall now supports fine-grain locking - and better utilization on multi-cpu machines resulting in + and better utilization on multi-CPU machines, resulting in significant improvements in performance.

Support for up to 65536 routing tables has been introduced.

Support for setting/matching differentiated services codepoints (DSCP) in IP header has been added to @@ -198,7 +198,7 @@ hv_vmbus_load="YES"

Alternativ from Highpoint.

nvme(4) has been added and provides NVM Express support. NVM Express is an optimized register interface, command set and feature set of PCI Express (PCIe)-based Solid-State Drives (SSDs). For more information, - see nvmexpress.org.

2.2.7. File Systems

A new kernel-based iSCSI target and initiator has been + see nvmexpress.org.

2.2.7. File Systems

A new kernel-based iSCSI target and initiator has been added.

UFS filesystems can now be enlarged with growfs(8) while mounted read-write. This is especially useful for virtual machines, allowing the addition of more harddrive space without @@ -210,22 +210,22 @@ hv_vmbus_load="YES"

Alternativ which drives to use, what ZFS RAID level to use (taking into consideration the selected number of drives), GPT or MBR, GELI encryption, forcing 4K sectors, pool name, etc.

TRIM support has been added for - ZFS.

Support for the high performance LZ4 compression algorithm + ZFS.

Support for the high-performance LZ4 compression algorithm has been added to ZFS. LZ4 is usually faster and can achieve a higher compression ratio than LZJB, the default compression algorithm.

Support for L2ARC compression has been added to ZFS.

The zio nop-write improvement from Illumos was imported into FreeBSD. To reduce I/O, nop-write skips overwriting - data if the checksum (cryptographically secure) of new data + data if the (cryptographically secure) checksum of new data matches the checksum of existing data. It also saves space if - snapshots are in use. This improvement only works only on + snapshots are in use. This improvement only works on datasets with enabled compression, disabled deduplication and - sha256 checksums.

ZFS will now compare the checksums of incoming writes to + sha256 checksums. ZFS will now compare the checksums of incoming writes to the checksum of the existing on-disk data and avoid issuing any write I/O for data that has not changed. This will reduce I/O as well as space usage because if the old block is referenced by a snapshot, both copies of the block are kept even though both contain the same data.

2.3. Userland Changes

On platforms where clang(1) is the default - system compiler, (such as i386, amd64, arm) GCC and GNU libstdc++ are no + system compiler (such as i386, amd64, arm), GCC and GNU libstdc++ are no longer built by default. clang(1) and libc++ from LLVM are used on these platforms by instead. GCC 4.2.1 and libstdc++ are still built and used by default on pc98 and all other platforms where clang(1) @@ -233,8 +233,8 @@ hv_vmbus_load="YES"

Alternativ

clang(1) and llvm have been updated to version 3.3 release. Please refer to - Clang 3.3 Release Notes.

BIND has been replaced by unbound(8) for - local dns resolution in the base system. With this change, nslookup + Clang 3.3 Release Notes.

BIND has been replaced by unbound(8) for + local DNS resolution in the base system. With this change, nslookup and dig are no longer a part of the base system. Users should instead use host(1) and drill(1) Alternatively, nslookup and dig can be obtained by installing the @@ -248,11 +248,11 @@ hv_vmbus_load="YES"

Alternativ by a BSD-licensed sort(1) program.

Berkely yacc (byacc) has been imported from invisible island. This brings bison compatibilities to yacc(1) while preserving full - backwards compatibility with previous version of yacc(1).

lex(1) has been replaced by flex 2.5.37

make(1) has been replaced with the - "Portable" BSD make tool (bmake) from NetBSD.

The adduser(8) utility now supports + backwards compatibility with previous version of yacc(1).

lex(1) has been replaced by flex 2.5.37.

make(1) has been replaced with the + Portable BSD make tool (bmake) from NetBSD.

The adduser(8) utility now supports a -M option to set the mode of a new user's home directory.

BSD-licensed versions of ar(1) and ranlib(1), - based on libarchive, have replaced the GNU + based on libarchive(3), have replaced the GNU Binutils versions of these utilities.

BSD-licensed versions of bc(1) and dc(1) have replaced their GNU counterparts.

chflags(1) now supports a -v flag for verbose output and a -f flag to ignore errors @@ -260,13 +260,13 @@ hv_vmbus_load="YES"

Alternativ chmod(1).

For compatibility with other implementations, cp(1) now supports a -a flag, which is equivalent to specifying the -RrP flags.

BSD-licensed version of cpio(1) based on - libarchive, has replaced the GNU cpio. + libarchive(3), has replaced the GNU cpio. Note that the GNU cpio is still installed as gcpio.

The env(1) program now supports -u name which will completely unset the given variable name by removing it from the environment, - instead of just setting it to a null value.

The fdopendir(3) library function has been added.

The fetch(3) library now support HTTP 1.1 + instead of just setting it to a null value.

The fdopendir(3) library function has been added.

The fetch(3) library now supports HTTP 1.1 If-Modified-Since behavior. The fetch(1) program now supports -i filename which will only download the specified HTTP URL if the content @@ -286,20 +286,20 @@ hv_vmbus_load="YES"

Alternativ a -q flag to suppress warnings; it now also accepts multiple paths on its command line.

sh(1) has many bug fixes, some new features, and will now refuse to parse some invalid scripts. Additionally, it now - has filename completion and defaults to the "emacs" editing + has filename completion and defaults to the emacs editing mode.

The split(1) utility now supports a -n flag to split a file into a certain number of chunks.

The tar(1) utility now supports a -Z flag to enable compress(1)-style compression/decompression.

The tar(1) utility now supports a --numeric-owner flag to ignore user/group names - on create and extract.

The tar(1) utility now supports an + on create and extract.

The tar(1) utility now supports the -S flag to sparsify files on extraction.

The tar(1) utility now supports a -s flag to substitute filenames based on the specified regular expression.

The tcgetsid(3) library function has been added to return the process group ID for the session leader for the controlling terminal. It is defined in IEEE Std 1003.1-2001 (POSIX).

top(1) now supports a -P flag to - provide per-CPU usage statistics.

zdump(8) is now working properly on 64 bit architectures. + provide per-CPU usage statistics.

zdump(8) is now working properly on 64-bit architectures.

traceroute(8) now has the ability to print the AS number for each hop with the new -a switch; a new -A option allows selecting a particular @@ -320,15 +320,15 @@ hv_vmbus_load="YES"

Alternativ swaplate

2.4. Contributed Software

jemalloc(3) has been updated to 3.4.0. See this link for more details.

AMD has been updated from 6.0.10 - to 6.1.5.

awk has been updated from 1 May + to 6.1.5.

awk has been updated from the 1 May 2007 release to the 23 October 2007 release.

bzip2 has been updated from 1.0.4 to 1.0.5.

CVS has been removed from the - base system, but is still available from ports.

Subversion has been imported into the base system and + base system, but is still available from Ports Collection.

Subversion has been imported into the base system and is installed as svnlite. svnlite - should only be used for checking out FreeBSD source and committing, and does not + should only be used for checking out the FreeBSD source trees and committing, and does not replace the full Subversion port.

file has been updated to 5.11.

hostapd has been updated from 0.5.8 to 0.5.10.

IPFilter has been updated to 5.1.2.

less has been updated to - v458.

ncurses has been updated from + v458.

ncurses has been updated to 5.7-20081102.

OpenSSH has been updated to 6.4.

OpenPAM has been updated to the Micrampelis release.

sendmail has been updated from @@ -338,13 +338,13 @@ hv_vmbus_load="YES"

Alternativ have been updated from the tzcode2004a release to the tzcode2009h release. If you have upgraded from source or via the freebsd-update(8), - then please run tzsetup(8) to install a new /etc/localtime. + then please run tzsetup(8) to install a new /etc/localtime.

WPA Supplicant has been updated to 2.0.

xz has been updated - from snapshot as of 12 April 2010 to 5.0.0.

nvi(1) has been updated to 2.1.2.

nvi(1) supports wide character locales.

2.5. Ports/Packages Collection Infrastructure

The pkg_add, pkg_create, pkg_delete, pkg_info, + from snapshot as of 12 April 2010 to 5.0.0.

nvi(1) has been updated to 2.1.2.

nvi(1) supports wide-character locales.

2.5. Ports/Packages Collection Infrastructure

The pkg_add, pkg_create, pkg_delete, pkg_info, pkg_updating, and pkg_version utilities have been removed. pkg(7) must now be used to install binary packages. pkg(7) - is the next generation FreeBSD package manager, also referred to as "pkgng".

2.6. Release Engineering and Integration

The supported version of + is the next generation FreeBSD package manager, also referred to as pkgng.

2.6. Release Engineering and Integration

The supported version of the GNOME desktop environment (x11/gnome2) has been updated from 2.20.1 to 2.22.

3. Upgrading from previous releases of FreeBSD

Beginning with FreeBSD 6.2-RELEASE, From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 01:04:44 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5504F2EE; Tue, 14 Jan 2014 01:04:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D07F1CD6; Tue, 14 Jan 2014 01:04:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E14iDn083756; Tue, 14 Jan 2014 01:04:44 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0E14ibi083754; Tue, 14 Jan 2014 01:04:44 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401140104.s0E14ibi083754@svn.freebsd.org> From: Glen Barber Date: Tue, 14 Jan 2014 01:04:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43493 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 01:04:44 -0000 Author: gjb Date: Tue Jan 14 01:04:43 2014 New Revision: 43493 URL: http://svnweb.freebsd.org/changeset/doc/43493 Log: Regen after r260616. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Tue Jan 14 00:26:19 2014 (r43492) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Tue Jan 14 01:04:43 2014 (r43493) @@ -1,5 +1,6 @@ -FreeBSD 10.0-RELEASE Release Notes

FreeBSD 10.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Release Notes

FreeBSD 10.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the @@ -17,66 +18,63 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2014-01-14 by gjb.
Abstract

The release notes for FreeBSD 10.0-RELEASE contain a summary - of the changes made to the FreeBSD base system on the - 10.0-STABLE development line. - This document lists applicable security advisories that were issued since - the last release, as well as significant changes to the FreeBSD - kernel and userland. - Some brief remarks on upgrading are also presented.


1. Introduction

This document contains the release notes for FreeBSD - 10.0-RELEASE. It - describes recently added, changed, or deleted features of FreeBSD. - It also provides some notes on upgrading - from previous versions of FreeBSD.

The latest, up-to-date version of the release notes are - available online at http://www.FreeBSD.org/releases/10.0R/relnotes.html.

The snapshot distribution to which these release notes - apply represents a point along the 10.0-STABLE development - branch between 10.0-CURRENT and the future 10.1-RELEASE. - Information regarding - pre-built, binary snapshot distributions along this branch - can be found at http://www.FreeBSD.org/releases/.

All users are encouraged to consult the release errata before + ® symbol.

Last modified on 2014-01-14 by gjb.
Abstract

The release notes for FreeBSD 10.0-RELEASE contain + a summary of the changes made to the FreeBSD base system on the + 10.0-STABLE development line. This document lists + applicable security advisories that were issued since the last + release, as well as significant changes to the FreeBSD kernel and + userland. Some brief remarks on upgrading are also + presented.


1. Introduction

This document contains the release notes for FreeBSD + 10.0-RELEASE. It describes recently added, changed, or + deleted features of FreeBSD. It also provides some notes on + upgrading from previous versions of FreeBSD.

The latest, up-to-date version of the release notes are + available online at http://www.FreeBSD.org/releases/10.0R/relnotes.html.

The snapshot distribution to + which these release notes apply represents a point along the + 10.0-STABLE development branch between 10.0-CURRENT and the + future 10.1-RELEASE. Information regarding pre-built, binary + snapshot distributions along this branch can be found at + http://www.FreeBSD.org/releases/.

All users are encouraged to consult the release errata before installing FreeBSD. The errata document is updated with late-breaking information discovered late in the release cycle or after the release. Typically, it contains information on known bugs, security advisories, and corrections to documentation. An up-to-date copy of the errata for FreeBSD - 10.0-RELEASE can be found on the FreeBSD Web site.

2. What's New

This section describes - the most user-visible new or changed features in FreeBSD - since 10.0-CURRENT. - In general, changes described here are unique to the 10.0-STABLE - branch unless specifically marked as MERGED features. -

Typical release note items - document recent security advisories issued after - 10.0-CURRENT, - new drivers or hardware support, new commands or options, - major bug fixes, or contributed software upgrades. They may also - list changes to major ports/packages or release engineering - practices. Clearly the release notes cannot list every single - change made to FreeBSD between releases; this document focuses - primarily on security advisories, user-visible changes, and major - architectural improvements.

2.1. Security Advisories

No security advisories.

2.2. Kernel Changes

The use of unmapped VMIO buffers eliminates the need to perform - TLB shootdown for mapping on buffer creation and reuse, greatly reducing the - amount of IPIs for shootdown on big-SMP machines and eliminating up to 25-30% - of the system time on i/o intensive workloads.

The maximum amount of memory the FreeBSD kernel - can address has been increased from 1TB to 4TB.

A new cpuset(2) API has been added - for thread to CPU binding and CPU resource grouping and - assignment. The cpuset(1) userland utility has been added - to allow manipulation of processor sets.

The ddb(4) kernel debugger now has an output capture - facility. Input and output from ddb(4) can now be captured - to a memory buffer for later inspection using sysctl(8) or - a textdump. The new capture command controls - this feature.

The ddb(4) debugger now supports a simple scripting - facility, which supports a set of named scripts consisting of a - set of ddb(4) commands. These commands can be managed from - within ddb(4) or with the use of the new ddb(8) - utility. More details can be found in the ddb(4) manual - page.

The kernel now supports a new textdump format of kernel - dumps. A textdump provides higher-level information via - mechanically generated/extracted debugging output, rather than a - simple memory dump. This facility can be used to generate brief - kernel bug reports that are rich in debugging information, but - are not dependent on kernel symbol tables or precisely - synchronized source code. More information can be found in the - textdump(4) manual page.

Kernel support for M:N threading has been removed. While + 10.0-RELEASE can be found on the FreeBSD Web site.

2. What's New

This section describes the most user-visible new or changed + features in FreeBSD since 10.0-CURRENT. In general, changes + described here are unique to the 10.0-STABLE branch unless + specifically marked as MERGED features.

Typical release note items document recent security advisories + issued after 10.0-CURRENT, new drivers or hardware support, new + commands or options, major bug fixes, or contributed software + upgrades. They may also list changes to major ports/packages or + release engineering practices. Clearly the release notes cannot + list every single change made to FreeBSD between releases; this + document focuses primarily on security advisories, user-visible + changes, and major architectural improvements.

2.1. Security Advisories

No security advisories.

2.2. Kernel Changes

The use of unmapped VMIO buffers + eliminates the need to perform TLB shootdown for mapping on + buffer creation and reuse, greatly reducing the amount of IPIs + for shootdown on big-SMP machines and eliminating up to 25-30% + of the system time on i/o intensive workloads.

The maximum amount of memory + the FreeBSD kernel can address has been increased from 1TB to + 4TB.

A new cpuset(2) API has been added for thread to CPU + binding and CPU resource grouping and assignment. The + cpuset(1) userland utility has been added to allow + manipulation of processor sets.

The ddb(4) kernel debugger now has an + output capture facility. Input and output from ddb(4) can + now be captured to a memory buffer for later inspection using + sysctl(8) or a textdump. The new + capture command controls this feature.

The ddb(4) debugger now supports a simple + scripting facility, which supports a set of named scripts + consisting of a set of ddb(4) commands. These commands can + be managed from within ddb(4) or with the use of the new + ddb(8) utility. More details can be found in the + ddb(4) manual page.

The kernel now supports a new textdump format + of kernel dumps. A textdump provides higher-level information + via mechanically generated/extracted debugging output, rather + than a simple memory dump. This facility can be used to + generate brief kernel bug reports that are rich in debugging + information, but are not dependent on kernel symbol tables or + precisely synchronized source code. More information can be + found in the textdump(4) manual page.

Kernel support for M:N threading has been removed. While the KSE (Kernel Scheduled Entities) project was quite successful in bringing threading to FreeBSD, the M:N approach taken by the KSE library was never developed to its full potential. @@ -93,58 +91,68 @@ in GENERIC kernels.

Support was added for the new Intel on-CPU Bull Mountain random number generator, found on IvyBridge and supposedly later CPUs, - accessible with the RDRAND instruction.

2.2.1. Virtualization support

The BSD Hypervisor, bhyve(8) is included - with FreeBSD. bhyve(8) requires Intel CPUs with VT-x and Extended Page Table (EPT) - support. These features are on all Nehalem models and beyond - (e.g. Nehalem and newer), but not on the lower-end Atom CPUs.

virtio(4) support has been added. virtio(4) is the - name for the paravirtualization interface developed for the Linux KVM, but - since adopted to other virtual machine hypervisors (with the notable exception of Xen). - This work brings in a BSD-licensed clean-room implementation of the virtio kernel drivers - for disk IO (virtio_blk(4) and virtio_scsi(4)), network IO (vtnet(4)), - memory ballooning (virtio_balloon(4)), and PCI. - Tested with on Qemu/KVM, VirtualBox, and bhyve(4).

Paravirtualized drivers which - support Microsoft Hyper-V have been imported and made - part of the amd64 GENERIC kernel. For i386, these drivers are not part of - GENERIC, so the following lines must be added to - /boot/loader.conf to load these drivers: -

hv_ata_pci_disengage_load="YES"
+      accessible with the RDRAND instruction.

2.2.1. Virtualization support

The BSD Hypervisor, + bhyve(8) is included with FreeBSD. bhyve(8) requires + Intel CPUs with VT-x and Extended Page Table (EPT) support. + These features are on all Nehalem models and beyond (e.g. + Nehalem and newer), but not on the lower-end Atom CPUs.

virtio(4) support has been added. + virtio(4) is the name for the paravirtualization + interface developed for the Linux KVM, but since adopted to + other virtual machine hypervisors (with the notable exception + of Xen). This work brings in a BSD-licensed clean-room + implementation of the virtio kernel drivers for disk IO + (virtio_blk(4) and virtio_scsi(4)), network IO + (vtnet(4)), memory ballooning (virtio_balloon(4)), + and PCI. Tested with on Qemu/KVM, VirtualBox, and + bhyve(4).

Paravirtualized + drivers which support Microsoft Hyper-V have been imported and + made part of the amd64 GENERIC kernel. For i386, these + drivers are not part of GENERIC, so the following lines must + be added to /boot/loader.conf to load + these drivers:

hv_ata_pci_disengage_load="YES"
 hv_netsvc_load="YES"
 hv_utils_load="YES"
-hv_vmbus_load="YES"

Alternatively, the Hyper-V drivers can be added to the i386 - kernel by adding device hyperv to the kernel config, and then - recompiling the kernel. Please refer to - FreeBSD and Microsoft Windows Server Hyper-V support - for full instructions on how to set up Hyper-V support under FreeBSD.

The vmx(4) driver has been added. - vmx(4) is a VMware VMXNET3 ethernet driver ported from - OpenBSD.

Xen PVHVM virtualization is now - part of the GENERIC kernel.

2.2.2. ARM support

Raspberry PI support has been added. - Refer to these setup instructions - and this quick start - guide.

The default ABI on ARM is now the ARM EABI. This brings a number of - improvements and allows future support for VFP and Thumb-2.

ARM support has been greatly improved, including support - for ARMv6 and ARMv7, SMP and thread-local storage (TLS). - Additionally support for some newer SoC like the MV78x60 and OMAP4 was added. - See the announcement - for further details.

Superpages support on ARM has been added. Superpages support - provides improved performance and scalability by allowing TLB - translations to dynamically cover large physical memory regions. - All ARMv6 and ARMv7-based platforms can take advantage of this feature. - See the ARM Superpages status - page for further details.

2.2.3. Boot Loader Changes

The BTX kernel used by the boot - loader has been changed to invoke BIOS routines from real +hv_vmbus_load="YES"

Alternatively, the Hyper-V drivers can be added to the + i386 kernel by adding device hyperv to the + kernel config, and then recompiling the kernel. Please refer + to FreeBSD + and Microsoft Windows Server Hyper-V support for full + instructions on how to set up Hyper-V support under + FreeBSD.

The vmx(4) driver has been added. + vmx(4) is a VMware VMXNET3 ethernet driver ported from + OpenBSD.

Xen PVHVM + virtualization is now part of the GENERIC kernel.

2.2.2. ARM support

Raspberry PI support has been added. + Refer to these setup + instructions and this quick + start guide.

The default ABI on ARM is now the ARM + EABI. This brings a number of improvements and allows future + support for VFP and Thumb-2.

ARM support has been greatly improved, + including support for ARMv6 and ARMv7, SMP and thread-local + storage (TLS). Additionally support for some newer SoC like + the MV78x60 and OMAP4 was added. See the announcement + for further details.

Superpages support on ARM has been + added. Superpages support provides improved performance and + scalability by allowing TLB translations to dynamically cover + large physical memory regions. All ARMv6 and ARMv7-based + platforms can take advantage of this feature. See the ARM + Superpages status page for further details.

2.2.3. Boot Loader Changes

The BTX kernel used by the + boot loader has been changed to invoke BIOS routines from real mode. This change makes it possible to boot FreeBSD from USB - devices.

A new gptboot(8) boot loader has - been added to support booting from a GPT labeled disk. A - new boot command has been added to - gpart(8), which makes a GPT disk bootable by writing the - required bits of the boot loader, creating a new boot - partition if required.

2.2.4. Hardware Support

The cmx(4) driver, a driver for Omnikey CardMan 4040 - PCMCIA smartcard readers, has been added.

The syscons(4) driver now supports the Colemak keyboard layout.

The uslcom(4) driver, a driver for Silicon - Laboratories CP2101/CP2102-based USB serial adapters, has been - imported from OpenBSD.

2.2.4.1. Multimedia Support

Support for version 2.0 of the USB Audio reference design - has been added. New devices should support higher bandwidth, - increased sampling frequency and wider dynamic range.

2.2.4.2. Network Interface Support

The ale(4) driver has been added to provide support - for Atheros AR8121/AR8113/AR8114 Gigabit/Fast Ethernet controllers.

The em(4) driver has been split into two drivers + devices.

A new gptboot(8) boot + loader has been added to support booting from a GPT labeled + disk. A new boot command has been added to + gpart(8), which makes a GPT disk bootable by writing the + required bits of the boot loader, creating a new boot + partition if required.

2.2.4. Hardware Support

The cmx(4) driver, a driver for Omnikey + CardMan 4040 PCMCIA smartcard readers, has been added.

The syscons(4) driver now supports the Colemak + keyboard layout.

The uslcom(4) driver, a driver for + Silicon Laboratories CP2101/CP2102-based USB serial adapters, + has been imported from OpenBSD.

2.2.4.1. Multimedia Support

Support for version 2.0 of the USB + Audio reference design has been added. New devices should + support higher bandwidth, increased sampling frequency and + wider dynamic range.

2.2.4.2. Network Interface Support

The ale(4) driver has been added to provide support + for Atheros AR8121/AR8113/AR8114 Gigabit/Fast Ethernet + controllers.

The em(4) driver has been split into two drivers with some common parts. The em(4) driver will continue to support adapters up to the 82575, as well as new client/desktop adapters. A new igb(4) driver @@ -160,114 +168,131 @@ hv_vmbus_load="YES"

Alternativ support.

The vr(4) driver has been overhauled to fix a number of outstanding issues. It also now works on all architectures.

The wpi(4) driver has - been updated to include a number of stability fixes.

The cxgbe(4) driver has been updated to support - 40G/10G Ethernet NICs based on Chelsio's Terminator 5 (T5) ASIC.

The if_cxgbe(4) driver has been added. This is an - experimental iWARP/RDMA driver - (kernel verbs only) for Chelsio's T4 and T5 based cards.

The Open Fabrics Enterprise Distribution (OFED) and - OFED Infiniband core has been - updated to the same version as supplied by Linux version 3.7

The Mellanox Infiniband driver has been updated to firmware - version 2.30.3200 for ConnectX3 NICs. Support has been added for ConnectX3 VPI NICs, where - each port can be used as Infiniband 56 GB/s or Ethernet 40 GB/s. Support has been added - for dynamically loading kernel modules for Infiniband core (ibcore) and - IP over Infiniband (ipoib).

netmap(4) has been added. netmap(4) is a framework for - high-performance direct-to-hardware packet IO, offering low latency and high PPS - rates to userland applications while bypassing any kernel-side packet processing. - With netmap(4) it is trivially possible to fully saturate a 10 Gbps network interface with - minimal packet sizes. For more information, see: - Netmap Project.

2.2.5. Network Protocols

carp(4) has been rewritten to make addresses - more sane from the viewpoint of routing daemons such as - quagga/zebra. It also brings support for a single redundant - address on the subnet (carpdev), switching state with - ifconfig(8), better locking and using modern kernel - interfaces to allocate multicast memberships. - Configuration of the CARP protocol via ifconfig(8) has changed, as well as the format - of CARP events submitted to devd(8). See carp(4) - for more information. The arpbalance feature of carp(4) is currently - not supported anymore.

The pf(4) firewall now supports fine-grain locking - and better utilization on multi-CPU machines, resulting in - significant improvements in performance.

Support for up to 65536 routing tables has been - introduced.

Support for setting/matching differentiated services - codepoints (DSCP) in IP header has been added to - ipfw(8).

2.2.6. Disks and Storage

The aac(4) driver now supports volumes larger than - 2TB in size.

The ata(4) driver now supports a spindown command for - disks; after a configurable amount of time, if no requests - have been received for a disk, the disk will be spun down - until the next request. The atacontrol(8) utility now - supports a spindown command to configure - this feature.

The hptrr(4) driver has been updated to version 1.2 - from Highpoint.

nvme(4) has been added and provides NVM Express support. - NVM Express is an optimized register interface, command set and feature set of - PCI Express (PCIe)-based Solid-State Drives (SSDs). For more information, - see nvmexpress.org.

2.2.7. File Systems

A new kernel-based iSCSI target and initiator has been - added.

UFS filesystems can now be enlarged with growfs(8) while - mounted read-write. This is especially useful for virtual - machines, allowing the addition of more harddrive space without - interruption of service.

A state of the art FUSE implementation is now part of the - base system. It allows the use of nearly all fusefs file - systems.

2.2.7.1. ZFS

bsdinstall(8) now supports installing - ZFS on the root file system. It includes a single configuration menu - that allows you to select all of the required details, including - which drives to use, what ZFS RAID level to use (taking into consideration - the selected number of drives), GPT or MBR, GELI encryption, forcing 4K sectors, - pool name, etc.

TRIM support has been added for - ZFS.

Support for the high-performance LZ4 compression algorithm - has been added to ZFS. LZ4 is usually faster and can achieve a - higher compression ratio than LZJB, the default compression - algorithm.

Support for L2ARC compression has been added to ZFS.

The zio nop-write improvement from Illumos - was imported into FreeBSD. To reduce I/O, nop-write skips overwriting - data if the (cryptographically secure) checksum of new data - matches the checksum of existing data. It also saves space if - snapshots are in use. This improvement only works on - datasets with enabled compression, disabled deduplication and - sha256 checksums. ZFS will now compare the checksums of incoming writes to - the checksum of the existing on-disk data and avoid issuing any - write I/O for data that has not changed. This will reduce I/O - as well as space usage because if the old block is referenced - by a snapshot, both copies of the block are kept even though - both contain the same data.

2.3. Userland Changes

On platforms where clang(1) is the default + been updated to include a number of stability fixes.

The cxgbe(4) driver has been + updated to support 40G/10G Ethernet NICs based on Chelsio's + Terminator 5 (T5) ASIC.

The if_cxgbe(4) driver has been + added. This is an experimental iWARP/RDMA driver (kernel + verbs only) for Chelsio's T4 and T5 based cards.

The Open Fabrics Enterprise + Distribution (OFED) and OFED Infiniband core has been + updated to the same version as supplied by Linux version + 3.7

The Mellanox Infiniband driver has + been updated to firmware version 2.30.3200 for ConnectX3 + NICs. Support has been added for ConnectX3 VPI NICs, where + each port can be used as Infiniband 56 GB/s or Ethernet 40 + GB/s. Support has been added for dynamically loading kernel + modules for Infiniband core (ibcore) and IP over Infiniband + (ipoib).

netmap(4) has been added. + netmap(4) is a framework for high-performance + direct-to-hardware packet IO, offering low latency and high + PPS rates to userland applications while bypassing any + kernel-side packet processing. With netmap(4) it is + trivially possible to fully saturate a 10 Gbps network + interface with minimal packet sizes. For more information, + see: Netmap + Project.

2.2.5. Network Protocols

carp(4) has been rewritten to make + addresses more sane from the viewpoint of routing daemons such + as quagga/zebra. It also brings support for a single redundant + address on the subnet (carpdev), switching state with + ifconfig(8), better locking and using modern kernel + interfaces to allocate multicast memberships. Configuration + of the CARP protocol via ifconfig(8) has changed, as well + as the format of CARP events submitted to devd(8). See + carp(4) for more information. The arpbalance feature of + carp(4) is currently not supported anymore.

The pf(4) firewall now supports + fine-grain locking and better utilization on multi-CPU + machines, resulting in significant improvements in + performance.

Support for up to 65536 routing tables + has been introduced.

Support for setting/matching + differentiated services codepoints (DSCP) in IP header has + been added to ipfw(8).

2.2.6. Disks and Storage

The aac(4) driver now supports volumes + larger than 2TB in size.

The ata(4) driver now supports a spindown command for + disks; after a configurable amount of time, if no requests + have been received for a disk, the disk will be spun down + until the next request. The atacontrol(8) utility now + supports a spindown command to configure + this feature.

The hptrr(4) driver has been updated to + version 1.2 from Highpoint.

nvme(4) has been added and provides + NVM Express support. NVM Express is an optimized register + interface, command set and feature set of PCI Express + (PCIe)-based Solid-State Drives (SSDs). For more information, + see nvmexpress.org.

2.2.7. File Systems

A new kernel-based iSCSI target and + initiator has been added.

UFS filesystems can now be enlarged with + growfs(8) while mounted read-write. This is especially + useful for virtual machines, allowing the addition of more + harddrive space without interruption of service.

A state of the art FUSE implementation + is now part of the base system. It allows the use of nearly + all fusefs file systems.

2.2.7.1. ZFS

bsdinstall(8) now supports installing + ZFS on the root file system. It includes a single + configuration menu that allows you to select all of the + required details, including which drives to use, what ZFS + RAID level to use (taking into consideration the selected + number of drives), GPT or MBR, GELI encryption, forcing 4K + sectors, pool name, etc.

TRIM support has been added for + ZFS.

Support for the high-performance LZ4 + compression algorithm has been added to ZFS. LZ4 is usually + faster and can achieve a higher compression ratio than LZJB, + the default compression algorithm.

Support for L2ARC compression has been + added to ZFS.

The zio nop-write improvement from + Illumos was imported into FreeBSD. To reduce I/O, nop-write + skips overwriting data if the (cryptographically secure) + checksum of new data matches the checksum of existing data. + It also saves space if snapshots are in use. This + improvement only works on datasets with enabled compression, + disabled deduplication and sha256 checksums. ZFS will now + compare the checksums of incoming writes to the checksum of + the existing on-disk data and avoid issuing any write I/O + for data that has not changed. This will reduce I/O as well + as space usage because if the old block is referenced by + a snapshot, both copies of the block are kept even though + both contain the same data.

2.3. Userland Changes

On platforms where clang(1) is the default system compiler (such as i386, amd64, arm), GCC and GNU libstdc++ are no longer built by default. clang(1) and libc++ from LLVM are used on these platforms by instead. GCC 4.2.1 and libstdc++ are still built and used by default on pc98 and all other platforms where clang(1) - is not the default system compiler. -

clang(1) and llvm have been updated to - version 3.3 release. Please refer to - - Clang 3.3 Release Notes.

BIND has been replaced by unbound(8) for - local DNS resolution in the base system. With this change, nslookup - and dig are no longer a part of the base system. Users should - instead use host(1) and drill(1) Alternatively, - nslookup and dig can be obtained by installing the - dns/bind-tools port.

sysinstall has been removed from the base system. - Auxiliary libraries and tools used by sysinstall such as libdisk, libftpio, - and sade have also been removed. sysinstall has been replaced by - bsdinstall(8) and bsdconfig(8).

freebsd-version(1) has been added. This tool - makes a best effort to determine the version and patch level of - the installed kernel and userland.

GNU patch has been removed from the base system, and replaced - by a BSD-licensed patch(1) program.

GNU sort has been removed from the base system, and replaced - by a BSD-licensed sort(1) program.

Berkely yacc (byacc) has been imported - from invisible island. - This brings bison compatibilities to yacc(1) while preserving full - backwards compatibility with previous version of yacc(1).

lex(1) has been replaced by flex 2.5.37.

make(1) has been replaced with the - Portable BSD make tool (bmake) from NetBSD.

The adduser(8) utility now supports + is not the default system compiler.

clang(1) and llvm have been updated to + version 3.3 release. Please refer to + Clang 3.3 Release Notes.

BIND has been replaced by + unbound(8) for local DNS resolution in the base system. + With this change, nslookup and dig are no longer a part of the + base system. Users should instead use host(1) and + drill(1) Alternatively, nslookup and dig can be obtained by + installing the dns/bind-tools port.

sysinstall has been removed from the base + system. Auxiliary libraries and tools used by sysinstall such + as libdisk, libftpio, and sade have also been removed. + sysinstall has been replaced by bsdinstall(8) and + bsdconfig(8).

freebsd-version(1) has been added. + This tool makes a best effort to determine the version and patch + level of the installed kernel and userland.

GNU patch has been removed from the base + system, and replaced by a BSD-licensed patch(1) + program.

GNU sort has been removed from the base + system, and replaced by a BSD-licensed sort(1) + program.

Berkely yacc (byacc) has been imported + from invisible + island. This brings bison compatibilities to + yacc(1) while preserving full backwards compatibility with + previous version of yacc(1).

lex(1) has been replaced by flex + 2.5.37.

make(1) has been replaced with the + Portable BSD make tool (bmake) from + NetBSD.

The adduser(8) utility now supports a -M option to set the mode of a new user's home directory.

BSD-licensed versions of ar(1) and ranlib(1), - based on libarchive(3), have replaced the GNU - Binutils versions of these utilities.

BSD-licensed versions of bc(1) and dc(1) have - replaced their GNU counterparts.

chflags(1) now supports a -v flag for - verbose output and a -f flag to ignore errors - with the same semantics as (for example) - chmod(1).

For compatibility with other implementations, cp(1) now + based on libarchive(3), have replaced the GNU Binutils + versions of these utilities.

BSD-licensed versions of bc(1) and dc(1) have + replaced their GNU counterparts.

chflags(1) now supports + a -v flag for verbose output and + a -f flag to ignore errors with the same + semantics as (for example) chmod(1).

For compatibility with other implementations, cp(1) now supports a -a flag, which is equivalent to specifying the -RrP flags.

BSD-licensed version of cpio(1) based on - libarchive(3), has replaced the GNU cpio. - Note that the GNU cpio is still installed as + libarchive(3), has replaced the GNU cpio. Note that the + GNU cpio is still installed as gcpio.

The env(1) program now supports -u - name - which will completely unset the given variable - name by removing it from the environment, - instead of just setting it to a null value.

The fdopendir(3) library function has been added.

The fetch(3) library now supports HTTP 1.1 - If-Modified-Since behavior. The fetch(1) program now + name which will completely + unset the given variable name by + removing it from the environment, instead of just setting it to + a null value.

The fdopendir(3) library function has been + added.

The fetch(3) library now supports HTTP + 1.1 If-Modified-Since behavior. The fetch(1) program now supports -i filename which will only download the specified HTTP URL if the content is newer than filename.

find(1) has been enhanced by the addition of a number @@ -284,10 +309,10 @@ hv_vmbus_load="YES"

Alternativ It returned a non-zero value before this change.

The procstat(1) utility has been added to display detailed information about processes.

The realpath(1) utility now supports a -q flag to suppress warnings; it now also - accepts multiple paths on its command line.

sh(1) has many bug fixes, some new features, and will now - refuse to parse some invalid scripts. Additionally, it now - has filename completion and defaults to the emacs editing - mode.

The split(1) utility now supports a -n + accepts multiple paths on its command line.

sh(1) has many bug fixes, some new features, and will + now refuse to parse some invalid scripts. Additionally, it now + has filename completion and defaults to the emacs + editing mode.

The split(1) utility now supports a -n flag to split a file into a certain number of chunks.

The tar(1) utility now supports a -Z flag to enable compress(1)-style compression/decompression.

The tar(1) utility now supports a @@ -299,8 +324,8 @@ hv_vmbus_load="YES"

Alternativ return the process group ID for the session leader for the controlling terminal. It is defined in IEEE Std 1003.1-2001 (POSIX).

top(1) now supports a -P flag to - provide per-CPU usage statistics.

zdump(8) is now working properly on 64-bit architectures. -

traceroute(8) now has the ability to print the AS + provide per-CPU usage statistics.

zdump(8) is now working properly on 64-bit + architectures.

traceroute(8) now has the ability to print the AS number for each hop with the new -a switch; a new -A option allows selecting a particular WHOIS server.

traceroute6(8) now supports a -U flag @@ -317,43 +342,51 @@ hv_vmbus_load="YES"

Alternativ shutdown script

The following rc(8) scripts have been removed:

rc(8) Script

Reason

encswap

Replaced by swap and swaplate

named

Removed with BIND

swap1

Replaced by swap and - swaplate

2.4. Contributed Software

jemalloc(3) has been updated to 3.4.0. - See this link - for more details.

AMD has been updated from 6.0.10 - to 6.1.5.

awk has been updated from the 1 May - 2007 release to the 23 October 2007 release.

bzip2 has been updated from 1.0.4 - to 1.0.5.

CVS has been removed from the - base system, but is still available from Ports Collection.

Subversion has been imported into the base system and - is installed as svnlite. svnlite - should only be used for checking out the FreeBSD source trees and committing, and does not - replace the full Subversion port.

file has been updated to 5.11.

hostapd has been - updated from 0.5.8 to 0.5.10.

IPFilter has been updated to 5.1.2.

less has been updated to - v458.

ncurses has been updated - to 5.7-20081102.

OpenSSH has been updated - to 6.4.

OpenPAM has been updated to - the Micrampelis release.

sendmail has been updated from - 8.14.1 to 8.14.7.

The timezone database has been updated from + swaplate

2.4. Contributed Software

jemalloc(3) has been updated to + 3.4.0. See this + link for more details.

AMD has been + updated from 6.0.10 to 6.1.5.

awk has been + updated from the 1 May + 2007 release to the 23 October 2007 release.

bzip2 has been + updated from 1.0.4 to 1.0.5.

CVS has been + removed from the base system, but is still available from Ports + Collection.

Subversion has been imported into the base + system and is installed as svnlite. + svnlite should only be used for + checking out the FreeBSD source trees and committing, and does not + replace the full Subversion port.

file has been + updated to 5.11.

hostapd has + been updated from 0.5.8 to 0.5.10.

IPFilter has been updated to + 5.1.2.

less has been + updated to v458.

ncurses has been updated to + 5.7-20081102.

OpenSSH has been + updated to 6.4.

OpenPAM has + been updated to the Micrampelis release.

sendmail has been + updated from 8.14.1 to 8.14.7.

The timezone database has been updated from the tzdata2008h release to - the tzdata2009m release.

The stdtime part of libc, zdump(8) and zic(8) - have been updated from the tzcode2004a + the tzdata2009m release.

The stdtime part of libc, zdump(8) and zic(8) have + been updated from the tzcode2004a release to the tzcode2009h release. - If you have upgraded from source or via the freebsd-update(8), - then please run tzsetup(8) to install a new /etc/localtime. -

WPA Supplicant has been - updated to 2.0.

xz has been updated - from snapshot as of 12 April 2010 to 5.0.0.

nvi(1) has been updated to 2.1.2.

nvi(1) supports wide-character locales.

2.5. Ports/Packages Collection Infrastructure

The pkg_add, pkg_create, pkg_delete, pkg_info, - pkg_updating, and pkg_version utilities have been removed. - pkg(7) must now be used to install binary packages. pkg(7) - is the next generation FreeBSD package manager, also referred to as pkgng.

2.6. Release Engineering and Integration

The supported version of + If you have upgraded from source or via the + freebsd-update(8), then please run tzsetup(8) to + install a new /etc/localtime.

WPA Supplicant + has been updated to 2.0.

xz has been updated + from snapshot as of 12 April 2010 to 5.0.0.

nvi(1) has been updated + to 2.1.2.

nvi(1) supports wide-character + locales.

2.5. Ports/Packages Collection Infrastructure

The pkg_add, pkg_create, pkg_delete, + pkg_info, pkg_updating, and pkg_version utilities have been + removed. pkg(7) must now be used to install binary + packages. pkg(7) is the next generation FreeBSD package + manager, also referred to as pkgng.

2.6. Release Engineering and Integration

The supported version of the GNOME desktop environment (x11/gnome2) has been - updated from 2.20.1 to 2.22.

3. Upgrading from previous releases of FreeBSD

Beginning with FreeBSD 6.2-RELEASE, - binary upgrades between RELEASE versions (and snapshots of the - various security branches) are supported using the - freebsd-update(8) utility. The binary upgrade procedure will - update unmodified userland utilities, as well as unmodified GENERIC or - SMP kernels distributed as a part of an official FreeBSD release. - The freebsd-update(8) utility requires that the host being + updated from 2.20.1 to 2.22.

3. Upgrading from previous releases of FreeBSD

Beginning with FreeBSD 6.2-RELEASE, binary + upgrades between RELEASE versions (and snapshots of the various + security branches) are supported using the freebsd-update(8) + utility. The binary upgrade procedure will update unmodified + userland utilities, as well as unmodified GENERIC or SMP kernels + distributed as a part of an official FreeBSD release. The + freebsd-update(8) utility requires that the host being upgraded have Internet connectivity.

Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported, according to the instructions in From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 02:20:20 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2D4C942; Tue, 14 Jan 2014 02:20:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B47BA11E6; Tue, 14 Jan 2014 02:20:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E2KKoT012924; Tue, 14 Jan 2014 02:20:20 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0E2KKGk012923; Tue, 14 Jan 2014 02:20:20 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201401140220.s0E2KKGk012923@svn.freebsd.org> From: Warren Block Date: Tue, 14 Jan 2014 02:20:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43494 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 02:20:21 -0000 Author: wblock Date: Tue Jan 14 02:20:20 2014 New Revision: 43494 URL: http://svnweb.freebsd.org/changeset/doc/43494 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Tue Jan 14 01:04:43 2014 (r43493) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Tue Jan 14 02:20:20 2014 (r43494) @@ -59,26 +59,28 @@ (none), outsource - Uses CMake for - configuring and building. With the outsource - argument, an out-of-source build will be performed. For more - information see . + Uses CMake for configuring and + building. With the outsource argument, an + out-of-source build will be performed. For more information see + . compiler - (none), c++0x, c++11-lang, - c++11-lib, c11, - openmp, nestedfct, features + (none), c++0x, + c++11-lang, c++11-lib, + c11, openmp, + nestedfct, features Determines which compiler to use based on any given wishes. Use c++11-lang if the port needs a C+11-capable compiler, and c++11-lib if the port also needs a C++11-ready standard library. If the port needs a compiler - understanding C++0X, C11, OpenMP, or nested functions, the corresponding parameters can be - used. Use features to request a list of - features supported by the default compiler. After including + understanding C++0X, C11, OpenMP, or nested functions, the + corresponding parameters can be used. Use + features to request a list of features + supported by the default compiler. After including bsd.port.pre.mk the port can inspect the results using these variables: @@ -134,8 +136,7 @@ (none) - Uses - update-desktop-database from + Uses update-desktop-database from devel/desktop-file-utils. An extra post-install step will be run without interfering with any post-install steps already in the port @@ -164,10 +165,11 @@ (none) - The port has files with line endings in DOS format which need - to be converted. Three variables can be set to control which - files will be converted. The default is to convert - all files, including binaries. + The port has files with line endings in + DOS format which need to be converted. Three + variables can be set to control which files will be converted. + The default is to convert all files, + including binaries. @@ -192,8 +194,8 @@ (none), fam, gamin - Uses a File Alteration Monitor as a library dependency, either - devel/fam or + Uses a File Alteration Monitor as a library dependency, + either devel/fam or devel/gamin. End users can set WITH_FAM_SYSTEM to specify their preference. @@ -210,7 +212,8 @@ fortran - gcc (default), ifort + gcc (default), + ifort Uses the Fortran compiler from either GNU or Intel. @@ -220,9 +223,9 @@ (none) - The port will depend on the FUSE library and handle - the dependency on the kernel module depending on the version - of &os;. + The port will depend on the FUSE library and handle the + dependency on the kernel module depending on the version of + &os;. @@ -231,13 +234,12 @@ (none), lib, build, run - Uses devel/gettext. - By default, with no arguments or with the - lib argument, implies - gettext with build-time and run-time - dependencies. build implies a build-time - dependency, and run implies a run-time - dependency. + Uses devel/gettext. By + default, with no arguments or with the lib + argument, implies gettext with build-time and + run-time dependencies. build implies a + build-time dependency, and run implies a + run-time dependency. @@ -255,11 +257,10 @@ (none), lib, build, patch - Uses iconv - functions, either from the port - converters/libiconv as a build-time and - run-time dependency, or from the base system on 10-CURRENT after a - native iconv was committed in + Uses iconv functions, either from the port + converters/libiconv as a build-time + and run-time dependency, or from the base system on 10-CURRENT + after a native iconv was committed in 254273. By default, with no arguments or with the lib argument, implies iconv with build-time and run-time @@ -342,10 +343,10 @@ (none) - Uses - devel/open-motif as a library dependency. End - users can set WANT_LESSTIF for the dependency - to be on devel/lesstif instead of + Uses devel/open-motif as a + library dependency. End users can set + WANT_LESSTIF for the dependency to be on + devel/lesstif instead of devel/open-motif. @@ -355,9 +356,8 @@ (none), base, port - Uses - ncurses, and causes some useful - variables to be set. + Uses ncurses, and causes some + useful variables to be set. @@ -376,10 +376,11 @@ al, soft (default), si, alut - Uses OpenAL. The backend can be specified, - with the software implementation as the default. The user can specify a - preferred backend with the WANT_OPENAL knob. Valid - values for this knob are soft (default) and + Uses OpenAL. The backend can be + specified, with the software implementation as the default. The + user can specify a preferred backend with the + WANT_OPENAL knob. Valid values for this knob + are soft (default) and si. @@ -399,8 +400,8 @@ (none) - Depends on Perl. - These variables can be set: + Depends on Perl. These variables + can be set: @@ -450,10 +451,9 @@ (none), build, run, both - Uses devel/pkgconf. - With no arguments or with the - build argument, it implies - pkg-config as a build-time dependency. + Uses devel/pkgconf. With no + arguments or with the build argument, it + implies pkg-config as a build-time dependency. run implies a run-time dependency and both implies both run-time and build-time dependencies. @@ -464,9 +464,9 @@ (none), ffi - Uses lang/pure. - Largely used for building related pure - ports. With the ffi argument, it implies + Uses lang/pure. Largely used + for building related pure ports. With + the ffi argument, it implies devel/pure-ffi as a run-time dependency. @@ -477,9 +477,9 @@ (none), build, run, both, vars - Uses mail/qmail. - With the build argument, - it implies qmail as a build-time dependency. + Uses mail/qmail. With the + build argument, it implies + qmail as a build-time dependency. run implies a run-time dependency. Using no argument or the both argument implies both run-time and build-time dependencies. vars @@ -491,9 +491,8 @@ (none), norecursive - Uses QMake for - configuring. For more information see - . + Uses QMake for configuring. For + more information see . @@ -501,10 +500,9 @@ (none), port - Uses - readline as library dependency, and - sets CPPFLAGS and LDFLAGS as - necessary. + Uses readline as library + dependency, and sets CPPFLAGS and + LDFLAGS as necessary. @@ -512,14 +510,13 @@ (none) - Uses - update-mime-database from - misc/shared-mime-info. This uses will - automatically add a post-install step in such a way that the port - itself still can specify there own post-install step if needed. - It also insert lines into the plist for package install and - removal to run update-mime-data with - the correct arguments. + Uses update-mime-database from + misc/shared-mime-info. This uses + will automatically add a post-install step in such a way that the + port itself still can specify there own post-install step if + needed. It also insert lines into the plist for package install + and removal to run update-mime-data + with the correct arguments. @@ -547,23 +544,24 @@ PORT Add a dependency on Tcl. The - PORT parameter can be either tcl - or tk. Either a version or wrapper dependency - can be appended using PORT:version or + PORT parameter can be either + tcl or tk. Either a version + or wrapper dependency can be appended using + PORT:version or PORT:wrapper. The version can be empty, one or more exact version numbers (currently 84, 85, or 86), or a minimal version number (currently 84+, 85+ or 86+). A build- or run-time only dependency can be specified using - PORT,build or PORT,run. After - including bsd.port.pre.mk the port can inspect - the results using these variables: + PORT,build or PORT,run. + After including bsd.port.pre.mk the port can + inspect the results using these variables: - TCL_VER: chosen major.minor version of - Tcl + TCL_VER: chosen major.minor version + of Tcl @@ -609,8 +607,8 @@ Same as arguments for tcl Small wrapper when using both Tcl - and Tk. The same variables are returned - as when using Tcl. + and Tk. The same variables are + returned as when using Tcl. @@ -729,8 +727,9 @@ (none) - Uses www/zope. - Mostly used for building zope related - ports. ZOPE_VERSION can be used by a port to - indicate that a specific version of zope shall be used. + Uses www/zope. Mostly used + for building zope related ports. + ZOPE_VERSION can be used by a port to indicate + that a specific version of zope shall + be used. From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 03:19:26 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8207D5BF; Tue, 14 Jan 2014 03:19:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD5116B4; Tue, 14 Jan 2014 03:19:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E3JQjE037841; Tue, 14 Jan 2014 03:19:26 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0E3JQQ2037840; Tue, 14 Jan 2014 03:19:26 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401140319.s0E3JQQ2037840@svn.freebsd.org> From: Glen Barber Date: Tue, 14 Jan 2014 03:19:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43495 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 03:19:26 -0000 Author: gjb Date: Tue Jan 14 03:19:25 2014 New Revision: 43495 URL: http://svnweb.freebsd.org/changeset/doc/43495 Log: Regen after r260620. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Tue Jan 14 02:20:20 2014 (r43494) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Tue Jan 14 03:19:25 2014 (r43495) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Release Notes

FreeBSD 10.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD 10.0-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are @@ -170,7 +170,7 @@ hv_vmbus_load="YES"

Alternativel architectures.

The wpi(4) driver has been updated to include a number of stability fixes.

The cxgbe(4) driver has been updated to support 40G/10G Ethernet NICs based on Chelsio's - Terminator 5 (T5) ASIC.

The if_cxgbe(4) driver has been + Terminator 5 (T5) ASIC.

The iw_cxgbe driver has been added. This is an experimental iWARP/RDMA driver (kernel verbs only) for Chelsio's T4 and T5 based cards.

The Open Fabrics Enterprise Distribution (OFED) and OFED Infiniband core has been From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 12:01:47 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5852042C; Tue, 14 Jan 2014 12:01:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 447FB1E4B; Tue, 14 Jan 2014 12:01:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EC1lvV040734; Tue, 14 Jan 2014 12:01:47 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EC1lwm040733; Tue, 14 Jan 2014 12:01:47 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201401141201.s0EC1lwm040733@svn.freebsd.org> From: Ryusuke SUZUKI Date: Tue, 14 Jan 2014 12:01:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43496 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 12:01:47 -0000 Author: ryusuke Date: Tue Jan 14 12:01:46 2014 New Revision: 43496 URL: http://svnweb.freebsd.org/changeset/doc/43496 Log: - Merge the following from the English version: r43468 -> r43489 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Tue Jan 14 03:19:25 2014 (r43495) +++ head/ja_JP.eucJP/share/xml/news.xml Tue Jan 14 12:01:46 2014 (r43496) @@ -20,7 +20,7 @@ the contents of will be preferred over <p>. $FreeBSD$ - Original revision: r43468 + Original revision: r43489 --> <news> <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS"> @@ -34,6 +34,15 @@ <name>1</name> <day> + <name>13</name> + + <event> + <p>¥³¥ß¥Ã¥¿Éüµ¢: + <a href="mailto:bmah@FreeBSD.org">Bruce A. Mah</a> (ports)</p> + </event> + </day> + + <day> <name>10</name> <event> From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 13:06:45 2014 Return-Path: <owner-svn-doc-head@FreeBSD.ORG> Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65479ED6; Tue, 14 Jan 2014 13:06:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E6D012C2; Tue, 14 Jan 2014 13:06:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ED6j0q064322; Tue, 14 Jan 2014 13:06:45 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ED6joC064321; Tue, 14 Jan 2014 13:06:45 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141306.s0ED6joC064321@svn.freebsd.org> From: Gabor Pali <pgj@FreeBSD.org> Date: Tue, 14 Jan 2014 13:06:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43499 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head <svn-doc-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head/> List-Post: <mailto:svn-doc-head@freebsd.org> List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 14 Jan 2014 13:06:45 -0000 Author: pgj Date: Tue Jan 14 13:06:44 2014 New Revision: 43499 URL: http://svnweb.freebsd.org/changeset/doc/43499 Log: - Add a 2013Q4 report for the Python ports Submitted by: mva Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 12:41:08 2014 (r43498) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:06:44 2014 (r43499) @@ -19,7 +19,7 @@ <!-- XXX: Keep updating the number of entries --> <p>Thanks to all the reporters for the excellent work! This report - contains 12 entries and we hope you enjoy reading it.</p> + contains 13 entries and we hope you enjoy reading it.</p> <p>The deadline for submissions covering between January and March 2014 is April 7th, 2014.</p> @@ -661,4 +661,71 @@ Linux"</tt>.</task> </help> </project> + + <project cat='ports'> + <title>&os; Python Ports + + + + &os; Python Team + python@FreeBSD.org + + + + + The &os; Python Team page + IRC channel + + + +

Python is a widely used general-purpose, high-level programming + language. For many operating systems, Python is a standard + component; it ships with &os; as well. A lot of progress has + been made around the &os; Python ports in the last quarter.

+ +

The devel/py-distribute port has been replaced by the + refreshed devel/py-setuptools port, which comes with a + lot of features that simplify the ways of installing Python + packages. The change also led us to install everything through + Setuptools now, which resembles a PyIP a bit and allows us to + perform some major cleanup on the distutils installation + behaviour.

+ +

The implicit lang/python build and run-time dependency + was removed from the ports infrastructure. Every port now + depends on a specific Python version or on the + lang/python metaport. This prevents compatibility + issues for ports that depend on Python 2.x OR + Python 3.x exclusively, but use the python + command, which might point to a version of incompatible user + choice.

+ +

The lang/python27 port was updated to version 2.7.6, + and the lang/python33 port was updated to version + 3.3.3, and the lang/pypy port was updated to version + 2.2.1

+ +

We are currently working on the necessary infrastructure quirks + to support different Python versions for the same port. Most of + the work has been done and needs to be tested before it can be + integrated.

+ + + + Develop a high-level and lightweight Python Ports Policy. + + Add support for granular dependencies (for example + >=1.0 or <2.0). + + Look at what adding PyPI (the Python Package Index) support + looks like. + + Convert all USE_PYDISTUTILS=easy_install entries to + yes and remove the use of easy_install from + the ports infrastructure. + + More tasks can be found on the team's wiki page (see + links). + + From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 13:22:52 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15BCF5B3; Tue, 14 Jan 2014 13:22:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00CA8147F; Tue, 14 Jan 2014 13:22:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EDMpd8071610; Tue, 14 Jan 2014 13:22:51 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EDMpqJ071609; Tue, 14 Jan 2014 13:22:51 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141322.s0EDMpqJ071609@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 13:22:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43500 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 13:22:52 -0000 Author: pgj Date: Tue Jan 14 13:22:51 2014 New Revision: 43500 URL: http://svnweb.freebsd.org/changeset/doc/43500 Log: - Add 2013Q4 report on the OpenStack platform Submitted by: raj Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:06:44 2014 (r43499) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:22:51 2014 (r43500) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 13 entries and we hope you enjoy reading it.

+ contains 14 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -728,4 +728,94 @@ links). + + + &os; Host Support for OpenStack and OpenContrail + + + + + Grzegorz + Bernacki + + gjb@semihalf.com + + + + + Michał + Dubiel + + md@semihalf.com + + + + + Rafał + Jaworowski + + raj@semihalf.com + + + + + + + + + + + + + +

OpenStack is a cloud operating system that controls large pools + of compute, storage, and networking resources in a data center. + OpenContrail is a network virtualization (SDN) solution + comprising network controller, virtual router and analytics + engine, which can be integrated with cloud orchestration systems + like OpenStack or CloudStack.

+ +

The goal of this work is to enable &os; as a fully supported + compute host for OpenStack, using OpenContrail virtualized + networking. The main areas of development are the + following:

+ +
    +
  • OpenStack compute driver (nova-compute) for the + &os; bhyve(4) hypervisor.
  • + +
  • OpenContrail vRouter (forwarding-plane kernel module) port + to &os;.
  • + +
  • Integration, performance optimizations.
  • +
+ +

The current state of development features a working demo of + OpenStack with compute node components running on a &os; host:

+ +
    +
  • The native bhyve(4) hypervisor is driven by a + nova-compute component for spawning guest instances + and a nova-network component for providing simple + networking between those guests.
  • + +
  • The nova-network approach (based on local host + bridging) is becoming an obsolete technology in OpenStack and + was used here only for a demonstration and proof-of-concept + purposes, without exploring all the possible features.
  • + +
  • The main objective is to move to OpenContrail-based + networking, therefore become compliant with the modern OpenStack + networking API ("neutron").
  • +
+ +

This project is sponsored by Juniper Networks, Inc.

+ + + + Decide how to integrate bhyve(4) with + nova-compute, either natively or via the + libvirt management layer. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 13:31:23 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5065285E; Tue, 14 Jan 2014 13:31:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 225571543; Tue, 14 Jan 2014 13:31:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EDVM8X075120; Tue, 14 Jan 2014 13:31:22 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EDVMZE075119; Tue, 14 Jan 2014 13:31:22 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141331.s0EDVMZE075119@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 13:31:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43501 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 13:31:23 -0000 Author: pgj Date: Tue Jan 14 13:31:22 2014 New Revision: 43501 URL: http://svnweb.freebsd.org/changeset/doc/43501 Log: - Add 2013Q4 report on LLDB Submitted by: emaste Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:22:51 2014 (r43500) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:31:22 2014 (r43501) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 14 entries and we hope you enjoy reading it.

+ contains 15 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -818,4 +818,55 @@ libvirt management layer. + + + The LLDB Debugger + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + + + + +

LLDB is the debugger in the LLVM family of projects. It + supports Mac OS X, Linux, and &os;, with ongoing work to support + Windows.

+ +

In the last quarter of 2013, LLDB gained support for live + (ptrace(2)-based) debugging of multithreaded processes + on &os;. Initial &os; MIPS target support has also been + committed, along with a number of endianness fixes in the + general LLDB infrastructure.

+ +

The LLDB snapshot in the &os; tree was updated to + r196322. Currently disabled by default, it will be + enabled for amd64 after the import of Clang 3.4. + In the interim, it may be enabled by adding WITH_LLDB= + to src.conf(5).

+ +

This project is sponsored by DARPA/AFRL in collaboration with + SRI International and the University of Cambridge.

+ + + + Update the in-tree snapshot to build after the Clang 3.4 + import. + Fix amd64 watchpoints. + Test and fix the i386 port. + Implement &os; ARM support. + Add support for kernel debugging (ptrace(2) and + core(5) files). + Fix remaining test suite failures. + Enable by default on the amd64 architecture. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 12:35:42 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29A218E0; Tue, 14 Jan 2014 12:35:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14D0410AC; Tue, 14 Jan 2014 12:35:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ECZfoa052840; Tue, 14 Jan 2014 12:35:41 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ECZfNU052839; Tue, 14 Jan 2014 12:35:41 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201401141235.s0ECZfNU052839@svn.freebsd.org> From: Ryusuke SUZUKI Date: Tue, 14 Jan 2014 12:35:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43497 - head/ja_JP.eucJP/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 14 Jan 2014 13:38:15 +0000 X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 12:35:42 -0000 Author: ryusuke Date: Tue Jan 14 12:35:41 2014 New Revision: 43497 URL: http://svnweb.freebsd.org/changeset/doc/43497 Log: - Merge the following from the English version: r18962 -> r19301 head/ja_JP.eucJP/books/handbook/basics/chapter.xml Submitted by: Yuta MASUMOTO Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/basics/chapter.xml Tue Jan 14 12:01:46 2014 (r43496) +++ head/ja_JP.eucJP/books/handbook/basics/chapter.xml Tue Jan 14 12:35:41 2014 (r43497) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r18962 + Original revision: r19301 $FreeBSD$ --> @@ -44,6 +44,9 @@ &os; ¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¹½À® + &os; ¤Î¥Ç¥£¥¹¥¯¹½À® + + ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ò¥Þ¥¦¥ó¥È¡¢¥¢¥ó¥Þ¥¦¥ó¥È¤¹¤ëÊýË¡ @@ -1124,7 +1127,8 @@ total 530 ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Ï¥Ñ¡¼¥Æ¥£¥·¥ç¥óÆâ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ FreeBSD ¤Î &unix; °ä»º¤Î¤¿¤á¤Ë¡¢ - ¤³¤ì¤Ï¤³¤Î¾ÏÆâ¤Ë¸½¤ì¤¿Àè¤Î¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤È¤¤¤¦ÍѸì¤Î°ÕÌ£¤È¤Ï°ã¤¦°ÕÌ£¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ + ¤³¤ì¤ÏÉáÃʻȤï¤ì¤ë¥Ñ¡¼¥Æ¥£¥·¥ç¥ó (Î㤨¤Ð DOS ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó) + ¤È¤¤¤¦ÍѸì¤Î°ÕÌ£¤È¤Ï°ã¤¦°ÕÌ£¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ¤½¤ì¤¾¤ì¤Î¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤Ï a ¤«¤é h ¤Þ¤Ç¤Îʸ»ú¤Ç¶èÊ̤µ¤ì¤Þ¤¹¡£ ¤½¤ì¤¾¤ì¤Î¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤Ï¡¢ @@ -1202,7 +1206,7 @@ total 530 ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ò´Þ¤ó¤À¤½¤ì¤¾¤ì¤Î¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤Ï¡¢FreeBSD ¤¬ ¥¹¥é¥¤¥¹ ¤È¸Æ¤Ö¤â¤Î¤ÎÃæ¤Ë³ÊǼ¤µ¤ì¤Þ¤¹¡£ ¥¹¥é¥¤¥¹¤Ï FreeBSD ¤ÎÍѸì¤Ç¡¢ - Àè¤Û¤É¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤ò¸Æ¤Ð¤ì¤Æ¤¤¤¿¤â¤Î¤Ç¤¹¡£ + ÉáÄ̤ϥѡ¼¥Æ¥£¥·¥ç¥ó¤È¸Æ¤Ð¤ì¤ë¤â¤Î¤Ç¤¹¡£ ¤â¤¦°ìÅÙ¸ÀµÚ¤·¤Þ¤¹¤¬¡¢¤³¤ì¤Ï FreeBSD ¤Î &unix; Çطʤˤè¤ë¤â¤Î¤Ç¤¹¡£ ¥¹¥é¥¤¥¹¤Ï 1 ¤«¤é 4 ¤Þ¤Ç¤ÎÈֹ椬¤Ä¤±¤é¤ì¤Þ¤¹¡£ @@ -1237,7 +1241,7 @@ total 530 ¥Ç¥£¥¹¥¯Ì¾¤Ï¤É¤Î¼ïÎà¤Î¥Ç¥£¥¹¥¯¤Ç¤¢¤ë¤«¤ò¼¨¤¹µ­¹æ¤Ç¤Ï¤¸¤Þ¤ê¡¢ ¤É¤Î¥Ç¥£¥¹¥¯¤«¤ò¼¨¤¹¿ô»ú¤¬Â³¤­¤Þ¤¹¡£ ¥¹¥é¥¤¥¹¤È¤Ï°ã¤¤¥Ç¥£¥¹¥¯¤ÎÈÖ¹æ¤Å¤±¤Ï 0 ¤«¤é»Ï¤Þ¤ê¤Þ¤¹¡£ - ¶¦Ä̤ε­¹æ¤Ï + ¶¦Ä̤ε­¹æ¤Ï ¤Ë¼¨¤µ¤ì¤Þ¤¹¡£ ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤ò»²¾È¤¹¤ë¤È¤­¤Ë¤Ï¡¢ @@ -1245,9 +1249,9 @@ total 530 ¤½¤·¤Æ¥¹¥é¥¤¥¹¤ò»²¾È¤¹¤ë¤È¤­¤Ï¥Ç¥£¥¹¥¯Ì¾¤â»²¾È¤·¤Ê¤¤¤È¤¤¤±¤Ê¤¤¤Ç¤·¤ç¤¦¡£ ¤³¤Î¤³¤È¤Ï¡¢¥Ç¥£¥¹¥¯Ì¾¡¢s ¡¢¥¹¥é¥¤¥¹Èֹ桢 ¤½¤·¤Æ¥Ñ¡¼¥Æ¥£¥·¥ç¥óʸ»ú¤òʤ٤뤳¤È¤Ë¤è¤Ã¤Æ¤Ç¤­¤Þ¤¹¡£ - ¤ËÎ㤬¤¢¤ê¤Þ¤¹¡£ + ¤ËÎ㤬¤¢¤ê¤Þ¤¹¡£ - + ¤ÏÍý²ò¤ò¤è¤êÌÀ¤é¤«¤Ë¤¹¤ë¤³¤È¤ò½õ¤±¤ë¤¿¤á¤Î¡¢ ¥Ç¥£¥¹¥¯¹½À®¤Î³µÇ°¤Î¥â¥Ç¥ë¤ò¼¨¤·¤Þ¤¹¡£ @@ -1258,7 +1262,7 @@ total 530 (¤Þ¤¿¤Ï¥¹¥ï¥Ã¥×Îΰè) ¤òºîÀ®¤·¡¢ ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤¬¤É¤³¤Ë¥Þ¥¦¥ó¥È¤µ¤ì¤ë¤«·èÄꤷ¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£ - +
¥Ç¥£¥¹¥¯¥Ç¥Ð¥¤¥¹µ­¹æ @@ -1307,7 +1311,7 @@ total 530
- + ¥Ç¥£¥¹¥¯Ì¾¡¢¥¹¥é¥¤¥¹Ì¾¡¢¥Ñ¡¼¥Æ¥£¥·¥ç¥ó̾¤Î¥µ¥ó¥×¥ë @@ -1344,7 +1348,7 @@ total 530 - + ¥Ç¥£¥¹¥¯¤Î³µÇ°Åª¹½À® ¤³¤ì¤Ï¥·¥¹¥Æ¥à¤ËÀܳ¤µ¤ì¤¿°ìÈÖÌܤΠIDE From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 12:41:08 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8170A2F; Tue, 14 Jan 2014 12:41:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D43C1111C; Tue, 14 Jan 2014 12:41:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ECf8Of054213; Tue, 14 Jan 2014 12:41:08 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ECf8nn054212; Tue, 14 Jan 2014 12:41:08 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201401141241.s0ECf8nn054212@svn.freebsd.org> From: Ryusuke SUZUKI Date: Tue, 14 Jan 2014 12:41:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43498 - head/ja_JP.eucJP/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 14 Jan 2014 13:38:31 +0000 X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 12:41:09 -0000 Author: ryusuke Date: Tue Jan 14 12:41:08 2014 New Revision: 43498 URL: http://svnweb.freebsd.org/changeset/doc/43498 Log: Whitespace cleanup. Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/basics/chapter.xml Tue Jan 14 12:35:41 2014 (r43497) +++ head/ja_JP.eucJP/books/handbook/basics/chapter.xml Tue Jan 14 12:41:08 2014 (r43498) @@ -1247,7 +1247,7 @@ total 530 ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤ò»²¾È¤¹¤ë¤È¤­¤Ë¤Ï¡¢ FreeBSD ¤Ï¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤ò´Þ¤à¥¹¥é¥¤¥¹¤ª¤è¤Ó¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤â»ØÄꤹ¤ë¤³¤È¤òɬÍפȤ·¤Þ¤¹¡£ ¤½¤·¤Æ¥¹¥é¥¤¥¹¤ò»²¾È¤¹¤ë¤È¤­¤Ï¥Ç¥£¥¹¥¯Ì¾¤â»²¾È¤·¤Ê¤¤¤È¤¤¤±¤Ê¤¤¤Ç¤·¤ç¤¦¡£ - ¤³¤Î¤³¤È¤Ï¡¢¥Ç¥£¥¹¥¯Ì¾¡¢s ¡¢¥¹¥é¥¤¥¹Èֹ桢 + ¤³¤Î¤³¤È¤Ï¡¢¥Ç¥£¥¹¥¯Ì¾¡¢s¡¢¥¹¥é¥¤¥¹Èֹ桢 ¤½¤·¤Æ¥Ñ¡¼¥Æ¥£¥·¥ç¥óʸ»ú¤òʤ٤뤳¤È¤Ë¤è¤Ã¤Æ¤Ç¤­¤Þ¤¹¡£ ¤ËÎ㤬¤¢¤ê¤Þ¤¹¡£ @@ -1310,7 +1310,7 @@ total 530 - + ¥Ç¥£¥¹¥¯Ì¾¡¢¥¹¥é¥¤¥¹Ì¾¡¢¥Ñ¡¼¥Æ¥£¥·¥ç¥ó̾¤Î¥µ¥ó¥×¥ë From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 13:45:34 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E5B4C14; Tue, 14 Jan 2014 13:45:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F4FB1623; Tue, 14 Jan 2014 13:45:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EDjYqO079277; Tue, 14 Jan 2014 13:45:34 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EDjYUv079276; Tue, 14 Jan 2014 13:45:34 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141345.s0EDjYUv079276@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 13:45:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43502 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 13:45:34 -0000 Author: pgj Date: Tue Jan 14 13:45:33 2014 New Revision: 43502 URL: http://svnweb.freebsd.org/changeset/doc/43502 Log: - Add 2013Q4 report on UEFI boot Submitted by: emaste Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:31:22 2014 (r43501) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:45:33 2014 (r43502) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 15 entries and we hope you enjoy reading it.

+ contains 16 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -869,4 +869,59 @@ Enable by default on the amd64 architecture. + + + UEFI Boot + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + UEFI wiki page + UEFI project branch + + + +

The Unified Extensible Firmware Interface (UEFI) provides boot- + and run-time services for x86 computers, and is a replacement for + the legacy BIOS. This project will adapt the &os; loader and + kernel boot process for compatibility with UEFI firmware, found + on contemporary servers, desktops, and laptops.

+ +

In 2013, The &os; Foundation sponsored Benno Rice for a short + project to improve the UEFI bootloader. This resulted in a + working proof-of-concept in the UEFI project branch, but it was + not ready to be merged to &os; head.

+ +

Ed Maste has taken that original work and, with review feedback + from Konstantin Belousov, been preparing it for integration into + &os; head. Some changes have been merged to + head already. The rest will be merged as they are + refined.

+ +

Intel provided a motherboard and CPU for the project, which + proved invaluable for addressing bugs that did not appear while + testing with the QEMU emulator.

+ +

This work is sponsored by The &os; Foundation.

+ + + + Resolve a 32- vs 64-bit libstand(3) build issue. + Merge kernel parsing of EFI memory map metadata. + Integrate EFI framebuffer with vt(9) (also known as + Newcons). + Connect efiloader to the build. + Document manual installation for dual-boot configurations. + Integrate UEFI configuration with the &os; instaler. + Support secure boot. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 14:55:46 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0FF5BAD; Tue, 14 Jan 2014 14:55:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C7F41D90; Tue, 14 Jan 2014 14:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EEtklZ006834; Tue, 14 Jan 2014 14:55:46 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EEtkjj006833; Tue, 14 Jan 2014 14:55:46 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141455.s0EEtkjj006833@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 14:55:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43503 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 14:55:46 -0000 Author: pgj Date: Tue Jan 14 14:55:46 2014 New Revision: 43503 URL: http://svnweb.freebsd.org/changeset/doc/43503 Log: - Add 2013Q4 report on the GNOME ports Submitted by: kwm Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 13:45:33 2014 (r43502) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 14:55:46 2014 (r43503) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 16 entries and we hope you enjoy reading it.

+ contains 17 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -924,4 +924,63 @@ Support secure boot. + + + GNOME/&os; + + + + &os; GNOME Team + gnome@FreeBSD.org + + + + + + Import of MATE + + + +

GNOME is a desktop environment and graphical user interface + that runs on top of a computer operating system. GNOME is part + of the GNU Project and can be used with various Unix-like + operating systems, including &os;.

+ +

In this quarter, MATE 1.6 was finally imported into the + Ports Collection, thanks to the efforts of Jeremy Messenger. + MATE is a desktop environment forked from the now-unmaintained + code base of GNOME 2, therefore it is basically a + replacement for GNOME 2. It recommended for users wanting + to keep GNOME 2 as their desktop to switch as GNOME 2 + will be replaced by GNOME 3 in the near future. This + switch will be announced in advance, so people will have time to + move to MATE if they have not already. The complete MATE-based + desktop environment can be installed via the x11/mate + port, or, for a minimal install, x11/mate-base.

+ +

Our home page is quite out of date. An update for it for + GNOME 3.6 is underway. Part of this update is rewriting + and updating the old GNOME porting guide as a chapter of the + Porter's Handbook.

+ +

Another major task required for getting a bleeding-edge GNOME + build on &os; mostly out-of-the box is moving to JHbuild with + some custom rules. This is done to find and fix compile issues + on other BSDs more quickly.

+ + + + GNOME 2 ports still need to be sorted out to evaluate + which GNOME 2 components will gone or be replaced with + their newer GNOME 3 versions. This task is current halted + until we can get the documentation into a shape good enough to + gather the issues and document the migration, including how not + to do that when the upgrade is not preferred. (This does not + mean we do not want to know about these issues, though). + + Help the X11 Team with Cairo 1.12, since the next + version of GNOME 3 (3.12) will need an up-to-date version + of Pango and GTK 3. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 15:14:09 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF63D6B; Tue, 14 Jan 2014 15:14:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB1451F88; Tue, 14 Jan 2014 15:14:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EFE9EJ014757; Tue, 14 Jan 2014 15:14:09 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EFE9fq014756; Tue, 14 Jan 2014 15:14:09 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141514.s0EFE9fq014756@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 15:14:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43504 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 15:14:09 -0000 Author: pgj Date: Tue Jan 14 15:14:09 2014 New Revision: 43504 URL: http://svnweb.freebsd.org/changeset/doc/43504 Log: - Add 2013Q4 report on Intel GPU updates Submitted by: kib Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 14:55:46 2014 (r43503) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:14:09 2014 (r43504) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 17 entries and we hope you enjoy reading it.

+ contains 18 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -983,4 +983,29 @@ of Pango and GTK 3. + + + Intel GPU Driver Update + + + + + Konstantin + Belousov + + kib@FreeBSD.org + + + + +

This &os; Foundation-sponsored project will update the Intel + grapics chipset driver, i915kms, to a recent snapshot + of the Linux upstream code. The update will provide at least + 1.5 years of bugfixes from the Intel team, and introduce support + for the newest hardware — in particular Haswell and + ValleyView. The IvyBridge code will also be updated. Addition + of several features, which are required for the update of X.org + and Mesa, is also planned.

+ +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 15:31:22 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 665B7489; Tue, 14 Jan 2014 15:31:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 391DD11AB; Tue, 14 Jan 2014 15:31:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EFVMxT021744; Tue, 14 Jan 2014 15:31:22 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EFVMKK021743; Tue, 14 Jan 2014 15:31:22 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141531.s0EFVMKK021743@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 15:31:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43505 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 15:31:22 -0000 Author: pgj Date: Tue Jan 14 15:31:21 2014 New Revision: 43505 URL: http://svnweb.freebsd.org/changeset/doc/43505 Log: - Add 2013Q4 report on the progress of the native iSCSI stack Submitted by: trasz Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:14:09 2014 (r43504) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:31:21 2014 (r43505) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 18 entries and we hope you enjoy reading it.

+ contains 19 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1008,4 +1008,41 @@ and Mesa, is also planned.

+ + +  Native iSCSI Stack + +  +    + + Edward Tomasz + Napierała + + trasz@FreeBSD.org +    +  + +  +    +  + +  +   

iSCSI is a popular block storage protocol.  Under this project, + a new, fast, and reliable kernel-based iSCSI initiator (client) + and target (server) have been implemented.

+ +

During October to December, the work focused on performance and + scalability.  The target and the initiator now spread the load + over multiple kernel threads, and the locking is optimized to + reduce contention. This makes better use of multiple processor + cores.

+ +

Work to finish iSER support is ongoing.  All those + optimizations will be gradually merged to head in + February, and are expected to merged back to stable/10 + and finally arrive in 10.1-RELEASE.

+ +

This project is sponsored by The &os; Foundation.

+  +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 15:40:14 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DD9A56A; Tue, 14 Jan 2014 15:40:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 599A111F6; Tue, 14 Jan 2014 15:40:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EFeE40023068; Tue, 14 Jan 2014 15:40:14 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EFeEer023067; Tue, 14 Jan 2014 15:40:14 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141540.s0EFeEer023067@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 15:40:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43506 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 15:40:14 -0000 Author: pgj Date: Tue Jan 14 15:40:13 2014 New Revision: 43506 URL: http://svnweb.freebsd.org/changeset/doc/43506 Log: - Add 2013Q4 report on ZFSBoot Submitted by: Allan Jude Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:31:21 2014 (r43505) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:40:13 2014 (r43506) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 19 entries and we hope you enjoy reading it.

+ contains 20 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1045,4 +1045,80 @@

This project is sponsored by The &os; Foundation.

  + + + BSDInstall ZFSBoot + + + + + Allan + Jude + + freebsd@allanjude.com + + + + + Devin + Teske + + dteske@FreeBSD.org + + + + + Warren + Block + + wblock@FreeBSD.org + + + + + + Original Root-on-ZFS instuctions on the &os; Wiki + + + +

BSDInstall has been the default installation program since + &os; 9.0-RELEASE. However, it could not utilize + one of the best features of &os;, ZFS.

+ +

The ZFSBoot project started at EuroBSDCon 2013 and reached + stable status in December, just in time for + &os; 10.0-RELEASE. Currently, ZFSBoot implements + root-on-ZFS with 4k partition alignment, optional forced 4k + sectors, optional geli(8) full disk encryption, and + support for boot environments.

+ +

As part of ZFSBoot, BSDInstall itself also received a number of + updates, including enhanced debugging, more scriptability, a new + keymap selection menu, and a number of other small changes to + streamline the installation process. The new keymap menu allows + the user to test the selected keymap before continuing, to + ensure it is the desired keymap. Minor changes were made to the + network configuration dialogues to make the identification of + wireless interfaces easier.

+ +

A number of additional features are also planned. Allow the + user to create additional datasets and adjust the properties on + all datasets in an interactive menu. Also integrate BSDConfig + to allow users to install packages and various other + functionality that was previously provided by + sysinstall.

+ + + + Interactive dataset editor. + Dataset property editor. + Consider using shell geom(4) parser. + BSDConfig integration. + UFS as a file system option, to allow users to create + encrypted UFS installs. + Optionally make the boot pool UFS or reside on USB + device(s). + Further streamline the installation process. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 15:54:35 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82843DE9; Tue, 14 Jan 2014 15:54:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 566901378; Tue, 14 Jan 2014 15:54:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EFsZJA029854; Tue, 14 Jan 2014 15:54:35 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EFsZoY029853; Tue, 14 Jan 2014 15:54:35 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141554.s0EFsZoY029853@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 15:54:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43507 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 15:54:35 -0000 Author: pgj Date: Tue Jan 14 15:54:34 2014 New Revision: 43507 URL: http://svnweb.freebsd.org/changeset/doc/43507 Log: - Add 2013Q4 report on Jenkins-based testing Submitted by: rodrigc Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:40:13 2014 (r43506) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:54:34 2014 (r43507) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 20 entries and we hope you enjoy reading it.

+ contains 21 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1121,4 +1121,50 @@ Further streamline the installation process. + + + Jenkins Continuous Integration for &os; + + + + + Craig + Rodrigues + + rodrigc@FreeBSD.org + + + + + Vendor Summit presentation + + + +

At the November 2013 &os; Vendor Summit, some of the work was + presented that Craig Rodrigues have been doing with Continuous + Integration and Testing at iXsystems. Craig's presentation + described how iXsystems is using modern best practices for + building and testing FreeNAS code. Jenkins is a framework for + doing continuous builds and integration, and is used by hundreds + of companies. BHyve (BSD Hypvervisor) is the new virtual + machine system which will be part of &os; 10. Webdriver is + a Python toolkit for testing web applications. By combining + these technologies, iXsystems is developing a modern and + sophisticated workflow for testing and improving the quality of + FreeNAS.

+ +

Ed Maste from The &os; Foundation was interested in this work, + and based on this interest, now it is being ported to &os;. + Currently, a machine in the &os; cluster has been allocated for + this purpose, where a bhyve(4)-based virtual machine + was set up and Jenkins was installed. The remainder is still in + progress.

+ + + + Finish setting up Jenkins. + Add more builds to Jenkins. + Integrate testing with Jenkins. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 16:11:43 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4061267A; Tue, 14 Jan 2014 16:11:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C0DD1553; Tue, 14 Jan 2014 16:11:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EGBhJY037715; Tue, 14 Jan 2014 16:11:43 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EGBh0a037714; Tue, 14 Jan 2014 16:11:43 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141611.s0EGBh0a037714@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 16:11:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43508 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 16:11:43 -0000 Author: pgj Date: Tue Jan 14 16:11:42 2014 New Revision: 43508 URL: http://svnweb.freebsd.org/changeset/doc/43508 Log: - Add 2013Q4 report on X.Org Submitted by: dumbbell Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:54:34 2014 (r43507) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 16:11:42 2014 (r43508) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 21 entries and we hope you enjoy reading it.

+ contains 22 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1167,4 +1167,83 @@ Integrate testing with Jenkins. + + + X.Org on &os; + + + + &os; X11 Team + x11@FreeBSD.org + + + + + X11 roadmap and supported hardware matrix + Ports-related development repository + CFT for Cairo 1.12 and 8.x survey + + + +

The newer graphics stack (WITH_NEW_XORG) is now built + by default on head and is provided as binary packages + from the official &os; pkg(8) repository for + 11-CURRENT. The major updates are:

+ +
    +
  • X.Org server 1.12.
  • +
  • Mesa 9.1.
  • +
  • Recent Intel and Radeon X.Org drivers, using exclusively + the KMS kernel drivers available in &os; 9.x (Intel) and &os; 10.x + (Radeon).
  • +
+ +

This change makes X.Org on &os; head work + out-of-the-box on workstations and laptops based on recent Intel + and Radeon GPUs. &os; 10.x will follow in a few weeks or + months.

+ +

Some software has started to require Cairo 1.12, for + example GTK+ 3.10 and Pango. Unfortunately, this version + of Cairo triggers a bug in the old Intel driver (2.7.1, + installed when WITH_NEW_XORG is not set), which causes + display artifacts. A "Call For Testers" mail was posted on the + freebsd-x11 mailing-list (see the links above) to + gather information about the behavior on other configurations + (new Intel driver and non-Intel drivers). As of this writing, + received reports talk about improvements or, at least, no change + noticed.

+ +

To better manage changes such as the WITH_NEW_XORG and + Cairo 1.12 mentioned above, we asked on freebsd-x11@ + mailing-list if people are using &os; 8.x on their desktop + computers and why they do not upgrade to &os; 9.x or 10.x. + So far, we received very few answers to this.

+ +

The Radeon KMS driver in &os; 10.x is now considered + stable, especially that integrated GPUs are now properly + initialized. One of the next steps will be to merge this to + stable/9.

+ +

A "Graphics" wiki article (see links) was created to centralize + and coordinate the work being done on both the ports and the + kernel. It contains the following important information:

+ +
    +
  • A roadmap of the team.
  • +
  • A matrix of supported hardware.
  • +
  • Projects status and results.
  • +
+ +

This starting page then points to project- and topic-specific + articles where more detailed information is available.

+ + + + Report why &os; 8.x is still used on your desktop and + why moving to &os; 9.x or 10.x is not an option. + Report about the Cairo 1.12 update on your system. + See the "Graphics" wiki page for up-to-date information. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 16:26:49 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 999251AA; Tue, 14 Jan 2014 16:26:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 854DD16A1; Tue, 14 Jan 2014 16:26:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EGQnXv042443; Tue, 14 Jan 2014 16:26:49 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EGQnmn042442; Tue, 14 Jan 2014 16:26:49 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141626.s0EGQnmn042442@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 16:26:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43509 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 16:26:49 -0000 Author: pgj Date: Tue Jan 14 16:26:48 2014 New Revision: 43509 URL: http://svnweb.freebsd.org/changeset/doc/43509 Log: - Add 2013Q4 report on a new automounter Submitted by: trasz Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 16:11:42 2014 (r43508) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 16:26:48 2014 (r43509) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 22 entries and we hope you enjoy reading it.

+ contains 23 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1246,4 +1246,30 @@ See the "Graphics" wiki page for up-to-date information. + + + New Automounter + + + + + Edward Tomasz + Napierała + + trasz@FreeBSD.org + + + + +

Research and prototyping has begun on a new project to + implement autofs(4) — an automounter filesystem + — and its userland counterpart, automountd(8). + The idea is to provide very similar user experience to the + automounters available on Linux, MacOS X, and Solaris, including + using the same map format. The automounter will also integrate + with directory services, such as LDAP.

+ +

This project is sponsored by The &os; Foundation.

+ +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 16:54:03 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D552DFF; Tue, 14 Jan 2014 16:54:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38CB7196B; Tue, 14 Jan 2014 16:54:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EGs3W8053371; Tue, 14 Jan 2014 16:54:03 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EGs3qi053370; Tue, 14 Jan 2014 16:54:03 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141654.s0EGs3qi053370@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 16:54:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43510 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 16:54:03 -0000 Author: pgj Date: Tue Jan 14 16:54:02 2014 New Revision: 43510 URL: http://svnweb.freebsd.org/changeset/doc/43510 Log: - Add 2013Q4 report on vt(9) Submitted by: ray Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 16:26:48 2014 (r43509) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 16:54:02 2014 (r43510) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 23 entries and we hope you enjoy reading it.

+ contains 24 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1272,4 +1272,104 @@

This project is sponsored by The &os; Foundation.

+ + + Updated <tt>vt(9)</tt> System Console + + + + + Aleksandr + Rybalko + + ray@FreeBSD.org + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + Project wiki page + + + +

Colloquially known as Newcons, vt(9) is a modern + replacement for the existing, quite old, virtual terminal + emulator called syscons(4). Initially motivated by the + lack of Unicode support in syscons(4), the project was + later expanded to cover the new requirement to support Kernel + Mode Switching (KMS).

+ +

The project is now approaching completion and is ready for + wider testing as the related code was already merged to &os; + head. Hence, vt(9) can be tested easily by + replacing the following two lines in the kernel config file:

+ +
device sc
+device vga
+ +

with the following ones:

+ +
device vt
+device vt_vga
+ +

Major highlights:

+ +
    +
  • Unicode support.
  • +
  • Double-width character support for CJK characters.
  • +
  • xterm(1)-like terminal emulation.
  • +
  • Support for Kernel Mode Setting (KMS) drivers + (i915kms, radeonkms).
  • +
  • Support for different fonts per terminal window.
  • +
  • Simplified drivers.
  • +
+ +

Brief status of supported architectures and hardware:

+ +
    +
  • amd64 (VGA/i915kms/radeonkms) — works.
  • +
  • ARM framebuffer — works.
  • +
  • i386 (VGA/i915kms/radeonkms) — works.
  • +
  • IA64 — untested.
  • +
  • MIPS — untested.
  • +
  • PPC and PPC64 — Works, but without X.Org yet.
  • +
  • SPARC — works on certain hardware (eg. Ultra 5).
  • +
  • vesa(4) — in progress.
  • +
  • i386/amd64 nVidia driver — need testing.
  • +
  • Xbox framebuffer driver — need testing.
  • +
+ +

Known Issues:

+ +
    +
  • Switching to vty0 from X.Org on Fatal events will not work.
  • +
  • Certain hardware (eg. Lenovo X220) get black screen when i915kms is preloaded.
  • +
  • Scrolling can be slow;
  • +
  • Screen borders is not cleared when changing fonts.
  • +
  • vt(9) locks up with the gallant12x22 font in VirtualBox.
  • +
+ +

This project is sponsored by The &os; Foundation. Many thanks + to Ed Schouten, who originally started the Newcons project and + did most of the work.

+ + + + Create sub-directories for vt(9) under + /usr/share/ to store key maps and fonts. + Implement remaining features supported by + vidcontrol(1). + Write the vt(9) manual page. + Support keyboard handled directly by device kbd + (without kbdmux(4)). + CJK fonts (in progress). + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 17:04:55 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90278132; Tue, 14 Jan 2014 17:04:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 618961A26; Tue, 14 Jan 2014 17:04:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EH4t2V057509; Tue, 14 Jan 2014 17:04:55 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EH4tKl057508; Tue, 14 Jan 2014 17:04:55 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141704.s0EH4tKl057508@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 17:04:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43511 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 17:04:55 -0000 Author: pgj Date: Tue Jan 14 17:04:54 2014 New Revision: 43511 URL: http://svnweb.freebsd.org/changeset/doc/43511 Log: - Add 2013Q4 report on Capsicum and Casper Submitted by: pjd Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 16:54:02 2014 (r43510) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:04:54 2014 (r43511) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 24 entries and we hope you enjoy reading it.

+ contains 25 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1372,4 +1372,47 @@ device vt_vga CJK fonts (in progress). + + + Capsicum and Casper + + + + + Pawel Jakub + Dawidek + + pjd@FreeBSD.org + + + + + + + + +

Capsicum is a lightweight OS capability and sandbox framework + implementing a hybrid capability system model. The Casper + daemon enables sandboxed application to use functionality + normally unavailable in capability-mode sandboxes.

+ +

The Casper daemon, libcasper, libcapsicum(3), + libnv(3) and Casper services (system.dns, + system.grp, system.pwd, system.random + and system.sysctl) have been committed to &os; + head. The tcpdump(8) utility in head + now uses the system.dns service to do DNS lookups. The + kdump(1) utility in head now uses the + system.pwd and system.grp services to convert + user and group identifiers to user and group names.

+ +

There is ongoing work to sandbox more applications. If you are + interested in helping to make &os; more secure and would like to + learn about Capsicum and Casper, do not hesitate to contact + Pawel — he can provide candidate programs that could use + sandboxing.

+ +

The work was sponsored by The &os; Foundation.

+ +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 17:14:00 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DA2E24C; Tue, 14 Jan 2014 17:14:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0EE901AC9; Tue, 14 Jan 2014 17:14:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EHDx7R061417; Tue, 14 Jan 2014 17:13:59 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EHDxEa061416; Tue, 14 Jan 2014 17:13:59 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141713.s0EHDxEa061416@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 17:13:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43512 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 17:14:00 -0000 Author: pgj Date: Tue Jan 14 17:13:59 2014 New Revision: 43512 URL: http://svnweb.freebsd.org/changeset/doc/43512 Log: - Add 2013Q4 report on auditdistd(8) Submitted by: pjd Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:04:54 2014 (r43511) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:13:59 2014 (r43512) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 25 entries and we hope you enjoy reading it.

+ contains 26 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1415,4 +1415,36 @@ device vt_vga

The work was sponsored by The &os; Foundation.

+ + + auditdistd(8) + + + + + Pawel Jakub + Dawidek + + pjd@FreeBSD.org + + + + +

The auditdistd(8) daemon is responsible for + distributing audit trail files over TCP/IP network securely and + reliably. Currently, the daemon uses Transport Layer Security + (TLS) for communication, but only server-side certificates are + verified, based on the certificate's fingerprint. The ongoing + work will make it possible to use client-side certificates and + will support more complete public-key infastructure, which + includes validation of the entire certificate chain, including + revocation checking against Certification Revocation Lists at + every level. From now on, auditdistd(8) will support + TLSv1.2 and PFS modes only. In addition, it will be possible to + send audit trail files to multiple receivers.

+ +

The work is sponsored by The &os; Foundation and will be + completed at the beginning of February 2014.

+ +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 17:41:37 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EE1A830; Tue, 14 Jan 2014 17:41:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A8AA1DCB; Tue, 14 Jan 2014 17:41:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EHfadF072300; Tue, 14 Jan 2014 17:41:36 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EHfa48072299; Tue, 14 Jan 2014 17:41:36 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141741.s0EHfa48072299@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 17:41:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43513 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 17:41:37 -0000 Author: pgj Date: Tue Jan 14 17:41:36 2014 New Revision: 43513 URL: http://svnweb.freebsd.org/changeset/doc/43513 Log: - Add 2013Q4 portmgr report Submitted by: tabthorpe Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:13:59 2014 (r43512) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:41:36 2014 (r43513) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 26 entries and we hope you enjoy reading it.

+ contains 27 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1447,4 +1447,69 @@ device vt_vga completed at the beginning of February 2014.

+ + + &os; Port Management Team + + + + &os; Port Management Team + portmgr@FreeBSD.org + + + + + + + + + + + + + + + +

The &os; Ports collection is a package management system for + the &os; operating system, providing an easy and consistent way of + installing software packages. The &os; Ports Collection now + contains approximately 24,500 ports, while the PR count exceeds + 1,900.

+ +

The &os; Port Management Team ensures that the &os; ports + developer community provides a Ports Collection that is + functional, stable, up-to-date and full-featured. Its secondary + responsibility is to coordinate among the committers and + developers who work on it. As part of these efforts, we added 3 + new committers, took in 3 commit bits for safe keeping, and + reinstated 1 commit bit in the fourth quarter of 2013.

+ +

Ongoing effort went into testing larger changes, as many as 8 a + week, including sweeping changes to the tree, moderization of + the infrastructure, and basic quality assurance (QA) runs. Many + iterations of 10.0-RELEASE tests were run to ensure the + maximum amount of packages would be available for the + release.

+ +

We now have pkg(8) packages for the releases 8.3, 8.4, + 9.1, 9.2, 10.0 and -CURRENT on pkg.FreeBSD.org. During + this same time, further enhancements were put into + pkg(8), including secure package signing.

+ +

Commencing November 1, the Port Management Team undertook a + portmgr-lurkers pilot project in which ports committers + could volunteer to assist the Port Management Team for a + four-month duration. The first two candiates are Mathieu Arnold + (mat) and Antoine Brodin (antoine).

+ +

Ongoing maintainence goes into redports.org, including + QAT runs, ports and security updates.

+ + + + As previously noted, many PRs continue to languish, we would + like to see a committers dedicate themselves to closing as many + as possible! + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 17:43:23 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CEB68B8; Tue, 14 Jan 2014 17:43:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88E2C1DDD; Tue, 14 Jan 2014 17:43:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EHhNg0072522; Tue, 14 Jan 2014 17:43:23 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EHhN8G072521; Tue, 14 Jan 2014 17:43:23 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141743.s0EHhN8G072521@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 17:43:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43514 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 17:43:23 -0000 Author: pgj Date: Tue Jan 14 17:43:23 2014 New Revision: 43514 URL: http://svnweb.freebsd.org/changeset/doc/43514 Log: - Fix typos in the 2013Q4 report Spotted by: pluknet Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:41:36 2014 (r43513) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:43:23 2014 (r43514) @@ -920,7 +920,7 @@ Newcons). Connect efiloader to the build. Document manual installation for dual-boot configurations. - Integrate UEFI configuration with the &os; instaler. + Integrate UEFI configuration with the &os; installer. Support secure boot. @@ -999,7 +999,7 @@

This &os; Foundation-sponsored project will update the Intel - grapics chipset driver, i915kms, to a recent snapshot + graphics chipset driver, i915kms, to a recent snapshot of the Linux upstream code. The update will provide at least 1.5 years of bugfixes from the Intel team, and introduce support for the newest hardware — in particular Haswell and From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 18:36:45 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2381F84; Tue, 14 Jan 2014 18:36:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A41341260; Tue, 14 Jan 2014 18:36:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EIaj3m092344; Tue, 14 Jan 2014 18:36:45 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EIaj2J092343; Tue, 14 Jan 2014 18:36:45 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141836.s0EIaj2J092343@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 18:36:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43515 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 18:36:45 -0000 Author: pgj Date: Tue Jan 14 18:36:45 2014 New Revision: 43515 URL: http://svnweb.freebsd.org/changeset/doc/43515 Log: - Add 2013Q4 report for clusteradm Submitted by: gjb Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:43:23 2014 (r43514) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 18:36:45 2014 (r43515) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 27 entries and we hope you enjoy reading it.

+ contains 28 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1512,4 +1512,40 @@ device vt_vga as possible! + + + &os; Cluster Administration Team + + + + &os; Cluster Administration Team + + admins@ + + + + +

The &os; Cluster Administration Team consists of the people + responsible for administrating the machines that the project + relies on for its distributed work and communication to be + synchronised. In the last quarter of 2013, they continued + general maintenance of the &os; cluster across all sites.

+ +

In addition to general upkeep tasks, additional + cluster-related items were addressed. Some of these + items include:

+ +
    +
  • Added several machines for the Kyua testing framework.
  • +
  • Replaced failed hardware hosting various web services.
  • +
  • Coordinated with the &os; Security Officer and Ports + Management Teams to implement signed binary packages.
  • +
  • Added the redports.org machines to the list of + machines managed by the Cluster Administration Team.
  • +
  • Began discussion with contacts at Yandex regarding the + addition of a mirror site for binary packages and Subversion + repositories.
  • +
+ +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 18:44:47 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A114A22A; Tue, 14 Jan 2014 18:44:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D1ED12F0; Tue, 14 Jan 2014 18:44:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EIilK1095884; Tue, 14 Jan 2014 18:44:47 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EIilSs095883; Tue, 14 Jan 2014 18:44:47 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141844.s0EIilSs095883@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 18:44:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43516 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 18:44:47 -0000 Author: pgj Date: Tue Jan 14 18:44:47 2014 New Revision: 43516 URL: http://svnweb.freebsd.org/changeset/doc/43516 Log: - Minor clarification in Python 2013Q4 report Submitted by: mva Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 18:36:45 2014 (r43515) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 18:44:47 2014 (r43516) @@ -717,8 +717,7 @@ Add support for granular dependencies (for example >=1.0 or <2.0). - Look at what adding PyPI (the Python Package Index) support - looks like. + Look at what adding pip support looks like. Convert all USE_PYDISTUTILS=easy_install entries to yes and remove the use of easy_install from From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 19:41:09 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B90D650; Tue, 14 Jan 2014 19:41:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD761846; Tue, 14 Jan 2014 19:41:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EJf9YJ017457; Tue, 14 Jan 2014 19:41:09 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EJf9f8017456; Tue, 14 Jan 2014 19:41:09 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141941.s0EJf9f8017456@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 19:41:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43517 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 19:41:09 -0000 Author: pgj Date: Tue Jan 14 19:41:08 2014 New Revision: 43517 URL: http://svnweb.freebsd.org/changeset/doc/43517 Log: - Add 2013Q4 report on Vybrid VF6xx support Submitted by: br Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 18:44:47 2014 (r43516) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 19:41:08 2014 (r43517) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 28 entries and we hope you enjoy reading it.

+ contains 29 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1547,4 +1547,60 @@ device vt_vga + + + &os; on Freescale Vybrid VF6xx + + + + + Ruslan + Bukin + + br@freebsd.org + + + + + + + + +

Basic support for Freescale Vybrid Family VF6xx heterogeneous + ARM Cortex-A5/M4 System-on-Chip (SoC) was added to &os; + head. The Vybrid VF6xx family is an implementation of + the new modern Cortex-A5-based low-power ARM SoC boards. Vybrid + devices are ideal for applications including simple HMI in + appliances and industrial machines, secure control of + infrastructure and manufacturing equipment, energy conversion + applications such as motor drives and power inverters, + ruggedized wired and wireless connectivity, and control of + mobile battery-operated systems such as robots and industrial + vehicles.

+ +

Supported device drivers:

+ +
    +
  • NAND Flash Controller (NFC)
  • +
  • USB Enhanced Host Controller Interface (EHCI)
  • +
  • General-Purpose Input/Output (GPIO)
  • +
  • Universal Asynchronous Receiver/Transmitter (UART)
  • +
+ +

Also supported:

+ +
    +
  • Generic Interrupt Controller (GIC)
  • +
  • MPCore timer
  • +
  • ffec Ethernet driver
  • +
+ + + + Add support for a number of different VF5xx- and VF6xx-based + development boards. + Expand device driver support, including framebuffer and + other devices. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 19:51:15 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 020959B5; Tue, 14 Jan 2014 19:51:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C87AE189B; Tue, 14 Jan 2014 19:51:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EJpEts027173; Tue, 14 Jan 2014 19:51:14 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EJpEJH027172; Tue, 14 Jan 2014 19:51:14 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141951.s0EJpEJH027172@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 19:51:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43518 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 19:51:15 -0000 Author: pgj Date: Tue Jan 14 19:51:14 2014 New Revision: 43518 URL: http://svnweb.freebsd.org/changeset/doc/43518 Log: - Add 2013Q4 report on iwn(4) improvements Submitted by: adrian Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 19:41:08 2014 (r43517) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 19:51:14 2014 (r43518) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 29 entries and we hope you enjoy reading it.

+ contains 30 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1603,4 +1603,49 @@ device vt_vga other devices.
+ + + Intel 802.11n NIC (<tt>iwn(4)</tt>) Work + + + + + Adrian + Chadd + + adrian@freebsd.org + + + + + + +

There has been a large amount of work on iwn(4) over + the last six months:

+ +
    +
  • New hardware support, 2xxx, 6xxx, 1xx series hardware.
  • + +
  • Many bugs fixed, including scanning, association, EAPOL related + fixes.
  • + +
  • iwn(4) now natively works with 802.11n rates from the + net80211 rate control code, rather than mapping non-11n rates to 11n + rates.
  • +
+ + + + There are still some scan hangs, due to how net80211 scans a + single channel at a time. This needs to be resolved. + + The transmit, receive, scan and calibration code need to be + refactored out of if_iwn.c and into separate source + files. + + There still seem to be some issues surrounding 2 GHz + vs. 5 GHz association attempts leading to firmware + assertions, especially on the Intel 4965 NIC. + +
From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 19:57:52 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D5787D; Tue, 14 Jan 2014 19:57:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E89841B68; Tue, 14 Jan 2014 19:57:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EJvp1t028058; Tue, 14 Jan 2014 19:57:51 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EJvnlR028042; Tue, 14 Jan 2014 19:57:49 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201401141957.s0EJvnlR028042@svn.freebsd.org> From: Xin LI Date: Tue, 14 Jan 2014 19:57:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43519 - in head/share: security/advisories security/patches/EN-14:01 security/patches/EN-14:02 security/patches/SA-14:01 security/patches/SA-14:02 security/patches/SA-14:03 security/pa... X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 19:57:52 -0000 Author: delphij Date: Tue Jan 14 19:57:49 2014 New Revision: 43519 URL: http://svnweb.freebsd.org/changeset/doc/43519 Log: Add 4 latest advisories and 2 latest errata notices: Fix bsnmpd remote denial of service vulnerability. [SA-14:01] Fix ntpd distributed reflection Denial of Service vulnerability. [SA-14:02] Fix OpenSSL multiple vulnerabilities. [SA-14:03] Fix BIND remote denial of service vulnerability. [SA-14:04] Disable hardware RNGs by default. [EN-14:01] Fix incorrect coalescing of stack entry with mmap. [EN-14:02] Added: head/share/security/advisories/FreeBSD-EN-14:01.random.asc (contents, props changed) head/share/security/advisories/FreeBSD-EN-14:02.mmap.asc (contents, props changed) head/share/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc (contents, props changed) head/share/security/advisories/FreeBSD-SA-14:02.ntpd.asc (contents, props changed) head/share/security/advisories/FreeBSD-SA-14:03.openssl.asc (contents, props changed) head/share/security/advisories/FreeBSD-SA-14:04.bind.asc (contents, props changed) head/share/security/patches/EN-14:01/ head/share/security/patches/EN-14:01/random-8.3.patch (contents, props changed) head/share/security/patches/EN-14:01/random-8.3.patch.asc (contents, props changed) head/share/security/patches/EN-14:01/random-9.1.patch (contents, props changed) head/share/security/patches/EN-14:01/random-9.1.patch.asc (contents, props changed) head/share/security/patches/EN-14:01/random-9.2-8.4.patch (contents, props changed) head/share/security/patches/EN-14:01/random-9.2-8.4.patch.asc (contents, props changed) head/share/security/patches/EN-14:02/ head/share/security/patches/EN-14:02/mmap.patch (contents, props changed) head/share/security/patches/EN-14:02/mmap.patch.asc (contents, props changed) head/share/security/patches/SA-14:01/ head/share/security/patches/SA-14:01/bsnmpd.patch (contents, props changed) head/share/security/patches/SA-14:01/bsnmpd.patch.asc (contents, props changed) head/share/security/patches/SA-14:02/ head/share/security/patches/SA-14:02/ntpd.patch (contents, props changed) head/share/security/patches/SA-14:02/ntpd.patch.asc (contents, props changed) head/share/security/patches/SA-14:03/ head/share/security/patches/SA-14:03/openssl.patch (contents, props changed) head/share/security/patches/SA-14:03/openssl.patch.asc (contents, props changed) head/share/security/patches/SA-14:04/ head/share/security/patches/SA-14:04/bind-release.patch (contents, props changed) head/share/security/patches/SA-14:04/bind-release.patch.asc (contents, props changed) head/share/security/patches/SA-14:04/bind-stable-9.patch (contents, props changed) head/share/security/patches/SA-14:04/bind-stable-9.patch.asc (contents, props changed) Modified: head/share/xml/advisories.xml head/share/xml/notices.xml Added: head/share/security/advisories/FreeBSD-EN-14:01.random.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-EN-14:01.random.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,142 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-EN-14:01.random Errata Notice + The FreeBSD Project + +Topic: /dev/random should not make direct usage of hardware RNG + +Category: core +Module: random +Announced: 2014-01-14 +Affects: All versions of FreeBSD prior to 10.0-BETA1 +Corrected: 2014-01-14 19:27:42 UTC (stable/9, 9.2-STABLE) + 2014-01-14 19:42:28 UTC (releng/9.2, 9.2-RELEASE-p3) + 2014-01-14 19:42:28 UTC (releng/9.1, 9.1-RELEASE-p10) + 2014-01-14 19:27:42 UTC (stable/8, 8.4-STABLE) + 2014-01-14 19:42:28 UTC (releng/8.4, 8.4-RELEASE-p7) + 2014-01-14 19:42:28 UTC (releng/8.3, 8.3-RELEASE-p14) + +For general information regarding FreeBSD Errata Notices and Security +Advisories, including descriptions of the fields above, security +branches, and the following sections, please visit +. + +I. Background + +The random(4) and urandom(4) devices return an endless supply of pseudo-random +bytes when read. Cryptographic algorithms often depend on the secrecy of these +pseudo-random values for security. + +Yarrow is a secure pseudo-random number generator that combines entropy from +several entropy sources, mitigating a possible attack when someone could +predict the output when they are able to intercept one or more of the +entropy sources + +II. Problem Description + +When a hardware RNG exists, the FreeBSD random(4) and urandom(4) devices +would use their output directly. + +III. Impact + +Someone who has control over these hardware RNGs would be able to +predicate the output from random(4) and urandom(4) devices and may be able +to reveal unique keys that are used to encrypt data. + +IV. Workaround + +Disable the hardware RNGs by adding the following settings to /boot/loader.conf +and reboot the system: + +hw.nehemiah_rng_enable=0 +hw.ivy_rng_enable=0 + +V. Solution + +Hardware RNGs would be disabled by default with this errata notice. They +can be re-enabled by setting the corresponding loader tunables to non-zero +value. + +Perform one of the following: + +1) Upgrade your system to a supported FreeBSD stable or release / security +branch (releng) dated after the correction date. + +2) To update your present system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +[FreeBSD 9.2 and 8.4] +# fetch http://security.FreeBSD.org/patches/EN-14:01/random-9.2-8.4.patch +# fetch http://security.FreeBSD.org/patches/EN-14:01/random-9.2-8.4.patch.asc +# gpg --verify random-9.2-8.4.patch.asc + +[FreeBSD 9.1] +# fetch http://security.FreeBSD.org/patches/EN-14:01/random-9.1.patch +# fetch http://security.FreeBSD.org/patches/EN-14:01/random-9.1.patch.asc +# gpg --verify random-9.1.patch.asc + +[FreeBSD 8.3] +# fetch http://security.FreeBSD.org/patches/EN-14:01/random-8.3.patch +# fetch http://security.FreeBSD.org/patches/EN-14:01/random-8.3.patch.asc +# gpg --verify random-8.3.patch.asc + +b) Apply the patch. + +# cd /usr/src +# patch < /path/to/patch + +c) Recompile your kernel as described in + and reboot the +system. + +3) To update your system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +VI. Correction details + +The following list contains the revision numbers of each file that was +corrected in FreeBSD. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/8/ r260644 +releng/8.3/ r260647 +releng/8.4/ r260647 +stable/9/ r260644 +releng/9.1/ r260647 +releng/9.2/ r260647 +- ------------------------------------------------------------------------- + +VII. References + +The latest revision of this Errata Notice is available at +http://security.FreeBSD.org/advisories/FreeBSD-EN-14:01.random.asc + +-----BEGIN PGP SIGNATURE----- + +iQIcBAEBCgAGBQJS1ZSoAAoJEO1n7NZdz2rnZcgP/3ITOg59t4PmOg2vUrlMsf35 +jVDZojqeu+XgDepYi37HJVB6pHSWusYoI59YP6O2N1n15W34Bp91Vcthofyr+jgx +7Guz+DXOqZy1yxGMSGkAl0hIrksszqp5kAADy4f1NMkFmvc2+8dXW1xmxYpDHrkG +d/alEeK0LuFgWXYnnrea3x/aWqEVVR+/YhCbk8FTD01Q4zqtfacIDfNL+gLf4Mhx +gNO1HSHmvS4GEF1gawtHzY4i6rGX9e4LgxKSEKSMUXfl1WUfnD5f62z9FB1UN1Js +EfVniP2ZN2ojAzoVWfiX5WDhpMA/KZpdTSLF+zOM1/Tr+7+N7WTYftL6nHy/HSj8 +LmsIZnSE4F7F2hFlZu7PPwGzaIj/rYk5tRzw3nTIoIwVoLbvbevzCrl0rIocq2CK +Sm5WV2qvMuWB+ZK2ZuzCIxAj6/fuLbUIBHmHd2VFfxWXcSwoK/cW3pFPMDyHKtJJ +ccocT7kXeHHtnSqzvSN1j1XFZsWdojbYU7HSU8QmiilG3ESvgrzZAKh7V+hC/aF/ +TE0Xhaip8X/sOt1NnjHGs8XzA3w7wUukssz2V7gRdarSS7c/+mU23pajLknQ4eiB +l3g8z/iX4jPuL8e0sn9GUCXVtTZIXWGl9hSilWeYk6tEihhlf/gVhY6ldCwSoZjr +U6gPf7bQn/NzE7wSUaQD +=viar +-----END PGP SIGNATURE----- Added: head/share/security/advisories/FreeBSD-EN-14:02.mmap.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-EN-14:02.mmap.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,127 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-EN-14:02.mmap Errata Notice + The FreeBSD Project + +Topic: mmap should not coalesce stack entry + +Category: core +Module: kernel +Announced: 2014-01-14 +Credits: Konstantin Belousov +Affects: All supported versions of FreeBSD. +Corrected: 2013-12-30 08:57:54 UTC (stable/10, 10.0-PRERELEASE) + 2013-12-31 08:02:34 UTC (releng/10.0, 10.0-RC4) + 2013-12-31 08:02:34 UTC (releng/10.0, 10.0-RC3-p1) + 2013-12-31 08:02:34 UTC (releng/10.0, 10.0-RC2-p1) + 2013-12-31 08:02:34 UTC (releng/10.0, 10.0-RC1-p1) + 2013-12-30 09:04:06 UTC (stable/9, 9.2-STABLE) + 2014-01-14 19:42:28 UTC (releng/9.2, 9.2-RELEASE-p3) + 2014-01-14 19:42:28 UTC (releng/9.1, 9.1-RELEASE-p10) + 2014-01-14 19:33:28 UTC (stable/8, 8.4-STABLE) + 2014-01-14 19:42:28 UTC (releng/8.4, 8.4-RELEASE-p7) + 2014-01-14 19:42:28 UTC (releng/8.3, 8.3-RELEASE-p14) + +For general information regarding FreeBSD Errata Notices and Security +Advisories, including descriptions of the fields above, security +branches, and the following sections, please visit +. + +I. Background + +The FreeBSD virtual memory system allows growing stack by mapping anonymous +memory region on top of a stack via mmap(2) system call with MAP_STACK bit +enabled in flags parameter. + +II. Problem Description + +The FreeBSD virtual memory system tries to coalesce adjacent memory regions +into one single object when possible. When growing the stack via mmap(2), it +will also try to coalesce the newly allocated memory into the existing object. +This would result in a failed assertion later in vm_map_stack(), which expects +that a new object is returned. + +III. Impact + +The system will panic when this happens. + +IV. Workaround + +No workaround is available. + +V. Solution + +Perform one of the following: + +1) Upgrade your system to a supported FreeBSD stable or release / security +branch (releng) dated after the correction date. + +2) To update your present system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +# fetch http://security.FreeBSD.org/patches/EN-14:02/mmap.patch +# fetch http://security.FreeBSD.org/patches/EN-14:02/mmap.patch.asc +# gpg --verify mmap.patch.asc + +b) Apply the patch. + +# cd /usr/src +# patch < /path/to/patch + +c) Recompile your kernel as described in + and reboot the +system. + +3) To update your system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +VI. Correction details + +The following list contains the revision numbers of each file that was +corrected in FreeBSD. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/8/ r260645 +releng/8.3/ r260647 +releng/8.4/ r260647 +stable/9/ r260082 +releng/9.1/ r260647 +releng/9.2/ r260647 +stable/10/ r260081 +releng/10.0/ r260122 +- ------------------------------------------------------------------------- + +VII. References + +The latest revision of this Errata Notice is available at +http://security.FreeBSD.org/advisories/FreeBSD-EN-14:02.mmap.asc + +-----BEGIN PGP SIGNATURE----- + +iQIcBAEBCgAGBQJS1ZSuAAoJEO1n7NZdz2rnsPoQAIFs/URebviZjkMpYJBTahwe +Lr50uJSZIlW2nMvi+urLJAB15fJm/WHDdHqp6+WHh5jjCozb45CoIxDFnP5UB4q8 +oclsQtKrt4R1dBDEa3RZQoJEm6DIk1YhfAfUtJMhDpROlvWCbBMzZWJbVQec5j3E +iyhY1FIl/BD4KWFw/hDhJX5j4HQWA/oZDagx5WZFMsFapq5rOXkC/fq3YHkTJBeW +7YEvAyTuZoj9zBVJ28cEYr7+ULtJMphBdTEzAhFZSEegsM+qyMafTf2c54MdtWR0 +pSgoh9i+cSXj444e4eeqLp6LwapW5YGIrKpAmBUwTECBg5F5915i2h8ddCnmJJSM +4Wq7bXJU6PGzFXTDUsAw9HB2HcCMU2EvVNhtM3wp7dSzojLpvrgEoRZKwanu32r1 +cuN/awHUGA1fzoUkxMygzT5B44IX+9gyT8lJ4N+PfKGnSO00WY41XkLheDmpgf2b +euDrzTSwbupEp70lT45CW6DUlqPXpw0Fn5vyNYBvoaAXineqyvwMkQ6YZwoNmfiU +xv2zjY40RkOR8EJKi8L1moBQsfh/i6rtVQhDIHmAU/1VaYBE4zVXS5BYAlUaUJgw +3rc5ho+F2BB+YV+HeaWszjW+NVhiIswpccw4Js7O2HQUA9M2KEq2+DXRtNdEa8/j +miG/hWqsuoWjAcrQKjKw +=rOvi +-----END PGP SIGNATURE----- Added: head/share/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,141 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-SA-14:01.bsnmpd Security Advisory + The FreeBSD Project + +Topic: bsnmpd remote denial of service vulnerability + +Category: contrib +Module: bsnmp +Announced: 2014-01-14 +Credits: Dirk Meyer +Affects: All supported versions of FreeBSD. +Corrected: 2014-01-14 19:02:14 UTC (stable/10, 10.0-PRERELEASE) + 2014-01-14 19:10:38 UTC (releng/10.0, 10.0-RELEASE) + 2014-01-14 19:10:38 UTC (releng/10.0, 10.0-RC5-p1) + 2014-01-14 19:10:38 UTC (releng/10.0, 10.0-RC4-p1) + 2014-01-14 19:10:38 UTC (releng/10.0, 10.0-RC3-p1) + 2014-01-14 19:10:38 UTC (releng/10.0, 10.0-RC2-p1) + 2014-01-14 19:10:38 UTC (releng/10.0, 10.0-RC1-p1) + 2014-01-14 19:17:20 UTC (stable/9, 9.2-STABLE) + 2014-01-14 19:42:28 UTC (releng/9.2, 9.2-RELEASE-p3) + 2014-01-14 19:42:28 UTC (releng/9.1, 9.1-RELEASE-p10) + 2014-01-14 19:17:20 UTC (stable/8, 8.4-STABLE) + 2014-01-14 19:42:28 UTC (releng/8.4, 8.4-RELEASE-p7) + 2014-01-14 19:42:28 UTC (releng/8.3, 8.3-RELEASE-p14) +CVE Name: CVE-2014-1452 + +For general information regarding FreeBSD Security Advisories, +including descriptions of the fields above, security branches, and the +following sections, please visit . + +I. Background + +The bsnmpd is a simple and extensible SNMP daemon serves the Internet SNMP +(Simple Network Management Protocol). + +II. Problem Description + +The bsnmpd(8) daemon is prone to a stack-based buffer-overflow when it +has received a specifically crafted GETBULK PDU request. + +III. Impact + +This issue could be exploited to execute arbitrary code in the context of +the service daemon, or crash the service daemon, causing a denial-of-service. + +IV. Workaround + +No workaround is available, but systems not running bsnmpd(8) are not +vulnerable. + +V. Solution + +Perform one of the following: + +1) Upgrade your vulnerable system to a supported FreeBSD stable or +release / security branch (releng) dated after the correction date. + +2) To update your vulnerable system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +# fetch http://security.FreeBSD.org/patches/SA-14:01/bsnmpd.patch +# fetch http://security.FreeBSD.org/patches/SA-14:01/bsnmpd.patch.asc +# gpg --verify bsnmpd.patch.asc + +b) Execute the following commands as root: + +# cd /usr/src +# patch < /path/to/patch + +Recompile the operating system using buildworld and installworld as +described in . + +Restart the bsnmpd(8) daemons, or reboot the system. + +3) To update your vulnerable system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +VI. Correction details + +The following list contains the correction revision numbers for each +affected branch. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/8/ r260642 +releng/8.3/ r260647 +releng/8.4/ r260647 +stable/9/ r260642 +releng/9.1/ r260647 +releng/9.2/ r260647 +stable/10/ r260638 +releng/10.0/ r260640 +- ------------------------------------------------------------------------- + +To see which files were modified by a particular revision, run the +following command, replacing NNNNNN with the revision number, on a +machine with Subversion installed: + +# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base + +Or visit the following URL, replacing NNNNNN with the revision number: + + + +VII. References + + + + + +The latest revision of this advisory is available at + +-----BEGIN PGP SIGNATURE----- + +iQIcBAEBCgAGBQJS1ZS6AAoJEO1n7NZdz2rnDXwP/1iQmuO8VLjZoD3LMpiHyA/i +YgwjX5x9XT2MyVrRmu+nHaCG3ZDC4/IV72/jCzV8udQJ1RF6Aswhuk6mXI7oatol +OYF27JnRVAJQjAvXw3zMsp4hLv631TvgO1Az1vK7f1pX8bDC/eBTaiCH7I6QBYGS +E4Fsi2MwOWIRyglTjlFSL8Wb2yQmzkKCx/EVFF/6mRC7l3a9pkHf5VKQtut1KYFu +5QF5cG5anur4daP4w45yWsl0qkRDO5mJdpD+S3NtzydluWzz/Dk/0laS5wB+LLzV +cXC5/GR/acQhO+MvDIDT4Emra2OXzsheEahOJhLKHsBF8pHBi5IldkVwQmme76/g +aR1gLSFJ5LYcpAgBQgeWKXXCAol5zNRCR8v8IBnV2+rYRSrIdl5lstgVmla++xJD ++bC7PbTqcLlyFGrMEvd/mAvX1PVa9BVYtaxXA5QZq5EHP7nsKotcAk7/kouVfmao +Gdxlt7YjRic6D/WqF8RFiQv9ezpbEnMQ1BwOCSUEJasXlyxJXYA6vva7tyM3OmyD +c2I9JLeV8aCUgIf3s+HoGcZhz01kmu9REQ/OEDtiN8kX94WOzpectf8V5g+JnxRd +HoOfcvrChohL4nla+3RvG1LJo5KD5N09yHnV2y3LjxTdKu9Hw4ATzFwmPmEUqUfG +eF12aO4PVp42wYWNHtGe +=xZTc +-----END PGP SIGNATURE----- Added: head/share/security/advisories/FreeBSD-SA-14:02.ntpd.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-SA-14:02.ntpd.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,167 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-SA-14:02.ntpd Security Advisory + The FreeBSD Project + +Topic: ntpd distributed reflection Denial of Service vulnerability + +Category: contrib +Module: ntpd +Announced: 2014-01-14 +Affects: All supported versions of FreeBSD. +Corrected: 2014-01-14 19:04:33 UTC (stable/10, 10.0-PRERELEASE) + 2014-01-14 19:12:40 UTC (releng/10.0, 10.0-RELEASE) + 2014-01-14 19:12:40 UTC (releng/10.0, 10.0-RC5-p1) + 2014-01-14 19:12:40 UTC (releng/10.0, 10.0-RC4-p1) + 2014-01-14 19:12:40 UTC (releng/10.0, 10.0-RC3-p1) + 2014-01-14 19:12:40 UTC (releng/10.0, 10.0-RC2-p1) + 2014-01-14 19:12:40 UTC (releng/10.0, 10.0-RC1-p1) + 2014-01-14 19:20:41 UTC (stable/9, 9.2-STABLE) + 2014-01-14 19:42:28 UTC (releng/9.2, 9.2-RELEASE-p3) + 2014-01-14 19:42:28 UTC (releng/9.1, 9.1-RELEASE-p10) + 2014-01-14 19:20:41 UTC (stable/8, 8.4-STABLE) + 2014-01-14 19:42:28 UTC (releng/8.4, 8.4-RELEASE-p7) + 2014-01-14 19:42:28 UTC (releng/8.3, 8.3-RELEASE-p14) +CVE Name: CVE-2013-5211 + +For general information regarding FreeBSD Security Advisories, +including descriptions of the fields above, security branches, and the +following sections, please visit . + +I. Background + +The ntpd(8) daemon is an implementation of the Network Time Protocol (NTP) +used to synchronize the time of a computer system to a reference time +source. + +II. Problem Description + +The ntpd(8) daemon supports a query 'monlist' which provides a history of +recent NTP clients without any authentication. + +III. Impact + +An attacker can send 'monlist' queries and use that as an amplification of +a reflection attack. + +IV. Workaround + +The administrator can implement one of the following possible workarounds +to mitigate the attack: + +1) Restrict access to ntpd(8). This can be done by adding the following +lines to /etc/ntp.conf: + +restrict -4 default nomodify nopeer noquery notrap +restrict -6 default nomodify nopeer noquery notrap +restrict 127.0.0.1 +restrict -6 ::1 +restrict 127.127.1.0 + +And restart the ntpd(8) daemon. Time service is not affected and the +administrator can still perform queries from local host. + +2) Use IP based restrictions in ntpd(8) itself or in IP firewalls to +restrict which systems can access ntpd(8). + +3) Replace the base system ntpd(8) with net/ntp-devel (version 4.2.7p76 or +newer) + +V. Solution + +Perform one of the following: + +1) Upgrade your vulnerable system to a supported FreeBSD stable or +release / security branch (releng) dated after the correction date. + +2) To update your vulnerable system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +# fetch http://security.FreeBSD.org/patches/SA-14:02/ntpd.patch +# fetch http://security.FreeBSD.org/patches/SA-14:02/ntpd.patch.asc +# gpg --verify ntpd.patch.asc + +b) Execute the following commands as root: + +# cd /usr/src +# patch < /path/to/patch + +Recompile the operating system using buildworld and installworld as +described in . + +Restart the ntpd(8) daemon, or reboot the system. + +3) To update your vulnerable system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +Note that the patch would disable monitoring features of ntpd(8) daemon +by default. If the feature is desirable, the administrator can choose +to enable it and firewall access to ntpd(8) service. + +VI. Correction details + +The following list contains the correction revision numbers for each +affected branch. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/8/ r260641 +releng/8.3/ r260647 +releng/8.4/ r260647 +stable/9/ r260641 +releng/9.1/ r260647 +releng/9.2/ r260647 +stable/10/ r260639 +releng/10.0/ r260641 +- ------------------------------------------------------------------------- + +To see which files were modified by a particular revision, run the +following command, replacing NNNNNN with the revision number, on a +machine with Subversion installed: + +# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base + +Or visit the following URL, replacing NNNNNN with the revision number: + + + +VII. References + + + + + + + + + +The latest revision of this advisory is available at + +-----BEGIN PGP SIGNATURE----- + +iQIcBAEBCgAGBQJS1ZTLAAoJEO1n7NZdz2rnn7YP/2DcBtR4LAlMLqa9t8WsFVrD +zrfmitYv5xZ6TUGURfQ3mhF4Xv+vSaYt5AWphBjo/Um+dZLTrX3NXJyjLWenCFZ1 +vUgoeT4czdh/sWXBO+BdahswttJ6uPO0ZPeW/TpczHMrfG++r6FZtcavYj1gWUPX +rQUEh3IRT5MzzcdiIdQFOpi6OeOP7hem5pNOqYwjyy4L4wrgIUetaMpvqXgi2Wa+ +R2vqQNpFAPxKkMkbohLEPRmEK9dXGXejQ7EHFK5jzxInyg32WGFPkJ46bLw3bEsB +sIoh+sxQ3J9mxyaykhX6T7U7PUkzBaNSs62bQE5H8695E30obnZqtfon6qBP5UCT +/kF1+42RIQIPJUFS22NXaUJVOkpd2zyVhwLxgCHg96PHwd1VAC0bnuB4CQt8lN2C +vcOsFcq6CUpMuteURBeiETb0OGWTTT3gyX4T7N4kRKptvmEVUKxZPnmfJCwNHM2I +TzM2HbHaBv9CMIy5X4iDQxLH3w3tSh+IHU6m9cN5rd6JDTa5DQEuRkhaeVbCGHRt +EcSHvUCr+llacITA2rkm1/KPcP97nGgbbM2QbbUVZ/vkdEcImPfrBzrBbaoBzf5p +FTplhJ/4bfF0/Kgt5GTNgQXqtIuEQOs+ljNu2HW+cAfX2Hizlo7jjfMxS0y7/fY2 +hBdg8zuXs/rBI2LKUcP6 +=7q6W +-----END PGP SIGNATURE----- Added: head/share/security/advisories/FreeBSD-SA-14:03.openssl.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-SA-14:03.openssl.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,135 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-SA-14:03.openssl Security Advisory + The FreeBSD Project + +Topic: OpenSSL multiple vulnerabilities + +Category: contrib +Module: openssl +Announced: 2014-01-14 +Affects: FreeBSD 10.0 prior to 10.0-RC5 +Corrected: 2014-01-07 20:04:41 UTC (stable/10, 10.0-PRERELEASE) + 2014-01-07 20:06:20 UTC (releng/10.0, 10.0-RC5) + 2014-01-07 20:06:20 UTC (releng/10.0, 10.0-RC4-p1) + 2014-01-07 20:06:20 UTC (releng/10.0, 10.0-RC3-p1) + 2014-01-07 20:06:20 UTC (releng/10.0, 10.0-RC2-p1) + 2014-01-07 20:06:20 UTC (releng/10.0, 10.0-RC1-p1) +CVE Name: CVE-2013-4353, CVE-2013-6449, CVE-2013-6450 + +For general information regarding FreeBSD Security Advisories, +including descriptions of the fields above, security branches, and the +following sections, please visit . + +I. Background + +FreeBSD includes software from the OpenSSL Project. The OpenSSL Project is +a collaborative effort to develop a robust, commercial-grade, full-featured +Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) +and Transport Layer Security (TLS v1) protocols as well as a full-strength +general purpose cryptography library. + +II. Problem Description + +A carefully crafted invalid TLS handshake could crash OpenSSL with a NULL +pointer exception. [CVE-2013-4353] + +A flaw in DTLS handling can cause an application using OpenSSL and DTLS to +crash. [CVE-2013-6450] + +A flaw in OpenSSL can cause an application using OpenSSL to crash when using +TLS version 1.2. [CVE-2013-6449] + +III. Impact + +An attacker can send a specifically crafted packet that could cause an OpenSSL +enabled application to crash, resulting in a Denial of Service. + +IV. Workaround + +No workaround is available. + +V. Solution + +Perform one of the following: + +1) Upgrade your vulnerable system to a supported FreeBSD stable or +release / security branch (releng) dated after the correction date. + +2) To update your vulnerable system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +# fetch http://security.FreeBSD.org/patches/SA-14:03/openssl.patch +# fetch http://security.FreeBSD.org/patches/SA-14:03/openssl.patch.asc +# gpg --verify openssl.patch.asc + +b) Execute the following commands as root: + +# cd /usr/src +# patch < /path/to/patch + +Recompile the operating system using buildworld and installworld as +described in . + +Restart all deamons using the library, or reboot the system. + +3) To update your vulnerable system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +VI. Correction details + +The following list contains the correction revision numbers for each +affected branch. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/10/ r260404 +releng/10.0/ r260405 +- ------------------------------------------------------------------------- + +To see which files were modified by a particular revision, run the +following command, replacing NNNNNN with the revision number, on a +machine with Subversion installed: + +# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base + +Or visit the following URL, replacing NNNNNN with the revision number: + + + +VII. References + + + + + +The latest revision of this advisory is available at + +-----BEGIN PGP SIGNATURE----- + +iQIcBAEBCgAGBQJS1ZTSAAoJEO1n7NZdz2rnHboP/Ryb4a9ENJ7J/S00E8V1YToh +hihrCKssMl6GVltS4oeyAmAW+mDx3DZy+RmAEhgjyAX4gpAxcY/g665j5BMtWAtV +LLJTI9D6ynO7+2y8CeD3W7tk28hNtBPWSV+cGi7USQMKijs6euPocgTU7TnAuF/e +/jcDTn8Sx/Sq0d3ecTWFBOcPHiq5sm/3pW5B1RVxY9DL+zhQ7T/Rb6pgfp6trssM +p8dklzoBReHqs1iPUC4RyhWXOoQoq5VX500b9SHh2X/7eBSq1ab76VF3x+9VOpjj +VRxL9sdkmp+iaVfMHxms3vCLSDlmpgYpq5SftL3jgkequPCpU6NFQGFQKw2crdL0 +NY7dDPjMuvDzzdG7BZtt1mjpRMMMGmZ7fK0myP0+a3YbXEEZeAGT6k07er/xkGCr +uTWyPNM4g3Ulwkfnz60TbFrdMdiCJbRVC9xxOkGEALe882v0WWGPhx9IVbT3dGVw +KGFOXM+IqF55JuaHQ0u/B4wrjBfgBSgOt90TDyMJ5rPjiKG9wyUWnn7QziAVJQ0M +0H/82/2cxNX5+efWNi7xhss2fs1zcU3kiyr135mqamgOQyPG8jFOF7RhdpeGfzVk +ollQG+y1uwVTAWhmVb4MSaAuJw8ixVuap73Rbyug+MuKRLgR2jSxHFiBeiHLA1eG +1+DWJPX0+/zoNakLiw+r +=YOCY +-----END PGP SIGNATURE----- Added: head/share/security/advisories/FreeBSD-SA-14:04.bind.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-SA-14:04.bind.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,140 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-SA-14:04.bind Security Advisory + The FreeBSD Project + +Topic: BIND remote denial of service vulnerability + +Category: contrib +Module: bind +Announced: 2014-01-14 +Credits: ISC +Affects: FreeBSD 8.x and FreeBSD 9.x +Corrected: 2014-01-14 19:38:37 UTC (stable/9, 9.2-STABLE) + 2014-01-14 19:42:28 UTC (releng/9.2, 9.2-RELEASE-p3) + 2014-01-14 19:42:28 UTC (releng/9.1, 9.1-RELEASE-p10) + 2014-01-14 19:38:37 UTC (stable/8, 8.4-STABLE) + 2014-01-14 19:42:28 UTC (releng/8.4, 8.4-RELEASE-p7) + 2014-01-14 19:42:28 UTC (releng/8.3, 8.3-RELEASE-p14) +CVE Name: CVE-2014-0591 + +For general information regarding FreeBSD Security Advisories, +including descriptions of the fields above, security branches, and the +following sections, please visit . + +I. Background + +BIND 9 is an implementation of the Domain Name System (DNS) protocols. +The named(8) daemon is an Internet Domain Name Server. + +II. Problem Description + +Because of a defect in handling queries for NSEC3-signed zones, BIND can +crash with an "INSIST" failure in name.c when processing queries possessing +certain properties. This issue only affects authoritative nameservers with +at least one NSEC3-signed zone. Recursive-only servers are not at risk. + +III. Impact + +An attacker who can send a specially crafted query could cause named(8) +to crash, resulting in a denial of service. + +IV. Workaround + +No workaround is available, but systems not running authoritative DNS service +with at least one NSEC3-signed zone using named(8) are not vulnerable. + +V. Solution + +Perform one of the following: + +1) Upgrade your vulnerable system to a supported FreeBSD stable or +release / security branch (releng) dated after the correction date. + +2) To update your vulnerable system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +[FreeBSD 8.3, 8.4, 9.1, 9.2-RELEASE and 8.4-STABLE] +# fetch http://security.FreeBSD.org/patches/SA-14:04/bind-release.patch +# fetch http://security.FreeBSD.org/patches/SA-14:04/bind-release.patch.asc +# gpg --verify bind-release.patch.asc + +[FreeBSD 9.2-STABLE] +# fetch http://security.FreeBSD.org/patches/SA-14:04/bind-stable-9.patch +# fetch http://security.FreeBSD.org/patches/SA-14:04/bind-stable-9.patch.asc +# gpg --verify bind-stable-9.patch.asc + +b) Execute the following commands as root: + +# cd /usr/src +# patch < /path/to/patch + +Recompile the operating system using buildworld and installworld as +described in . + +Restart the applicable daemons, or reboot the system. + +3) To update your vulnerable system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +VI. Correction details + +The following list contains the correction revision numbers for each +affected branch. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/8/ r260646 +releng/8.3/ r260647 +releng/8.4/ r260647 +stable/9/ r260646 +releng/9.1/ r260647 +releng/9.2/ r260647 +- ------------------------------------------------------------------------- + +To see which files were modified by a particular revision, run the +following command, replacing NNNNNN with the revision number, on a +machine with Subversion installed: + +# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base + +Or visit the following URL, replacing NNNNNN with the revision number: + + + +VII. References + + + + + +The latest revision of this advisory is available at + +-----BEGIN PGP SIGNATURE----- + +iQIcBAEBCgAGBQJS1ZTYAAoJEO1n7NZdz2rnOvQP/2/68/s9Cu35PmqNtSZVVxVG +ZSQP5EGWx/lramNf9566iKxOrLRMq/h3XWcC4goVd+gZFrvITJSVOWSa7ntDQ7TO +XcinfRZ/iyiJbs/Rg2wLHc/t5oVSyeouyccqODYFbOwOlk35JjOTMUG1YcX+Zasg +ax8RV+7Zt1QSBkMlOz/myBLXUjlTZ3Xg2FXVsfFQW5/g2CjuHpRSFx1bVNX6ysoG +9DT58EQcYxIS8WfkHRbbXKh9I1nSfZ7/Hky/kTafRdRMrjAgbqFgHkYTYsBZeav5 +fYWKGQRJulYfeZQ90yMTvlpF42DjCC3uJYamJnwDIu8OhS1WRBI8fQfr9DRzmRua +OK3BK9hUiScDZOJB6OqeVzUTfe7MAA4/UwrDtTYQ+PqAenv1PK8DZqwXyxA9ThHb +zKO3OwuKOVHJnKvpOcr+eNwo7jbnHlis0oBksj/mrq2P9m2ueF9gzCiq5Ri5Syag +Wssb1HUoMGwqU0roS8+pRpNC8YgsWpsttvUWSZ8u6Vj/FLeHpiV3mYXPVMaKRhVm +067BA2uj4Th1JKtGleox+Em0R7OFbCc/9aWC67wiqI6KRyit9pYiF3npph+7D5Eq +7zPsUdDd+qc+UTiLp3liCRp5w6484wWdhZO6wRtmUgxGjNkxFoNnX8CitzF8AaqO +UWWemqWuz3lAZuORQ9KX +=OQzQ +-----END PGP SIGNATURE----- Added: head/share/security/patches/EN-14:01/random-8.3.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-14:01/random-8.3.patch Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,27 @@ +Index: sys/dev/random/probe.c +=================================================================== +--- sys/dev/random/probe.c (revision 260523) ++++ sys/dev/random/probe.c (working copy) +@@ -30,6 +30,8 @@ __FBSDID("$FreeBSD$"); + + #include + #include ++#include ++#include + #include + #include + #include +@@ -57,7 +59,12 @@ random_ident_hardware(struct random_systat *systat + /* Then go looking for hardware */ + #if defined(__i386__) && !defined(PC98) + if (via_feature_rng & VIA_HAS_RNG) { +- *systat = random_nehemiah; ++ int enable; ++ ++ enable = 0; ++ TUNABLE_INT_FETCH("hw.nehemiah_rng_enable", &enable); ++ if (enable) ++ *systat = random_nehemiah; + } + #endif + } Added: head/share/security/patches/EN-14:01/random-8.3.patch.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-14:01/random-8.3.patch.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABCgAGBQJS1ZUpAAoJEO1n7NZdz2rnCokP/16qEQ9ziJdRpMQ8YMbr19AC +GcUpad5oEXoUu7qvOykIFj1ATcXE71jE48ypyeVwpme/szQMUvWAjPp9P+lYb78l +ByVukT7Ajs7fcO8uq5f4T0MPN/zG00qNsSpGtlcM68mm4aYLnlfvYjv8Da6GPALy +dd5FE1YxZDnTT5aBpjsGVoj864I6PwehXhbH3FmehOK/vnpUYrgHKTzY9zaUZ5+t +AGw/fzRsOHislwC8rw0AyC6Ky7Du2tQKjur73PaUXz329EZzFoK8J2eHcRExVWvJ +A2zgwI7Y6gZUyJFhX8qcQs4JWxxPBoBQp+aKLkJXhW9U/GsEAVD3KaFAwZfjhOVm +l/fg5XUMPpifGSsQKnoOFGjO0597JBOD5oznwQIg+b780JpsZ4Hmk7XJhXq9+s2G +qBKIogXJG6mKBnx3qt0nlkd3UjS7QSnPMSmplCOoEUORwCMRfLFM0qb+P1d8ycGL +mP7f3ivEg/rUQjhBRbCQyi/+CF6qhVHm1AdA081RSEVlPuDIRAywvcfjKnnOuhbG +yf5AVIpwHwkoLn7qugECH4muTIPiHPFTgWK3qhI3oZfZDOCFZwi9Ognb6eg8qMtP +aEPmTMujVERBc3FXEnjB5VZZSzOwJLm/NI0jW5y3XY/VQhJSaE1hM9qYywqgviXz +g36p0LxezweK/mmxttVA +=jEbX +-----END PGP SIGNATURE----- Added: head/share/security/patches/EN-14:01/random-9.1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-14:01/random-9.1.patch Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,27 @@ +Index: sys/dev/random/probe.c +=================================================================== +--- sys/dev/random/probe.c (revision 260523) ++++ sys/dev/random/probe.c (working copy) +@@ -30,6 +30,8 @@ __FBSDID("$FreeBSD$"); + + #include + #include ++#include ++#include + #include + #include + #include +@@ -57,7 +59,12 @@ random_ident_hardware(struct random_systat *systat + /* Then go looking for hardware */ + #if defined(__amd64__) || (defined(__i386__) && !defined(PC98)) + if (via_feature_rng & VIA_HAS_RNG) { +- *systat = random_nehemiah; ++ int enable; ++ ++ enable = 0; ++ TUNABLE_INT_FETCH("hw.nehemiah_rng_enable", &enable); ++ if (enable) ++ *systat = random_nehemiah; + } + #endif + } Added: head/share/security/patches/EN-14:01/random-9.1.patch.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-14:01/random-9.1.patch.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABCgAGBQJS1ZUpAAoJEO1n7NZdz2rnhsAQALF5Gk7QtodIM06xOd0IAcUk +6y8N6s3gHxYhAyv5Af+y2yFTikfYu/yMYxIDbtgszcS+aB2y9b2+aVKwcNUkpiEr +mle+RAVGXPBQ9V7ieFLvMn7HC4PW1uPkFsiqOzu3KXACr2onlq1Jbbw4z6FeAyfa +2PvMTOFZrVNrHmkrjTKBwj+/jYcdHejb7OA0ckbiVgIXBRxftzVjKkVUTw+2ewZy +l73s1/wPRYlqESDOGVNpO/mm1W0zbcllfgxcbBPk3ukSuatNQVIVXEZRfb7Ti2FK +2CXTKbmaqrKPPxzpEkgbPXeOQ7kJ4th93gCbJV1i7uxyHvUo1Kodph0vKBKEiZmt +l+rwmqXD+Zm5JvoBDVXUsYi3DO3+Wi5rLMkzZFFzwsYJbHed+8TD4fLWTti6kLEs +CBQnUceBy4BKUTBj3STEjBBvFdd6Ri6Vdo0kN6Bjr/DuXqzLNyI/aLu6LmNgC3Fp +c3/P4Xp1fTYFVEpjKzc6kG2fUDZVwN+XEDFy6BuD/Hgj2MtmJ4JY4iKWu/P/MlBq +qI9K40rcMx4uMi9ffOC3v6uUHvqmK00FANz8GDIrpqeZEyMThd7yV8gmnBPRp47k +H1IbOqGB1ovaZS92wgiPKxU6SMjP9z7klGaWN+dr7NkGB3/54MwoqyPOKRpaVMcI +dYR/h4NDtwDgJqsuq+rH +=FCsi +-----END PGP SIGNATURE----- Added: head/share/security/patches/EN-14:01/random-9.2-8.4.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-14:01/random-9.2-8.4.patch Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,22 @@ +Index: sys/dev/random/probe.c +=================================================================== +--- sys/dev/random/probe.c (revision 259661) ++++ sys/dev/random/probe.c (working copy) +@@ -73,7 +73,7 @@ + if (via_feature_rng & VIA_HAS_RNG) { + int enable; + +- enable = 1; ++ enable = 0; + TUNABLE_INT_FETCH("hw.nehemiah_rng_enable", &enable); + if (enable) + *systat = random_nehemiah; +@@ -83,7 +83,7 @@ + if (cpu_feature2 & CPUID2_RDRAND) { + int enable; + +- enable = 1; ++ enable = 0; + TUNABLE_INT_FETCH("hw.ivy_rng_enable", &enable); + if (enable) + *systat = random_ivy; Added: head/share/security/patches/EN-14:01/random-9.2-8.4.patch.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-14:01/random-9.2-8.4.patch.asc Tue Jan 14 19:57:49 2014 (r43519) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABCgAGBQJS1ZUpAAoJEO1n7NZdz2rnODkQANga1UgaW4k2SA8SKLmGtRsO +DWo/fqJ12DneoN0cxxgqgUFzB90Cdj1Qrece2Oj6lrD/A8wNfHzB78CE/yCqlEwg *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 19:59:18 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 162991B5; Tue, 14 Jan 2014 19:59:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAE301CD4; Tue, 14 Jan 2014 19:59:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EJxHpq028258; Tue, 14 Jan 2014 19:59:17 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EJxHTh028255; Tue, 14 Jan 2014 19:59:17 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201401141959.s0EJxHTh028255@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 14 Jan 2014 19:59:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43520 - in head: en_US.ISO8859-1/articles/contributors en_US.ISO8859-1/htdocs share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 19:59:18 -0000 Author: tabthorpe (ports committer) Date: Tue Jan 14 19:59:16 2014 New Revision: 43520 URL: http://svnweb.freebsd.org/changeset/doc/43520 Log: - Update changes to portmgr@, welcome mat@ and antoine@ - Bid farewell to marcus@ Approved by: gjb@ Modified: head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml head/en_US.ISO8859-1/htdocs/administration.xml head/share/xml/authors.ent Modified: head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml Tue Jan 14 19:57:49 2014 (r43519) +++ head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml Tue Jan 14 19:59:16 2014 (r43520) @@ -2,6 +2,10 @@ + &a.marcus.email; (2004 - 2014) + + + &a.beat.email; (2011 - 2013) Modified: head/en_US.ISO8859-1/htdocs/administration.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/administration.xml Tue Jan 14 19:57:49 2014 (r43519) +++ head/en_US.ISO8859-1/htdocs/administration.xml Tue Jan 14 19:59:16 2014 (r43520) @@ -127,7 +127,8 @@
  • &a.tabthorpe.email; (Core Team Liaison)
  • -
  • &a.marcus.email;
  • +
  • &a.mat.email;
  • +
  • &a.antoine.email;
  • &a.bapt.email;
  • &a.bdrewery.email; (Release Engineering Team Liaison)
  • &a.decke.email;
  • Modified: head/share/xml/authors.ent ============================================================================== --- head/share/xml/authors.ent Tue Jan 14 19:57:49 2014 (r43519) +++ head/share/xml/authors.ent Tue Jan 14 19:59:16 2014 (r43520) @@ -2287,7 +2287,7 @@ - + From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 20:04:24 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC4BB26F; Tue, 14 Jan 2014 20:04:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C4391D55; Tue, 14 Jan 2014 20:04:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EK4OQo031941; Tue, 14 Jan 2014 20:04:24 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EK4OBx031940; Tue, 14 Jan 2014 20:04:24 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401142004.s0EK4OBx031940@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 20:04:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43521 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 20:04:24 -0000 Author: pgj Date: Tue Jan 14 20:04:24 2014 New Revision: 43521 URL: http://svnweb.freebsd.org/changeset/doc/43521 Log: - Add 2013Q4 report for the Wine ports Submitted by: dbn Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 19:59:16 2014 (r43520) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 20:04:24 2014 (r43521) @@ -19,7 +19,7 @@

    Thanks to all the reporters for the excellent work! This report - contains 30 entries and we hope you enjoy reading it.

    + contains 31 entries and we hope you enjoy reading it.

    The deadline for submissions covering between January and March 2014 is April 7th, 2014.

    @@ -1648,4 +1648,73 @@ device vt_vga assertions, especially on the Intel 4965 NIC. + + + Wine/&os; + + + + + Gerald + Pfeiffer + + gerald@FreeBSD.org + + + + + David + Naylor + + dbn@FreeBSD.org + + + + + Wine wiki page + Wine on amd64 wiki page + Wine homepage + + + +

    Wine is a free and open source software application that aims + to allow applications designed for Microsoft Windows to run on + Unix-like operating systems, such as &os;. The Wine/&os; Team + have continued to improve the experience of Wine under &os;.

    + +

    During the fourth quarter of 2013, the team has kept Wine + updated by porting:

    + +
      +
    • Stable releases: 1.6 and 1.6.1
    • +
    • Development releases: 1.7.4 through 1.7.8
    • +
    + +

    The ports have included packages built for amd64 + (available through the Ports Collection).

    + +

    The Wine ports have been kept up-to-date with the changes in + the Ports Collection, including some improvements:

    + +
      +
    • Building with Clang by default (via USES=compiler:c11).
    • +
    • Conditional X11 support (on by default; allowing for + headless instances of Wine).
    • +
    • Staging support and other ports best practices.
    • +
    + +

    Support in improving the experience of Wine on &os; is needed. + Key areas including fixing regressions, adding copy protection + scheme support and fixing regressions when using Wine under + &os;/amd64.

    + + + + Open Tasks and Known Problems (see links for the wiki + page). + &os;/amd64 integration (see links for the i386-Wine + wiki page). + Porting WoW64 and Wine64. + +
    From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 20:18:26 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF148599; Tue, 14 Jan 2014 20:18:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB0BE11C3; Tue, 14 Jan 2014 20:18:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EKIQHu044278; Tue, 14 Jan 2014 20:18:26 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EKIQ90044277; Tue, 14 Jan 2014 20:18:26 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401142018.s0EKIQ90044277@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 20:18:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43522 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 20:18:27 -0000 Author: pgj Date: Tue Jan 14 20:18:26 2014 New Revision: 43522 URL: http://svnweb.freebsd.org/changeset/doc/43522 Log: - Add 2013Q4 report on KDE Submitted by: dbn Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 20:04:24 2014 (r43521) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 20:18:26 2014 (r43522) @@ -19,7 +19,7 @@

    Thanks to all the reporters for the excellent work! This report - contains 31 entries and we hope you enjoy reading it.

    + contains 32 entries and we hope you enjoy reading it.

    The deadline for submissions covering between January and March 2014 is April 7th, 2014.

    @@ -1717,4 +1717,64 @@ device vt_vga Porting WoW64 and Wine64. + + + KDE/&os; + + + + KDE &os; Team + kde@FreeBSD.org + + + + + KDE/FreeBSD home page + area51 + Out-of-date ports + + + +

    KDE is an international free software community producing an + integrated set of cross-platform applications designed to run on + Linux, &os;, Solaris, Microsoft Windows, and OS X systems. The + KDE/&os; Team have continued to improve the experience of KDE + software and Qt under &os;.

    + +

    During last quarter, the team has kept most of the KDE and Qt + ports up-to-date, working on the following releases:

    + +
      +
    • KDE SC (area51): 4.11.2, 4.11.3, 4.11.4
    • +
    • Qt: 4.8.5 and 5.2 (area51)
    • +
    • PyQt: 4.10.3; SIP: 4.15.2; QScintilla2: 2.8
    • +
    • Qt Creator 2.8.0
    • +
    • KDevelop: 4.5.2
    • +
    • Calligra: 2.7.5
    • +
    • CMake: 2.8.12, 2.8.12.1
    • +
    + +

    As a result, according to PortScout, our teamm has 464 ports + (down from 473), of which 88.15% are up-to-date (down from + 98.73%). iXsystems Inc. continues to provided a machine for + the team to build packages and to test updates. iXsystems Inc. + has been providing the KDE/&os; Team with support for quite a + long time and we are very grateful for that.

    + +

    As usual, the team is always looking for more testers and + porters so please contact us or visit our home page (see links). + It would be especially useful to have more helping hands on + tasks such as getting rid of the dependency on the defunct HAL + project and providing integration with KDE's Bluedevil Bluetooth + interface.

    + + + + Update out-of-date ports, see links for a list. + Worke on KDE 4.12 and Qt 5. + Make sure the whole KDE stack (including Qt) builds and + works correctly with Clang and libc++. + Remove the dependency on HAL. + +
    From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 20:41:25 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 336FC685; Tue, 14 Jan 2014 20:41:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F0161722; Tue, 14 Jan 2014 20:41:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EKfOmr055154; Tue, 14 Jan 2014 20:41:24 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EKfO1B055153; Tue, 14 Jan 2014 20:41:24 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401142041.s0EKfO1B055153@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 20:41:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43523 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 20:41:25 -0000 Author: pgj Date: Tue Jan 14 20:41:24 2014 New Revision: 43523 URL: http://svnweb.freebsd.org/changeset/doc/43523 Log: - Move ed back to the Newcons contact persons Requested by: ray Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 20:18:26 2014 (r43522) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 20:41:24 2014 (r43523) @@ -1291,6 +1291,14 @@ emaste@FreeBSD.org + + + + Ed + Schouten + + ed@FreeBSD.org + @@ -1355,9 +1363,7 @@ device vt_vga
  • vt(9) locks up with the gallant12x22 font in VirtualBox.
-

This project is sponsored by The &os; Foundation. Many thanks - to Ed Schouten, who originally started the Newcons project and - did most of the work.

+

This project is sponsored by The &os; Foundation.

From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 21:29:02 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B24476ED; Tue, 14 Jan 2014 21:29:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CC261ACF; Tue, 14 Jan 2014 21:29:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ELT2CQ072763; Tue, 14 Jan 2014 21:29:02 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ELT2pG072761; Tue, 14 Jan 2014 21:29:02 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401142129.s0ELT2pG072761@svn.freebsd.org> From: Glen Barber Date: Tue, 14 Jan 2014 21:29:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43524 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 21:29:02 -0000 Author: gjb Date: Tue Jan 14 21:29:02 2014 New Revision: 43524 URL: http://svnweb.freebsd.org/changeset/doc/43524 Log: Regen after r260649. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Tue Jan 14 20:41:24 2014 (r43523) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Tue Jan 14 21:29:02 2014 (r43524) @@ -18,7 +18,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2014-01-14 by gjb.
Abstract

The release notes for FreeBSD 10.0-RELEASE contain + ® symbol.

Last modified on 2014-01-14 by delphij.
Abstract

The release notes for FreeBSD 10.0-RELEASE contain a summary of the changes made to the FreeBSD base system on the 10.0-STABLE development line. This document lists applicable security advisories that were issued since the last @@ -49,7 +49,12 @@ release engineering practices. Clearly the release notes cannot list every single change made to FreeBSD between releases; this document focuses primarily on security advisories, user-visible - changes, and major architectural improvements.

2.1. Security Advisories

No security advisories.

2.2. Kernel Changes

The use of unmapped VMIO buffers + changes, and major architectural improvements.

2.1. Security Advisories

Problems described in the following security advisories have + been fixed. For more information, consult the individual + advisories available from + FreeBSD + Security Information.

AdvisoryDateTopic
SA-13:14.openssh19 November 2013

OpenSSH AES-GCM memory corruption + vulnerability

SA-14:01.bsnmpd14 January 2014

bsnmpd remote denial of service vulnerability

SA-14:02.ntpd14 January 2014

ntpd distributed reflection Denial of Service vulnerability

SA-14:03.openssl14 January 2014

OpenSSL multiple vulnerabilities

SA-14:04.bind14 January 2014

BIND remote denial of service vulnerability

2.2. Kernel Changes

The use of unmapped VMIO buffers eliminates the need to perform TLB shootdown for mapping on buffer creation and reuse, greatly reducing the amount of IPIs for shootdown on big-SMP machines and eliminating up to 25-30% From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 22:08:30 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6322D3CE; Tue, 14 Jan 2014 22:08:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F2351EF0; Tue, 14 Jan 2014 22:08:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EM8UsW088625; Tue, 14 Jan 2014 22:08:30 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EM8TxJ088623; Tue, 14 Jan 2014 22:08:29 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201401142208.s0EM8TxJ088623@svn.freebsd.org> From: Xin LI Date: Tue, 14 Jan 2014 22:08:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43525 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 22:08:30 -0000 Author: delphij Date: Tue Jan 14 22:08:29 2014 New Revision: 43525 URL: http://svnweb.freebsd.org/changeset/doc/43525 Log: Reorder advisories so they appear in the right order on RSS feeds. Modified: head/share/xml/advisories.xml head/share/xml/notices.xml Modified: head/share/xml/advisories.xml ============================================================================== --- head/share/xml/advisories.xml Tue Jan 14 21:29:02 2014 (r43524) +++ head/share/xml/advisories.xml Tue Jan 14 22:08:29 2014 (r43525) @@ -14,19 +14,19 @@ 14 - FreeBSD-SA-14:01.bsnmpd + FreeBSD-SA-14:04.bind - FreeBSD-SA-14:02.ntpd + FreeBSD-SA-14:03.openssl - FreeBSD-SA-14:03.openssl + FreeBSD-SA-14:02.ntpd - FreeBSD-SA-14:04.bind + FreeBSD-SA-14:01.bsnmpd Modified: head/share/xml/notices.xml ============================================================================== --- head/share/xml/notices.xml Tue Jan 14 21:29:02 2014 (r43524) +++ head/share/xml/notices.xml Tue Jan 14 22:08:29 2014 (r43525) @@ -14,11 +14,11 @@ 14 - FreeBSD-EN-14:01.random + FreeBSD-EN-14:02.mmap - FreeBSD-EN-14:02.mmap + FreeBSD-EN-14:01.random From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 22:21:53 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34EFD693; Tue, 14 Jan 2014 22:21:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06B4D105B; Tue, 14 Jan 2014 22:21:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EMLq2f095667; Tue, 14 Jan 2014 22:21:52 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EMLqTZ095666; Tue, 14 Jan 2014 22:21:52 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201401142221.s0EMLqTZ095666@svn.freebsd.org> From: Xin LI Date: Tue, 14 Jan 2014 22:21:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43526 - head/share/security/advisories X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 22:21:53 -0000 Author: delphij Date: Tue Jan 14 22:21:52 2014 New Revision: 43526 URL: http://svnweb.freebsd.org/changeset/doc/43526 Log: Remove a line that is not supposed to be in the advisory. Noticed by: pluknet Modified: head/share/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc Modified: head/share/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc ============================================================================== --- head/share/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc Tue Jan 14 22:08:29 2014 (r43525) +++ head/share/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc Tue Jan 14 22:21:52 2014 (r43526) @@ -117,25 +117,23 @@ Or visit the following URL, replacing NN VII. References - - The latest revision of this advisory is available at -----BEGIN PGP SIGNATURE----- -iQIcBAEBCgAGBQJS1ZS6AAoJEO1n7NZdz2rnDXwP/1iQmuO8VLjZoD3LMpiHyA/i -YgwjX5x9XT2MyVrRmu+nHaCG3ZDC4/IV72/jCzV8udQJ1RF6Aswhuk6mXI7oatol -OYF27JnRVAJQjAvXw3zMsp4hLv631TvgO1Az1vK7f1pX8bDC/eBTaiCH7I6QBYGS -E4Fsi2MwOWIRyglTjlFSL8Wb2yQmzkKCx/EVFF/6mRC7l3a9pkHf5VKQtut1KYFu -5QF5cG5anur4daP4w45yWsl0qkRDO5mJdpD+S3NtzydluWzz/Dk/0laS5wB+LLzV -cXC5/GR/acQhO+MvDIDT4Emra2OXzsheEahOJhLKHsBF8pHBi5IldkVwQmme76/g -aR1gLSFJ5LYcpAgBQgeWKXXCAol5zNRCR8v8IBnV2+rYRSrIdl5lstgVmla++xJD -+bC7PbTqcLlyFGrMEvd/mAvX1PVa9BVYtaxXA5QZq5EHP7nsKotcAk7/kouVfmao -Gdxlt7YjRic6D/WqF8RFiQv9ezpbEnMQ1BwOCSUEJasXlyxJXYA6vva7tyM3OmyD -c2I9JLeV8aCUgIf3s+HoGcZhz01kmu9REQ/OEDtiN8kX94WOzpectf8V5g+JnxRd -HoOfcvrChohL4nla+3RvG1LJo5KD5N09yHnV2y3LjxTdKu9Hw4ATzFwmPmEUqUfG -eF12aO4PVp42wYWNHtGe -=xZTc +iQIcBAEBCgAGBQJS1bgpAAoJEO1n7NZdz2rnuUMP/jV7Yw6D+mSbtXRRtEc+8NLM +vMv3qmJp0mDuulfaxtCJrbdSFbLEM1dWtXigC3CV1/ih7bFgKsDODJB5zmS0CYJX +2B71+huWrnhndK7c9OPQYNFkjG/Y0LWd/TfijDbMMmXdqVas0g9JuWsySNZ84WNY +Cd/VMbK6qeWy+fmWvRfMBOIbk2JoQCFsXNiYJ7pZReLXE96P3f/4N0Ncbh6YMC0L +Uc7m73mKx3k2GfsWGIoPj7XH0yIuu08GQi8fI8dBq7FAj/6LpQadVKqOw2wKgyem +s8Fmw3QwkdpjSsTsVr5RnMGEA9uzZK6X75OqSS9EcbYZQM1zmfaALHin3kjnGjBy +BdjMQ4CnaC1lHGWxY+fUYDRPGFz/cvJXDOxuiEvfiVg62tVBXI8BZmyb4Nsgt+gN +1A/3tk4TAxli+2Ra1kTW4KiUrx9jERGPi03DzNElOBkagYOPp4c5rck7VAiAau+f +odwCuXgm6k7GdtWpX6LZobG5QxWXrECzNmCQd9qcN9vNvcJ4U01FG9lmcctW67Fz +ltjQWBt/H1lnUmy6orwFQfinDam6UXp3jJgb4REnLe72kKRguSgNlnQ2bpApDHDz +YOlFLJL9m5gxMehYtub+QP29Vr4j9TChDSBTNy1zqouZfyBhIvrPIkDUS3FrqzJY +VmeCQ6pB+A4I92Elmg7b +=sxqz -----END PGP SIGNATURE----- From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 23:45:41 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9171FA66; Tue, 14 Jan 2014 23:45:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 712AE16C3; Tue, 14 Jan 2014 23:45:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ENjfTY026921; Tue, 14 Jan 2014 23:45:41 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ENjfbS026920; Tue, 14 Jan 2014 23:45:41 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201401142345.s0ENjfbS026920@svn.freebsd.org> From: Warren Block Date: Tue, 14 Jan 2014 23:45:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43527 - head/en_US.ISO8859-1/books/arch-handbook/boot X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 23:45:41 -0000 Author: wblock Date: Tue Jan 14 23:45:40 2014 New Revision: 43527 URL: http://svnweb.freebsd.org/changeset/doc/43527 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Tue Jan 14 22:21:52 2014 (r43526) +++ head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Tue Jan 14 23:45:40 2014 (r43527) @@ -6,13 +6,26 @@ Copyright (c) 2002 Sergey Lyubka - - Bootstrapping and Kernel Initialization + + + + + Bootstrapping and Kernel Initialization + - SergeyLyubkaContributed by + + + Sergey + Lyubka + + + Contributed by + + - Synopsis @@ -77,11 +90,11 @@ F5 Disk 2 >>FreeBSD/i386 BOOT Default: 1:ad(1,a)/boot/loader boot: - boot2This - prompt will appear if the user presses a key just - after selecting an OS to boot at the - boot0 - stage. + boot2 + This prompt will appear if the user + presses a key just after selecting an OS to boot + at the boot0 + stage. @@ -440,7 +453,7 @@ struct bootinfo { nbyte) are used to read the content of a file into memory. /boot/loader is an ELF binary, but where the ELF header is prepended with a.out's struct - exec structure. load() scans the + exec structure. load() scans the loader's ELF header, loading the content of /boot/loader into memory, and passing the execution to the loader's entry: @@ -680,8 +693,7 @@ begin: from the environment: /usr/src/sys/sys/kernel.h: -#define TUNABLE_INT_FETCH(path, var) getenv_int((path), (var)) - +#define TUNABLE_INT_FETCH(path, var) getenv_int((path), (var)) Sysctl kern.hz is the system clock tick. Additionally, these sysctls are set by @@ -689,8 +701,10 @@ begin: kern.maxbcache, kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssiz, kern.sgrowsiz. - Global Descriptors Table - (GDT) + + Global Descriptors Table (GDT) + + Then init386() prepares the Global Descriptors Table (GDT). Every task on an x86 is running in its own virtual address space, and this space is addressed by @@ -703,8 +717,9 @@ begin: virtual address for this example would just be the value of EIP. Segment registers such as CS, DS etc are the selectors, i.e., indexes, into GDT (to be more precise, an index is not a - selector itself, but the INDEX field of a selector). FreeBSD's - GDT holds descriptors for 15 selectors per CPU: + selector itself, but the INDEX field of a selector). + FreeBSD's GDT holds descriptors for 15 selectors per + CPU: sys/i386/i386/machdep.c: union descriptor gdt[NGDT * MAXCPU]; /* global descriptor table */ @@ -739,33 +754,32 @@ union descriptor gdt[NGDT * MAXCPU]; /* The next step is to initialize the Interrupt Descriptor Table (IDT). This table is referenced by the processor when a software or hardware interrupt occurs. For example, to make a - system call, user application issues the INT - 0x80 instruction. This is a software interrupt, so - the processor's hardware looks up a record with index 0x80 in - the IDT. This record points to the routine that handles this - interrupt, in this particular case, this will be the kernel's - syscall gate. The IDT may have a maximum of 256 (0x100) - records. The kernel allocates NIDT records for the IDT, where - NIDT is the maximum (256): + system call, user application issues the + INT 0x80 instruction. This is a software + interrupt, so the processor's hardware looks up a record with + index 0x80 in the IDT. This record points to the routine that + handles this interrupt, in this particular case, this will be + the kernel's syscall gate. The IDT may have a maximum of 256 + (0x100) records. The kernel allocates NIDT records for the + IDT, where NIDT is the maximum (256): sys/i386/i386/machdep.c: static struct gate_descriptor idt0[NIDT]; -struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ - +struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ For each interrupt, an appropriate handler is set. The syscall gate for INT 0x80 is set as well: sys/i386/i386/machdep.c: - setidt(0x80, &IDTVEC(int0x80_syscall), + setidt(0x80, &IDTVEC(int0x80_syscall), SDT_SYS386TGT, SEL_UPL, GSEL(GCODE_SEL, SEL_KPL)); - So when a userland application issues the INT - 0x80 instruction, control will transfer to the - function _Xint0x80_syscall, which is in - the kernel code segment and will be executed with supervisor - privileges. + So when a userland application issues the + INT 0x80 instruction, control will transfer + to the function _Xint0x80_syscall, which + is in the kernel code segment and will be executed with + supervisor privileges. Console and DDB are then initialized: DDB @@ -798,14 +812,13 @@ struct gate_descriptor *idt = &idt0[ /* separate stack, es,fs,gs sels ? */ /* #define LPOSIXCALLS_SEL 5*/ /* notyet */ #define LBSDICALLS_SEL 16 /* BSDI system call gate */ -#define NLDT (LBSDICALLS_SEL + 1) - +#define NLDT (LBSDICALLS_SEL + 1) - Next, proc0's Process Control Block (struct - pcb) structure is initialized. proc0 is a - struct proc structure that describes a - kernel process. It is always present while the kernel is - running, therefore it is declared as global: + Next, proc0's Process Control Block + (struct pcb) structure is initialized. + proc0 is a struct proc structure that + describes a kernel process. It is always present while the + kernel is running, therefore it is declared as global: sys/kern/kern_init.c: struct proc proc0; @@ -834,8 +847,8 @@ struct gate_descriptor *idt = &idt0[ /* ... skipped ... */ } - Although the sysinit framework is described in the - Developers' + Although the sysinit framework is described in the Developers' Handbook, I will discuss the internals of it. sysinit objects @@ -911,7 +924,7 @@ __asm(".previous"); structure, and that is what the second __asm is. The third __asm instruction marks the end of a - section. If a directive with the same section name occurred + section. If a directive with the same section name occurred before, the content, i.e., the 32-bit value, will be appended to the existing section, so forming an array of 32-bit pointers. From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 23:52:10 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13EEDC6F; Tue, 14 Jan 2014 23:52:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F17741751; Tue, 14 Jan 2014 23:52:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ENq9jb030300; Tue, 14 Jan 2014 23:52:09 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ENq96e030299; Tue, 14 Jan 2014 23:52:09 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201401142352.s0ENq96e030299@svn.freebsd.org> From: Warren Block Date: Tue, 14 Jan 2014 23:52:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43528 - head/en_US.ISO8859-1/books/arch-handbook/driverbasics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 14 Jan 2014 23:52:10 -0000 Author: wblock Date: Tue Jan 14 23:52:09 2014 New Revision: 43528 URL: http://svnweb.freebsd.org/changeset/doc/43528 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Tue Jan 14 23:45:40 2014 (r43527) +++ head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Tue Jan 14 23:52:09 2014 (r43528) @@ -4,16 +4,36 @@ $FreeBSD$ --> - - Writing FreeBSD Device Drivers + + + + + Writing FreeBSD Device Drivers + - MurrayStokelyWritten by + + + Murray + Stokely + + + Written by + + - JörgWunschBased on intro(4) manual page by + + + Jörg + Wunsch + + + Based on intro(4) manual page by + - Introduction @@ -48,8 +68,13 @@ Dynamic Kernel Linker Facility - KLD - kernel linkingdynamic - kernel loadable modules (KLD) + + kernel linking + dynamic + + + kernel loadable modules (KLD) + The kld interface allows system administrators to dynamically add and remove functionality from a running system. @@ -61,8 +86,14 @@ kernel modules loading - kernel modulesunloading - kernel moduleslisting + + kernel modules + unloading + + + kernel modules + listing + The kld interface is used through: @@ -130,7 +161,7 @@ DECLARE_MODULE(skeleton, skel_mod, SI_SU Makefile &os; provides a system makefile to simplify compiling a - kernel module. + kernel module. SRCS=skeleton.c KMOD=skeleton @@ -148,7 +179,9 @@ KMOD=skeleton Character Devices - character devices + + character devices + A character device driver is one that transfers data directly to and from a user process. This is the most common type of device driver and there are plenty of simple examples in @@ -160,7 +193,7 @@ KMOD=skeleton Example of a Sample Echo Pseudo-Device Driver for - &os; 10.X + &os; 10.X /* * Simple Echo pseudo-device KLD @@ -337,7 +370,8 @@ Opened device "echo" successfully. Test Data Closing device "echo". - Real hardware devices are described in the next chapter. + Real hardware devices are described in the next + chapter. @@ -350,28 +384,30 @@ Closing device "echo". for which the kernel provides caching. This caching makes block-devices almost unusable, or at least dangerously unreliable. The caching will reorder the sequence of write - operations, depriving the application of the ability to know - the exact disk contents at any one instant in time. This - makes predictable and reliable crash recovery of on-disk data - structures (filesystems, databases etc.) impossible. - Since writes may be delayed, there is no way the kernel can - report to the application which particular write operation - encountered a write error, this further compounds the - consistency problem. For this reason, no serious applications - rely on block devices, and in fact, almost all applications - which access disks directly take great pains to specify that - character (or raw) devices should always be - used. Because the implementation of the aliasing of each disk - (partition) to two devices with different semantics significantly - complicated the relevant kernel code &os; dropped support for - cached disk devices as part of the modernization of the disk I/O + operations, depriving the application of the ability to know the + exact disk contents at any one instant in time. This makes + predictable and reliable crash recovery of on-disk data + structures (filesystems, databases etc.) impossible. Since + writes may be delayed, there is no way the kernel can report to + the application which particular write operation encountered a + write error, this further compounds the consistency problem. + For this reason, no serious applications rely on block devices, + and in fact, almost all applications which access disks directly + take great pains to specify that character (or + raw) devices should always be used. Because the + implementation of the aliasing of each disk (partition) to two + devices with different semantics significantly complicated the + relevant kernel code &os; dropped support for cached disk + devices as part of the modernization of the disk I/O infrastructure. Network Drivers - network devices + + network devices + Drivers for network devices do not use device nodes in order to be accessed. Their selection is based on other decisions made inside the kernel and instead of calling open(), use of a @@ -380,7 +416,5 @@ Closing device "echo". For more information see ifnet(9), the source of the loopback device, and Bill Paul's network drivers. - - From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 00:01:20 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7BE2FF7; Wed, 15 Jan 2014 00:01:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3C1D182A; Wed, 15 Jan 2014 00:01:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0F01Kwq034019; Wed, 15 Jan 2014 00:01:20 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0F01KXa034018; Wed, 15 Jan 2014 00:01:20 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401150001.s0F01KXa034018@svn.freebsd.org> From: Gabor Pali Date: Wed, 15 Jan 2014 00:01:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43529 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 00:01:20 -0000 Author: pgj Date: Wed Jan 15 00:01:20 2014 New Revision: 43529 URL: http://svnweb.freebsd.org/changeset/doc/43529 Log: - Fix typo Spotted by: pluknet Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 23:52:09 2014 (r43528) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 00:01:20 2014 (r43529) @@ -1760,7 +1760,7 @@ device vt_vga

  • CMake: 2.8.12, 2.8.12.1
  • -

    As a result, according to PortScout, our teamm has 464 ports +

    As a result, according to PortScout, our team has 464 ports (down from 473), of which 88.15% are up-to-date (down from 98.73%). iXsystems Inc. continues to provided a machine for the team to build packages and to test updates. iXsystems Inc. From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 00:07:17 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D8AB291; Wed, 15 Jan 2014 00:07:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 097BD1857; Wed, 15 Jan 2014 00:07:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0F07G2G035876; Wed, 15 Jan 2014 00:07:16 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0F07GXI035875; Wed, 15 Jan 2014 00:07:16 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401150007.s0F07GXI035875@svn.freebsd.org> From: Gabor Pali Date: Wed, 15 Jan 2014 00:07:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43530 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 00:07:17 -0000 Author: pgj Date: Wed Jan 15 00:07:16 2014 New Revision: 43530 URL: http://svnweb.freebsd.org/changeset/doc/43530 Log: - Minor nits to the 2013Q4 report Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 00:01:20 2014 (r43529) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 00:07:16 2014 (r43530) @@ -1003,7 +1003,7 @@ 1.5 years of bugfixes from the Intel team, and introduce support for the newest hardware — in particular Haswell and ValleyView. The IvyBridge code will also be updated. Addition - of several features, which are required for the update of X.org + of several features, which are required for the update of X.Org and Mesa, is also planned.

    @@ -1214,7 +1214,7 @@ noticed.

    To better manage changes such as the WITH_NEW_XORG and - Cairo 1.12 mentioned above, we asked on freebsd-x11@ + Cairo 1.12 mentioned above, we asked on freebsd-x11 mailing-list if people are using &os; 8.x on their desktop computers and why they do not upgrade to &os; 9.x or 10.x. So far, we received very few answers to this.

    From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 00:14:58 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2918E935; Wed, 15 Jan 2014 00:14:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0833618FB; Wed, 15 Jan 2014 00:14:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0F0Evfj039988; Wed, 15 Jan 2014 00:14:57 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0F0Evsx039987; Wed, 15 Jan 2014 00:14:57 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201401150014.s0F0Evsx039987@svn.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jan 2014 00:14:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43531 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 00:14:58 -0000 Author: hrs Date: Wed Jan 15 00:14:57 2014 New Revision: 43531 URL: http://svnweb.freebsd.org/changeset/doc/43531 Log: Regen from 260662. Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Wed Jan 15 00:07:16 2014 (r43530) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Wed Jan 15 00:14:57 2014 (r43531) @@ -1,20 +1,20 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project -

    FreeBSD is a registered trademark of - the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, +

    FreeBSD is a registered trademark of + the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United - States and other countries.

    SPARC, SPARC64, and + States and other countries.

    SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

    Many of the designations used by + of these trademarks by its members.

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the - designations have been followed by the or the - ® symbol.

    Last modified on 2014-01-13 by gjb.
    Abstract

    This document lists errata items for FreeBSD 10.0-RELEASE, + designations have been followed by the or the + ® symbol.

    Last modified on 2014-01-15 by hrs.
    Abstract

    This document lists errata items for FreeBSD 10.0-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. @@ -22,17 +22,23 @@ relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of - FreeBSD.

    This errata document for FreeBSD 10.0-RELEASE - will be maintained until the release of FreeBSD 10.1-RELEASE.


    1. Introduction

    This errata document contains late-breaking news + FreeBSD.

    This errata document for FreeBSD 10.0-RELEASE + will be maintained until the release of FreeBSD 10.1-RELEASE.


    1. Introduction

    This errata document contains late-breaking news about FreeBSD 10.0-RELEASE Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems - that may already have been found and fixed.

    Any version of this errata document actually distributed + that may already have been found and fixed.

    Any version of this errata document actually distributed with the release (for example, on a CDROM distribution) will be out of date by definition, but other copies are kept updated on - the Internet and should be consulted as the current + the Internet and should be consulted as the current errata for this release. These other copies of the - errata are located at http://www.FreeBSD.org/releases/, plus any sites - which keep up-to-date mirrors of this location.

    Source and binary snapshots of FreeBSD 10.0-STABLE also + errata are located at http://www.FreeBSD.org/releases/, plus any sites + which keep up-to-date mirrors of this location.

    Source and binary snapshots of FreeBSD 10.0-STABLE also contain up-to-date copies of this document (as of the time of - the snapshot).

    For a list of all FreeBSD CERT security advisories, see http://www.FreeBSD.org/security/ or ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/.

    2. Security Advisories

    No advisories.

    3. Open Issues

    No open issues.

    4. Late-Break ing News

    No news.

    \ No newline at end of file + the snapshot).

    For a list of all FreeBSD CERT security advisories, see http://www.FreeBSD.org/security/ or ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/.

    2. Security Advisories

    No advisories.

    3. Open Issues

    No open issues.

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, + can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the + documentation before + contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should + subscribe to the <stable@FreeBSD.org> + mailing list.

    For questions about this documentation, + e-mail <doc@FreeBSD.org>.

    \ No newline at end of file From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 00:25:50 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70249BE4; Wed, 15 Jan 2014 00:25:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BAD219BB; Wed, 15 Jan 2014 00:25:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0F0PoNG043883; Wed, 15 Jan 2014 00:25:50 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0F0PoLT043881; Wed, 15 Jan 2014 00:25:50 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201401150025.s0F0PoLT043881@svn.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jan 2014 00:25:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43533 - in head: de_DE.ISO8859-1/htdocs fr_FR.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 00:25:50 -0000 Author: hrs Date: Wed Jan 15 00:25:49 2014 New Revision: 43533 URL: http://svnweb.freebsd.org/changeset/doc/43533 Log: Disable relnotes build. Modified: head/de_DE.ISO8859-1/htdocs/Makefile head/fr_FR.ISO8859-1/htdocs/Makefile Modified: head/de_DE.ISO8859-1/htdocs/Makefile ============================================================================== --- head/de_DE.ISO8859-1/htdocs/Makefile Wed Jan 15 00:16:04 2014 (r43532) +++ head/de_DE.ISO8859-1/htdocs/Makefile Wed Jan 15 00:25:49 2014 (r43533) @@ -58,7 +58,7 @@ SUBDIR+= ports SUBDIR+= doc .endif .if defined(BUILD_RELNOTES) -SUBDIR+= relnotes +#SUBDIR+= relnotes .endif # Non-XML Modified: head/fr_FR.ISO8859-1/htdocs/Makefile ============================================================================== --- head/fr_FR.ISO8859-1/htdocs/Makefile Wed Jan 15 00:16:04 2014 (r43532) +++ head/fr_FR.ISO8859-1/htdocs/Makefile Wed Jan 15 00:25:49 2014 (r43533) @@ -69,7 +69,7 @@ SUBDIR+= donations SUBDIR+= doc .endif .if defined(BUILD_RELNOTES) -SUBDIR+= relnotes +#SUBDIR+= relnotes .endif WEBDIR?= data/fr From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 01:36:10 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FABDEA7; Wed, 15 Jan 2014 01:36:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BAD810F5; Wed, 15 Jan 2014 01:36:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0F1aAFQ070775; Wed, 15 Jan 2014 01:36:10 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0F1aAWw070774; Wed, 15 Jan 2014 01:36:10 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401150136.s0F1aAWw070774@svn.freebsd.org> From: Gabor Pali Date: Wed, 15 Jan 2014 01:36:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43534 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 01:36:10 -0000 Author: pgj Date: Wed Jan 15 01:36:09 2014 New Revision: 43534 URL: http://svnweb.freebsd.org/changeset/doc/43534 Log: - Add 2013Q4 report for core Submitted by: pgj Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 00:25:49 2014 (r43533) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 01:36:09 2014 (r43534) @@ -19,7 +19,7 @@

    Thanks to all the reporters for the excellent work! This report - contains 32 entries and we hope you enjoy reading it.

    + contains 33 entries and we hope you enjoy reading it.

    The deadline for submissions covering between January and March 2014 is April 7th, 2014.

    @@ -1783,4 +1783,55 @@ device vt_vga Remove the dependency on HAL. + + + &os; Core Team + + + + &os; Core Team + core@FreeBSD.org + + + + +

    The &os; Core Team constitutes the project's Board of + Directors, responsible for deciding the project's overall + goals and direction as well as managing specific areas of the + &os; project landscape.

    + +

    In the fourth quarter of 2013, the Core Team has finally + reached its previous goal about launching the official + repositories for pkg(8)-based binary packages. The + Core Team also unified the commit bit expiration policies for + all the Project repositories, allowing the committers to stay + idle for 18 months before their commit bits are automatically + taken into safekeeping. This was then followed by an extension + on suspending cluster accounts for the committers who lost all + of their commit bits. It helps to improve the security of the + Project server farm by temporarily disabling inactive accounts. + In conjuction with all those efforts, Thomas Abthorpe + resurrected the Grim Reaper service which helps to + enforce the aforementioned policy.

    + +

    Along the works of John Baldwin and Hiroki Sato, many licenses + in the base system's source code have been revisited and cleaned + up. Furthermore, the Core Team is hoping that the situation + could be improved by introducing periodic automated checks of + the license agreements, and by giving developers guidelines on + licensing questions. John Baldwin and David Chisnall have been + guiding the work of the &os; Graphics Team on moving to the + newer version of X.Org and related software in the Ports + Collection, in coordination with the switch to Newcons on &os; + 10.x.

    + +

    It was a busy quarter for the src repository as well. The Core + Team was happy to welcome Jordan K. Hubbard (jkh) back + who has recently returned to the &os; business, and joined + iXsystems as project manager and release engineer of FreeNAS. + In addition to this, there were 3 commit bits handed out for new + developers, 2 committers have gained upgrade, 1 commit bit was + taken for safekeeping, and 1 src bit was reactivated.

    + +
    From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 00:16:05 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69D16A78; Wed, 15 Jan 2014 00:16:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2301908; Wed, 15 Jan 2014 00:16:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0F0G5BW040206; Wed, 15 Jan 2014 00:16:05 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0F0G4pt040202; Wed, 15 Jan 2014 00:16:04 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201401150016.s0F0G4pt040202@svn.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jan 2014 00:16:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43532 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 15 Jan 2014 02:24:46 +0000 X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 00:16:05 -0000 Author: hrs Date: Wed Jan 15 00:16:04 2014 New Revision: 43532 URL: http://svnweb.freebsd.org/changeset/doc/43532 Log: Regen from 260657. Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/hardware.html head/en_US.ISO8859-1/htdocs/releases/10.0R/installation.html head/en_US.ISO8859-1/htdocs/releases/10.0R/readme.html head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/hardware.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/hardware.html Wed Jan 15 00:14:57 2014 (r43531) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/hardware.html Wed Jan 15 00:16:04 2014 (r43532) @@ -1,330 +1,336 @@ -FreeBSD 10.0-RELEASE Hardware Notes

    FreeBSD 10.0-RELEASE Hardware Notes

    The FreeBSD Documentation Project

    FreeBSD is a registered trademark of - the FreeBSD Foundation.

    AMD, AMD Athlon, +FreeBSD 10.0-RELEASE Hardware Notes

    FreeBSD 10.0-RELEASE Hardware Notes

    The FreeBSD Documentation Project

    FreeBSD is a registered trademark of + the FreeBSD Foundation.

    AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron, and PCnet are - trademarks of Advanced Micro Devices, Inc.

    Fujitsu, the Fujitsu logo, LifeBook, + trademarks of Advanced Micro Devices, Inc.

    Fujitsu, the Fujitsu logo, LifeBook, Stylistic, PRIMEPOWER, PRIMEQUEST, PRIMECLUSTER, ETERNUS, TRIOLE, ESPRIMO, BioMedCAChe, CAChe, CELLINJECTOR, isS, Materials Explorer, SystemWalker, and Interstage are trademarks or registered trademarks - of Fujitsu Limited in the United States and other countries.

    IBM, AIX, OS/2, + of Fujitsu Limited in the United States and other countries.

    IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the - United States, other countries, or both.

    Intel, Celeron, EtherExpress, i386, + United States, other countries, or both.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United - States and other countries.

    SPARC, SPARC64, and + States and other countries.

    SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

    Sun, Sun Microsystems, Java, Java + of these trademarks by its members.

    Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of - Sun Microsystems, Inc. in the United States and other countries.

    Many of the designations used by + Sun Microsystems, Inc. in the United States and other countries.

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the - designations have been followed by the or the - ® symbol.

    Last modified on 2014-01-13 by gjb.

    1. Introduction

    This document contains the hardware compatibility notes for + designations have been followed by the or the + ® symbol.

    Last modified on 2014-01-14 by hrs.

    1. Introduction

    This document contains the hardware compatibility notes for FreeBSD 10.0-RELEASE. It lists the hardware platforms supported by FreeBSD, as well as the various types of hardware devices (storage controllers, network interfaces, and so on), - along with known working instances of these devices.

    2. Supported Processors and System Boards

    This section provides some architecture-specific information + along with known working instances of these devices.

    2. Supported Processors and System Boards

    This section provides some architecture-specific information about the specific processors and systems that are supported by - each architecture.

    2.1. amd64

    Since mid-2003 FreeBSD/amd64 has supported the AMD64 - (Hammer) and Intel® EM64T architecture, and is + each architecture.

    2.1. amd64

    Since mid-2003 FreeBSD/amd64 has supported the AMD64 + (Hammer) and Intel® EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, - including installation and development environments.

    Note that there are two names for this architecture, AMD64 + including installation and development environments.

    Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 should support them - both.

    As of this writing, the following processors are - supported:

    Intel® EM64T is an extended version of IA-32 (x86) and + different from Intel® IA-64 (Itanium) architecture, which + FreeBSD/ia64 supports. Some Intel®'s old documentation refers + to Intel® EM64T as 64-bit extension technology + or IA-32e.

    Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) + configurations are supported.

    In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers supported. Generally, drivers that already function correctly on other 64-bit - platforms should work.

    2.2. i386

    FreeBSD/i386 runs on a wide variety of IBM PC + platforms should work.

    2.2. i386

    FreeBSD/i386 runs on a wide variety of IBM PC compatible machines. Due to the wide range of hardware available for this architecture, it is impossible to exhaustively list all combinations of equipment supported by FreeBSD. Nevertheless, some general guidelines are - presented here.

    Almost all i386™-compatible processors with a floating - point unit are supported. All Intel® processors beginning - with the 80486 are supported, including the 80486, Pentium®, - Pentium® Pro, Pentium® II, Pentium® III, Pentium® 4, and - variants thereof, such as the Xeon™ and Celeron® processors. - All i386™-compatible AMD processors are also supported, - including the Am486®, Am5x86®, K5, AMD-K6® (and variants), - AMD Athlon™ (including Athlon-MP, Athlon-XP, Athlon-4, and - Athlon Thunderbird), and AMD Duron™ processors. The AMD + presented here.

    Almost all i386™-compatible processors with a floating + point unit are supported. All Intel® processors beginning + with the 80486 are supported, including the 80486, Pentium®, + Pentium® Pro, Pentium® II, Pentium® III, Pentium® 4, and + variants thereof, such as the Xeon™ and Celeron® processors. + All i386™-compatible AMD processors are also supported, + including the Am486®, Am5x86®, K5, AMD-K6® (and variants), + AMD Athlon™ (including Athlon-MP, Athlon-XP, Athlon-4, and + Athlon Thunderbird), and AMD Duron™ processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are - i386™-compatible processors from Cyrix and NexGen.

    There is a wide variety of motherboards available for this + i386™-compatible processors from Cyrix and NexGen.

    There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some - limited support for the MCA (MicroChannel) - expansion bus used in the IBM PS/2 line of PCs.

    Symmetric multi-processor (SMP) systems are generally + limited support for the MCA (MicroChannel) + expansion bus used in the IBM PS/2 line of PCs.

    Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of - the FreeBSD symmetric multiprocessing mailing list may yield some clues.

    FreeBSD will take advantage of SMT (Symmetric MultiThreading, - also known as HyperThreading on Intel® CPUs) on the supported - CPUs. The GENERIC kernel which is + the FreeBSD symmetric multiprocessing mailing list may yield some clues.

    FreeBSD will take advantage of SMT (Symmetric MultiThreading, + also known as HyperThreading on Intel® CPUs) on the supported + CPUs. The GENERIC kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. - The smp(4) manual page has more details.

    FreeBSD will take advantage of Physical Address Extensions + The smp(4) manual page has more details.

    FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel - with the PAE feature enabled will detect + with the PAE feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the - pae(4) manual page for more details.

    FreeBSD will generally run on i386-based laptops, albeit with + pae(4) manual page for more details.

    FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When - in doubt, a search of the archives of the FreeBSD laptop computer mailing list may be - useful.

    Most modern laptops (as well as many desktops) use the + in doubt, a search of the archives of the FreeBSD laptop computer mailing list may be + useful.

    Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture - reference implementation from Intel®, as described in the - acpi(4) manual page. The use of ACPI causes + reference implementation from Intel®, as described in the + acpi(4) manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line - to /boot/device.hints:

    hint.acpi.0.disabled="1"

    Users debugging ACPI-related problems may find it useful + to /boot/device.hints:

    hint.acpi.0.disabled="1"

    Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The - acpi(4) manual page has more information on how to do - this via loader tunables.

    ACPI depends on a Differentiated System Descriptor Table + acpi(4) manual page has more information on how to do + this via loader tunables.

    ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found - at the DSDT - section of the ACPI4Linux project + at the DSDT + section of the ACPI4Linux project Web site. FreeBSD can use these DSDTs to override the DSDT - provided by the BIOS; see the acpi(4) manual page for - more information.

    2.3. ia64

    Currently supported processors are the Itanium® - and the Itanium® - 2.

    Supported chipsets include:

    • HP zx1

    • Intel® 460GX

    • Intel® E8870

    Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) - configurations are supported.

    Most devices that can be found in or are compatible with + provided by the BIOS; see the acpi(4) manual page for + more information.

    2.3. ia64

    Currently supported processors are the Itanium® + and the Itanium® + 2.

    Supported chipsets include:

    • HP zx1

    • Intel® 460GX

    • Intel® E8870

    Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) + configurations are supported.

    Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient - PC legacy support. As such syscons(4) can not be enabled - and the use of a serial console is required.

    2.4. pc98

    NEC PC-9801/9821 series with almost all i386™-compatible - processors, including 80486, Pentium®, Pentium® Pro, - Pentium® II, and variants. All i386™-compatible processors - by AMD, Cyrix, IBM, and IDT are also supported.

    NEC FC-9801/9821 series, and NEC SV-98 series (both of + PC legacy support. As such syscons(4) can not be enabled + and the use of a serial console is required.

    2.4. pc98

    NEC PC-9801/9821 series with almost all i386™-compatible + processors, including 80486, Pentium®, Pentium® Pro, + Pentium® II, and variants. All i386™-compatible processors + by AMD, Cyrix, IBM, and IDT are also supported.

    NEC FC-9801/9821 series, and NEC SV-98 series (both of them are compatible with PC-9801/9821 series) should be - supported.

    EPSON PC-386/486/586 series, which are compatible with NEC - PC-9801 series are supported.

    High-resolution mode is not supported. NEC + supported.

    EPSON PC-386/486/586 series, which are compatible with NEC + PC-9801 series are supported.

    High-resolution mode is not supported. NEC PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in - normal (PC-9801 compatible) mode only.

    Although there are some multi-processor systems (such as + normal (PC-9801 compatible) mode only.

    Although there are some multi-processor systems (such as Rs20/B20), SMP-related features of FreeBSD are not supported - yet.

    PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE + yet.

    PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE expansion bus (110pin), and PCI bus are supported. New Extend Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and - FC-H98 series) is not supported.

    2.5. powerpc

    All Apple PowerPC machines with built-in USB are supported, + FC-H98 series) is not supported.

    2.5. powerpc

    All Apple PowerPC machines with built-in USB are supported, as well a limited selection of non-Apple machines, - including KVM on POWER7

    SMP is supported on all systems with more than - 1 processor.

    2.6. sparc64

    This section describes the systems currently known to be - supported by FreeBSD on the Fujitsu SPARC64® and Sun UltraSPARC® - platforms.

    SMP is supported on all systems with more than 1 - processor.

    When using the GENERIC kernel, + including KVM on POWER7

    SMP is supported on all systems with more than + 1 processor.

    2.6. sparc64

    This section describes the systems currently known to be + supported by FreeBSD on the Fujitsu SPARC64® and Sun UltraSPARC® + platforms.

    SMP is supported on all systems with more than 1 + processor.

    When using the GENERIC kernel, FreeBSD/sparc64 systems not equipped with a framebuffer - supported by the creator(4) (Sun Creator, Sun Creator3D - and Sun Elite3D) or machfb(4) (Sun PGX and Sun PGX64 + supported by the creator(4) (Sun Creator, Sun Creator3D + and Sun Elite3D) or machfb(4) (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example - Sun Blade™ 100, Sun Blade™ 150, Sun Ultra™ 5 and Sun Ultra™ 10) - driver must use the serial console.

    If you have a system that is not listed here, it may not + Sun Blade™ 100, Sun Blade™ 150, Sun Ultra™ 5 and Sun Ultra™ 10) + driver must use the serial console.

    If you have a system that is not listed here, it may not have been tested with FreeBSD 10.0-RELEASE. We encourage - you to try it and send a note to the FreeBSD SPARC porting mailing list with your - results, including which devices work and which do not.

    The following systems are fully supported by FreeBSD:

    • Naturetech GENIALstation 777S

    • Sun Blade™ 100

    • Sun Blade™ 150

    • Sun Enterprise™ 150

    • Sun Enterprise™ 220R

    • Sun Enterprise™ 250

    • Sun Enterprise™ 420R

    • Sun Enterprise™ 450

    • Sun Fire™ B100s (support for the on-board NICs first - appeared in 8.1-RELEASE)

    • Sun Fire™ V100

    • Sun Fire™ V120

    • Sun Netra™ t1 100/105

    • Sun Netra™ T1 AC200/DC200

    • Sun Netra™ t 1100

    • Sun Netra™ t 1120

    • Sun Netra™ t 1125

    • Sun Netra™ t 1400/1405

    • Sun Netra™ 120

    • Sun Netra™ X1

    • Sun SPARCEngine® Ultra AX1105< /p>

    • Sun SPARCEngine® Ultra AXe

    • Sun SPARCEngine® Ultra AXi

    • Sun SPARCEngine® Ultra AXmp

    • Sun SPARCEngine® CP1500

    • Sun Ultra™ 1

    • Sun Ultra™ 1E

    • Sun Ultra™ 2

    • Sun Ultra™ 5

    • Sun Ultra™ 10

    • Sun Ultra™ 30

    • Sun Ultra™ 60

    • Sun U ltra™ 80

    • Sun Ultra™ 450

    The following systems are partially supported by FreeBSD. In + you to try it and send a note to the FreeBSD SPARC porting mailing list with your + results, including which devices work and which do not.

    The following systems are fully supported by FreeBSD:

    • Naturetech GENIALstation 777S

    • Sun Blade™ 100

    • Sun Blade™ 150

    • Sun Enterprise™ 150

    • Sun Enterprise™ 220R

    • Sun Enterprise™ 250

    • Sun Enterprise™ 420R

    • Sun Enterprise™ 450

    • Sun Fire™ B100s (support for the on-board NICs first + appeared in 8.1-RELEASE)

    • Sun Fire™ V100

    • Sun Fire™ V120

    • Sun Netra™ t1 100/105

    • Sun Netra™ T1 AC200/DC200

    • Sun Netra™ t 1100

    • Sun Netra™ t 1120

    • Sun Netra™ t 1125

    • Sun Netra™ t 1400/1405

    • Sun Netra™ 120

    • Sun Netra™ X1

    • Sun SPARCEngine® Ultra AX1105

    • Su! n SPARCEngine® Ultra AXe

    • Sun SPARCEngine® Ultra AXi

    • Sun SPARCEngine® Ultra AXmp

    • Sun SPARCEngine® CP1500

    • Sun Ultra™ 1

    • Sun Ultra™ 1E

    • Sun Ultra™ 2

    • Sun Ultra™ 5

    • Sun Ultra™ 10

    • Sun Ultra™ 30

    • Sun Ultra™ 60

    • Sun Ultra™ 80

    • Sun Ultra™ 450

    The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller - supported by the esp(4) driver (Sun ESP SCSI, Sun FAS Fast-SCSI - and Sun FAS366 Fast-Wide SCSI controllers).

    • Sun Enterprise™ 3500

    • Sun Enterprise™ 4500

    Starting with 7.2-RELEASE, sparc64 systems based on Sun - UltraSPARC® III and beyond are also supported by FreeBSD, which includes - the following known working systems:

    • Sun Blade™ 1000

    • Sun Blade™ 1500

    • Sun Blade™ 2000

    • Sun Blade™ 2500

    • Sun Fire™ 280R

    • Sun Fire™ V210

    • Sun Fire™ V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)

    • Sun Fire™ V240

    • Sun Fire™ V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)

    • < li class="listitem">

      Sun Fire™ V250

    • Sun Fire™ V440 (support for the on-board NICs first - appeared in 7.3-RELEASE and 8.0-RELEASE)

    • Sun Fire™ V480 (501-6780 and 501-6790 centerplanes only, for + supported by the esp(4) driver (Sun ESP SCSI, Sun FAS Fast-SCSI + and Sun FAS366 Fast-Wide SCSI controllers).

      • Sun Enterprise™ 3500

      • Sun Enterprise™ 4500

      Starting with 7.2-RELEASE, sparc64 systems based on Sun + UltraSPARC® III and beyond are also supported by FreeBSD, which includes + the following known working systems:

      • Sun Blade™ 1000

      • Sun Blade™ 1500

      • Sun Blade™ 2000

      • Sun Blade™ 2500

      • Sun Fire™ 280R

      • Sun Fire™ V210

      • Sun Fire™ V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)

      • Sun Fire™ V240

      • Sun Fire™ V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)

      • Sun Fire™ V250

      • Sun Fire™ V440 (support for the on-board NICs first + appeared in 7.3-RELEASE and 8.0-RELEASE)

      • Sun Fire™ V480 (501-6780 and 501-6790 centerplanes only, for which support first appeared in 7.3-RELEASE and 8.1-RELEASE, - other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE)

      • Sun Fire™ V880

      • Sun Fire™ V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, - non-mixed UltraSPARC® IV/IV+ CPU-configurations only)

      • Netra™ 20/Netra™ T4

      The following Sun UltraSPARC® systems are not tested but - believed to be also supported by FreeBSD:

      • Sun Fire™ V125

      • Sun Fire™ V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, - non-mixed UltraSPARC® IV/IV+ CPU-configurations only)

      Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on - Fujitsu SPARC64® V are also supported by FreeBSD, which - includes the following known working systems:

      • Fujitsu PRIMEPOWER® 250

      The following Fujitsu PRIMEPOWER® systems are not tested but - believed to be also supported by FreeBSD:

      • Fujitsu PRIMEPOWER® 450

      • Fujitsu PRIMEPOWER® 650

      • Fujitsu PRIMEPOWER® 850

    3. Supported Devices

    This section describes the devices currently known to be + other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE)

  • Sun Fire™ V880

  • Sun Fire™ V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, + non-mixed UltraSPARC® IV/IV+ CPU-configurations only)

  • Netra™ 20/Netra™ T4

  • The following Sun UltraSPARC® systems are not tested but + believed to be also supported by FreeBSD:

    • Sun Fire™ V125

    • Sun Fire™ V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, + non-mixed UltraSPARC® IV/IV+ CPU-configurations only)

    Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on + Fujitsu SPARC64® V are also supported by FreeBSD, which + includes the following known working systems:

    • Fujitsu PRIMEPOWER® 250

    The following Fujitsu PRIMEPOWER® systems are not tested but + believed to be also supported by FreeBSD:

    • Fujitsu PRIMEPOWER® 450

    • Fujitsu PRIMEPOWER® 650

    • Fujitsu PRIMEPOWER® 850

    3. Supported Devices

    This section describes the devices currently known to be supported by FreeBSD. Other configurations may also work, but simply have not been tested yet. Feedback, updates, and - corrections to this list are encouraged.

    Where possible, the drivers applicable to each device or + corrections to this list are encouraged.

    Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page in the FreeBSD base distribution (most should), it is referenced here. Information on specific models of supported devices, controllers, etc. can be found in the manual - pages.

    Note:

    The device lists in this document are being generated + pages.

    Note:

    The device lists in this document are being generated automatically from FreeBSD manual pages. This means that some devices, which are supported by multiple drivers, may appear - multiple times.

    3.1. Disk Controllers

    [amd64, i386, ia64, pc98, - sparc64] IDE/ATA controllers (ata(4) - driver)

    [pc98] IDE/ATA controllers (wdc driver)

    • On-board IDE controller

    [i386,ia64,amd64] Controllers supported by the aac(4) driver include:

    • Adaptec AAC-364

    • Adaptec RAID 2045

    • Adaptec RAID 2405

    • Adaptec RAID 2445

    • Adaptec RAID 2805

    • Adaptec RAID 3085

    • Adaptec RAID 31205

    • Adaptec RAID 31605

    • Adaptec RAID 5085

    • Adaptec RAID 51205

    • Adaptec RAID 51245

    • Adaptec RAID 51605

    • Adaptec RAID 51645

    • Adaptec RAID 52445

    • Adaptec RAID 5405

    • Adaptec RAID 5445

    • Adaptec RAID 5805

    • Adaptec SAS RAID 3405

    • Adaptec SAS RAID 3805

    • Adaptec SAS RAID 4000SAS

    • Adaptec SAS RAID 4005SAS

    • Adaptec SAS RAID 4800SAS

    • Adaptec SAS RAID 4805SAS

    • Adaptec SATA RAID 2020SA ZCR

    • Adaptec SATA RAID 2025SA ZCR

    • Adaptec SATA RAID 2026ZCR

    • Adaptec SATA RAID 2410SA

    • Adaptec SATA RAID 2420SA

    • Adaptec SATA RAID 2610SA

    • Adaptec SATA RAID 2620SA

    • Adaptec SATA RAID 2810SA

    • Adaptec SATA RAID 2820SA

    • Adaptec SATA RAID 21610SA

    • Adaptec SCSI RAID 2020ZCR

    • Adaptec SCSI RAID 2025ZCR

    • Adaptec SCSI RAID 2120S

    • Adaptec SCSI RAID 2130S

    • Adaptec SCSI RAID 2130SLP

    • Adaptec SCSI RAID 2230SLP

    • Adaptec SCSI RAID 2200S

    • Adaptec SCSI RAID 2240S

    • Adaptec SCSI RAID 3230S

    • Adaptec SCSI RAID 3240S

    • Adaptec SCSI RAID 5400S

    • Dell CERC SATA RAID 2

    • Dell PERC 2/Si

    • Dell PERC 2/QC

    • Dell PERC 3/Si

    • Dell PERC 3/Di

    • Dell PERC 320/DC

    • HP ML110 G2 (Adaptec SATA RAID 2610SA)

    • HP NetRAID 4M

    • IBM ServeRAID 8i

    • IBM ServeRAID 8k

    • IBM ServeRAID 8s

    • ICP RAID ICP5045BL

    • ICP RAID ICP5085BL

    • ICP RAID ICP5085SL

    • ICP RAID ICP5125BR

    • ICP RAID ICP5125SL

    • ICP RAID ICP5165BR

    • ICP RAID ICP5165SL

    • ICP RAID ICP5445SL

    • ICP RAID ICP5805BL

    • ICP RAID ICP5805SL

    • ICP ICP5085BR SAS RAID

    • ICP ICP! 9085LI SA! S RAID

    • ICP ICP9047MA SATA RAID

    • ICP ICP9067MA SATA RAID

    • ICP ICP9087MA SATA RAID

    • ICP ICP9014RO SCSI RAID

    • ICP ICP9024RO SCSI RAID

    • Legend S220

    • Legend S230

    • Sun STK RAID REM

    • Sun STK RAID EM

    • SG-XPCIESAS-R-IN

    • SG-XPCIESAS-R-EX

    • AOC-USAS-S4i

    • AOC-USAS-S8i

    • AOC-USAS-S4iR

    • AOC-USAS-S8iR

    • AOC-USAS-S8i-LP

    • AOC-USAS-S8iR-LP

    [i386,pc98,amd64] The adv(4) driver supports the following SCSI controllers:

    • AdvanSys ABP510/5150

    • AdvanSys ABP5140

    • AdvanSys ABP5142

    • AdvanSys ABP902/3902

    • AdvanSys ABP3905

    • AdvanSys ABP915

    • AdvanSys ABP920

    • AdvanSys ABP3922

    • AdvanSys ABP3925

    • AdvanSys ABP930, ABP930U, ABP930UA

    • AdvanSys ABP960, ABP960U

    • AdvanSys ABP542

    • AdvanSys ABP742

    • AdvanSys ABP842

    • AdvanSys ABP940

    • AdvanSys A BP940UA/3940UA

    • !

      AdvanS! ys ABP940U

    • AdvanSys ABP3960UA

    • AdvanSys ABP970, ABP970U

    • AdvanSys ABP752

    • AdvanSys ABP852

    • AdvanSys ABP950

    • AdvanSys ABP980, ABP980U

    • AdvanSys ABP980UA/3980UA

    • MELCO IFC-USP (PC-98)

    • RATOC REX-PCI30 (PC-98)

    • @Nifty FNECHARD IFC-USUP-TX (PC-98)

    [i386,pc98,amd64] The adw(4) driver supports SCSI controllers including:

    • AdvanSys ABP940UW/ABP3940UW

    • AdvanSys ABP95 0UW

    • AdvanSys ABP970UW

    • AdvanSys ABP3940U2W

    • AdvanSys ABP3950U2W

    [i386] The aha(4) driver supports the following SCSI host adapters:

    • Adaptec AHA-154xB

    • Adaptec AHA-154xC

    • Adaptec AHA-154xCF

    • Adaptec AHA-154xCP

    • Adaptec AHA-1640

    • Adaptec AHA-174x in 154x emulation mode

    • DTC 3290 SCSI controller in 1542 emulation mode

    • Tekram SCSI controllers in 154x emulation mode

    [i38 6] The ahb(4) driver supports the following SCSI host adapters:

    • Adaptec AHA-1740

    • Adaptec AHA-1742

    • Adaptec AHA-1740A

    • Adaptec AHA-1742A

    The ahc(4) driver supports the following SCSI host adapter chips and SCSI controller cards:

    • Adaptec AIC7770 host adapter chip

    • Adaptec AIC7850 host adapter chip

    • Adaptec AIC7860 host adapter chip

    • Adaptec AIC7870 host adapter chip

    • Adaptec AIC7880 host adapter chip

    • Adaptec AIC7890 host adapter chip

    • Adaptec AIC7891 host adapter chip

    • Adaptec AIC7892 host adapter chip

    • Adaptec AIC7895 host adapter chip

    • Adaptec AIC7896 host adapter chip

    • Adaptec AIC7897 host adapter chip

    • Adaptec AIC7899 host adapter chip

    • Adaptec 274X(W)

    • Adaptec 274X(T)

    • Adaptec 284X

    • Adaptec 2910

    • Adaptec 2915

    • Adaptec 2920C

    • Adaptec 2930C

    • Adaptec 2930U2

    • Adaptec 2940

    • Ada! ptec 2940J

    • Adaptec 2940N

    • Adaptec 2940U

    • Adaptec 2940AU

    • Adaptec 2940UW

    • Adaptec 2940UW Dual

    • Adaptec 2940UW Pro

    • Adaptec 2940U2W

    • Adaptec 2940U2B

    • Adaptec 2950U2W

    • Adaptec 2950U2B

    • Adaptec 19160B

    • Adaptec 29160B

    • Adaptec 29160N

    • Adaptec 3940

    • Adaptec 3940U

    • Adaptec 3940AU

    • Adaptec 3940UW

    • Adaptec 3940AUW

    • Adaptec 3940U2W

    • Adaptec 3950U2

    • Adap tec 3960

    • Adaptec 39160

    • Adaptec 3985

    • Adaptec 4944UW

    • NEC PC-9821Xt13 (PC-98)

    • NEC RvII26 (PC-98)

    • NEC PC-9821X-B02L/B09 (PC-98)

    • NEC SV-98/2-B03 (PC-98)

    • Many motherboards with on-board SCSI support

    The ahci(4) driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI).

    Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx.

    [i386,sparc64,ia64 ,amd64] The ahd(4) driver supports the following:

    • Adaptec AIC7901 host adapter chip

    • Adaptec AIC7901A host adapter chip

    • Adaptec AIC7902 host adapter chip

    • Adaptec 29320 host adapter

    • Adaptec 39320 host adapter

    • Many motherboards with on-board SCSI support

    [i386,pc98,amd64] The adapters supported by the aic(4) driver include:

    • Adaptec AHA-1505 (ISA)

    • Adaptec AHA-1510A, AHA-1510B (ISA)

    • Adaptec AHA-1520A, AHA-1520B (ISA)

    • Adaptec AHA-1522A, AHA-1522B (ISA)

    • Adaptec AHA-1535 (ISA)

    • Creative Labs SoundBlaster SCSI host adapter (ISA)

    • Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card)

    • Adaptec AHA-1030B, AHA-1030P (PC98)

    • NEC PC-9801-100 (PC98)

    Controllers supported by the amr(4) driver include:

    • MegaRAID SATA 150-4

    • MegaRAID SATA 150-6< /p>

    • MegaRAID SAT! A 300-4X

    • MegaRAID SATA 300-8X

    • MegaRAID SCSI 320-1E

    • MegaRAID SCSI 320-2E

    • MegaRAID SCSI 320-4E

    • MegaRAID SCSI 320-0X

    • MegaRAID SCSI 320-2X

    • MegaRAID SCSI 320-4X

    • MegaRAID SCSI 320-0

    • MegaRAID SCSI 320-1

    • MegaRAID SCSI 320-2

    • MegaRAID SCSI 320-4

    • MegaRAID Series 418

    • MegaRAID i4 133 RAID

    • MegaRAID Elite 1500 (Series 467)

    • MegaRAID Elite 1600 (Series 493)

    • MegaRAID Elite 1650 (Series 4xx)

    • MegaRAID Enterprise 1200 (Series 428)

    • MegaRAID Enterpr ise 1300 (Series 434)

    • MegaRAID Enterprise 1400 (Series 438)

    • MegaRAID Enterprise 1500 (Series 467)

    • MegaRAID Enterprise 1600 (Series 471)

    • MegaRAID Express 100 (Series 466WS)

    • MegaRAID Express 200 (Series 466)

    • MegaRAID Express 300 (Series 490)

    • MegaRAID Express 500 (Series 475)

    • Dell PERC

    • Dell PERC 2/SC

    • Dell PERC 2/DC

    • Dell PERC 3/DCL

    • Dell PERC 3/QC

    • Dell PERC 4/DC

    • Dell PERC 4/IM

    • Dell PERC 4/SC

    • Dell PERC 4/Di

    • Dell PERC 4e/DC

    • Dell PERC 4e/Di

    • Dell ! PERC 4e/Si

    • Dell PERC 4ei

    • HP NetRAID-1/Si

    • HP NetRAID-3/Si (D4943A)

    • HP Embedded NetRAID

    • Intel RAID Controller SRCS16

    • Intel RAID Controller SRCU42X

    [i386,amd64] The arcmsr(4) driver supports the following cards:

    • ARC-1110

    • ARC-1120

    • ARC-1130

    • ARC-1160

    • ARC-1170

    • ARC-1110ML

    • ARC-1120ML

    • ARC-113 0ML

    • ARC-1160ML

    • ARC-1200

    • ARC-1201

    • ARC-1210

    • ARC-1212

    • ARC-1213

    • ARC-1214

    • ARC-1220

    • ARC-1222

    • ARC-1223

    • ARC-1224

    • ARC-1230

    • ARC-1231

    • ARC-1260

    • ARC-1261

    • ARC-1270

    • ARC-1280

    • ARC-1210ML

    • ARC-1220ML

    • ARC-1231ML

    • ARC-1261ML

    • ARC-1280ML

    • ARC-1380

    • ARC-13 81

    • ARC-1680

    • ARC-1681

    • ARC-1880

    • ARC-1882

    [i386] The adapters currently supported by the asr(4) driver include the following:

    • Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S

    • Adaptec SCSI RAID 2100S, 2110S

    • Adaptec ATA-100 RAID 2400A

    • Adaptec SCSI RAID 3200S, 3210S

    • Adaptec SCSI RAID 3400S, 3410S

    • Adaptec SmartRAID PM1554

    • Adaptec SmartRAID PM1564

    • Adaptec SmartRAID PM2554

    • Adaptec SmartRAID PM2564

    • Adaptec SmartRAID PM2664

    • Adaptec SmartRAID PM2754

    • Adaptec SmartRAID PM2865

    • Adaptec SmartRAID PM3754

    • Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium

    • Adaptec SmartRAID PM3757

    • DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium

    [i386,amd64] The bt(4) driver supports the following BusLogic MultiMaster W, C, ! “S”, and A series and compatible SCSI host adapters:

    • BusLogic BT-445C

    • BusLogic BT-445S

    • BusLogic BT-540CF

    • BusLogic BT-542B

    • BusLogic BT-542B

    • BusLogic BT-542D

    • BusLogic BT-545C

    • BusLogic BT-545S

    • BusLogic/BusTek BT-640

    • BusLogic BT-742A

    • BusLogic BT-742A

    • BusLogic BT-747C

    • BusLogic BT-747D

    • BusLogic BT-747S

    • BusLogic BT-757C

    • BusLogic BT-757CD

    • BusLogic BT-757D

    • BusLogic BT-757S

    • BusLogic BT-946C

    • BusLogic BT-948

    • BusLogic BT-956C

    • BusLogic BT-956CD

    • BusLogic BT-958

    • BusLogic BT-958D

    • Storage Dimensions SDC3211B / SDC3211F

    AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the bt(4) driver.

    [i386,ia64,amd64] Controllers supported by the ciss( 4) driver include:

    • Compaq Smart Array 5300 (simple mode only)

    • Compaq Smart Array 532

    • Compaq Smart Array 5i

    • HP Smart Array 5312

    • HP Smart Array 6i

    • HP Smart Array 641

    • HP Smart Array 642

    • HP Smart Array 6400

    • HP Smart Array 6400 EM

    • HP Smart Array E200

    • HP Smart Array E200i

    • HP Smart Array P212

    • HP Smart Array P220i

    • HP Smart Array P222

    • HP Smart Array P230i

    • HP Smart Array P400

    • HP Smart Array P400i

    • HP Smart Array P410

    • HP Smart Array P410i

    • HP Smart Array P411

    • HP Smart Array P420

    • HP Smart Array P420i

    • HP Smart Array P421

    • HP Smart Array P430

    • HP Smart Array P430i

    • HP Smart Array P431

    • HP Smart Array P530

    • HP Smart Array P531

    • HP Smart Array P600

    • HP Smart Array P721m

    • HP Smart Array P731m

    • HP Smart Array P800

    • HP Smart Array P812

    • HP Smart Array P830

    • HP Smart Array P830i

    • HP Modular Smart Array 20 (MSA20)

    • HP Modular Smart Array 500 (! MSA500)

    [pc98] The ct(4) driver supports the following adapters:

    • ELECOM bus-master SCSI adapters

    • I-O DATA SC-98II

    • ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769

    • Logitec LHA-N151 and LHA-20x series

    • Midori-Denshi MDC-554NA and MDC-926R

    • NEC PC-9801-55, 92 and compatibles

    • SMIT transfer type SCSI host adapters

    • TEXA HA-55BS2 and its later models

    [i386,ia64,amd64] The dpt(4) driver provides support for the following RAID adapters:

    • DPT Smart Cache Plus

    • Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2)

    • Smart RAID II (PM3?2?, PM3021, PM3222)

    • Smart Cache III (PM2?3?)

    • Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3)

    • Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4)

    • Smart RAID IV

    Note:

    [amd64, i386] Booting from these + multiple times.

    3.1. Disk Controllers

    [amd64, i386, ia64, pc98, + sparc64] IDE/ATA controllers (ata(4) + driver)

    [pc98] IDE/ATA controllers (wdc driver)

    • On-board IDE controller

    [i386,ia64,amd64] Controllers supported by the aac(4) driver include:

    • Adaptec AAC-364

    • Adaptec RAID 2045

    • Adaptec RAID 2405

    • Adaptec RAID 2445

    • Adaptec RAID 2805

    • Adaptec RAID 3085

    • Adaptec RAID 31205

    • Adaptec RAID 31605

    • Adaptec RAID 5085

    • Adaptec RAID 51205

    • Adaptec RAID 51245

    • Adaptec RAID 51605

    • Adaptec RAID 51645

    • Adaptec RAID 52445

    • Adaptec RAID 5405

    • Adaptec RAID 5445

    • Adaptec RAID 5805

    • Adaptec SAS RAID 3405

    • Adaptec SAS RAID 3805

    • Adaptec SAS RAID 4000SAS

    • Adaptec SAS RAID 4005SAS

    • Adaptec SAS RAID 4800SAS

    • Adaptec SA S RAID 4805SAS

    • Adaptec SATA RAID 2020SA ZCR

    • Adaptec SATA RAID 2025SA ZCR

    • Adaptec SATA RAID 2026ZCR

    • Adaptec SATA RAID 2410SA

    • Adaptec SATA RAID 2420SA

    • Adaptec SATA RAID 2610SA

    • Adaptec SATA RAID 2620SA

    • Adaptec SATA RAID 2810SA

    • Adaptec SATA RAID 2820SA

    • < li class="listitem">

      Adaptec SATA RAID 21610SA

    • Adaptec SCSI RAID 2020ZCR

    • Adaptec SCSI RAID 2025ZCR

    • Adaptec SCSI RAID 2120S

    • Adaptec SCSI RAID 2130S

    • Adaptec SCSI RAID 2130SLP

    • Adaptec SCSI RAID 2230SLP

    • Adaptec SCSI RAID 2200S

    • Adaptec SCSI RAID 2240S

    • Adaptec SCSI R AID 3230S

    • Adaptec SCSI RAID 3240S

    • Adaptec SCSI RAID 5400S

    • Dell CERC SATA RAID 2

    • Dell PERC 2/Si

    • Dell PERC 2/QC

    • Dell PERC 3/Si

    • Dell PERC 3/Di

    • Dell PERC 320/DC

    • HP ML110 G2 (Adaptec SATA RAID 2610SA)

    • HP NetRAID 4M

    • IBM ServeRAID 8i

    • IBM ServeRAID 8k

    • IBM ServeRAID 8s

    • ICP RAID ICP5045BL

    • ICP RAID ICP5085BL

    • ICP RAID ICP5085SL

    • ICP RAID ICP5125BR

    • ICP RAID ICP5125SL

    • ICP RAID ICP5165BR

    • ICP RAID ICP5165SL

    • ICP RAID ICP5445SL

    • ICP RAID ICP5805BL

    • ICP RAID ICP5805SL

    • ICP ICP5085BR SAS RAID

    • ICP ICP9085LI SAS RAID

    • ICP ICP9047MA SATA RAID

    • ICP ICP9067MA SATA RAID

    • ICP ICP9087MA SATA RAID

    • ICP ICP9014RO SCSI RAID

    • ICP ICP9024RO SCSI RAID

    • Legend S220

    • Legend S230

    • Sun STK RAID REM

    • Sun STK RAID EM

    • SG-XPCIESAS-R-IN

    • SG-XPCIESAS-R-EX

    • AOC-USAS-S4i

    • AOC-USAS-S8i

    • AOC-USAS-S4iR

    • AOC-USAS-S8iR

    • AOC-USAS-S8i-LP

    • AOC-USAS-S8iR-LP

    [i386,pc98,amd64] The adv(4) driver supports the following SCSI controllers:

    • AdvanSys ABP510/5150

    • AdvanSys ABP5140

    • AdvanSys ABP5142

    • AdvanSys ABP902/3902

    • AdvanSys ABP3905

    • AdvanSys ABP915

    • AdvanSys ABP920

    • AdvanSys ABP3922

    • AdvanSys ABP3925

    • AdvanSys ABP930, ABP930U, ABP930UA

    • AdvanSys ABP960, ABP960U

    • AdvanSys ABP542

    • AdvanSys ABP742

    • AdvanSys ABP842

    • AdvanSys ABP940

    • AdvanSys ABP940UA/3940UA

    • AdvanSys ABP940U

    • AdvanSys ABP3960UA

    • AdvanSys ABP970, ABP970U

    • AdvanSys ABP752

    • AdvanSys ABP852

    • AdvanSys ABP950

    • AdvanSys ABP980, ABP980U

    • AdvanSys ABP980UA/3980UA

    • MELCO IF! C-USP (PC-98)

    • RATOC REX-PCI30 (PC-98)

    • @Nifty FNECHARD IFC-USUP-TX (PC-98)

    [i386,pc98,amd64] The adw(4) driver supports SCSI controllers including:

    • AdvanSys ABP940UW/ABP3940UW

    • AdvanSys ABP950UW

    • AdvanSys ABP970UW

    • AdvanSys ABP3940U2W

    • AdvanSys ABP3950U2W

    [i386] The aha(4) driver supports the following SCSI host adapters:

    • Adaptec AHA-154xB

    • Adaptec AHA-154xC

    • Adaptec AHA-154xCF

    • Adaptec AHA-154xCP

    • Adaptec AHA-1640

    • Adaptec AHA-174x in 154x emulation mode

    • DTC 3290 SCSI controller in 1542 emulation mode

    • Tekram SCSI controllers in 154x emulation mode

    [i386] The ahb(4) driver supports the following SCSI host adapters:

    • Adaptec AHA-1740

    • Adaptec AHA-1742

    • Adaptec AHA-1740A

    • Adaptec AHA-1742A

    The ahc(4) driver supports the following SCSI host adapter chips and SCSI controller cards:

    • Adaptec AIC7770 host adapter chip

    • Adaptec AIC7850 host adapter chip

    • Adaptec AIC7860 host adapter chip

      !
    • Adaptec AIC7870 host adapter chip

    • Adaptec AIC7880 host adapter chip

    • Adaptec AIC7890 host adapter chip

    • Adaptec AIC7891 host adapter chip

    • Adaptec AIC7892 host adapter chip

    • Adaptec AIC7895 host adapter chip

    • Adaptec AIC7896 host adapter chip

    • Adaptec AIC7897 host adapter chip

    • Adaptec AIC7899 host adapter chip

    • Adaptec 274X(W)

    • Adaptec 274X(T)

    • Adaptec 284X

    • Adaptec 2910

    • Adaptec 2915

    • Adaptec 2920C

    • Adaptec 2930C

    • Adaptec 2930U2

    • Adaptec 2940

    • Adaptec 2940J

    • Adaptec 2940N

    • Adaptec 2940U

    • Adaptec 2940AU

    • Adaptec 2940UW

    • Adaptec 2940UW Dual

    • Adaptec 2940UW Pro

    • Adaptec 2940U2W

    • Adaptec 2940U2B

    • Adaptec 2950U2W

    • Adaptec 2950U2B

    • Adaptec 19160B

    • Adaptec 29160B

    • Adaptec 29160N

    • Adaptec 3940

    • Adaptec 3940U

    • Adaptec 3940AU

    • Adaptec 3940UW

    • Adaptec 3940AUW

    • Adaptec 3940U2W

    • Adaptec 3950U2

    • Adaptec 3960

    • Adaptec 39160

    • Adaptec 3985

    • Adaptec 4944UW

    • NEC PC-9821Xt13 (PC-98)

    • NEC RvII26 (PC-98)

    • NEC PC-9821X-B02L/B09 (PC-98)

    • NEC SV-98/2-B03 (PC-98)

    • Many motherboards with on-board SCSI support

    The ahci(4) driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI).

    Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx.

    [i386,sparc64,ia64,amd64] The ahd(4) driver supports the following:

    • Adaptec AIC7901 host adapter chip

    • Ada! ptec AIC7901A host adapter chip

    • Adaptec AIC7902 host adapter chip

    • Adaptec 29320 host adapter

    • Adaptec 39320 host adapter

    • Many motherboards with on-board SCSI support

    [i386,pc98,amd64] The adapters supported by the aic(4) driver include:

    • A daptec AHA-1505 (ISA)

    • Adaptec AHA-1510A, AHA-1510B (ISA)

    • Adaptec AHA-1520A, AHA-1520B (ISA)

    • Adaptec AHA-1522A, AHA-1522B (ISA)

    • Adaptec AHA-1535 (ISA)

    • Creative Labs SoundBlaster SCSI host adapter (ISA)

    • Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card)

    • Adaptec AHA-1030B, AHA-1030P (PC98)

    • NEC PC-9801-100 (PC98)

    < p xmlns="http://www.w3.org/TR/xhtml1/transit! ional">Co! ntrollers supported by the amr(4) driver include:

    • MegaRAID SATA 150-4

    • MegaRAID SATA 150-6

    • MegaRAID SATA 300-4X

    • MegaRAID SATA 300-8X

    • MegaRAID SCSI 320-1E

    • MegaRAID SCSI 320-2E

    • MegaRAID SCSI 320-4E

    • MegaRAID SCSI 320-0X

    • MegaRAID SCSI 320-2X

    • MegaRAID SCSI 320-4X

    • MegaRAID SCSI 320-0

    • MegaRAID SCSI 320-1

    • MegaRAID SCSI 320-2

    • MegaRAID SCSI 320-4

    • MegaRAID Series 418

    • MegaRAID i4 133 RAID

    • MegaRAID Elite 1500 (Series 467)

    • MegaRAID Elite 1600 (Series 493)

    • MegaRAID Elite 1650 (Series 4xx)

    • MegaRAID Enterprise 1200 (Series 428)

    • MegaRAID Enterprise 1300 (Series 434)

    • MegaRAID Enterprise 1400 (Series 438)

    • MegaRAID Enterprise 1500 (Series 467)

    • MegaRAID Enterprise 1600 (Series 471)

    • MegaRAID Express 100 (Series 466WS)

    • MegaRAID Express 200 (Series 466)

    • MegaRAID Express 300 (Series 490)

    • MegaRAID Express 500 (Series 475)

    • Dell PERC

    • Dell PERC 2/SC

    • Dell PERC 2/DC

    • Dell PERC 3/DCL

    • Dell PERC 3/QC

    • Dell PERC 4/DC

    • D ell PERC 4/IM

    • !

      Dell PERC 4/SC

    • Dell PERC 4/Di

    • Dell PERC 4e/DC

    • Dell PERC 4e/Di

    • Dell PERC 4e/Si

    • Dell PERC 4ei

    • HP NetRAID-1/Si

    • HP NetRAID-3/Si (D4943A)

    • HP Embedded NetRAID

    • Intel RAID Controller SRCS16

    • Intel RAID Controller SRCU42X

    [i386,amd64] The arcmsr(4) driver supports the following cards:

    • ARC-1110

    • ARC-1120

    • ARC-1130

    • ARC-1160

    • ARC-1170

    • ARC-1110M! L

    • ARC-1120ML

    • ARC-1130ML

    • ARC-1160ML

    • ARC-1200

    • ARC-1201

    • ARC-1210

    • ARC-1212

    • ARC-1213

    • ARC-1214

    • ARC-1220

    • ARC-12 22

    • ARC-1223

    • ARC-1224

    • ARC-1230

    • ARC-1231

    • ARC-1260

    • ARC-1261

    • ARC-1270

    • ARC-1280

    • ARC-1210ML

    • ARC-1220ML

    • ARC-1231ML

    • ARC-1261ML

    • ARC-1280ML

    • ARC-1380

    • ARC-1381

    • ARC-1680

    • ARC-1681

    • ARC-1880

    • ARC-1882

    [i386] The adapters currently supported by the asr< /span>(4) driver include the following:

    • Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S

    • Adaptec SCSI RAID 2100S, 2110S

    • Adaptec ATA-100 RAID 2400A

    • Adaptec SCSI RAID 3200S, 3210S

    • Adaptec SCSI RAID 3400S, 3410S

    • Adaptec SmartRAID PM1554

    • Adaptec SmartRAID PM1564

    • Adaptec SmartRAID PM2554

    • Adaptec SmartRAID PM2564

    • Adaptec SmartRAID PM2664

    • Adaptec SmartRAID PM2754

    • Adaptec SmartRAID PM2865

    • Adaptec SmartRAID PM3754

    • Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium

    • Adaptec SmartRAID PM3757

    • DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cac he) -- rebadged SmartRAID V Millennium

    [i386,amd64] The bt(4) driver supports the following BusLogic MultiMaster W, C, S, and A series and compatible SCSI host adapters:

    • BusLogic BT-445C

    • BusLogic BT-445S

    • BusLogic BT-540CF

    • BusLogic BT-542B

    • BusLogic BT-542B

    • BusLogic BT-542D

    • BusLogic BT-545C

    • BusLogic BT-545S

    • BusLogic/BusTek BT-640

    • BusLogic BT-742A

    • BusLogic BT-742A

    • BusLogic BT-747C

    • BusLogic BT-747D

    • BusLogic BT-747S

    • BusLogic BT-757C

    • BusLogic BT-757CD

    • BusLogic BT-757D

    • BusLogic BT-757S

    • BusLogic BT-946C

    • BusLogic BT-948

    • BusLogic BT-956C

    • BusLogic BT-956CD

    • BusLogic BT-958

    • BusLogic BT-958D

    • Storage Dimensions SDC3211B / SDC3211F

    AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the bt(4) driver.

    [i386,ia64,amd64] Controllers supported by the ciss(4) driver include:

    • Compaq Smart Array 5300 (simple mode only)

    • Compaq Smart Array 532

    • Compaq Smart Array 5i

    • HP Smart Array 5312

    • HP Smart Array 6i

    • HP Smart Array 641

    • HP Smart Array 642

    • HP Smart Array 6400

    • HP Smart Array 6400 EM

    • HP Smart Array E200

    • HP Smart Array E200i

    • HP Smart Array P212

    • HP Smart Array P220i

    • HP Smart Array P222

    • HP Smart Array P230i

    • HP Smart Array P400

    • HP Smart Array P400i

    • HP Smart Array P410

    • HP Smart Array P410i

    • HP Smart Array P411

    • HP Smart Array P420

    • HP Smart Array P420i

    • HP Smart Array P421

    • HP Smart Array P430

    • HP Smart Array P430i

    • HP Smart Array P431

    • HP Smart Array P530

    • HP Smart Array P531

    • HP Smart Array P600

    • HP Smart Array P721m

    • HP Smart Array P731m

    • HP Smart Array P800

    • HP Smart Array P812

    • HP Smart Array P830

    • HP Smart Array P830i

    • HP Modular Smart Array 20 (MSA20)

    • HP Modular Smart Array 500 (MSA500)

    [pc98] The ct(4) driver supports the following adapters:

    • ELECOM bus-master SCSI adapters

    • I-O DATA SC-98II

    • ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769

    • Logitec LHA-N151 and LHA-20x series

    • Midori-Denshi MDC-554NA and MDC-926R

    • NEC PC-9801-55, 92 and compatibles

    • SMIT transfer type SCSI host adapters

    • TEXA HA-55BS2 and its later models

    [i386,ia64,amd64] The dpt(4) driver provides support for the following RAID adapters:

    • DPT Smart Cache Plus

    • Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2)

    • Smart RAID II (PM3?2?, PM3021, PM3222)

    • Smart Cache III (PM2?3?)

    • Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3)

    • Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4)

    • Smart RAID IV

    Note:

    [amd64, i386] Booting from these controllers is supported. EISA adapters are not - supported.

    [sparc64] Controllers supported by the esp(4) driver include:

    • MELCO IFC-DP (PC-98)

    • Sun ESP family

    • Sun FAS family

    • Tekram DC390

    • Tekram DC390T

    [i386,amd64] The hpt27xx(4) driver supports the following SAS controllers:

    • HighPoint's RocketRAID 271x series

    • HighPoint's RocketRAID 272x series

    • HighPoint's RocketRAID 274x series

    • HighPoint's RocketRAID 276x series

    • HighPoint's RocketRAID 278x series

    [i386,amd64] The hptiop(4) driver supports the following SAS and SATA RAID controllers:

    • HighPoint RocketRAID 4522

    • HighPoint RocketRAID 4521

    • HighPoint RocketRAID 4520

    • HighPoint RocketRAID 4322

    • HighPoint RocketRAID 4321

    • HighPoint RocketRAID 4320

    • HighPoint Rocket RAID 4311

    • Hi! ghPoint RocketRAID 4310

    • HighPoint RocketRAID 3640

    • HighPoint RocketRAID 3622

    • HighPoint RocketRAID 3620

    The hptiop(4) driver also supports the following SAS and SATA RAID controllers that are already End-of-Life:

    • HighPoint RocketRAID 4211

    • HighPoint RocketRAID 4210

    • HighPoint RocketRAID 3560

    • HighPoint RocketRAID 3540

    • HighPoint RocketRAID 3530

    • HighPoint RocketRAID 3522

    • HighPoint RocketRAID 3521

    • HighPoint RocketRAID 3520

    • HighPoint RocketRAID 3511

    • HighPoint RocketRAID 3510

    • HighPoint RocketRAID 3410

    • HighPoint RocketRAID 3320

    • HighPoint RocketRAID 3220

    • HighPoint RocketRAID 3122

    • HighPoint RocketRAID 3120

    • HighPoint RocketRAID 3020

    [i386,amd64] The hptmv(4) driver supports the following ATA RAID controllers:

    • HighPoint's RocketRAID 182x series

    [i386,amd64] The hptrr(4) driver supports the following RAID controllers:

    • RocketRAID 172x series

    • RocketRAID 174x series

    • RocketRAID 2210

    • RocketRAID 222x series

    • RocketRAID 2240

    • RocketRAID 230x series

    • RocketRAID 231x series

    • RocketRAID 232x series

    • RocketRAID 2340

    • RocketRAID 2522

    [i386] The following controllers are supported by the ida(4) driver:

    • Compaq SMART Array 221

    • Compaq Integrated SMART Array Controller

    • Compaq SMART Array 4200

    • Compaq SMART Array 4250ES

    • Compaq SMART 3200 Controller

    • Compaq SMART 3100ES Controller

    • Compaq SMART-2/DH Controller

    • Compaq SMART-2/SL Controller

    • Compaq SMART-2/P Controller

    • Compaq SMART-2/E Controller

    • Compaq SMART Controller

    [i386,ia64,amd64] Controllers supported by the iir(4) driver include:

    • Intel RAID Controller SRCMR

    • Intel Server RAID Controller U3-l (SRCU31a)

    • Intel Server RAID Controller U3-1L (SRCU31La)

    • Intel Server RAID Controller U3-2 (SRCU32)

    • All past and future releases of Intel and ICP RAID Controllers.

    • Intel RAID Controller SRCU21 (discontinued)

    • Intel RAID Controller SRCU31 (older revision, not compatible)

    • Intel RAID Controller SRCU31L (older revision, not compatible)

    The SRCU31 and SRCU31L can be updated via a firmware update available from Intel.

    [i386,amd64] Controllers supported by the ips(4) driver include:

    • IBM ServeRAID 3H

    • ServeRAID 4L/4M/4H

    • ServeRAID Series 5

    • ServeRAID 6i/6M

    • ServeRAID 7t/7k/7M

    Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver.

    [i386,amd64] The isci(4) driver provides support for Intel C600 SAS controllers.

    Cards supported by the isp(4) driver include:

    • ISP1000

    • ISP1020

    • ISP1040

    • Qlogic 1240

    • Qlogic 1020

    • Qlogic 1040

    • Qlogic 1080

    • Qlogic 1280

    • Qlogic 12160

    • Qlogic 210X

    • Qlogic 220X

    • Qlogic 2300

    • Qlogic 2312

    • Qlogic 234X

    • Qlogic 2322

    • Qlogic 200

    • Qlogic 2422

    • Qlogic 2432

    [i386,ia64,amd64] The mfi(4) driver supports the following hardware:

    • LSI MegaRAID SAS 1078

    • LSI MegaRAID SAS 8408E

    • LSI MegaRAID SAS 8480E

    • LSI MegaRAID SAS 9240

    • LSI MegaRAID SAS 9260

    • Dell PERC5

    • Dell PERC6

    • IBM ServeRAID M1015 SAS/SATA

    • IBM ServeRAID M1115 SAS/SATA

    • IBM ServeRAID M5015 SAS/SATA

    • IBM ServeRAID M5110 SAS/SATA

    • IBM ServeRAID-MR10i

    • Intel RAID Controller SRCSAS18E

    • Intel RAID Controller SROMBSAS18E

    [i386,ia64,amd64] Controllers supported by the mlx(4) driver include:

    • Mylex DAC960P

    • Mylex DAC960PD / DEC KZPSC (Fast Wide)

    • Mylex DAC960PDU

    • Mylex DAC960PL

    • Mylex DAC960PJ

    • Mylex DAC960PG

    • Mylex DAC960PU / DEC PZPAC (Ultra Wide)

    • Mylex AcceleRAID 150 (DAC960PRL)

    • Mylex AcceleRAID 250 (DAC960PTL1)

    • Mylex eXtremeRAID 1100 (DAC1164P)

    • RAIDarray 230 controllers, aka the Ultra-SCSI DEC KZPAC-AA (1-ch, 4MB cache), KZPAC-CA (3-ch, 4MB), KZPAC-CB (3-ch, 8MB cache)

    All major firmware revisions (2.x, 3.x, 4.x and 5 .x) are supported, however it is always advisable to upgrade to the most recent firmware available for the controller.

    Compatible Mylex controllers not listed should work, but have not been verified.

    Note:

    [amd64, i386] Booting from these + supported.

    [sparc64] Controllers supported by the esp(4) driver include:

    • MELCO IFC-DP (PC-98)

    • Sun ESP family

    • Sun FAS family

    • Tekram DC390

    • Tekram DC390T

    [i386,amd64] The hpt27xx(4) driver supports the following SAS controllers:

    • HighPoint's RocketRAID 271x series

    • HighPoint's RocketRAID 272x series

    • HighPoint's RocketRAID 274x series

    • HighPoint's RocketRAID 276x series

    • HighPoint's RocketRAID 278x series

    [i38 6,amd64] The hptiop(4) driver supports the following SAS and SATA RAID controllers:

    • HighPoint RocketRAID 4522

    • HighPoint RocketRAID 4521

    • HighPoint RocketRAID 4520

    • HighPoint RocketRAID 4322

    • HighPoint RocketRAID 4321

    • HighPoint RocketRAID 4320

    • HighPoint RocketRAID 4311

    • HighPoint RocketRAID 4310

    • HighPoint RocketRAID 3640

    • HighPoint RocketRAID 3622

    • HighPoint RocketRAID 3620

    The hptiop(4) driver also supports the following SAS and SATA RAID controllers that are already End-of-Life:

    • HighPoint RocketRAID 4211

    • HighPoint RocketRAID 4210

    • HighPoint RocketRAID 3560

    • HighPoint RocketRAID 3540

    • HighPoint RocketRAID 3530

    • HighPoint RocketRAID 3522

    • HighPoint RocketRAID 3521

    • HighPoint RocketRAID 3520

    • HighPoint RocketRAID 3511

    • HighPoint RocketRAI D 3510

    • HighPoint RocketRAID 3410

    • HighPoint RocketRAID 3320

    • HighPoint RocketRAID 3220

    • HighPoint RocketRAID 3122

    • HighPoint RocketRAID 3120

    • HighPoint RocketRAID 3020

    [i386,amd64] The hptmv(4) driver supports the following ATA RAID con trollers:

    • HighPoint's RocketRAID 182x series

    [i386,amd64] The hptrr(4) driver supports the following RAID controllers:

    • RocketRAID 172x series

    • RocketRAID 174x series

    • RocketRAID 2210

    • RocketRAID 222x series

    • RocketRAID 2240

    • RocketRAID 230x series

    • RocketRAID 231x series

    • RocketRAID 232x series

    • RocketRAID 2340

    • RocketRAID 2522

    [i386] The following controllers are supported by the ida(4) driver:

    • Compaq SMART Array 221

    • Compaq Integrated SMART Array Controller

    • Compaq SMART Array 4200

    • Compaq SMART Array 4250ES

    • Compaq SMART 3200 Controller

    • Compaq SMART 3100ES Controller

    • Compaq SMART-2/DH Controller

    • Compaq SMART-2/SL Controller

    • Compaq SMART-2/P Controller

    • Compaq SMART-2/E Controller

    • Compaq SMART Controller

    [i386,ia64,amd64] Controllers supported by the iir(4) driver include:

    • Intel RAID Controller SRCMR

    • Intel Server RAID Controller U3-l (SRCU31a)

    • Intel Server RAID Controller U3-1L (SRCU31La)

    • Intel Server RAID Controller U3-2 (SRCU32)

    • All past and future releases of Intel and ICP RAID Controllers.

    • Intel RAID Controller SRCU21 (discontinued)

    • Intel RAID Controller SRCU31 (older revision, not compatible)

    • Intel RAID Controller SRCU31L (older revision, not compatible)

    The SRCU31 and SRCU31L can be updated via a firmware update available from Intel.

    [i386,amd64] Controllers supported by the ips(4) driver include:

    • IBM ServeRAID 3H

    • ServeRAID 4L/4M/4H

    • ServeRAID Series 5

    • ServeRAID 6i/6M

    • ServeRAID 7t/7k/7M

    Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver.

    [i386,amd64] The isci(4) driver provides support for Intel C600 SAS controllers.

    Cards supported by the isp(4) driver include:

    • ISP1000

    • ISP1020

    • ISP1040

    • Qlogic 1240

    • Qlogic 1020

    • Qlogic 1040

    • Qlogic 1080

    • Qlogic 1280

    • Qlogic 12160

    • Qlogic 210X

    • Qlogic 220X

    • Qlogic 2300

    • Qlogic 2312

    • Qlogic 234X

    • Qlogic 2322

    • Qlogic 200

    • Qlogic 2422

    • Qlogic 2432

    [i386,ia64,amd64] The mfi(4) driver supports the following hardware:

    • LSI MegaRAID SAS 1078

    • LSI MegaRAID SAS 8408E

    • LSI MegaRAID SAS 8480E

    • LSI MegaRAID SAS 9240

    • LSI MegaRAID SAS 9260

    • Dell PERC5

    • Dell PERC6

    • IBM ServeRAID M1015 SAS/SATA

    • IBM ServeRAID M1115 SAS/SATA

    • IBM ServeRAID M5015 SAS/SATA

    • IBM ServeRAID M5110 SAS/SATA

    • IBM ServeRAID-MR10i

    • Intel RAID Controller SRCSAS18E < /p>

    • Intel RAID Controller SROMBSAS18E

    [i386,ia64,amd64] Controllers supported by the mlx(4) driver include:

    • Mylex DAC960P

    • Mylex DAC960PD / DEC KZPSC (Fast Wide)

    • Mylex DAC960PDU

    • Mylex DAC960PL

    • Mylex DAC960PJ

    • Mylex DAC960PG

    • Mylex DAC960PU / DEC PZPAC (Ultra Wide)

    • Mylex AcceleRAID 150 (DAC960PRL)

    • Mylex AcceleRAID 250 (DAC960PTL1)

    • Mylex eXtremeRAID 1100 (DAC1164P)

    • RAIDarray 230 controllers, aka the Ultra-SCSI DEC KZPAC-AA (1-ch, 4MB cache), KZPAC-CA (3-ch, 4MB), KZPAC-CB (3-ch, 8MB cache)

    All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it is always advisable to upgrade to the most recent firmware available for the controller.

    Compatible Mylex controllers not listed should work, but have not been verified.

    Note:

    [amd64, i386] Booting from these controllers is supported. EISA adapters are not - supported.

    [i386,ia64,amd64] Controllers supported by the mly(4) driver include:

    • Mylex AcceleRAID 160

    • Mylex AcceleRAID 170

    • Mylex AcceleRAID 352

    • Mylex eXtremeRAID 2000

    • Mylex eXtremeRAID 3000

    Compatible Mylex controllers not listed should work, but have not been verified.

    The mps(4) driver supports the following hardware:

    • LSI Logic SAS2004 (4 Port SAS)

    • LSI Logic SAS2008 (8 Port SAS)

    • LSI Logic SAS2108 (8 Port SAS)

    • LSI Logic SAS2116 (16 Port SAS)

    • LSI Logic SAS2208 (8 Port SAS)

    • LSI Logic SAS2308 (8 Port SAS)

    • LSI Logic SSS6200 Solid State Storage

    • Intel Integrated RAID Module RMS25JB040

    • Intel Integrated RAID Module RMS25JB080

    • Intel Integrated RAID Module RMS25KB040

    • Intel Integrated RAID Module RMS25KB080

    The following controllers are supported by the mpt(4) driver:

    • LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI)

    • LSI Logic AS1064, LSI Logic AS1068

    • LSI Logic FC909 (1Gb/s Fibre Channel)

    • LSI Logic FC909A (Dual 1Gb/s Fibre Channel)

    • LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel)

    • LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel)

    • LSI Logic FC949X (Dual 4Gb/s Fibre Channel)

    • LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express)

    The Ultra 320 SCSI controller chips supported by the mpt(4) driver ca n be found onboard on many systems including:

    • Dell PowerEdge 1750 thru 2850

    • IBM eServer xSeries 335

    These systems also contain Integrated RAID Mirroring and Integrated RAID Mirroring Enhanced which this driver also supports.

    The SAS controller chips are also present on many new AMD/Opteron based systems, like the Sun 4100. Note that this controller can drive both SAS and SATA drives or a mix of them at the same time. The Integrated RAID Mirroring available for these controllers is poorly supported at best.

    The Fibre Channel controller chipset are supported by a broad variety of speeds and systems. The Apple Fibre Channel HBA is in fact the FC949ES card.

    This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firm ware utility that establishes what roles the! card can! take on - no separate compilation is required.

    The mvs(4) driver supports the following controllers:

    Gen-I (SATA 1.5Gbps):

    • 88SX5040

    • 88SX5041

    • 88SX5080

    • 88SX5081

    Gen-II (SATA 3Gbps, NCQ, PMP):

    • 88SX6040

    • 88SX6041 (including Adaptec 1420SA)

    • 88SX6080

    • 88SX6081

    Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS):

    • 88SX6042

    • 88SX7042 (including Adaptec 1430SA)

    • 88F5182 SoC

    • 88F6281 SoC

    • MV78100 SoC

    Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port.

    [i386,pc98,amd64] The ncr(4) driver provides support for the following NCR/Symbios SCSI controller chips:

    • 53C810

    • 53C810A

    • 53C815

    • 53C820

    • 53C825A

    • < li class="listitem">

      53C860

    • 53C875

    • 53C875J

    • 53C885

    • 53C895

    • 53C895A

    • 53C896

    • 53C1510D

    The following add-on boards are known to be supported:

    • I-O DATA SC-98/PCI (PC-98)

    • I-O DATA SC-PCI (PC-98)

    [i386,pc98] The following devices are currently supported by the ncv(4) driver:

    • I-O DATA PCSC-DV

    • KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450

    • Macnica Miracle SCSI-II mPS110

    • Media Intelligent MSC-110, MSC-200

    • NEC PC-9801N-J03R

    • New Media Corporation BASICS SCSI

    • Qlogic Fast SCSI

    • RATOC REX-9530, REX-5572 (SCSI only)

    [i386,pc98] Controllers supported by the nsp(4) driver include:

    • Alpha-Data AD-PCS201

    • I-O DATA CBSC16

    [i386] The pst(4) driver supports the Promise Supertra! k SX6000 ! ATA hardware RAID controller.

    The siis(4) driver supports the following controller chips:

    • SiI3124 (PCI-X 133MHz/64bit, 4 ports)

    • SiI3131 (PCIe 1.0 x1, 1 port)

    • SiI3132 (PCIe 1.0 x1, 2 ports)

    • SiI3531 (PCIe 1.0 x1, 1 port)

    [i386,pc98] Controllers supported by the stg(4) driver include:

    • Adaptec 2920/A

    • Future Domain SCSI2GO

    • Future Domain TMC-18XX/3260

    • IBM SCSI PCMCIA Card

    • ICM PSC-2401 SCSI

    • MELCO IFC-SC

    • RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A

    Note that the Adaptec 2920C is supported by the ahc(4) driver.

    The sym(4) driver provides support for the following Symbios/LSI Logic PCI SCSI controllers:

    • 53C810

    • 53C810A

    • 53C815

    • 53C825

    • 53C825A

    • 53C860

    • 53C875

    • 53C! 876

    • 53C895

    • 53C895A

    • 53C896

    • 53C897

    • 53C1000

    • 53C1000R

    • 53C1010-33

    • 53C1010-66

    • 53C1510D

    The SCSI controllers supported by sym(4) can be either embedded on a motherboard, or on one of the following add-on boards:

    • ASUS SC-200, SC-896

    • Data Technology DTC3130 (all variants)

    • DawiControl DC2976UW

    • Diamond FirePort (all)

    • I-O DATA SC-UPCI (PC-98)

    • Logitec LHA-521UA (PC-98)

    • NCR cards (all)

    • Symbios cards (all)

    • Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W

    • Tyan S1365

    [i386,amd64] SCSI controllers supported by the trm(4) driver include:

    • Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector

    • Tekram DC-315U PCI Ultra SCSI adapter without BIOS

    • Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector

    • Tekram DC-395U ! PCI Ultra! SCSI adapter with flash BIOS

    • Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS

    • Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS

    For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver.

    [i386,amd64] The twa(4) driver supports the following SATA RAID controllers:

    • AMCC's 3ware 9500S-4LP

    • AMCC's 3ware 9500S-8

    • AMCC's 3ware 9500S-8MI

    • AMCC's 3ware 9500S-12

    • AMCC's 3ware 9500S-12MI

    • AMCC's 3ware 9500SX-4LP

    • AMCC's 3ware 9500SX-8LP

    • AMCC's 3ware 9500SX-12

    • AMCC's 3ware 9500SX-12MI

    • AMCC's 3ware 9500SX-16ML

    • AMCC's 3ware 9550SX-4LP

    • AMCC's 3ware 9550SX-8LP

    • AMCC's 3ware 9550SX-12

    • AMCC's 3ware 9550SX-12MI

    • AMCC's 3ware 9550SX-16ML

    • AMCC's 3ware 9650SE-2LP

    • AMCC's 3ware 9650SE-4LPML

    • AMCC's 3ware 9650SE-8LPML

    • AMCC's 3ware 9650SE-12ML

    • AMCC's 3ware 9650SE-16ML

    • AMCC's 3ware 9650SE-24M8

    [i386,amd64] The twe(4) driver supports the following PATA/SATA RAID controllers:

    [i386] The vpo(4) driver supports the following parallel to SCSI interfaces:

    • Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives)

    • Iomega Jaz Traveller interface

    • Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives)

    [i386] The wds(4) driver supports the WD7000 SCSI - controller.

    With all supported SCSI controllers, full support is + supported.

    [i386,ia64,amd64] Controllers supported by the mly(4) driver include:

    • Mylex AcceleRAID 160

    • Mylex AcceleRAID 170

    • Mylex AcceleRAID 352

    • Mylex eXtremeRAID 2000

    • Mylex eXtremeRAID 3000

    Compatible Mylex controllers not listed should work, but have not been verified.

    The mps(4) driver supports the following hardware:

    • LSI Logic SAS2004 (4 Port SAS)

    • LSI Logic SAS2008 (8 Port SAS)

    • LSI Logic SAS2108 (8 Port SAS)

    • LSI Logic SAS2116 (16 Port SAS)

    • LSI Logic SAS2208 (8 P! ort SAS)

    • LSI Logic SAS2308 (8 Port SAS)

    • LSI Logic SSS6200 Solid State Storage

    • Intel Integrated RAID Module RMS25JB040

    • Intel Integrated RAID Module RMS25JB080

    • Intel Integrated RAID Module RMS25KB040

    • Intel Integrated RAID Module RMS25KB080

    The following controllers are supported by the mpt(4) driver:

    • LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI)

    • LSI Logic AS1064, LSI Logic AS1068

    • LSI Logic FC909 (1Gb/s Fibre Channel)

    • LSI Logic FC909A (Dual 1Gb/s Fibre Channel)

    • LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel)

    • LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel)

    • LSI Logic FC949X (Dual 4Gb/s Fibre Channel)

    • LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express)

    The Ultra 320 SCSI controller chips supported by the mpt(4) driver can be found onboard on many systems including:

    • Dell PowerEdge 1750 thru 2850

    • IBM eServer xSeries 335

    These systems also contain Integrat ed RAID Mirroring and Integrated RAID Mirroring Enhanced which this driver also supports.

    The SAS controller chips are also present on many new AMD/Opteron based systems, like the Sun 4100. Note that this controller can drive both SAS and SATA drives or a mix of them at the same time. The Integrated RAID Mirroring available for these controllers is poorly supported at best.

    The Fibre Channel controller chipset are supported by a broad variety of speeds and systems. The Apple Fibre Channel HBA is in fact the FC949ES card.

    This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required.

    The mvs(4) driver supports the following controllers:

    Gen-I (SATA 1.5Gbps):

    • 88SX5040

    • 88SX5041

    • 88SX5080

    • 88SX5081

    Gen-II (SATA 3Gbps, NCQ, PMP):

    • 88SX6 040

    • 88SX6041 (including Adaptec 1420SA)

    • 88SX6080

    • 88SX6081

    Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS):

    • 88SX6042

    • 88SX7042 (including Adaptec 1430SA)

    • 88F5182 SoC

    • 88F6281 SoC

    • MV78100 SoC

    Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port.

    [i386,pc98,amd64] The ncr(4) driver provides support for the following NCR/Symbios SCSI controller chips:

    • 53C810

    • 53C810A

    • 53C815

    • 53C820

    • 53C825A

    • 53C860

    • 53C875

    • 53C875J

    • 53C885

    • 53C895

    • 53C895A

    • 53C896

    • 53C1510D

    The following add-on boards are known to be supported:

      < li class="listitem">

      I-O DATA SC-98/PCI (PC-98)

    • I-O DATA SC-PCI (PC-98)

    [i386,pc98] The following devices are currently supported by the ncv(4) driver:

    • I-O DATA PCSC-DV

    • KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450

    • Macnica Miracle SCSI-II mPS110

    • Media Intelligent MSC-110, MSC-200

    • NEC PC-9801N-J03R

    • New Media Corporation BASICS SCSI

    • Qlogic Fast SCSI

    • RATOC REX-9530, REX-5572 (SCSI only)

    [i386,pc98] Controllers supported by the nsp(4) driver include:

    • Alpha-Data A D-PCS201

    • I-O DATA CBSC16

    [i386] The pst(4) driver supports the Promise Supertrak SX6000 ATA hardware RAID controller.

    The siis(4) driver supports the following controller chips:

    • SiI3124 (PCI-X 133MHz/64bit, 4 ports)

    • SiI3131 (PCIe 1.0 x1, 1 port)

    • SiI3132 (PCIe 1.0 x1, 2 ports)

    • SiI3531 (PCIe 1.0 x1, 1 port)

    [i386,pc98] Controllers supported by the stg(4) driver include:

    • Adaptec 2920/A

    • Future Domain SCSI2GO

    • Future Domain TMC-18XX/326 0

    • IBM SCSI PCMCIA Card

    • ICM PSC-2401 SCSI

    • MELCO IFC-SC

    • RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A

    Note that the Adaptec 2920C is supported by the ahc(4) driver.

    The sym(4) driver provides support for the following Symbios/LSI Logic PCI SCSI controllers:

    • 53C810

    • 53C810A

    • 53C815

    • 53C825

    • 53C825A

    • 53C860

    • 53C875

    • 53C876

    • 53C895

    • 53C895A

    • 53C896

    • 53C897

    • 53C1000

    • 53C1000R

    • 53C1010-33

    • 53C1010-66

    • 53C1510D

    The SCSI controllers supported by sym(4) can be either embedded on a motherboard, or on one of the following add-on boards:

    • ASUS SC-200, SC-896

    • Data Technology DTC3130 (all variants)

    • DawiControl DC2976UW

    • Diamond FirePort (all)

    • I-O DATA SC-UPCI (PC-98)

    • Logitec LHA-521UA (PC-98)

    • NCR cards (all)

    • Symbios cards (all)

    • Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W

    • Tyan S1365

    < /div>

    [i386,amd64] SCSI controllers supported by the trm(4) driver include:

    • Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector

    • Tekram DC-315U PCI Ultra SCSI adapter without BIOS

    • Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector

    • Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS

    • Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS

    • Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS

    For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver.

    [i386,amd64] The twa(4) driver supports the following SATA RAID controllers:

    • AMCC's 3ware 9500S-4LP

    • AMCC's 3ware 9500S-8

      !
    • AMCC's 3ware 9500S-8MI

    • AMCC's 3ware 9500S-12

    • AMCC's 3ware 9500S-12MI

    • AMCC's 3ware 9500SX-4LP

    • AMCC's 3ware 9500SX-8LP

    • AMCC's 3ware 9500SX-12

    • AMCC's 3ware 9500SX-12MI

    • AMCC's 3ware 9500SX-16ML

    • AMCC's 3ware 9550SX-4LP

    • AMCC's 3ware 9550SX-8LP

    • AMCC's 3ware 9550SX-12

    • AMCC's 3ware 9550SX-12MI

    • AMCC's 3ware 9550SX-16ML

    • AMCC's 3ware 9650SE-2LP

    • AMCC's 3ware 9650SE-4LPML

    • AMCC's 3ware 9650SE-8LPML

    • AMCC's 3ware 9650SE-12ML

    • AMCC's 3ware 9650SE-16ML

    • AMCC's 3ware 9650SE-24M8

    [i386,amd64] The twe(4) driver supports the following PATA/SATA RAID controllers:

    • AMCC's 3ware 5000 series

    • AMCC's 3ware 6000 series

    • AMCC's 3ware 7000-2

    • AMCC's 3ware 7006-2

    • AMCC's 3ware 7500-4LP

    • A MCC's 3ware 7500-8

    • AMCC's 3ware 7500-12

    • AMCC's 3ware 7506-4LP

    • AMCC's 3ware 7506-8

    • AMCC's 3ware 7506-12

    • AMCC's 3ware 8006-2LP

    • AMCC's 3ware 8500-4LP

    • AMCC's 3ware 8500-8

    • AMCC's 3ware 8500-12

    • AMCC's 3ware 8506-4LP

    • AMCC's 3war! e 8506-8 !

    • AMCC's 3ware 8506-8MI

    • AMCC's 3ware 8506-12

    • AMCC's 3ware 8506-12MI

    [i386] The vpo(4) driver supports the following parallel to SCSI interfaces:

    • Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives)

    • Iomega Jaz Travell er interface

    • Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives)

    [i386] The wds(4) driver supports the WD7000 SCSI + controller.

    With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by - the CD-ROM drivers (such as cd(4)). WORM/CD-R/CD-RW - writing support is provided by cdrecord(1), which is a - part of the sysutils/cdrtools port in the Ports - Collection.

    The following CD-ROM type systems are supported at this - time:

    • SCSI interface (also includes ProAudio Spectrum and - SoundBlaster SCSI) (cd(4))

    • [i386] Sony proprietary interface (all models) - (scd(4))

    • ATAPI IDE interface (acd(4))

    [i386] The following device is unmaintained:

    • Mitsumi proprietary CD-ROM interface (all models) - (mcd(4))

    3.2. Ethernet Interfaces

    The ae(4) driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware:

    • ASUS EeePC 701

    • ASUS EeePC 900

    Other hardware may or may not work with this driver.

    The age(4) driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including:

    • ASUS M2N8-VMX

    • ASUS M2V

    • ASUS M3A

    • ASUS P2-M2A590G

    • ASUS P5B-E

    • ASUS P5B-MX/WIFI-AP

    • ASUS P5B-VMSE

    • ASUS P5K

    • ASUS P5KC

    • ASUS P5KPL-C

    • ASUS P5KPL-VM

    • ASUS P5K-SE

    • ASUS P5K-V

    • ASUS P5L-MX

    • ASUS P5DL2-VM

    • ASUS P5L-VM 1394

    • ! ASUS G2S

    The ale(4) device driver provides support for the following Ethernet controllers:

    • Atheros AR8113 PCI Express Fast Ethernet controller

    • Atheros AR8114 PCI Express Fast Ethernet controller

    • Atheros AR8121 PCI Express Gigabit Ethernet controller

    [i386,pc98,ia64,amd64,powerpc] Adapters supported by the aue(4) driver include:

    • Abocom UFE100 0, DSB650TX_NA

    • Accton USB320-EC, SpeedStream

    • ADMtek AN986, AN8511

    • Billionton USB100, USB100LP, USB100EL, USBE100

    • Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS

    • D-Link DSB-650, DSB-650TX, DSB-650TX-PNA

    • Elecom LD-USBL/TX

    • Elsa Microlink USB2Ethernet

    • HP hn210e

    • I-O Data USB ETTX

    • Kingston KNU101TX

    • LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1

    • MELCO LUA-TX, LUA2-TX

    • Netgear FA101

    • Planex UE-200TX

    • Sandberg USB to Network Link (model number 133-06)

    • Siemens Speedstream

      SmartBridges smartNIC

    • SMC 2202USB

    • SOHOware NUB100

    [i386,pc98,amd64,powerpc] The axe(4) driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including:

    AX88172:

    • AboCom UF200

    • Acer Communications EP1427X2

    • ASIX AX88172

    • ATen UC210T

    • Billionton SnapPort

    • Billionton USB2AR

    • Buffalo (Melco Inc.) LUA-U2-KTX

    • Corega USB2_TX

    • D-Link DUBE100

    • Goodway GWUSB2E

    • JVC MP_PRX1

    • LinkSys USB200M

    • Netgear FA120

    • Sitecom LN-029

    • System TALKS Inc. SGC-X2UL

    AX88178:

    • ASIX AX88178

    • Belkin F5D5055

    • Logitec LAN-GTJ/U2A

    • Buffalo (Melco Inc.) LUA3-U2-AGT

    • Planex Communications GU1000T

    • Sitecom Europe LN-028

    AX88772:

    • ASIX AX88772

    • Buffalo (Melco Inc.) LUA3-U2-ATX

    • D-Link DUBE100B1

    • Planex UE-200TX-G

    • Planex UE-200TX-G2

    AX88772A:

    • ASIX AX88772A

    • Cisco-Linksys USB200Mv2

    AX88772B:

    • ASIX AX88772B

    • Lenovo USB 2.0 Ethernet

    AX88760:

    • ASIX AX88760

    [i386,amd64] The bce(4) driver provides support for various NICs based on the Broadcom NetXtreme II family of Gigabit Ethernet controllers, including the follo wing:

    • Broadcom NetXtreme II BCM5706 1000Base-SX

    • Broadcom NetXtreme II BCM5706 1000Base-T

    • Broadcom NetXtreme II BCM5708 1000Base-SX

    • Broadcom NetXtreme II BCM5708 1000Base-T

    • Broadcom NetXtreme II BCM5709 1000Base-SX

    • Broadcom NetXtreme II BCM5709 1000Base-T

    • Broadcom NetXtreme II BCM5716 1000Base-T

    • Dell PowerEdge 1950 integrated BCM5708 NIC

    • Dell PowerEdge 2950 integrated BCM5708 NIC

    • Dell PowerEdge R710 integrated BCM5709 NIC

    • HP NC370F Multifunction Gigabit Server Adapter

    • HP NC370T Multifunction Gigabit Server Adapter

    • HP NC370i Multifunction Giga! bit Serve! r Adapter

    • HP NC371i Multifunction Gigabit Server Adapter

    • HP NC373F PCIe Multifunc Giga Server Adapter

    • HP NC373T PCIe Multifunction Gig Server Adapter

    • HP NC373i Multifunction Gigabit Server Adapter

    • HP NC373m Multifunction Gigabit Server Adapter

    • HP NC374m PCIe Multifunction Adapter

    • HP NC380T PCIe DP Multifunc Gig Server Adapter

    • HP NC382T PCIe DP Multifunction Gigabit Server Adapter

    • HP NC382i DP Multifunction Gigabit Server Adapter

    • HP NC382m DP 1GbE Multifunction BL-c Adapter

    [amd64, i386] Broadcom BCM4401 based Fast - Ethernet adapters (bfe(4) driver)

    [i386,pc98,sparc64,ia64,amd64] The bge(4) driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following:

    • 3Com 3c996-SX (1000baseSX)

    • 3Com 3c996-T (10/100/1000baseTX)

    • Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX)

    • Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)

    • Dell PowerEdge 2650 in tegrated BCM5703 NIC (10/100/1000baseTX)

    • Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX)

    • Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX)

    • IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX)

    • HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX)

    • HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX)

    • HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX)

    • HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX)

    • HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX)

    • Netgear GA302T (10/100/1000baseTX)

    • SysKonnect SK-9D21 (10/100/1000baseTX)

    • SysKonnect SK-9D41 (1000baseSX)

    [i386,amd64] The bxe(4) driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following:

    • Broadcom NetXtreme II BCM57710 10Gb

    • Broadcom NetXtreme II BCM57711 10Gb

    • Broadcom NetXtreme II BCM57711E 10Gb

    • Broadcom NetXtreme II BCM57712 10Gb

    • Broadcom NetXtreme II BCM57712-MF 10Gb

    • Broadcom NetXtreme II BCM57800 10Gb

    • Broadcom NetXtreme II BCM57800-MF 10Gb

    • Broadcom NetXtreme II BCM57810 10Gb

    • Broadcom NetXtreme II BCM57810-MF 10Gb

    • Broadcom NetXtreme II BCM57840 10Gb / 20Gb

    • Broadcom NetXtreme II BCM57840-MF 10Gb

    The chips supported by the cas(4) driver are:

    • National Semiconductor DP83065 Saturn Gigabit Ethernet

    • Sun Cassini Gigabit Ethernet

    • Sun Cassini+ Gigabit Ethernet

    The following add-on cards are known to work with the cas(4) driver at this time:

    • ! Sun GigaS! wift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524)

    • Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902)

    • Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719)

    • Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522)

    • Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738)

    [i386,pc98,ia64,amd64,powerpc] The following devices are supported by the cdce(4) driver:

    • Prolific PL-2501 Host-to-Host Bridge Controller

    • Sharp Zaurus PDA

    • Terayon TJ-715 DOCSIS Cable Modem

    [amd6 4, i386] Crystal Semiconductor - CS89x0-based NICs (cs(4) driver)

    [i386,pc98,ia64,amd64,powerpc] The cue(4) driver supports CATC USB-EL1210A based USB Ethernet adapters including:

    • Belkin F5U011/F5U111

    • CATC Netmate

    • CATC Netmate II

    • SmartBridges SmartLink

    [i386,amd64] The cxgb(4) driver supports 10 Gigabit a nd 1 Gigabit Ethernet adapters based on the T3 and T3B chipset:

    • Chelsio 10GBase-CX4

    • Chelsio 10GBase-LR

    • Chelsio 10GBase-SR

    The dc(4) driver provides support for the following chipsets:

    • DEC/Intel 21143

    • ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II

    • ALi/ULi M5261 and M5263

    • ASIX Electronics AX88140A and AX88141

    • Conexant LANfinity RS7112 (miniPCI)

    • Davicom DM9009, DM9100, DM9102 and DM9! 102A

    • Lite-On 82c168 and 82c169 PNIC

    • Lite-On/Macronix 82c115 PNIC II

    • Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732

    • Xircom X3201 (cardbus only)

    The following NICs are known to work with the dc(4) driver at this time:

    • 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P)

    • Abocom FE2500

    • Accton EN1217 (98715A)

    • Accton EN2242 MiniPCI

    • Adico AE310TX (98715A)

    • Alfa Inc GFC2204 (ASIX AX88140A)

    • Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143, non-MII)

    • Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII)

    • Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII)

    • CNet Pro110B (ASIX AX88140A)

    • CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715)

    • Compex RL100-TX (98713 or 98713A)

    • D-Link DFE-570TX (21143, MII, quad port)

    • Digital DE500-BA 10/100 (21143, non-MII)

    • ELECOM Laneed LD-CBL/TXA (ADMtek AN985)

    • Hawking CB102 CardBus

    • IBM EtherJet Cardbus Adapter

    • Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset)

    • Jaton XpressNet (! Davicom D! M9102)

    • Kingston KNE100TX (21143, MII)

    • Kingston KNE110TX (PNIC 82c169)

    • LinkSys LNE100TX (PNIC 82c168, 82c169)

    • LinkSys LNE100TX v2.0 (PNIC II 82c115)

    • LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P)

    • Matrox FastNIC 10/100 (PNIC 82c168, 82c169)

    • Melco LGY-PCI-TXL

    • Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C)

    • Microsoft MN-130 10/100 PCI (ADMTek Centaur-P)

    • NDC SOHOware SFA110A (98713A)

    • NDC SOHOware SFA110A Rev B4 (98715AEC-C)

    • NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169)

    • Netgear FA511

    • PlaneX FNW-3602-T (ADMtek AN985)

    • SMC EZ Card 10/100 1233A-TX (ADMtek AN985)

    • SVEC PN102-TX (98713)

    • Xircom Cardbus Realport

    • Xircom Cardbus Ethernet 10/100

    • Xircom Cardbus Ethernet II 10/100

    [i386,pc98,ia64,amd64] Adapters supported by the de(4) driver include:

    • Adaptec ANA-6944/TX

    • Cogent EM100FX and EM440TX

    • Corega FastEther PCI-TX

    • D-Link DFE-500TX

    • DEC DE435, DEC DE450, and DEC DE500

    • ELECOM LD-PCI2T, LD-PCITS

    • I-O DATA LA2/T-PCI

    • S! MC Etherpower 8432, 9332 and 9334

    • ZNYX ZX3xx

    [i386,pc98] The ed(4) driver supports the following Ethernet NICs:

    • 3Com 3c503 Etherlink II

    • AR-P500 Ethernet

    • Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000)

    • Accton EN2212/EN2216/UE2216

    • Allied Telesis CentreCOM LA100-PCM_V2

    • Allied Telesis LA-98 (flags 0x000000) (PC-98)

    • Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98)

    • Allied Telesis SIU-98-D (flags 0x610000) (PC-98)

    • AmbiCom 10BaseT card (8002, 8002T, 8010 and 8610)

    • Bay Networks NETGEAR FA410TXC Fast Ethernet

    • Belkin F5D5020 PC Card Fast Ethernet

    • Billionton LM5LT-10B Ethernet/Modem PC Card

    • Billionton LNT-10TB, LNT-10TN Ethernet PC Card

    • Bromax iPort 10/100 Ethernet PC Card

    • Bromax iPort 10 Ethernet PC Card

    • Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX, LPC-CTX PC Card

    • Buffalo LPC-CF-CLT CF Card

    • CNet BC40 adapter

    • Compex Net-A adapter

    • Compex RL2000

    • Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98)

    • Cont ec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (f! lags 0x30! 0000) (PC-98)

    • Corega Ether98-T (flags 0x000000) (PC-98)

    • Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD

    • Corega LAPCCTXD (TC5299J)

    • CyQ've ELA-010

    • DEC EtherWorks DE305

    • Danpex EN-6200P2

    • D-Link DE-298, DE-298P (flags 0x500000) (PC-98)

    • D-Link DE-660, DE-660+

    • D-Link IC-CARD/IC-CARD+ Ethernet

    • ELECOM LD-98P (flags 0x500000) (PC-98)

    • ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98)

    • ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A)

    • Hawking PN652TX PC Card (AX88790)

    • HP PC Lan+ 27247B and 27252A

    • < li class="listitem">

      IBM Creditcard Ethernet I/II

    • ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags 0x500000) (PC-98)

    • I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98)

    • I-O DATA ET2/T-PCI

    • I-O DATA PCLATE

    • Kansai KLA-98C/T (flags 0x900000) (PC-98)

    • Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet

    • KTI ET32P2 PCI

    • Linksys EC2T/PCMPC100/PCM100, PCMLM56

    • Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2)

    • Logitec LAN-98T (flags 0xb00000) (PC-98)

    • MACNICA Ethernet ME1 for JEIDA

    • MACNICA ME98 (flags 0x900000) (PC-98)

    • MACNICA NE2098 (flags 0x400000) (PC-98)

      !
    • MELCO EGY-98 (flags 0x300000) (PC-98)

    • MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98)

    • MELCO LGY-PCI-TR

    • MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX

    • NDC Ethernet Instant-Link

    • NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98)

    • NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98)

    • National Semiconductor InfoMover NE4100

    • NetGear FA-410TX

    • NetVin NV5000SC

    • Network Everywhere Ethernet 10BaseT PC Card

    • Networld 98X3 (flags 0xd00000) (PC-98)

    • Networld EC-98X, EP-98X (flags 0xd10000) (PC-98)

    • New Media LANSurfer 10+56 Ethernet/ Modem

    • New Media LANSurfer

    • Novell NE1000/NE2000/NE2100

    • PLANEX ENW-8300-T

    • PLANEX EN-2298-C (flags 0x200000) (PC-98)

    • PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98)

    • PLANEX FNW-3600-T

    • Psion 10/100 LANGLOBAL Combine iT

    • RealTek 8019

    • RealTek 8029

    • Relia Combo-L/M-56k PC Card

    • SMC Elite 16 WD8013

    • SMC Elite Ultra

    • SMC EtherEZ98 (flags 0x000000) (PC-98)

    • SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones

    • SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 (TC5299J)

    • Socket LP-E, ES-1000 Ethernet/Ser! ial, LP-E! CF, LP-FE CF

    • Surecom EtherPerfect EP-427

    • Surecom NE-34

    • TDK 3000/3400/5670 Fast Ethernet/Modem

    • TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card

    • TDK DFL5610WS Ethernet/Modem PC Card

    • Telecom Device SuperSocket RE450T

    • Toshiba LANCT00A PC Card

    • VIA VT86C926

    • Winbond W89C940

    • Winbond W89C940F

    C-Bus, ISA, PCI and PC Card devices are supported.

    The ed(4) driver does not support the following Ethernet NICs:

    • Mitsubishi LAN Adapter B8895

    The em(4) driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips:

    • Intel PRO/1000 CT Network Connection (82547)

    • Intel PRO/1000 F Server Adapter (82543)

    • Intel PRO/1000 Gigabit Server Adapter (82542)

    • Intel PRO/1000 GT Desktop Adapter (82541PI)

    • Intel PRO/1000 MF Dual Port Server Adapter (82546)

    • Intel PRO/1000 MF Server Adapter (82545)

    • Intel PRO/1000 MF Server Adapter ! (LX) (825! 45)

    • Intel PRO/1000 MT Desktop Adapter (82540)

    • Intel PRO/1000 MT Desktop Adapter (82541)

    • Intel PRO/1000 MT Dual Port Server Adapter (82546)

    • Intel PRO/1000 MT Quad Port Server Adapter (82546EB)

    • Intel PRO/1000 MT Server Adapter (82545)

    • Intel PRO/1000 PF Dual Port Server Adapter (82571)

    • Intel PRO/1000 PF Quad Port Server Adapter (82571)

    • Intel PRO/1000 PF Server Adapter (82572)

    • Intel PRO/1000 PT Desktop Adapter (82572)

    • Intel PRO/1000 PT Dual Port Server Adapter (82571)

    • Intel PRO/1000 PT Quad Port Server Adapter (82571)

    • Intel PRO/1000 PT Server Adapter (82572)

    • Intel PRO/1000 T Des ktop Adapter (82544)

    • Intel PRO/1000 T Server Adapter (82543)

    • Intel PRO/1000 XF Server Adapter (82544)

    • Intel PRO/1000 XT Server Adapter (82544)

    [i386,pc98,amd64] The ep(4) driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including:

    • 3Com 3C1 CF

    • 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA

    • 3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA

    • 3Com 3C529, 3C529-TP MCA

    • 3Com 3C562/3C563 PCMCIA

    • 3Com 3C569B-J-TPO! , 3C569B-! J-COMBO CBUS

    • 3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA

    • 3Com 3C579-TP, 3C579-BNC EISA

    • 3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA

    • 3Com 3CCFEM556B, 3CCFEM556BI PCMCIA

    • 3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA

    • 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA

    • 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA

    • Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow)

    Agere ET1310 Gigabit Ethernet adapters - (et(4) driver)

    [i386,amd64] The ex(4) driver supports the following Ethernet adapters:

    • Intel EtherExpress Pro/10 ISA

    • Intel EtherExpress Pro/10+ ISA

    • Olicom OC2220 Ethernet PC Card

    • Olicom OC2232 Ethernet/Modem PC Card

    • Silicom Ethernet LAN PC Card

    • Silicom EtherSerial LAN PC Card

    [i386,pc98,amd64] Controllers and cards supported by the fe(4) driver include:

    • Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin)

    • CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard)

    • CONTEC C-NET(PC)C PC Card Ethernet

    • Eagle Tech NE200T

    • Eiger Labs EPX-10BT

    • Fujitsu FMV-J182, FMV-J182A

    • Fujitsu MB86960A, MB86965A

    • Fujitsu MBH10303, MBH10302 PC Card Ethernet

    • Fujitsu Towa LA501 Ethernet

    • HITACHI HT-4840-11 PC Card Ethernet

    • NextCom J Link NC5310

    • RATOC REX-5588, R EX-9822, REX-4886, and REX-R280

    • RATOC REX-9880/9881/9882/9883

    • TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin)

    • TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX

    • Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin)

    Adapters supported by the fxp(4) driver include:

    • Intel EtherExpress PRO/10

    • Intel InBusiness 10/100

    • Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter

    • Intel PRO/100+ Management Adapter

    • Intel PRO/100 VE Desktop Adapter

    • Intel PRO/100 VM Network Connection

    • Intel PRO/100 M Desktop Adapter

    • Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters

    • Contec C-NET(PI)-100TX (PC-98)

    • NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98)

    • NEC PC-9821X-B06 (PC-98)

    • Many on-board network interfaces on Intel motherboards

    Chips supported by the gem(4) driver include:

    • Apple GMAC

    • Sun ERI 10/100 Mbps Ethernet

    • Sun GEM Gigabit Ethernet

    The following add-on cards are known to w! ork with ! the gem(4) driver at this time:

    • Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373)

    • Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375)

    The hme(4) driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models.

    Cards supported by the hme(4) driver include:

    • Sun PCI SunSwift Adapter

    • Sun SBus SunSwift Adapter ( hme and SUNW,hme)

    • Sun PCI Sun100BaseT Adapter 2.0

    • Sun SBus Sun100BaseT 2.0

    • Sun PCI Quad FastEthernet Controller

    • Sun SBus Quad FastEthernet Controller

    [i386] The ie(4) driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip:

    • 3COM 3C507

    • AT&T EN100

    • AT&T Starlan 10

    • AT&T Starlan Fiber

    • Intel EtherExpress 16

    • RACAL Interlan NI5210

    The igb(4) driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips:

    • Intel Gigabit ET Dual Port Server Adapter (82576)

    • Intel Gigabit VT Quad Port Server Adapter (82575)

    [i386,amd64] The ixgb(4) driver supports the fo llowing cards:

    • Intel PRO/10GbE LR Server Adapter

    • Intel PRO/10GbE SR Server Adapter

    The ixgbe(4) driver supports the following cards:

    • Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter

    • Intel(R) 10 Gigabit XF SR/LR Server Adapter

    • Intel(R) 82598EB 10 Gigabit AF Network Connection

    • Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection

    The ! jme(4) device driver provides support for the following Ethernet controllers:

    • JMicron JMC250 PCI Express Gigabit Ethernet controller

    • JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller

    • JMicron JMC260 PCI Express Fast Ethernet controller

    • JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller

    [i386,pc98,ia64,amd64,powerpc] The kue(4) driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including:

    • 3Com 3c19250

    • 3Com 3c460 HomeConnect Ethernet USB Adapter

    • ADS Technologies USB-10BT

    • AOX USB101

    • ATen UC10T

    • Abocom URE 450

    • Corega USB-T

    • D-Link DSB-650C

    • Entrega NET-USB-E45, NET-HUB-3U1E

    • I/O Data USB ETT

    • Kawasaki DU-H3E

    • LinkSys USB10T

    • Netgear EA101

    • Peracom USB Ethernet Adapter

    • Psion Gold Port USB Ethernet adapter

    • SMC 2102USB, 2104USB

    [i386,pc98,amd64] Adapters supported by the lge (4) driver include:

    • SMC TigerCard 1000 (SMC9462SX)

    • D-Link DGE-500SX

    [i386,amd64] The msk(4) driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including:

    • D-Link 550SX Gigabit Ethernet

    • D-Link 560SX Gigabit Ethernet

    • D-Link 560T Gigabit Ethernet

    • Marvell Yukon 88E8021CU Gigabit Ethernet

    • Marvell Yukon 88E8021 SX/LX Gigabit Ethernet

    • Marvell Yukon 88E8022CU Gigabit Et hernet

    • Marvell Yukon 88E8022 SX/LX Gigabit Ethernet

    • Marvell Yukon 88E8061CU Gigabit Ethernet

    • Marvell Yukon 88E8061 SX/LX Gigabit Ethernet

    • Marvell Yukon 88E8062CU Gigabit Ethernet

    • Marvell Yukon 88E8062 SX/LX Gigabit Ethernet

    • Marvell Yukon 88E8035 Fast Ethernet

    • Marvell Yukon 88E8036 Fast Ethernet

    • Marvell Yukon 88E8038 Fast Ethernet

    • Marvell Yukon 88E8039 Fast Ethernet

    • Marvell Yukon 88E8040 Fast Ethernet

    • Marvell Yukon 88E8040T Fast Ethernet

    • Marvell Yukon 88E8042 Fast Ethernet

    • Marvell Yukon 88E8048 Fast Ethernet

    • Marvell Yukon 88E8050 Gigabit Ethern et

    • Marvell Y! ukon 88E8! 052 Gigabit Ethernet

    • Marvell Yukon 88E8053 Gigabit Ethernet

    • Marvell Yukon 88E8055 Gigabit Ethernet

    • Marvell Yukon 88E8056 Gigabit Ethernet

    • Marvell Yukon 88E8057 Gigabit Ethernet

    • Marvell Yukon 88E8058 Gigabit Ethernet

    • Marvell Yukon 88E8059 Gigabit Ethernet

    • Marvell Yukon 88E8070 Gigabit Ethernet

    • Marvell Yukon 88E8071 Gigabit Ethernet

    • Marvell Yukon 88E8072 Gigabit Ethernet

    • Marvell Yukon 88E8075 Gigabit Ethernet

    • SysKonnect SK-9Sxx Gigabit Ethernet

    • SysKonnect SK-9Exx Gigabit Ethernet

    [i386,amd64] The mxge(4) driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips:

    • Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C)

    • Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R)

    • Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q)

    [i386,pc98] The my(4) driver provides support for various NICs based on the Myson chipset. Supported models include:

    • Myson MTD800 PCI Fast Ethernet chip

    • Myson MTD80 3 PCI Fast Ethernet chip

    • Myson MTD89X PCI Gigabit Ethernet chip

    [i386,amd64] The nfe(4) driver supports the following NVIDIA MCP onboard adapters:

    • NVIDIA nForce MCP Networking Adapter

    • NVIDIA nForce MCP04 Networking Adapter

    • NVIDIA nForce 430 MCP12 Networking Adapter

    • NVIDIA nForce 430 MCP13 Networking Adapter

    • NVIDIA nForce MCP51 Networking Adapter

    • NVIDIA nForce MCP55 Networking Adapter

    • NVIDIA nForce MCP61 Networking Adapter

    • NVIDIA nForce MCP65 Networking Adapter

    • NV IDIA nForce MCP67 Networking Adapter

    • NVIDIA nForce MCP73 Networking Adapter

    • NVIDIA nForce MCP77 Networking Adapter

    • NVIDIA nForce MCP79 Networking Adapter

    • NVIDIA nForce2 MCP2 Networking Adapter

    • NVIDIA nForce2 400 MCP4 Networking Adapter

    • NVIDIA nForce2 400 MCP5 Networking Adapter

    • NVIDIA nForce3 MCP3 Networking Adapter

    • NVIDIA nForce3 250 MCP6 Networking Adapter

    • NVIDIA nForce3 MCP7 Networking Adapter

    • NVIDIA nForce4 CK804 MCP8 Networking Adapter

    • NVIDIA nForce4 CK804 MCP9 Networking Adapter

    The nge(4) dri! ver suppo! rts National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including:

    • Addtron AEG320T

    • Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)

    • Asante FriendlyNet GigaNIX 1000TA and 1000TPC

    • D-Link DGE-500T

    • Linksys EG1032, revision 1

    • Netgear GA621

    • Netgear GA622T

    • SMC EZ Card 1000 (SMC9462TX)

    • Surecom Technology EP-320G-TX

    • Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)

    [i386,amd64] The nve(4) driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets:

    • nForce

    • nForce2

    • nForce3

    • nForce4

    [i386,amd64] The nxge(4) driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html.

    [i386,amd64] The oce(4) driver supports the following network adapters:

    • Emulex BladeEngine 2

    • Emulex BladeEngine 3

    • Emulex Lancer

    [i386,pc98,ia64,amd64] The pcn(4) driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips:

    • AMD Am79C971 PCnet-FAST

    • AMD Am79C972 PCnet-FAST+

    • AMD Am79C973/Am79C975 PCnet-FAST III

    • AMD Am79C976 PCnet-PRO

    • AMD Am79C978 PCnet-Home

    • Allied-Telesis LA-PCI

    [amd6 4] The qlxgb(4) driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets:

    • QLogic 3200 series

    • QLogic 8200 series

    The re(4) driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including:

    • Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)

    • Co mpaq Evo N1015v Integrated Ethernet (8139C+)!

    • !
    • Corega CG-LAPCIGT Gigabit Ethernet (8169S)

    • D-Link DGE-528(T) Gigabit Ethernet (8169S)

    • Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)

    • LevelOne GNC-0105T (8169S)

    • LinkSys EG1032 (32-bit PCI)

    • PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)

    • USRobotics USR997902 Gigabit Ethernet (8169S)

    • Xterasys XN-152 10/100/1000 NIC (8169)

    Adapters supported by the rl(4) driver include:

    • Accton Cheetah” EN1207D (MPX 5030/5038; RealTek 8139 clone)

    • Allied Telesyn AT2550

    • Allied Telesyn AT2500TX

    • Belkin F5D5000

    • BUFFALO (Melco INC.) LPC-CB-CLX (CardBus)

    • Compaq HNE-300

    • CompUSA no-name 10/100 PCI Ethernet NIC

    • Corega FEther CB-TXD

    • Corega FEtherII CB-TXD

    • D-Link DFE-520TX (rev. C1)

    • D-Link DFE-528TX

    • D-Link DFE-530TX+

    • D-Link DFE-538TX

    • D-Link DFE-690TXD

    • Edimax EP-4103DL CardBus

    • Encore ENL832-TX 10/100 M PCI

    • Farallon NetLINE 10/100 PCI

    • Genius GF100TXR

    • GigaFast Ethernet EE! 100-AXP

    • KTX-9130TX 10/100 Fast Ethernet

    • LevelOne FPC-0106TX

    • Longshine LCS-8038TX-R

    • NDC Communications NE100TX-E

    • Netronix Inc. EA-1210 NetEther 10/100

    • Nortel Networks 10/100BaseTX

    • OvisLink LEF-8129TX

    • OvisLink LEF-8139TX

    • Peppercon AG ROL-F

    • Planex FNW-3603-TX

    • Planex FNW-3800-TX

    • SMC EZ Card 10/100 PCI 1211-TX

    • SOHO (PRAGMATIC) UE-1211C

    [i386,pc98,amd64] The rue(4) driver supports RealTek RTL8150 based USB E thernet adapters including:

    • Buffalo (Melco Inc.) LUA-KTX

    • Green House GH-USB100B

    • LinkSys USB100M

    • Billionton 10/100 FastEthernet USBKR2

    Adapters supported by the sf(4) driver include:

    • ANA-62011 64-bit single port 10/100baseTX adapter

    • ANA-62022 64-bit dual port 10/100baseTX adapter

    • ANA-62044 64-bit quad port 10/100baseTX adapter

    • ANA-69011 32-bit single port 10/100baseTX adapter

    • ANA-62020 64-bit single port 100bas! eFX adapt! er

    The sfxge(4) driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers.

    The sge(4) device driver provides support for the following Ethernet controllers:

    • SiS190 Fast Ethernet controller

    • SiS191 Fast/Gigabit Ethernet controller

    The sis(4) driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include:

    • @Nifty FNECHARD IFC USUP-TX

    • MELCO LGY-PCI-TXC

    • Netgear FA311-TX (DP83815)

    • Netgear FA312-TX (DP83815)

    • SiS 630, 635, and 735 motherboard chipsets

    • Soekris Engineering net45xx, net48xx, lan1621, and lan1641

    Adapters supported by the sk(4) driver include:

    • 3Com 3C940 si! ngle port! , 1000baseT adapter

    • 3Com 3C2000-T single port, 1000baseT adapter

    • Belkin F5D5005 single port, 1000baseT adapter

    • D-Link DGE-530T single port, 1000baseT adapter

    • Linksys (revision 2) single port, 1000baseT adapter

    • SK-9521 SK-NET GE-T single port, 1000baseT adapter

    • SK-9821 SK-NET GE-T single port, 1000baseT adapter

    • SK-9822 SK-NET GE-T dual port, 1000baseT adapter

    • SK-9841 SK-NET GE-LX single port, single mode fiber adapter

    • SK-9842 SK-NET GE-LX dual port, single mode fiber adapter

    • SK-9843 SK-NET GE-SX single port, multimode fiber adapter

    • SK-9844 SK-NET GE-SX dual port, multimode fiber adapter

    • SMC 9452TX single po rt, 1000baseT adapter

    [i386,amd64] The sn(4) driver supports SMC91Cxx based ISA and PCMCIA cards including:

    • 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC

    • 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336

    • Farallon EtherMac PC Card 595a

    • Motorola Mariner Ethernet/Modem PC Card

    • Ositech Seven of Diamonds Ethernet PC Card

    • Ositech Jack of Hearts Ethernet/Modem PC Card

    • Psion Gold Card Netglobal Ethernet PC Card

    • Psion Gold Card! Netgloba! l 10/100 Fast Ethernet PC Card

    • Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card

    • SMC EZEther PC Card (8020BT)

    • SMC EZEther PC Card (8020T)

    The sn(4) driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC.

    The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the sn(4) driver.

    [pc98] The snc(4) driver supports the following cards:

    • National Semiconductor DP83934AVQB

    • NEC PC-9801-83

    • NEC PC-9801-84

    • NEC PC-9801-103

    • NEC PC-9801-104

    • NEC PC-9801N-15

    • NEC PC-9801N-25

    • NEC PC-9801N-J02 PCMCIA

    • NEC PC-9801N-J02R PCMCIA

    The snc(4) driver also includes support for t! he Nation! al Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM.

    The ste(4) driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including:

    • D-Link DFE-530TXS

    • D-Link DFE-550TX

    • D-Link DFE-580TX

    The stge(4) driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including:

      < li class="listitem">

      Antares Microsystems Gigabit Ethernet

    • ASUS NX1101 Gigabit Ethernet

    • D-Link DL-4000 Gigabit Ethernet

    • IC Plus IP1000A Gigabit Ethernet

    • Sundance ST-2021 Gigabit Ethernet

    • Sundance ST-2023 Gigabit Ethernet

    • Sundance TC9021 Gigabit Ethernet

    • Tamarack TC9021 Gigabit Ethernet

    [i386,pc98,amd64,sparc64] The ti(4) driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The ti(4) driver h as been tested with the following adapters:

    • 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1)

    • 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2)

    • Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX)

    • Alteon AceNIC V Gigabit Ethernet adapter (1000baseT)

    • Digital EtherWORKS 1000SX PCI Gigabit adapter

    • Netgear GA620 Gigabit Ethernet adapter (1000baseSX)

    • Netgear GA620T Gigabit Ethernet adapter (1000baseT)

    The following adapters should also be supported but have not yet been tested:

    • Asante GigaNIX1000T Gigabit Ethernet adapter

    • Asante PCI 1000BASE-SX Gigabit Ethernet adapter

    • Farallon PN9000SX Gigabit Ethernet adapter

    • NEC Gigabit Ethernet

    • Silicon Graphics PCI Gigabit Ethernet adapter

    [i386,pc98,amd64] The tl(4) driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are:

    • Olicom OC-2135/2138 10/100 TX UTP adapter

    • Olicom OC-2325/OC-2326 10/100 TX UTP adapter

    • Racore 8148 10baseT/100baseTX/100baseFX adapter

    • Racore 8165 10/100baseTX adapter

    The tl(4) driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including:

    • Compaq Netelligent 10

    • Compaq Netelligent 10 T PCI UTP/Coax

    • Compaq Netelligent 10/100

    • Compaq Netelligent 10/100 Dual-Port

    • Compaq Netelligent 10/100 Proliant

    • Compaq Netelligent 10/100 TX Embedded UTP

    • Compaq Netelligent 10/100 TX UTP

    • Compaq NetFlex 3P

    • Compaq NetFlex 3P Integrated

    • Compaq NetFlex 3P w/BNC

    [amd64, i386, pc98] SMC 83c17x - (EPIC)-based Ethernet NICs (tx(4) driver)

    The txp(4) driver supports the following cards:

    • 3Com 3CR990-TX-95

    • 3Com 3CR990-TX-97

    • 3Com 3cR990B-TXM

    • 3Com 3CR990SVR95

    • 3Com 3CR990SVR97

    • 3Com 3cR990B-SRV

    [i386,pc98,amd64] The udav (4) driver supports the following adapters:

    • Corega FEther USB-TXC

    • ShanTou ST268 USB NIC

    The vge(4) driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including:

    • VIA Networking LAN-on-motherboard Gigabit Ethernet

    • ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)

    • ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)

    The vr(4) driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including:

    • AOpen/Acer ALN-320

    • D-Link DFE520-TX

    • D-Link DFE530-TX

    • Hawking Technologies PN102TX

    • Soekris Engineering net5501

    [i386,pc98,ia64,amd64] The vx(4) driver supports the following cards:

    • 3Com 3c590 EtherLink III PCI

    • 3Com 3c592 EtherLink III EISA

    • 3Com 3c595 Fast EtherLi nk III PCI in 10 Mbps mode

    • 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode

    [i386,amd64] The vxge(4) driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com.

    [i386,pc98,amd64] The wb(4) driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including:

    • Trendware TE100-PCIE

    [i386,amd64] The xe(4) driver supports the following cards:

    • Xircom CreditCard Ethernet (PS-CE2-10)

    • Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28)

    • Xircom CreditCard Ethernet + Modem 33 (CEM33)

    • Xircom CreditCard 10/100 (CE3, CE3B)

    • Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56)

    • Xircom RealPort Ethernet 10 (RE10)

    • Xircom RealPort Ethernet 10/100 (RE100)

    • Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G)

    • Accton Fast EtherCard-16 (EN2226)

    • Compaq Microcom CPQ550 Ethernet/Modem PC Card

    • Compaq Netelligent 10/100 PC Card (CPQ-10/100)

    • Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A)

    • Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B)

    Other similar devices using the same hardware may also be supported.

    The xl(4) driver supports the following hardware:

    • 3Com 3c900-TPO

    • 3Com 3c900-COMBO

    • 3Com 3c905-TX

    • 3Com 3c905-T4

    • 3Com 3c900B-TPO

    • 3Com 3c900B-TPC

    • 3Com 3c900B-FL

    • 3Com 3c900B-COMBO

    • 3Com 3c905B-T4

    • 3Com 3c905B-TX

    • 3Com 3c905B-FX

    • 3Com 3c905B-COMBO

    • 3Com 3c905C-TX

    • 3Com 3c980, 3c980B, and 3c980C server adapters

    • 3Com 3cSOHO100-TX OfficeConnect adapters

    • 3Com 3c450 HomeConnect adapters

    • 3Com 3c555, 3c556 and 3c556B mini-PCI adapters

    • 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters

    • 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters

    Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the xl(4) driver nor any other FreeBSD driver supports this modem.

    3.3. FDDI Interfaces

    [i386, pc98] DEC DEFPA PCI (fpa(4) - driver)

    [i386] DEC DEFEA EISA (fpa(4) driver)

    3.4. ATM Interfaces

    [i386, pc98] Midway-based ATM interfaces - (en(4) driver)

    [i386, pc98 sparc64] FORE Systems, - Inc. PCA-200E ATM PCI Adapters (hfa and fatm(4) - drivers)

    [i386, pc98] IDT NICStAR 77201/211-based ATM - Adapters (idt(4) driver)

    [i386, pc98 sparc64] FORE Systems, - Inc. HE155 and HE622 ATM interfaces (hatm(4) - driver)

    [i386, pc98] IDT77252-based ATM cards - (patm(4) driver)

    3.5. Wireless Network Interfaces

    [amd64, i386, pc98] Cisco/Aironet - 802.11b wireless adapters (an(4) driver)

    [i386,pc98,amd64,sparc64] The ath(4) driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset.

    The bwi(4) driver supports Broadcom BCM43xx based wireless devices, including:

    • Apple Airport Extreme

    • Apple Airport Extreme

    • ASUS WL-138g

      < /li>
    • Buffalo WLI-CB-G54S

    • Buffalo WLI-PCI-G54S

    • Compaq R4035 onboard

    • Dell Wireless 1390

    • Dell Wireless 1470

    • Dell Truemobile 1300 r2

    • Dell Truemobile 1400

    • HP nx6125

    • Linksys WPC54G Ver 3

    • Linksys WPC54GS Ver 2

    • TRENDnet TEW-401PCplus

    • US Robotics 5411

    The bwi(4) driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the bwi(4) driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips.

    The bwn(4) driver supports Broadcom BCM43xx based wireless devices, including:

    • Apple Airport Extreme

    • ASUS WL-138g

    • Buffalo WLI-CB-G54S

    • Dell Wireless 1390

    • Dell Wireless 1470

    • Dell Truemobile 1400

    • HP Compaq 6715b

    • HP nx6125

    • Linksys WPC54G Ver 3

    • Linksys WPC54GS Ver 2

    • US Robotics 5411

    Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips.

    [i386, amd64] Intel PRO/Wireless 2100 - MiniPCI network adapter (ipw(4) driver)

    [i386, amd64] Intel PRO/Wireless + the CD-ROM drivers (such as cd(4)). WORM/CD-R/CD-RW + writing support is provided by cdrecord(1), which is a + part of the sysutils/cdrtools port in the Ports + Collection.

    The following CD-ROM type systems are supported at this + time:

    • SCSI interface (also includes ProAudio Spectrum and + SoundBlaster SCSI) (cd(4))

    • [i386] Sony proprietary interface (all models) + (scd(4))

    • ATAPI IDE interface (acd(4))

    [i386] The following device is unmaintained:

    • Mitsumi proprietary CD-ROM interface (all models) + (mcd(4))

    3.2. Ethernet Interfaces

    The ae(4) driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware:

    • ASUS EeePC 701

    • ASUS EeePC 900

    Other hardware may or may not work with this driver.

    The age(4) driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including:

    • ASUS M2N8-VMX

    • ASUS M2V

    • ASUS M3A

    • ASUS P2-M2A590G

    • ASUS P5B-E

    • ASUS P5B-MX/WIFI-AP

    • ASUS P5B-VMSE

    • ASUS P5K

    • ASUS P5KC

    • ASUS P5KPL-C

    • ASUS P5KPL-VM

    • ASUS P5K-SE

    • ASUS P5K-V

    • ASUS P5L-MX

    • ASUS P5DL2-VM

    • ASUS P5L-VM 1394

    • ASUS G2S

    The ale(4) device driver provides support for the following Ethernet controllers:

    • Atheros AR8113 PCI Express Fast Ethernet controller

    • Atheros AR8114 PCI Express Fast Ethernet controller

    • Atheros AR8121 PCI Express Gigabit E! thernet c! ontroller

    [i386,pc98,ia64,amd64,powerpc] Adapters supported by the aue(4) driver include:

    • Abocom UFE1000, DSB650TX_NA

    • Accton USB320-EC, SpeedStream

    • ADMtek AN986, AN8511

    • Billionton USB100, USB100LP, USB100EL, USBE100

    • Corega Ether FEther U SB-T, FEther USB-TX, FEther USB-TXS

    • D-Link DSB-650, DSB-650TX, DSB-650TX-PNA

    • Elecom LD-USBL/TX

    • Elsa Microlink USB2Ethernet

    • HP hn210e

    • I-O Data USB ETTX

    • Kingston KNU101TX

    • LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1

    • MELCO LUA-TX, LUA2-TX

    • Netgear FA1! 01

    • Planex UE-200TX

    • Sandberg USB to Network Link (model number 133-06)

    • Siemens Speedstream

    • SmartBridges smartNIC

    • SMC 2202USB

    • SOHOware NUB100

    [i386,pc98,amd64,powerpc] The axe(4) driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A /AX88772B/AX88760 based USB Ethernet adapters including:

    AX88172:

    • AboCom UF200

    • Acer Communications EP1427X2

    • ASIX AX88172

    • ATen UC210T

    • Billionton SnapPort

    • Billionton USB2AR

    • Buffalo (Melco Inc.) LUA-U2-KTX

    • Core ga USB2_TX

    • D-Link DUBE100

    • Goodway GWUSB2E

    • JVC MP_PRX1

    • LinkSys USB200M

    • Netgear FA120

    • Sitecom LN-029

    • System TALKS Inc. SGC-X2UL

    AX88178:

    • ASIX AX88178

    • Belkin F5D505 5

    • Logitec LAN-GTJ/U2A

    • Buffalo (Melco Inc.) LUA3-U2-AGT

    • Planex Communications GU1000T

    • Sitecom Europe LN-028

    AX88772:

    • ASIX AX88772

    • Buffalo (Melco Inc.) LUA3-U2-ATX

    • D-Link DUBE100B1

    • Planex UE-20 0TX-G

    • Planex UE-200TX-G2

    AX88772A:

    • ASIX AX88772A

    • Cisco-Linksys USB200Mv2

    AX88772B:

    • ASIX AX88772B

    • Lenovo USB 2.0 Ethernet

    AX88760:

    • ASIX AX88760

    [i386,amd64] The bce(4) driver provides support for various NICs based on the Broadcom NetXtreme II family of Gigabit Ethernet controllers, including the following:

    • Broadcom NetXtreme II BCM5706 1000Base-SX

    • Broadcom NetXtreme II BCM5706 1000Base-T

    • Broadcom NetXtreme II BCM5708 1000Base-SX

    • Broadcom NetXtreme II BCM5708 1000Base-! T

    • Broadcom NetXtreme II BCM5709 1000Base-SX

    • Broadcom NetXtreme II BCM5709 1000Base-T

    • Broadcom NetXtreme II BCM5716 1000Base-T

    • Dell PowerEdge 1950 integrated BCM5708 NIC

    • Dell PowerEdge 2950 integrated BCM5708 NIC

    • Dell PowerEdge R710 integrated BCM5709 NIC

    • HP NC370F Multifunction Gigabit Server Adapter

    • HP NC370T Multifunction Gigabit Server Adapter < /p>

    • HP NC370i Multifunction Gigabit Server Adapter

    • HP NC371i Multifunction Gigabit Server Adapter

    • HP NC373F PCIe Multifunc Giga Server Adapter

    • HP NC373T PCIe Multifunction Gig Server Adapter

    • HP NC373i Multifunction Gigabit Server Adapter

    • HP NC373m Multifunction Gigabit Server Adapter

    • HP NC374m PCIe Multifunction Adapter

    • HP NC380T PCIe DP Multif unc Gig Server Adapter

    • !

      HP NC382T PCIe DP Multifunction Gigabit Server Adapter

    • HP NC382i DP Multifunction Gigabit Server Adapter

    • HP NC382m DP 1GbE Multifunction BL-c Adapter

    [amd64, i386] Broadcom BCM4401 based Fast + Ethernet adapters (bfe(4) driver)

    [i386,pc98,sparc64,ia64,amd64] The bge(4) driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following:

    • 3Com 3c996-SX (1000baseSX)

    • 3Com 3c996-T (10/100/1000baseTX)

    • Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX)

    • Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)

    • Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX)

    • Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX)

    • Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX)

    • IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX)

    • HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX)

    • HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX)

    • HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX)

    • HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX)

    • HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX)

    • Netgear GA302T (10/100/1000baseTX)

    • SysKonnect SK-9D21 (10/100/1000baseTX)

    • SysKonnect SK-9D41 (1000baseSX)

    [i386,amd64] The bxe(4) driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following:

    • Broadcom NetXtreme II BCM57710 10Gb

    • Broadcom NetXtreme II BCM57711 10Gb

    • Broadcom NetXtreme II BCM57711E 10Gb

    • Broadcom NetXtreme II BCM57712 10Gb

    • Broadcom NetXtreme II BCM57712-MF 10Gb

    • Broadcom NetXtreme II BCM57800 10Gb

    • Broadcom NetXtreme II BCM57800-MF 10Gb

    • Broadcom NetXtreme II BCM57810 10Gb

    • Broadcom NetXtreme II BCM57810-MF 10Gb

    • Broadcom NetXtreme II BCM57840 10Gb / 20Gb

    • Broadcom NetXtreme II BCM57840-MF 10Gb

    The chips supported by the cas(4) driver are:

    • National Semiconductor DP83065 Saturn Gigabit Ethernet

    • Sun Cassini Gigabit Ethernet

    • Sun Cassini+ Gigabit Ethernet

    The following add-on cards are known to work with the cas(4) driver at this time:

    • Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524)

    • Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902)

    • Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719)

    • Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522)

    • Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738)

    [i386,pc98,ia64,amd64,powerpc] The following devices are supported by the cdce(4) driver:

    • Prolific PL-2501 Host-to-Host Bridge Controller

    • Sharp Zaurus PDA

    • Terayon TJ-715 DOCSIS Cable Modem

    [amd64, i386] Crystal Semiconductor + CS89x0-based NICs (cs(4) driver)

    [i386,pc98,ia64,amd64,powerpc] The cue(4) driver supports CATC USB-EL1210A based USB Ethernet adapters including:

    • Belkin F5U011/F5U111

    • CATC Netmate

    • CATC Netmate II

    • SmartBridges SmartLink

    [i386,amd64] The cxgb(4) driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset:

    • Chelsio 10GBase-CX4

    • Chelsio 10GBase-LR

    • Chelsio 10GBase-SR

    The dc(4) driver provides support for the following chipsets:

    • DEC/Intel 21143

    • ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II

    • ALi/ULi M5261 and M5263

    • ASIX Electronics AX88140A and AX88141

    • Conexant LANfinity RS7112 (miniPCI)

    • Davicom DM9009, DM9100, DM9102 and DM9102A

    • Lite-On 82c168 and 82c169 PNIC

    • Lite-On/Macronix 82c115 PNIC II

    • Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732

    • Xircom X3201 (cardbus only)

    The following NICs are known to work with the dc(4) driver at this time:

    • 3Com OfficeConnect 10/100B (ADMtek AN985 Cen taur-P)

    • Abocom FE2500

    • Accton EN1217 (98715A)

    • Accton EN2242 MiniPCI

    • Adico AE310TX (98715A)

    • Alfa Inc GFC2204 (ASIX AX88140A)

    • Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143, non-MII)

    • Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII)

    • Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII)

    • CNet Pro110B (ASIX AX88140A)

    • CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715)

    • Compex RL100-TX (98713 or 98713A)

    • D-Link DFE-570TX (21143, MII, quad port)

    • Digital DE500-BA 10/100 (21143, non-MII)

    • ELECOM Laneed LD-CBL/TXA (ADMtek AN985)

    • Hawking CB102 CardBus

    • IBM EtherJet Cardbus Adapter

    • Intel PRO/100 Mobile Cardbu! s (version! s that use the X3201 chipset)

    • Jaton XpressNet (Davicom DM9102)

    • Kingston KNE100TX (21143, MII)

    • Kingston KNE110TX (PNIC 82c169)

    • LinkSys LNE100TX (PNIC 82c168, 82c169)

    • LinkSys LNE100TX v2.0 (PNIC II 82c115)

    • LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P)

    • Matrox FastNIC 10/100 (PNIC 82c168, 82c169)

    • Melco LGY-PCI-TXL

    • Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C)

    • Microsoft MN-130 10/100 PCI (ADMTek Centaur-P)

    • NDC SOHOware SFA110A (98713A)

    • NDC SOHOware SFA110A Rev B4 (98715AEC-C)

    • NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169)

    • Netgear FA511

    • PlaneX FNW-3602-T (ADMtek AN985)

    • SMC EZ Card 10/100 1233A-TX (ADMtek AN985)

    • SVEC PN102-TX (9871! 3)

    • Xircom Cardbus Realport

    • Xircom Cardbus Ethernet 10/100

    • Xircom Cardbus Ethernet II 10/100

    [i386,pc98,ia64,amd64] Adapters supported by the de(4) driver include:

    • Adaptec ANA-6944/TX

    • Cogent EM100FX and EM440TX

    • Corega FastEther PCI-TX

    • D-Link DFE-500TX

    • DEC DE435, DEC DE450, and DEC DE500

    • ELECOM LD-PCI2T, LD-PCITS

    • I-O DATA LA2/T-PCI

    • SMC Etherpower 8432, 9332 and 9334

    • ZNYX ZX3xx

    [i386,pc98] The ed(4) driver supports the following Ethernet NICs! :

    • 3Com 3c503 Etherlink II

    • AR-P500 Ethernet

    • Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000)

    • Accton EN2212/EN2216/UE2216

    • Allied Telesis CentreCOM LA100-PCM_V2

    • Allied Telesis LA-98 (flags 0x000000) (PC-98)

    • Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98)

    • < p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied Telesis SIU-98-D (flags 0x610000) (PC-98)

    • AmbiCom 10BaseT card (8002, 8002T, 8010 and 8610)

    • Bay Networks NETGEAR FA410TXC Fast Ethernet

    • Belkin F5D5020 PC Card Fast Ethernet

    • Billionton LM5LT-10B Ethernet/Modem PC Card

    • Billionton LNT-10TB, LNT-10TN Ethernet PC Card

    • Bromax iPort 10/100 Ethernet PC Card

    • Bromax iPort 10 Ethernet PC Card

    • < p xmlns="http://www.w3.org/TR/xhtml1/transit! ional">Bu! ffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX, LPC-CTX PC Card

    • Buffalo LPC-CF-CLT CF Card

    • CNet BC40 adapter

    • Compex Net-A adapter

    • Compex RL2000

    • Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98)

    • Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98)

    • Corega Ether98-T (flags 0x000000) (PC-98)

    • Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD

    • Corega LAPCCTXD (TC5299J)

    • CyQ've ELA-010

    • DEC EtherWorks DE305

    • Danpex EN-6200P2

    • D-Link DE-298, DE-298P (flags 0x500000) (PC-98)

    • D-Link DE-660, DE-660+

    • D-Link IC-CARD/IC-CARD+ Ethernet

    • ELECOM LD-98P (flags 0x500000) (PC-98)

    • ELECOM LD-BDN, LD! -NW801G (! flags 0x200000) (PC-98)

    • ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A)

    • Hawking PN652TX PC Card (AX88790)

    • HP PC Lan+ 27247B and 27252A

    • IBM Creditcard Ethernet I/II

    • ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags 0x500000) (PC-98)

    • I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98)

    • I-O DATA ET2/T-PCI

    • I-O DATA PCLATE

    • Kansai KLA-98C/T (flags 0x900000) (PC-98)

    • Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet

    • KTI ET32P2 PCI

    • Linksys EC2T/PCMPC100/PCM100, PCMLM56

    • Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2)

    • Logitec LAN-98T (flags 0xb00000) (PC-98)

    • MACNICA Ethernet ME1 for JEIDA

    • M ACNICA ME98 (flags 0x900000) (PC-98)

    • MACNICA NE2098 (flags 0x400000) (PC-98)

    • MELCO EGY-98 (flags 0x300000) (PC-98)

    • MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98)

    • MELCO LGY-PCI-TR

    • MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX

    • NDC Ethernet Instant-Link

    • NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98)

    • NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC- 98)

    • National Semiconductor InfoMover NE4100

    • NetGear FA-410TX

    • NetVin NV5000SC

    • Network Everywhere Ethernet 10BaseT PC Card

    • Networld 98X3 (flags 0xd00000) (PC-98)

    • Networld EC-98X, EP-98X (flags 0xd10000) (PC-98)

    • New Media LANSurfer 10+56 Ethernet/Modem

    • New Media LANSurfer

    • Novell NE1000/NE2000/NE2100

    • PLANEX ENW-8300-T

    • PLANEX EN-2298-C (flags 0x200000) (PC-98)

    • PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98)

    • PLANEX FNW-3600-T

    • Psion 10/100 LANGLOBAL Combine iT

    • RealTek 8019

    • RealTek 8029

    • Relia Combo-L/M-56k PC Card

    • SMC Elite 16 WD8013

    • SMC Elite Ultra

    • SMC EtherEZ98 (flags 0x000000) (PC-98)

    • SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones

    • SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 (TC5299J)

    • Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF

    • Surecom EtherPerfect EP-427

    • Surecom NE-34

    • TDK 3000/3400/5670 Fast Ethernet/Modem

    • TDK LA! K-CD031, Grey Cell GCS2000 Ethernet Card

    • TDK DFL5610WS Ethernet/Modem PC Card

    • Telecom Device SuperSocket RE450T

    • Toshiba LANCT00A PC Card

    • VIA VT86C926

    • Winbond W89C940

    • Winbond W89C940F

    C-Bus, ISA, PCI and PC Card devices are supported.

    The ed(4) driver does not support the following Ethernet NICs:

    • Mitsubishi LAN Adapter B8895

    The em(4) driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips:

    • Intel PRO/1000 CT Network Connection (82547)

    • Intel PRO/1000 F Server Adapter (82543)

    • Intel PRO/1000 Gigabit Server Adapter (82542)

    • Intel PRO/1000 GT Desktop Adapter (82541PI)

    • Intel PRO/1000 MF Dual Port Server Adapter (82546)

    • Intel PRO/1000 MF Server Adapter (82545)

    • Intel PRO/1000 MF Server Adapter (LX) (82545)

    • Intel PRO/1000 MT Desktop Adapter (82540)

    • Intel PRO/1000 MT Desktop Adapter (82541)

    • Intel PRO/1000 MT Dual Port Server Adapter (82546)

    • Intel PRO/1000 MT Quad Port Server Adapter (82546EB)

    • Intel PRO/1000 MT Server Adapter (82545)

    • Intel PRO/1000 PF Dual Port Server Adapter (82571)

    • Intel PRO/1000 PF Quad Port Server Adapter (82571)

    • Intel PRO/1000 PF Server Adapter (82572)

    • Intel PRO/1000 PT Desktop Adapter (82572)

    • Intel PRO/1000 PT Dual Port Server Adapter (82571)

    • < li class="listitem">

      Intel PRO/1000 PT Quad Port Server Adapter (82571)

    • Intel PRO/1000 PT Server Adapter (82572)

    • Intel PRO/1000 T Desktop Adapter (82544)

    • Intel PRO/1000 T Server Adapter (82543)

    • Intel PRO/1000 XF Server Adapter (82544)

    • Intel PRO/1000 XT Server Adapter (82544)

    [i386,pc98,amd64] The ep(4) driver support s Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including:

    • 3Com 3C1 CF

    • 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA

    • 3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA

    • 3Com 3C529, 3C529-TP MCA

    • 3Com 3C562/3C563 PCMCIA

    • 3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS

    • 3Com 3C574, 3C574 TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE5! 74BT PCMC! IA

    • 3Com 3C579-TP, 3C579-BNC EISA

    • 3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA

    • 3Com 3CCFEM556B, 3CCFEM556BI PCMCIA

    • 3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA

    • 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA

    • 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA

    • Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow)

    Agere ET1310 Gigabit Ethernet adapters + (et(4) driver)

    [i386,amd64] The ex(4) driver supports the following Ethernet adapters:

    • Intel EtherExpress Pro/10 ISA

    • Intel EtherExpress Pro/10+ ISA

    • Olicom OC2220 Ethernet PC Card

    • Olicom OC2232 Ethernet/Modem PC Card

    • Silicom Ethernet LAN PC Card

    • Silicom EtherSerial LAN PC Card

    [i386,pc98,amd64] Controllers and cards supported by the fe(4) driver include:

    • Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin)

    • CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET (9N)C (ExtCard)

    • CONTEC C-NET(PC)C PC Card Ethernet

    • Eagle Tech NE200T

    • Eiger Labs EPX-10BT

    • Fujitsu FMV-J182, FMV-J182A

    • Fujitsu MB86960A, MB86965A

    • Fujitsu MBH10303, MBH10302 PC Card Ethernet

    • Fujitsu Towa LA501 Ethernet

    • HITACHI HT-4840-11 PC Card Ethernet

    • NextCom J Link NC5310

    • RATOC REX-5588, REX-9822, REX-4886, and REX-R280

    • RATOC REX-9880/9881/9882/9883

    • TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin)

    • TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX

    • Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin)

    Adapters supported by the fxp(4) driver include:

    • Intel EtherExpress PRO/10

    • Intel InBusiness 10/100

    • Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter

    • Intel PRO/100+ Management Adapter

    • Intel PRO/100 VE Desktop Adapter

    • Intel PRO/100 VM Network Connection

    • Intel PRO/100 M Desktop Adapter

    • Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters

    • Contec C-NET(PI)-100TX (PC-98)

    • NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98)

    • NEC PC-9821X-B06 (PC-98)

    • Many on-board network interfaces on Intel motherboards

    Chips supported by the gem(4) driver include:

    • Apple GMAC

    • Sun ERI 10/! 100 Mbps ! Ethernet

    • Sun GEM Gigabit Ethernet

    The following add-on cards are known to work with the gem(4) driver at this time:

    • Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373)

    • Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375)

    The hme(4) driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models.

    Cards supported by the hme(4) driver include:

    • Sun PCI SunSwift Adapter

    • Sun SBus SunSwift Adapter ( hme and “ ;SUNW,hme)

    • Sun PCI Sun100BaseT Adapter 2.0

    • Sun SBus Sun100BaseT 2.0

    • Sun PCI Quad FastEthernet Controller

    • Sun SBus Quad FastEthernet Controller

    [i386] The ie(4) driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip:

    • 3COM 3C507

    • AT&T EN100

    • AT&T Starlan 10

    • AT&T Starlan Fiber

    • Intel EtherExpress 16

    • RACAL Interlan NI5210

    The igb(4) driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips:

    • Intel Gigabit ET Dual Port Server Adapter (82576)

    • Intel Gigabit VT Quad Port Server Adapter (82575)

    [i386,amd64] The ixgb(4) driver supports the following cards:

    • Intel PRO/10GbE LR Server Adapter

    • Intel PRO/10GbE SR Server Adapter

    The ixgbe(4) driver supports the following cards:

    • Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter

    • Intel(R) 10 Gigabit XF SR/LR Server Adapter

    • Intel(R) 82598EB 10 Gigabit AF Network Connection

    • Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection

    The jme(4) device driver provides support for the following Ethernet controllers:

    • JMicron JMC250 PCI Express Gigabit Ethernet controller

    • JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller

    • JMicron JMC260 PCI Express Fast Ethernet controller

    • JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller

    [i386,pc98,ia64,amd64,powerpc] The kue(4) driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including:

    • 3Com 3c19250

    • 3Com 3c460 HomeConnect Ethernet USB Adapter

    • ADS Technologies USB-10BT

    • AOX USB101

    • ATen UC10T

    • Abocom URE 450

    • Corega USB-T

    • D-Link DSB-650C!

    • Entrega NET-USB-E45, NET-HUB-3U1E

    • I/O Data USB ETT

    • Kawasaki DU-H3E

    • LinkSys USB10T

    • Netgear EA101

    • Peracom USB Ethernet Adapter

    • Psion Gold Port USB Ethernet adapter

    • SMC 2102USB, 2104USB

    [i386,pc98,amd64] Adapters supported by the lge(4) driver include:

    • SMC TigerCard 1000 (SMC9462SX)

    • D-Link DGE-500SX

    [i386,amd64] The msk(4) driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including:

    • D-Link 550SX Gigabit Ethernet

    • D-Link 560SX Gigabit Ethernet

    • D-Link 560T Gigabit Ethernet

    • Marvell Yukon 88E8021CU Gigabit Ethernet

    • Marvell Yukon 88E8021 SX/LX Gigabit Ethernet

    • Marvell Yukon 88E8022CU Gigabit Ethernet

    • Marvell Yukon 88E8022 SX/LX Gigabit Ethernet

    • Marvell Yukon 88E8061CU Gigabit Ethernet

    • Marvell Yukon 88E8061 SX/LX Gigabit Ethernet

    • Marvell Yukon 88E8062CU Gigabit Ethernet

    • Marvell Yukon 88E8062 SX/LX Gigabit Ethernet

    • Marvell Yukon 88E8035 Fast Ethernet

    • Marvell Yukon 88E8036 Fast Ethernet

    • Marvell Yukon 88E8038 Fast Ethernet

    • Marvell Yukon 88E8039 Fast Ethernet

    • Marvell Yukon 88E8040 Fast Ethernet

    • Marvell Yukon 88E8040T Fast Ethernet

    • ! Marvell Yukon 88E8042 Fast Ethernet

    • Marvell Yukon 88E8048 Fast Ethernet

    • Marvell Yukon 88E8050 Gigabit Ethernet

    • Marvell Yukon 88E8052 Gigabit Ethernet

    • Marvell Yukon 88E8053 Gigabit Ethernet

    • Marvell Yukon 88E8055 Gigabit Ethernet

    • Marvell Yukon 88E8056 Gigabit Ethernet

    • Marvell Yukon 88E8057 Gigabit Ethernet

    • Marvell Yukon 88E8058 Gigabit Ether net

    • Marvell Yukon 88E8059 Gigabit Ethernet

    • Marvell Yukon 88E8070 Gigabit Ethernet

    • Marvell Yukon 88E8071 Gigabit Ethernet

    • Marvell Yukon 88E8072 Gigabit Ethernet

    • Marvell Yukon 88E8075 Gigabit Ethernet

    • SysKonnect SK-9Sxx Gigabit Ethernet

    • SysKonnect SK-9Exx Gigabit Ethernet

    [i386,amd64] The mxge(4) driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips:

    • Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C)

    • Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R)

    • Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q)

    [i386,pc98] The my(4) driver provides support for various NICs based on the Myson chipset. Supported models include:

    • Myson MTD800 PCI Fast Ethernet chip

    • Myson MTD803 PCI Fast Ethernet chip

    • Myson MTD89X PCI Gigabit Ethernet chip

    [i386,amd64] The nfe(4) driver supports the following NVIDIA MCP onboard adapters:

    • NVIDIA nForce MCP Networking Ad! apter

    • NVIDIA nForce MCP04 Networking Adapter

    • NVIDIA nForce 430 MCP12 Networking Adapter

    • NVIDIA nForce 430 MCP13 Networking Adapter

    • NVIDIA nForce MCP51 Networking Adapter

    • NVIDIA nForce MCP55 Networking Adapter

    • NVIDIA nForce MCP61 Networking Adapter

    • NVIDIA nForce MCP65 Networking Adapter

    • NVIDIA nForce MCP67 Networking Adapter

    • NVIDIA nForce MCP73 Networking Adapter

    • NVIDIA nForce MCP77 Networking Adapter

    • NVIDIA nForce MCP79 Networking Adapter

    • NVIDIA nForce2 MCP2 Networking Adapter

    • NVIDIA nForce2 400 MCP4 Networking Adapter

    • NVIDIA nForce2 400 MCP5 Networking Adapter

    • NVIDIA nForce3 MCP3 Networking Adapter

    • NVIDIA nForce3 250 MCP6 Networking Adapter

    • NVI! DIA nForc! e3 MCP7 Networking Adapter

    • NVIDIA nForce4 CK804 MCP8 Networking Adapter

    • NVIDIA nForce4 CK804 MCP9 Networking Adapter

    The nge(4) driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including:

    • Addtron AEG320T

    • Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)

    • < li class="listitem">

      Asante FriendlyNet GigaNIX 1000TA and 1000TPC

    • D-Link DGE-500T

    • Linksys EG1032, revision 1

    • Netgear GA621

    • Netgear GA622T

    • SMC EZ Card 1000 (SMC9462TX)

    • Surecom Technology EP-320G-TX

    • Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)

    [i386,amd64] The nve(4) driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets:

    • nForce

    • nForce2

    • nForce3

    • nForce4

    [i386,amd64] The nxge(4) driver supports Neterion Xframe 10 Gigab it Ethernet adapters listed in http://www.neterion.com/how/pricing.html.

    [i386,amd64] The oce(4) driver supports the following network adapters:

    • Emulex BladeEngine 2

    • Emulex BladeEngine 3

    • Emulex Lancer

    [i386,pc98,ia64,amd64] Th e pcn(4) driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips:

    • AMD Am79C971 PCnet-FAST

    • AMD Am79C972 PCnet-FAST+

    • AMD Am79C973/Am79C975 PCnet-FAST III

    • AMD Am79C976 PCnet-PRO

    • AMD Am79C978 PCnet-Home

    • Allied-Telesis LA-PCI

    [amd64] The qlxgb(4) driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets:

    • QLogic 3200 series

    • QLogic 8200 series

    The re(4) driver supports R ealTek RTL8139C+, RTL8169, RTL816xS, RTL811x! S, RTL816! 8, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including:

    • Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)

    • Compaq Evo N1015v Integrated Ethernet (8139C+)

    • Corega CG-LAPCIGT Gigabit Ethernet (8169S)

    • D-Link DGE-528(T) Gigabit Ethernet (8169S)

    • Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)

    • LevelOne GNC-0105T (8169S)

    • LinkSys EG1032 (32-bit PCI)

    • PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)

    • USRobotics USR997902 Gigabit Ethernet (8169S)

    • Xterasys XN-152 10/100/1000 NIC (8169)

    Adapters supported by the rl(4) driver include:

    • Accton Cheetah” EN1207D (MPX 5030/5038; Re! alTek 813! 9 clone)

    • Allied Telesyn AT2550

    • Allied Telesyn AT2500TX

    • Belkin F5D5000

    • BUFFALO (Melco INC.) LPC-CB-CLX (CardBus)

    • Compaq HNE-300

    • CompUSA no-name 10/100 PCI Ethernet NIC

    • Corega FEther CB-TXD

    • Corega FEtherII CB-TXD

    • D-Link DFE-520TX (rev. C1)

    • D-Link DFE-528TX

    • D-Link DFE-530TX+

    • D-Link DFE-538TX

    • D-Link DFE-690TXD

    • Edimax EP-4103DL CardBus

    • Encore ENL832-TX 10/100 M PCI

    • Farallon NetLINE 10/100 PCI

    • Genius GF100TXR

    • GigaFast Ethernet EE100-AXP

    • K TX-9130TX 10/100 Fast Ethernet

    • LevelOne FPC-0106TX

    • Longshine LCS-8038TX-R

    • NDC Communications NE100TX-E

    • Netronix Inc. EA-1210 NetEther 10/100

    • Nortel Networks 10/100BaseTX

    • OvisLink LEF-8129TX

    • OvisLink LEF-8139TX

    • Peppercon AG ROL-F

    • Planex FNW-3603-TX

    • Planex FNW-3800-TX

    • SMC EZ Card 10/100 PCI 1211-TX

    • SOHO (PRAGMATIC) UE-1211C

    [i386,pc98,amd64] The rue(4) driver supports RealTek RTL8150 based USB Ethernet adapters including:

    • Buffalo (Melco Inc.) LUA-KTX

    • Green House GH-USB100B

    • LinkSys USB100M

    • Billionton 10/100 FastEthernet USBKR2

    Adapters supported by the sf(4) driver include:

    • ANA-62011 64-bit single port 10/100baseTX adapter

    • ANA-62022 64-bit dual port 10/100baseTX adapter

    • ANA-62044 64-bit quad port 10/100baseTX adapter

    • ANA-69011 32-bit single port 10/10 0baseTX adapter

    • ANA-62020 64-bit single port 100baseFX adapter

    The sfxge(4) driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers.

    The sge(4) device driver provides support for the following Ethernet controllers:

    • SiS190 Fast Ethernet! controll! er

    • SiS191 Fast/Gigabit Ethernet controller

    The sis(4) driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include:

    • @Nifty FNECHARD IFC USUP-TX

    • MELCO LGY-PCI-TXC

    • Netgear FA311-TX (DP83815)

    • Netgear FA312-TX (DP83815)

    • SiS 630, 635, and 735 motherboard chipsets

    • Soekris Engineering net45xx, net48xx, lan1621, and lan1641

    Adapters supported by the sk(4) driver include:

    • 3Com 3C940 single port, 1000baseT adapter

    • 3Com 3C2! 000-T single port, 1000baseT adapter

    • Belkin F5D5005 single port, 1000baseT adapter

    • D-Link DGE-530T single port, 1000baseT adapter

    • Linksys (revision 2) single port, 1000baseT adapter

    • SK-9521 SK-NET GE-T single port, 1000baseT adapter

    • SK-9821 SK-NET GE-T single port, 1000baseT adapter

    • SK-9822 SK-NET GE-T dual port, 1000baseT adapter

    • SK-9841 SK-NET GE-LX single port, single mode fiber adapter

    • SK-9842 SK-NET GE-LX dual port, single mode fiber adapter

    • SK-9843 SK-NET GE-SX single port, multimode fiber adapter

    • SK-9844 SK-NET GE-SX dual port, multimode fiber adapter

    • SMC 9452TX single port, 1000baseT adapter

    [i386,amd64] The sn(4) driver supports SMC91Cxx based ISA and PCMCIA cards including:

    • 3Com Megaher! tz X-Jack! Ethernet PC Card XJ10BT, XJ10BC

    • 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336

    • Farallon EtherMac PC Card 595a

    • Motorola Mariner Ethernet/Modem PC Card

    • Ositech Seven of Diamonds Ethernet PC Card

    • Ositech Jack of Hearts Ethernet/Modem PC Card

    • Psion Gold Card Netglobal Ethernet PC Card

    • Psion Gold Card Netglobal 10/100 Fast Ethern et PC Card

    • Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card

    • SMC EZEther PC Card (8020BT)

    • SMC EZEther PC Card (8020T)

    The sn(4) driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC.

    The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a ! red arrow! on the front, are also called EtherWave and EtherMac. They are supported by the sn(4) driver.

    [pc98] The snc(4) driver supports the following cards:

    • National Semiconductor DP83934AVQB

    • NEC PC-9801-83

    • NEC PC-9801-84

    • NEC PC-9801-103

    • NEC PC-9801-104

    • NEC PC-9801N-15

    • NEC PC-9801N-25

    • NEC PC-9801N-J02 PCMCIA

    • NEC PC-9801N-J02R PCMCIA

    The snc(4) driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM.

    ! The ste(4) driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including:

    • D-Link DFE-530TXS

    • D-Link DFE-550TX

    • D-Link DFE-580TX

    The stge(4) driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including:

    • Antares Microsystems Gigabit Ethernet

    • ASUS NX1101 Gigabit Ethernet

    • D-Link DL-4000 Gigabit Ethernet

    • IC Plus IP1000A Gigabit Ethernet

    • Sundance ST-2021 Gigabit Ethernet

    • Sundance ST-2023 Gigabit Ethernet

    • Sundance TC9021 Gigabit Ethern et

    • Tamarack TC9021 Gigabit Ethernet

    [i386,pc98,amd64,sparc64] The ti(4) driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The ti(4) driver has been tested with the following adapters:

    • 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1)

    • 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2)

    • Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX)

    • Alteon AceNIC V Gigabit Ethernet adapter (1000baseT)

    • Digital EtherWORKS 1000SX PCI Gigabit adapter

    • Netgear GA620 Gigabit Ethernet adapter (1000baseSX)

    • Netgear GA620T Gigabit Ethernet adapter (1000baseT)

    The following adapters should also be supported but have not yet been tested:

    • Asa! nte GigaN! IX1000T Gigabit Ethernet adapter

    • Asante PCI 1000BASE-SX Gigabit Ethernet adapter

    • Farallon PN9000SX Gigabit Ethernet adapter

    • NEC Gigabit Ethernet

    • Silicon Graphics PCI Gigabit Ethernet adapter

    [i386,pc98,amd64] The tl(4) driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are:

    • Olicom OC-2135/2138 10/100 TX UTP adapter

    • Olicom OC-2325/OC-2326 10/100 TX UTP adapter

    • Racore 8148 10baseT/100baseTX/100baseFX adapter

    • Racore 8165 10/100baseTX adapter

    The tl(4) driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including:

    • Compaq Netelligent 10

    • Compaq Netelligent 10 T PCI UTP/Coax

    • Compaq Netelligent 10/100

    • Compaq Netelligent 10/100 Dual-Port

    • Compaq Netelligent 10/100 Proliant

    • Compaq Netelligent 10/100 TX Embedded UTP

    • Compaq Netelligent 10/100 TX UTP

    • Compaq NetFlex 3P

    • Compaq NetFlex 3P Integrated

    • Compaq NetFlex 3P w/BNC

    [amd64, i386, pc98] SMC 83c17x + (EPIC)-based Ethernet NICs (tx(4) driver)

    The txp(4) driver supports the following cards:

    • 3Com 3CR990-TX-95

    • 3Com 3CR990-TX-97

    • 3Com 3cR990B-TXM

    • 3Com 3CR990SVR95

    • 3Com 3CR990SVR97

    • 3Com 3cR990B-SRV

    [i386,pc98,amd64] The udav(4) driver supports the following adapters:

    • Corega FEther USB-TXC

    • ShanTou ST268 USB NIC

    The vge(4) driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including:

    • VIA Networking LAN-on-motherboard Gigabit Ethernet

    • ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)

    • ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)

    The vr(4) driver supports VIA Technolog ies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including:

    • AOpen/Acer ALN-320

    • D-Link DFE520-TX

    • D-Link DFE530-TX

    • Hawking Technologies PN102TX

    • Soekris Engineering net5501

    [i386,pc98,ia64,amd64] The vx(4) driver supports th e following cards:

    • 3Com 3c590 EtherLink III PCI

    • 3Com 3c592 EtherLink III EISA

    • 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode

    • 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode

    [i386,amd64] The vxge(4) driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com.

    [i386,pc98,amd64] The wb(4) driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including:

    • Trendware TE100-PCIE

    [i386,amd64] The xe(4) driver supports the following cards:

    • Xircom CreditCard Ethernet (PS-CE2-10)

    • Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28)

    • Xircom CreditCard Ethernet + Modem 33 (CEM33)

    • Xircom CreditCard 10/100 (CE3, CE3B)

    • Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56)

    • Xircom RealPort Ethernet 10 (RE10)

    • Xircom RealPort Ethernet 10/100 (RE100)

    • Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G)

    • < p xmlns="http://www.w3.org/TR/xhtml1/transitional">Accton Fast EtherCard-16 (EN2226)

    • Compaq Microcom CPQ550 Ethernet/Modem PC Card

    • Compaq Netelligent 10/100 PC Card (CPQ-10/100)

    • Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A)

    • Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B)

    Other similar devices using the same hardware may also be supported.

    The < span class="refentrytitle">xl(4) dr! iver supports the following hardware:

    • 3Com 3c900-TPO

    • 3Com 3c900-COMBO

    • 3Com 3c905-TX

    • 3Com 3c905-T4

    • 3Com 3c900B-TPO

    • 3Com 3c900B-TPC

    • 3Com 3c900B-FL

    • 3Com 3c900B-COMBO

    • 3Com 3c905B-T4

    • 3Com 3c905B-TX

    • 3Com 3c905B-FX

    • 3Com 3c905B-COMBO

    • 3Com 3c905C-TX

    • 3Com 3c980, 3c980B, and 3c980C server adapters

    • 3Com 3cSOHO100-TX OfficeConnect adapters

    • 3Com 3c450 HomeConnect adapters

    • 3Com 3c555, 3c556 and 3c556B mini-PCI adapters

    • 3Com 3C3SH573BT, 3C575TX, 3CCFE5 75BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3C! CFEM656, ! 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters

    • 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters

    Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the xl(4) driver nor any other FreeBSD driver supports this modem.

    3.3. FDDI Interfaces

    [i386, pc98] DEC DEFPA PCI (fpa(4) + driver)

    [i386] DEC DEFEA EISA (fpa(4) driver)

    3.4. ATM Interfaces

    [i386, pc98] Midway-based ATM interfaces + (en(4) driver)

    [i386, pc98 sparc64] FORE Systems, + Inc. PCA-200E ATM PCI Adapters (hfa and fatm(4) + drivers)

    [i386, pc98] IDT NICStAR 77201/211-based ATM + Adapters (idt(4) driver)

    [i386, pc98 sparc64] FORE Systems, + Inc. HE155 and HE622 ATM interfaces (hatm(4) + driver)

    [i386, pc98] IDT77252-based ATM cards + (patm(4) driver)

    3.5. Wireless Network Interfaces

    [amd64, i386, pc98] Cisco/Aironet + 802.11b wireless adapters (an(4) driver)

    [i386,pc98,amd64,sparc64] The ath(4) driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset.

    The bwi(4) driver supports Broadcom BCM43xx based wireless devices, including:

    • Apple Airport Extreme

    • Apple Airport Extreme

    • ASUS WL-138g

    • Buffalo WLI-CB-G54S

    • Buffalo WLI-PCI-G54S

    • Compaq R4035 onboard

    • Dell Wireless 1390

    • Dell Wireless 1470

    • Dell Truemobile 1300 r2

    • Dell Truemobile 1400

    • HP nx6125

    • Linksys WPC54G Ver 3

    • Linksys WPC54GS Ver 2

    • TRENDnet TEW-401PCplus

    • US Robotics 5411

    The bwi(4) driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it suppor ts. You must use the bwi(4) driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips.

    The bwn(4) driver supports Broadcom BCM43xx based wireless devices, including:

    • Apple Airport Extreme

    • ASUS W L-138g

    • Buffalo WLI-CB-G54S

    • Dell Wireless 1390

    • Dell Wireless 1470

    • Dell Truemobile 1400

    • HP Compaq 6715b

    • HP nx6125

    • Linksys WPC54G Ver 3

    • Linksys WPC54GS Ver 2

    • US Robotics 5411

    Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2 ) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips.

    [i386, amd64] Intel PRO/Wireless 2100 + MiniPCI network adapter (ipw(4) driver)

    [i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters - (iwi(4) driver)

    [i386, amd64] Intel Wireless WiFi Link + (iwi(4) driver)

    [i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters - (iwn(4) driver)

    [i386, amd64] Marvell Libertas IEEE 802.11b/g - PCI network adapters (malo(4) driver)

    Marvell 88W8363 IEEE 802.11n wireless network - adapters (mwl(4) driver)

    [i386,amd64] The ral(4) driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including:

    • A-Link WL54H

    • A-Link WL54PC

    • AirLink101 AWLC5025

    • AirLink101 AWLH5025

    • Amigo AWI-914W

    • Amigo AWI-922W

    • Amigo AWI-926W

    • AMIT WL531C

    • AMIT WL531P

    • AOpen AOI-831

    • ASUS WL-107G

    • ASUS WL-130g

    • Atlantis Land A02-PCI-W54

    • Atlantis Land A02-PCM-W54

    • Belkin F5D7000 v3

    • Belkin F5D7010 v2

    • Billionton MIWLGRL

    • Canyon CN-WF511

    • Canyon CN-WF513

    • CC&C WL-2102

    • CNet CWC-854

    • CNet CWP-854

    • Compex WL54G

    • Compex WLP54G

    • Conceptronic C54RC

    • Conceptronic C54Ri

    • Digitus DN-7001G-RA

    • Digitus DN-7006G-RA

    • E-Tech WGPC02

    • < p>E-Tech WGPI02

    • Edimax EW-7108PCg

    • Edimax EW-7128g

    • Eminent EM3036

    • Eminent EM3037

    • Encore ENLWI-G-RLAM

    • Encore ENPWI-G-RLAM

    • Fiberline WL-400P

    • Fibreline WL-400X

    • Gigabyte GN-WI01GS

    • Gigabyte GN-WIKG

    • Gigabyte GN-WMKG

    • Gigabyte GN-WP01GS

    • Gigabyte GN-WPKG

    • Hawking HWC54GR

    • Hawking HWP54GR

    • iNexQ CR054g-009 (R03)

    • JAHT WN-4054P

    • JAHT WN-4054PCI

    • LevelOne WNC-0301 v2

    • LevelOne WPC-0301 v2

    • Linksys WMP54G v4

    • Micronet SP906GK

    • Micronet SP908GK V3

    • Minitar MN54GCB-R

    • Minitar MN54GPC-R

    • MSI CB54G2

    • MSI MP54G2

    • MSI PC54G2

    • OvisLink EVO-W54PCI

    • PheeNet HWL-PCIG/RA

    • Pro-Nets CB80211G

    • Pro-Nets PC80211G

    • Repotec RP-WB7108

    • Repotec RP-WP0854

    • SATech SN-54C

    • SATech SN-54P

    • Sitecom WL-112

    • Sitecom WL-115

    • SMC SMCWCB-GM

    • SMC SMCWPCI-GM

    • SparkLAN WL-685R

    • Surecom EP-9321-g

    • !
    • Surecom EP-9321-g1

    • Surecom EP-9428-g

    • Sweex LC500050

    • Sweex LC700030

    • TekComm NE-9321-g

    • TekComm NE-9428-g

    • Unex CR054g-R02

    • Unex MR054g-R02

    • Zinwell ZWX-G160

    • Zinwell ZWX-G360

    • Zinwell ZWX-G361

    • Zonet ZEW1500

    • Zonet ZEW1600

    [i386,amd64] The rum(4) driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including:

    • 3Com Aolynk WUB320g

    • Abocom WUG2700

    • Airlink101 AWLL5025

    • ASUS WL-167g ver 2

    • Belkin F5D7050 ver 3

    • Belkin F5D9050 ver 3

    • Buffalo WLI-U2-SG54HP

    • Buffalo WLI-U2-SG54HG

    • Buffalo WLI-U2-G54HP

    • Buffalo WLI-UC-G

    • CNet CWD-854 ver F

    • Conceptronic C54RU ver 2

    • Corega CG-WLUSB2GO

    • D-Link DWA-110

    • D-Link DWA-111

    • D-Link DWL-G122 rev C1

    • D-Link WUA-1340

    • Digitus DN-7003GR

    • Edimax EW-7318USG

    • Gigabyte GN-WB01GS

    • Gigabyte GN-WI05GS

    • Hawking HWUG1

    • Hawking HWU54DM

    • Hercules HWGUSB2-54-LB

    • Hercules HWGUSB2-54V2-AP

    • LevelOne WNC-0301USB v3

    • Linksys WUSB54G rev C

    • Linksys WUSB54GR

    • Planex GW-US54HP

    • Planex GW-US54Mini2

    • Planex GW-USMM

    • Senao NUB-3701

    • Sitecom WL-113 ver 2

    • Sitecom WL-172

    • Sweex LW053

    • TP-LINK TL-WN321G

    [i386,amd64] The run(4) driver supports the following wireless adapters:

    • Airlink101 AWLL6090

    • ASUS USB-N11

    • ASUS USB-N13 ver. A1

    • ASUS WL-160N

    • Belkin F5D8051 ver 3000

    • Belkin F5D8053

    • Belkin F5D8055

    • Belkin F6D4050 ver 1

    • Buffalo WLI-UC-AG300N

    • Buffalo WLI-UC-G300N

    • Buffalo WLI-UC-G301N

    • Buffalo WLI-UC-GN

    • Buffalo WLI-UC-GNM

    • Buffalo WLI-UC-GNM2

    • Corega CG-WLUSB2GNL

    • Corega CG-WLUSB2GNR

    • Corega CG-WLUSB300AGN

    • Corega CG-W! LUSB300GN! M

    • D-Link DWA-130 rev B1

    • D-Link DWA-140 rev B1, B2

    • DrayTek Vigor N61

    • Edimax EW-7711UAn

    • Edimax EW-7711UTn

    • Edimax EW-7717Un

    • Edimax EW-7718Un

    • Gigabyte GN-WB30N

    • Gigabyte GN-WB31N

    • Gigabyte GN-WB32L

    • Hawking HWDN1

    • Hawking HWUN1

    • Hawking HWUN2

    • Hercules HWNU-300

    • Linksys WUSB54GC v3

    • Linksys WUSB600N

    • Logitec LAN-W150N/U2

    • Mvix Nubbin MS-811N

    • Planex GW-USMicroN

    • Planex G W-US300MiniS

    • Sitecom WL-182

    • Sitecom WL-188

    • Sitecom WL-301

    • Sitecom WL-302

    • Sitecom WL-315

    • SMC SMCWUSBS-N2

    • Sweex LW303

    • Sweex LW313

    • Unex DNUR-81

    • Unex DNUR-82

    • ZyXEL NWD210N

    • ZyXEL NWD270N

    The uath(4) driver should work with the following adapters:

    • Compex WLU108AG

    • Compex WLU108G

    • D-Link DWL-G132

    • !
    • IODATA WN-G54/US

    • MELCO WLI-U2-KAMG54

    • Netgear WG111T

    • Netgear WG111U

    • Netgear WPN111

    • Olitec 000544

    • PLANET WDL-U357

    • Siemens Gigaset 108

    • SMC SMCWUSBT-G

    • SMC SMCWUSBT-G2

    • SparkLAN WL-785A

    • TP-Link TL-WN620G

    • TRENDware International TEW-444UB

    • TRENDware International TEW-504UB

    • Unex Technology UR054ag

    • ZyXEL XtremeMIMO M-202

    An up to date list can be found at http://customerproducts.athero s.com/customerproducts/default.asp.

    The upgt(4) driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them:

    • Belkin F5D7050 (version 1000)

    • Cohiba Proto Board

    • D-Link DWL-G120 Cohiba

    • FSC Connect2Air E-5400 USB D1700

    • Gigaset USB Adapter 54

    • Inventel UR045G

    • SMC EZ ConnectG SMC2862W-G

    • Sagem XG703A

    • Spinnaker DUT

    • Spinnaker Proto Board

    [i386,amd64] The ural(4) driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including:

    • AMIT WL532U

    • ASUS WL-167g

    • Belkin F5D7050 v2000

    • Buffalo WLI-U2-KG54-AI

    • CNet CWD-854

    • Compex WLU54G 2A1100

    • Conceptronic C54RU

    • D-Link DWL-G122 b1

    • Dynalink WLG25USB

    • E-Tech WGUS02

    • Gigabyte GN-WBKG

    • Hercules HWGUSB2-54

    • KCORP LifeStyle KLS-685

    • Linksys WUSB54G v 4

    • Linksys WUSB54GP v4

    • MSI MS-6861

    • MSI MS-6865

    • MSI MS-6869

    • NovaTech NV-902

    • OvisLink Evo-W54USB

    • SerComm UB801R

    • SparkLAN WL-685R

    • Surecom EP-9001-g

    • Sweex LC100060

    • Tonze UW-6200C

    • Zinwell ZWX-G261

    • Zonet ZEW2500P

    An up to date list can be found at http://ralink.rapla.net/.

    The urtw(4) driver supports Realtek RTL8187B/L based wir eless network devices, including:

    • Belkin F5D7050E

    • Linksys WUSB54GCv2

    • Netgear WG111v2

    • Netgear WG111v3

    • Safehome WLG-1500SMA5

    • Shuttle XPC Accessory PN20

    • Sitecom WL168v1

    • Sitecom WL168v4

    • SureCom EP-9001-g(2A)

    • TRENDnet TEW-424UB V3.xR

    [amd64, i386, pc98] Lucent + (iwn(4) driver)

    [i386, amd64] Marvell Libertas IEEE 802.11b/g + PCI network adapters (malo(4) driver)

    Marvell 88W8363 IEEE 802.11n wireless network + adapters (mwl(4) driver)

    [i386,amd64] The ral(4) driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including:

    • A-Link WL54H

    • A-Link WL54PC

    • AirLink101 AWLC5025

    • AirLink101 AWLH5025

    • Amigo AWI-914W

    • Amigo AWI-922W

    • Amigo AWI-926W

    • AMIT WL531C

    • AMIT WL531P

    • AOpen AOI-831

    • ASUS WL-107G

    • ASUS WL-130g

    • Atlantis Land A02-PCI-W54

    • Atlan! tis Land A02-PCM-W54

    • Belkin F5D7000 v3

    • Belkin F5D7010 v2

    • Billionton MIWLGRL

    • Canyon CN-WF511

    • Canyon CN-WF513

    • CC&C WL-2102

    • CNet CWC-854

    • CNet CWP-854

    • Compex WL54G

    • Compex WLP54G

    • Conceptronic C54RC

    • Conceptronic C54Ri

    • Digitus DN-7001G-RA

    • Digitus DN-7006G-RA

    • E-Tech WGPC02

    • E-Tech WGPI02

    • Edimax EW-7108PCg

    • Edimax EW-7128g

    • Eminent EM3036

    • Eminent EM3037

    • Encore ENLWI-G-RLAM

    • Encore ENPWI-G-RLAM

    • Fiberline WL-400P

    • Fibreline WL-400X

    • Gigabyte GN-WI01GS

    • Gigabyte GN-WIKG

    • Gigabyte GN-WMKG

    • Gigabyte GN-WP01GS

    • Gigabyte GN-WPKG

    • Hawking HWC54GR

    • Hawking HWP54GR

    • iNexQ CR054g-009 (R03)

    • JAHT WN-4054P

    • JAHT WN-4054PCI

    • LevelOne WNC-0301 v2

    • LevelOne WPC-0301 v2

    • Linksys WMP54G v4

    • Micronet SP906GK

    • Micronet SP908GK V3

    • Minitar MN54GCB-R

    • Minitar MN! 54GPC-R

    • MSI CB54G2

    • MSI MP54G2

    • MSI PC54G2

    • OvisLink EVO-W54PCI

    • PheeNet HWL-PCIG/RA

    • Pro-Nets CB80211G

    • Pro-Nets PC80211G

    • Repotec RP-WB7108

    • Repotec RP-WP0854

    • SATech SN-54C

    • SATech SN-54P

    • Sitecom WL-112

    • Sitecom WL-115

    • SMC SMCWCB-GM

    • SMC SMCWPCI-GM

    • SparkLAN WL-685R

    • Surecom EP-9321-g

    • Surecom EP-9321-g1

    • Surecom EP-9428-g

    • Sweex LC500050

    • Sweex L! C700030

    • TekComm NE-9321-g

    • TekComm NE-9428-g

    • Unex CR054g-R02

    • Unex MR054g-R02

    • Zinwell ZWX-G160

    • Zinwell ZWX-G360

    • Zinwell ZWX-G361

    • Zonet ZEW1500

    • Zonet ZEW1600

    [i386,amd64] The rum(4) driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including:

    • 3Com Aolynk WUB320g

    • Abocom WUG2700

    • Airlink101 AWLL5025

    • ASUS WL-167g ver 2

    • Belkin F5D7050 ver 3

    • Belkin F5D9050 ver 3

    • Buffalo WLI-U2-SG54HP

    • Buffalo WLI-U2-SG54HG

    • Buffalo WLI-U2-G54HP

    • Buffalo WLI-UC-G

    • CNet CWD-854 ver F

    • Conceptronic C54RU ver 2

    • Corega CG-WLUSB2GO

    • D-Link DWA-110

    • D-Link DWA-111

    • D-Link DWL-G122 rev C1

    • D-Link WUA-1340

    • Digitus DN-7003GR

    • Edimax EW-7318USG

    • Gigabyte GN-WB01GS

    • Gigabyte GN-WI05GS

    • Hawking HWUG1

    • Hawking HWU54DM

    • Hercules HWGUSB2-54-LB

    • Hercules HWGUSB2-54V2-AP

    • LevelOne WNC-0301USB v3

    • ! Linksys WUSB54G rev C

    • Linksys WUSB54GR

    • Planex GW-US54HP

    • Planex GW-US54Mini2

    • Planex GW-USMM

    • Senao NUB-3701

    • Sitecom WL-113 ver 2

    • Sitecom WL-172

    • Sweex LW053

    • TP-LINK TL-WN321G

    [i386,amd64] Th e run(4) driver supports the following wireless adapters:

    • Airlink101 AWLL6090

    • ASUS USB-N11

    • ASUS USB-N13 ver. A1

    • ASUS WL-160N

    • Belkin F5D8051 ver 3000

    • Belkin F5D8053

    • Belkin F5D8055

    • Belkin F6D4050 ver 1

    • Buffalo WLI-UC-AG300N

    • Buffalo WLI-UC-G300N

    • Buffalo WLI-UC-G301N

    • Buffalo WLI-UC-GN

    • Buffalo WLI-UC-GNM

    • Buffalo WLI-UC-GNM2

    • Corega CG-WLUSB2GNL

    • Corega CG-WLUSB2GNR

    • Corega CG-WLUS B300AGN

    • Corega CG-WLUSB300GNM

    • D-Link DWA-130 rev B1

    • D-Link DWA-140 rev B1, B2

    • DrayTek Vigor N61

    • Edimax EW-7711UAn

    • Edimax EW-7711UTn

    • Edimax EW-7717Un

    • Edimax EW-7718Un

    • Gigabyte GN-WB30N

    • Gigabyte GN-WB31N

    • Gigabyte GN-WB32L

    • Hawking HWDN1

    • Hawking HWUN1

    • Hawking HWUN2

    • Hercules HWNU-300

    • Linksys WUSB54GC v3

    • Linksys WUSB600N

    • Logitec LAN-W150N/U2

    • Mvix Nubbin MS-811N

    • Planex GW-USMicroN

    • Planex GW-US300MiniS

    • Sitecom WL-182

    • Sitecom WL-188

    • Sitecom WL-301

    • Sitecom WL-302

    • Sitecom WL-315

    • SMC SMCWUSBS-N2

    • Sweex LW303

    • Sweex LW313

    • Unex DNUR-81

    • Unex DNUR-82

    • ZyXEL NWD210N

    • ZyXEL NWD270N

    The uath(4) driver should work with the following adapters:

    • Compex WLU108AG

    • Compex WLU108G

    • D-Link DWL-G132

    • IODATA WN-G54/US

    • MELCO WLI-U2-KAMG54

    • Netgear WG111T

    • Netgear WG111U

    • Netgear WPN111

    • Olitec 000544

    • PLANET WDL-U357

    • Siemens Gigaset 108

    • SMC SMCWUSBT-G

    • SMC SMCWUSBT-G2

    • SparkLAN WL-785A

    • TP-! Link TL-WN620G

    • TRENDware International TEW-444UB

    • TRENDware International TEW-504UB

    • Unex Technology UR054ag

    • ZyXEL XtremeMIMO M-202

    An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp.

    The upgt(4) driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them:

    • Belkin F5D7050 (version 1000)

    • Cohiba Proto Board

    • D-Link DWL-G120 Cohiba

    • FSC Connect2Air E-5400 USB D1700

    • Gigaset USB Adapter 54

    • Inventel UR045G

    • SMC EZ ConnectG SMC2862W-G

    • Sagem XG703A

    • Spinnaker DUT

    • Spinnaker Proto Board

    [i386,amd64] The ural(4) driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including:

    • AMIT WL532U

    • ASUS WL-167g

    • Belkin F5D7050 v2 000

    • Buffalo WLI-U2-KG54-AI

    • CNet CWD-854

    • Compex WLU54G 2A1100

    • Conceptronic C54RU

    • D-Link DWL-G122 b1

    • Dynalink WLG25USB

    • E-Tech WGUS02

    • Gigabyte GN-WBKG

    • Hercules HWGUSB2-54

    • KCORP Lif eStyle KLS-685

    • Linksys WUSB54G v4

    • Linksys WUSB54GP v4

    • MSI MS-6861

    • MSI MS-6865

    • MSI MS-6869

    • NovaTech NV-902

    • OvisLink Evo-W54USB

    • SerComm UB801R

    • SparkLAN WL-685R

    • Surecom EP-9001-g

    • Sweex LC100060

    • Tonze UW-6200C

    • Zinwell ZWX-G261

    • Zonet ZEW2500P

    An up to date list can be found at http://ralink.rapla.net/.

    The urtw(4) driver supports Realtek RTL8187B/L based wireless network devices, including:

    • Belkin F5D7050E

    • Linksys WUSB54GCv2

    • Netgear WG111v2

    • Netgear WG111v3

    • Safehome WLG-1500SMA5

    • Shuttle XPC Accessory PN20

    • Sitecom WL168v1

    • Sitecom WL168v4

    • SureCom EP-9001-g(2A)

    • TRENDnet TEW-424UB V3.xR

    [amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 - chipsets (wi(4) driver)

    [i386] NCR / AT&T / Lucent Technologies WaveLan - T1-speed ISA/radio LAN cards (wl(4) driver)

    [i386, amd64] Intel PRO/Wireless 3945ABG - MiniPCI network adapters (wpi(4) driver)

    [i386,amd64] The following devices are known to be supported by the zyd(4) driver:

    • 3COM 3CRUSB10075

    • Acer WLAN-G-US1

    • Airlink+ AWLL3025

    • Airlink 101 AWLL3026

    • AOpen 802.11g WL54

    • Asus A9T integrated wireless

    • Asus WL-159g

    • Belkin F5D7050 v.4000

    • Billion BiPAC 3011G

    • Buffalo WLI-U2-KG54L

    • CC&C WL-2203B

    • DrayTek Vigor 550

    • Edimax EW-7317UG

    • Edimax EW-7317LDG

    • Fiberline Networks WL-43OU

    • iNexQ UR055g

    • Linksys WUSBF54G

    • Longshine LCS-8131G3

    • MSI US54SE

    • MyTek MWU-201 USB adapter

    • Philips SNU5600

    • Planet WL-U356

    • Planex GW-US54GZ

    • Planex GW-US54GZL

    • Planex GW-US54Mini

    • Safecom SWMULZ-5400

    • Sagem XG 760A

    • Sagem XG 76NA

    • Sandberg Wireles s G54 USB

    • Si! tecom WL-113

    • SMC SMCWUSB-G

    • Sweex wireless USB 54 Mbps

    • Tekram/Siemens USB adapter

    • Telegent TG54USB

    • Trendnet TEW-424UB rev A

    • Trendnet TEW-429UB

    • TwinMOS G240

    • Unicorn WL-54G

    • US Robotics 5423

    • X-Micro XWL-11GUZX

    • Yakumo QuickWLAN USB

    • Zonet ZEW2501

    • ZyXEL ZyAIR G-202

    • ZyXEL ZyAIR G-220

    3.6. Miscellaneous Networks

    [i386,pc98] The ce(4) driver supports the following models of Tau-PCI/32 WAN adapters:

    • Cronyx Tau-PCI/32

    • Cronyx Tau-PCI/32-Lite

    [i386] The cx(4) driver supports the following cards:

    • Cronyx Sigma-22, Sigma-24

    • Cronyx Sigma-100

    • Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440

    • Cronyx Sigma-500

    • Cronyx Sigma-703

      < /li>
    • Cronyx Sigma-800! , Sigma-8! 01, Sigma-810, Sigma-840

    [i386,pc98] The cp(4) driver supports the following models of Tau-PCI WAN adapters:

    • Cronyx Tau-PCI

    • Cronyx Tau-PCI/R

    • Cronyx Tau-PCI-L

    • Cronyx Tau-PCI-L/R

    • Cronyx Tau-PCI-E1

    • Cronyx Tau-PCI-G703

    • Cronyx Tau-PCI-2E1

    • Cronyx Tau-PCI-4E1

    • Cronyx Tau-PCI-E3

    • Cronyx Tau-PCI-T3

    • Cronyx Tau-PCI-STS1

    [i386] The ctau(4) driver supports the following cards:

    • Cronyx Tau (RS-232/V.35)

    • Cronyx Tau/R (RS-530/RS-449)

    • Cronyx Tau/E1 (fractional E1)

    • Cronyx Tau/G703 (unframed E1)

    [i386] The cm(4) driver supports the following card models:

    • SMC90c26

    • SMC90c56

    • SMC90c66 in '56 compatibility mode.

    !

    3.7. Serial Interfaces

    [amd64, i386] PC standard - 8250, 16450, and 16550-based serial ports (sio(4) - driver)

    The uart(4) driver supports the following classes of UARTs:

    • NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs.

    • SCC: serial communications controllers supported by the scc(4) device driver.

    The scc(4) driver supports the following classes of SCCs:

    • SAB82532: Siemens SAB 82532 based serial communications controllers.

    • Z8530: Zilog 8530 based serial communications controllers.

    [amd64, i386] AST 4 port serial card using - shared IRQ

    • ARNET 8 port serial card using shared IRQ

    • ARNET (now Digiboard) Sync 570/i high-speed - serial

    [i386] Boca multi-port serial cards

    • Boca BB1004 4-Port serial card (Modems - not supported)

    • Boca IOAT66 6-Port serial card (Modems - supported)

    • Boca BB1008 8-Port serial card (Modems - not supported)

    • Boca BB2016 16-Port serial card (Modems - supported)

    [i386] Comtrol Rocketport card (rp(4) - driver)

    [i386] Cyclades Cyclom-Y serial board (cy(4) - driver)

    [i386] STB 4 port card using shared IRQ

    [i386] DigiBoard intelligent serial cards (digi - driver)

    [amd64, i386, ia64] PCI-Based - multi-port serial boards (puc(4) driver)

    • [amd64, i386] Actiontech 56K PCI

    • [amd64, i386] Avlab Technology, PCI IO 2S - and PCI IO 4S

    • [amd64, i386] Comtrol RocketPort 550

    • [amd64, i386] Decision Computers PCCOM - 4-port serial and dual port RS232/422/485

    • [ia64] Diva Serial (GSP) Multiport UART

    • [amd64, i386] Dolphin Peripherals - 4025/4035/4036

    • [amd64, i386] IC Book Labs Dreadnought - 16x Lite and Pro

    • [amd64, i386] Lava Computers - 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550

    • [amd64, i386] Middle Digital, Weasle - serial port

    • [amd64, i386] Moxa Industio CP-114, - Smartio C104H-PCI and C168H/PCI

    • [amd64, i386] NEC PK-UG-X001 and - PK-UG-X008

    • [amd64, i386] Netmos NM9835 - PCI-2S-550

    • [amd64, i386] Oxford Semiconductor - OX16PCI954 PCI UART

    • [amd64, i386] Syba Tech SD-LAB - PCI-4S2P-550-ECP

    • [amd64, i386] SIIG Cyber I/O PCI - 16C550/16C650/16C850

    • [amd64, i386] SIIG Cyber 2P1S PCI - 16C550/16C650/16C850

    • [amd64, i386] SIIG Cyber 2S1P PCI - 16C550/16C650/16C850

    • [amd64, i386] SIIG Cyber 4S PCI - 16C550/16C650/16C850

    • [amd64, i386] SIIG Cyber Serial (Single - and Dual) PCI 16C550/16C650/16C850

    • [amd64, i386] Syba Tech - Ltd. PCI-4S2P-550-ECP

    • [amd64, i386] Titan PCI-200H and - PCI-800H

    • [amd64, i386] US Robotics (3Com) 3CP5609 - modem

    • [amd64, i386] VScom PCI-400 and - PCI-800

    [i386] The rc(4) driver provides support for the SDL Communications RISCom/8 boards.

    [i386, amd64] Specialix SI/XIO/SX multiport + chipsets (wi(4) driver)

    [i386] NCR / AT&T / Lucent Technologies WaveLan + T1-speed ISA/radio LAN cards (wl(4) driver)

    [i386, amd64] Intel PRO/Wireless 3945ABG + MiniPCI network adapters (wpi(4) driver)

    [i386,amd64] The following devices are known to be supported by the zyd(4) driver:

    • 3COM 3CRUSB10075

    • Acer WLAN-G-US1

    • Airlink+ AWLL3025

    • Airlink 101 AWLL3026

    • AOpen 802.11g WL54

    • Asus A9T integrated wireless

    • Asus WL-159g

    • Belkin F5D7050 v.4000

    • Billion BiPAC 3011G

    • Buffalo WLI-U2-KG54L

    • CC&C WL-2203B

    • DrayTek Vigor 550

    • Edimax EW-7317UG

    • Edimax EW-7317LDG

    • Fiberline Networks WL-43OU

    • iNexQ UR055g

    • Linksys WUSBF54G

    • Longshine LCS-8131G3

    • MSI US54SE

    • MyTek MWU-201 USB adapter

    • Philips SNU5600

    • Planet WL-U356

    • Planex GW-US54GZ

    • Planex GW-US54GZL

    • Planex GW-US54Mini

    • Safecom SWMULZ-5400

    • Sagem XG 760A

    • Sagem XG 76NA

    • Sandberg Wireless G54 USB

    • Sitecom WL-113

    • SMC SMCWUSB-G

    • Sweex wireless USB 54 Mbps

    • Tekram/Siemens USB adapter

    • Teleg! ent TG54U! SB

    • Trendnet TEW-424UB rev A

    • Trendnet TEW-429UB

    • TwinMOS G240

    • Unicorn WL-54G

    • US Robotics 5423

    • X-Micro XWL-11GUZX

    • Yakumo QuickWLAN USB

    • Zonet ZEW2501

    • ZyXEL ZyAIR G-202

    • ZyXEL ZyAIR G -220

    3.6. Miscellaneous Networks

    [i386,pc98] The ce(4) driver supports the following models of Tau-PCI/32 WAN adapters:

    • Cronyx Tau-PCI/32

    • Cronyx Tau-PCI/32-Lite

    [i386] The cx(4) driver supports the following cards:

    • Cronyx Sigma-22, Sigma-24

    • Cronyx Sigma-100

    • Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440

    • Cronyx Sigma-500

    • Cronyx Sigma-703

    • Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840

    [i386,pc98] The cp(4) driver supports the following models of Tau-PCI WAN adapters:

    • Cronyx Tau-PCI

    • Cronyx Tau-PCI/R

    • Cronyx Tau-PCI-L

    • Cronyx Tau-PCI-L/R

    • Cronyx Tau-PCI-E1

    • Cronyx Tau-PCI-G703

    • Crony x Tau-PCI-2E1

    • !

      Cronyx Tau-PCI-4E1

    • Cronyx Tau-PCI-E3

    • Cronyx Tau-PCI-T3

    • Cronyx Tau-PCI-STS1

    [i386] The ctau(4) driver supports the following cards:

    • Cronyx Tau (RS-232/V.35)

    • Cronyx Tau/R (RS-530/RS-449)

    • Cronyx Tau/E1 (fractional E1)

    • Cronyx Tau/G703 (unframed E1)

    [i386] The cm(4) driver supports the following card models:

    • SMC90c26

    • SMC90c56

    • SMC90c66 in '56 compatibility mode.

    3.7. Serial Interfaces

    [amd64, i386] PC standard + 8250, 16450, and 16550-based serial ports (sio(4) + driver)

    The uart(4) driver supports the following classes of UARTs:

    • NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs.

    • SCC: serial communications controllers supported by the scc(4) device driver.

    The s cc(4) driver supports the following classes of SCCs:

    • SAB82532: Siemens SAB 82532 based serial communications controllers.

    • Z8530: Zilog 8530 based serial communications controllers.

    [amd64, i386] AST 4 port serial card using + shared IRQ

    • ARNET 8 port serial card using shared IRQ

    • ARNET (now Digiboard) Sync 570/i high-speed + serial

    [i386] Boca multi-port serial cards

    • Boca BB1004 4-Port serial card (Modems + not supported)

    • Boca IOAT66 6-Port serial card (Modems + supported)

    • Boca BB1008 8-Port serial card (Modems + not supported)

    • Boca BB2016 16-Port serial card (Modems + supported)

    [i386] Comtrol Rocketport card (rp(4) + driver)

    [i386] Cyclades Cyclom-Y serial board (cy(4) + driver)

    [i386] STB 4 port card using shared IRQ

    [i386] DigiBoard intelligent serial cards (digi + driver)

    [amd64, i386, ia64] PCI-Based + multi-port serial boards (puc(4) driver)

    • [amd64, i386] Actiontech 56K PCI

    • [amd64, i386] Avlab Technology, PCI IO 2S + and PCI IO 4S

    • [amd64, i386] Comtrol RocketPort 550

    • [amd64, i386] Decision Computers PCCOM + 4-port serial and dual port RS232/422/485

    • [ia64] Diva Serial (GSP) Multiport UART

    • [amd64, i386] Dolphin Peripherals + 4025/4035/4036

    • [amd64, i386] IC Book Labs Dreadnought + 16x Lite and Pro

    • [amd64, i386] Lava Computers + 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550

    • [amd64, i386] Middle Digital, Weasle + serial port

    • [amd64, i386] Moxa Industio CP-114, + Smartio C104H-PCI and C168H/PCI

    • [amd64, i386] NEC PK-UG-X001 and + PK-UG-X008

    • [amd64, i386] Netmos NM9835 + PCI-2S-550

    • [amd64, i386] Oxford Semiconductor + OX16PCI954 PCI UART

    • [amd64, i386] Syba Tech SD-LAB + PCI-4S2P-550-ECP

    • [amd64, i386] SIIG Cyber I/O PCI + 16C550/16C650/16C850

    • [amd64, i386] SIIG Cyber 2P1S PCI + 16C550/16C650/16C850

    • [amd64, i386] SIIG Cyber 2S1P PCI + 16C550/16C650/16C850

    • [amd64, i386] SIIG Cyber 4S PCI + 16C550/16C650/16C850

    • [amd64, i386] SIIG Cyber Serial (Single + and Dual) PCI 16C550/16C650/16C850

    • [amd64, i386] Syba Tech + Ltd. PCI-4S2P-550-ECP

    • [amd64, i386] Titan PCI-200H and + PCI-800H

    • [amd64, i386] US Robotics (3Com) 3CP5609 + modem

    • [amd64, i386] VScom PCI-400 and + PCI-800

    [i386] The rc(4) driver provides support for the SDL Communications RISCom/8 boards.

    [i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the - enhanced (transputer based, aka JET) host cards + enhanced (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ - PCI cards are not currently supported. (si(4) - driver)

    [pc98] Internel serial interfaces (sio(4) - driver)

    • PC-9801 on-board

    • PC-9821 2'nd CCU (flags 0x12000000)

    [pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi - MDC-926Rs (sio(4) driver)

    • COM2 (flags 0x01000000)

    • COM3 (flags 0x02000000)

    [pc98] NEC PC-9801-120 (sio(4) driver)

    Note:

    "flags 0x11000000" is necessary in kernel - configuration.

    [pc98] Microcore MC-16550, MC-16550II, MC-RS98 - (sio(4) driver)

    Note:

    "flags 0x14000?01" is necessary in kernel - configuration.

    [pc98] Media Intelligent RSB-2000, RSB-3000 and - AIWA B98-02 (sio(4) driver)

    Note:

    "flags 0x15000?01" is necessary in kernel - configuration.

    [pc98] Media Intelligent RSB-384 (sio(4) - driver)

    Note:

    "flags 0x16000001" is necessary in kernel - configuration.

    [pc98] I-O DATA RSA-98III (sio(4) - driver)

    Note:

    "flags 0x18000?01" is necessary in kernel - configuration.

    [pc98] Hayes ESP98 (sio(4) driver)

    Note:

    "options COM_ESP" and "flags 0x19000000" are necessary - in kernel configuration.

    3.8. Sound Devices

    [i386,amd64] The snd_ad1816(4) driver supports the following sound cards:

    • Analog Devices AD1816

    [i386] The snd_als4000(4) driver supports the following sound cards:

    • Avance Logic ALS4000

    [i386,amd64] The snd_atiixp(4) driver supports the following audio chipsets:

    • ATI IXP 200

    • ATI IXP 300

    • ATI IXP 400

    [sparc64] The snd_audiocs(4) driver supports the following audio devices:

    • CS4231 on SBus based UltraSPARC

    • CS4231 on PCI/EBus based UltraSPARC

    [i386,amd64] The snd_cmi(4) driver supports the following sound cards:

    • CMedia CMI8338A

    • CMedia CMI8338B

    • CMedia CMI8738

    • CMedia CMI8738B

    [i386,amd64] The snd_cs4281(4) driver supports the following sound cards:

    • Crystal Semiconductor CS4281

    [i386,amd64] The snd_csa(4) driver supports the following sound cards:

    • Crystal Semiconductor CS4280

    • Crystal Semiconductor CS4610

    • Crystal Semiconductor CS4611

    • Crystal Semiconductor CS4614

    • Crystal Semiconductor CS4615

    • Crystal Semiconductor CS4622

    • Crystal Semiconductor CS4624

    • Crystal Semiconductor CS4630

    • Genius Soundmaker 128 Value

    • Hercules Game Theatre XP

    • Turtle Beach Santa Cruz

    Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not sup ported by the snd_csa(4) driver yet.

    [i386,amd64] The snd_ds1(4) driver supports the following sound cards:

    • Yamaha DS-1

    • Yamaha DS-1E

    [i386,amd64] The snd_emu10k1(4) driver supports the following sound cards:

    • Creative SoundBlaster Live! (EMU10K1 Chipset)

    • Creative SoundBlaster Audigy (EMU10K2 Chipset)

    • Creative SoundBlaster Audigy 2 (EMU10K2 Chipset)

    • Creative SoundBlaster Audigy 2 (EMU10K3 Chipset)

    [i386,amd64] The snd_emu10kx(4) driver supports the following sound cards:

    • Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available.

    • Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available.

    • Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (19 2kHz/24 bit part of this chipset is not supp! orted).

    • Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card.

    The snd_emu10kx(4) driver does not support the following sound cards (although they have names similar to some supported ones):

    • Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as

    • Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as

    • All other Creative sound cards with -DAT chipsets.

    • All Creative X-Fi series s ound cards.

    [i386,amd64] The snd_envy24(4) driver supports the following audio devices:

    • M-Audio Audiophile 2496

    • M-Audio Delta Dio 2496

    • Terratec DMX 6fire

    [i386,amd64] The snd_envy24ht(4) driver supports the following audio devices:

    • Audiotrak Prodigy 7.1

    • Audiotrak Prodigy 7.1 LT

    • Audiotrak Prodigy 7.1 XT

      !
    • Audiotrak Prodigy HD2

    • ESI Juli@

    • M-Audio Audiophile 192

    • M-Audio Revolution 5.1

    • M-Audio Revolution 7.1

    • Terratec Aureon 5.1 Sky

    • Terratec Aureon 7.1 Space

    • Terratec Aureon 7.1 Universe

    • Terratec PHASE 22

    • Terratec PHASE 28

    [i386,sparc64,amd64] The snd_es137x(4) driver supports the following sound cards:

    • Creative CT5880-A

    • Creative CT5880-C

    • Creative CT5880-D

    • Creative CT5880-E

    • Creative SB AudioPCI CT4730

    • Ensoniq AudioPCI ES1370

    • Ensoniq AudioPCI ES1371-A

    • Ensoniq AudioPCI ES1371-B

    • Ensoniq AudioPCI ES1373-A

    • Ensoniq AudioPCI ES1373-B

    • Ensoniq AudioPCI ES1373-8

    [i386,amd64] The snd_ess(4) driver supports the following sound cards:

    • Ensoniq ESS ISA PnP/non-PnP

    [i386,amd64] The snd_fm801(4) driver supports audio devices based on the following chipset:

    • Forte Media FM801

    [i386,amd64] The snd_gusc(4) driver supports the following sound cards:

    • Gravis UltraSound MAX

    • Gravis UltraSound PnP

    [i386,amd64] The snd_hda(4) driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compat ible with Intel HDA specification.

    The snd_hda(4) driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself.

    [i386,amd64] The snd_hdspe(4) driver supports the following audio devices:

    • RME HDSPe AIO

    • RME HDSPe RayDAT

    [i386,amd64] The snd_ich(4) driver supports the following audio devices:

    • AMD 768

    • AMD 8111

    • Intel 443MX

    • Intel ICH

    • Intel ICH revision 1

    • Intel ICH2

    • Intel ICH3

    • Intel ICH4

    • Intel ICH5

    • Intel ICH6

    • Intel ICH7

    • NVIDIA nForce

    • NVIDIA nForce2

    • NVIDIA nForce2 400

    • NVIDIA nForce3

    • NVIDIA nForce3 250

    • NVIDIA nForce4

    • SiS 7012

    [i386,am d64] The snd_maestro(4) driver supports the following PCI sound cards:

    • ESS Technology Maestro-1

    • ESS Technology Maestro-2

    • ESS Technology Maestro-2E

    [i386,amd64] The snd_maestro3(4) driver supports the following audio devices:

    • ESS Technology Allegro-1

    • ESS Technology Maestro3

    [i386] The snd_mss(4) driver supports the following audio devices:

    • AD1845

    • AD1848

    • Aztech 2320

    • CMedia CMI8330

    • Crystal Semiconductor CS4231

    • Crystal Semiconductor CS4232

    • Crystal Semiconductor CS4234

    • Crystal Semiconductor CS4235

    • Crystal Semiconductor CS4236

    • Crystal Semiconductor CS4237

    • ENSONIQ SoundscapeVIVO ENS4081

    • NeoMagic 256AV (non-AC97)

    • OPTi 924

    • OPTi 925

    • OPTi 930

    • OPTi 931

    • OPTi 933

    • Yamaha OPL-SA2

    • Yamaha OPL-SA3

    [i386,amd64] The snd_neomagic(4) driver supports the following audio devices:

    • NeoMagic 256AV

    • NeoMagic 256ZX

    [i386,amd64] The snd_sbc(4) driver supports the following sound cards:

    • Avance Asound 110

    • Avance Logic ALS100+

    • Avance Logic ALS120

    • Creative SB16

    • Creative SB32

    • Creative AWE64

    • Creative AWE64 Gold

    • Creative ViBRA16C

    • Creative ViBRA16X

    • ESS ES1681

    • ESS ES1688

    • ESS ES1868

    • ESS ES1869

    • ESS ES1878

    • ESS ES1879

    • ESS ES1888

    [i386,amd64] The snd_solo(4) driver supports the following sound cards:

    • ESS Solo-1 (ES1938 Chipset)

    • ESS Solo-1E (ES1946 Chipset)

    Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4).

    [i386,amd64] The snd_spicds(4) driver supports the following codecs:

    • AK4358

    • AK4381

    • AK4396

    • AK4524

    • AK4528

    • WM8770

    [i386,amd64,sparc64] The snd_t4dwave(4) ! driver supports the following audio devices:

    • Acer Labs M5451

    • SIS 7018

    • Trident 4DWave DX

    • Trident 4DWave NX

    [i386,amd64] The snd_via8233(4) driver supports the following audio chipsets:

    • VIA VT8233

    • VIA VT8233A

    • VIA VT8233C

    • VIA VT8235

    • VIA VT8237

    • VIA VT8251

    [i386,amd64] The snd_via82c686(4) driver supports audio devices based on the following chipset:

    • VIA 82C686A

    [i386,amd64] The snd_vibes(4) driver supports audio devices based on the following chipset:

    • S3 SonicVibes

    [pc98] NEC PC-9801-73, 86 and compatibles (nss - driver)

    • NEC A-MATE internal sound

    • Q-Vision WaveStar, WaveMaster

    [pc98] NEC X-MATE, CanBe, ValueStar internal (mss - driver)

    [pc98] Creative Technologies SoundBlaster(98) - (sb(4) driver)

    [pc98] I-O DATA CD-BOX (sb(4) driver)

    [pc98] MPU-401 and compatible interfaces (mpu - driver)

    • Q-Vision WaveStar

    3.9. Camera and Video Capture Devices

    [i386,pc98] The bktr(4) driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including:

    • AOpen VA1000

    • AVerMedia AVerTV Studio

    • AVerMedia TF/FM-98

    • ATI TV Wonder VE

    • Hauppauge W inCast/TV

    • Hauppauge WinTV-Go-FM

    • Hauppauge WinTV-pci

    • Hauppauge WinTV-radio

    • Intel Smart Video Recorder III

    • KWORLD PCI TV Tuner

    • Miro PC TV

    • Pinnacle PCTV Pro

    • Pinnacle PCTV Rave

    • PixelView PlayTV PAK

    • PixelView PlayTV Pro (rev 4C, 9D)

    • SIGMA TV II

    • STB TV PCI Television Tuner

    • Super TV Tuner

    • TerraTec TValue

    • V-Stream XPERT TV-PVR 878

    • Video Highway XTreme

    • VideoLogic Captivator PCI

    [i386] Connectix QuickCam

    3.10. USB Devices

    [amd64, i386, ia64, pc98] A + PCI cards are not currently supported. (si(4) + driver)

    [pc98] Internel serial interfaces (sio(4) + driver)

    • PC-9801 on-board

    • PC-9821 2'nd CCU (flags 0x12000000)

    [pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi + MDC-926Rs (sio(4) driver)

    • COM2 (flags 0x01000000)

    • COM3 (flags 0x02000000)

    [pc98] NEC PC-9801-120 (sio(4) driver)

    Note:

    "flags 0x11000000" is necessary in kernel + configuration.

    [pc98] Microcore MC-16550, MC-16550II, MC-RS98 + (sio(4) driver)

    Note:

    "flags 0x14000?01" is necessary in kernel + configuration.

    [pc98] Media Intelligent RSB-2000, RSB-3000 and + AIWA B98-02 (sio(4) driver)

    Note:

    "flags 0x15000?01" is necessary in kernel + configuration.

    [pc98] Media Intelligent RSB-384 (sio(4) + driver)

    Note:

    "flags 0x16000001" is necessary in kernel + configuration.

    [pc98] I-O DATA RSA-98III (sio(4) + driver)

    Note:

    "flags 0x18000?01" is necessary in kernel + configuration.

    [pc98] Hayes ESP98 (sio(4) driver)

    Note:

    "options COM_ESP" and "flags 0x19000000" are necessary + in kernel configuration.

    3.8. Sound Devices

    [i386,amd64] The snd_ad1816(4) driver supports the following sound cards:

    • Analog Devices AD1816

    [i386] The snd_als4000(4) driver supports the following sound cards:

    • Avance Logic ALS4000

    [i386,amd64] The snd_atiixp(4) driver supports the following audio chipsets:

    • ATI IXP 200

    • ATI IXP 300

    • ATI IXP 400

    [sparc64] The snd_audiocs(4) driver supports the following audio devices:

    • CS4231 on SBus based UltraSPARC

    • CS4231 on PCI/EBus based UltraSPARC

    [i386,amd64] The snd_cmi(4) driver supports the following sound cards:

    • CMedia CMI8338A

    • CMedia CMI8338B

    • CMedia CMI8738

    • CMedia CMI8738B

    [i386,amd64] The snd_cs4281(4) driver supports the following sound cards:

    • Crystal Semiconductor CS4281

    [i! 386,amd64! ] The snd_csa(4) driver supports the following sound cards:

    • Crystal Semiconductor CS4280

    • Crystal Semiconductor CS4610

    • Crystal Semiconductor CS4611

    • Crystal Semiconductor CS4614

    • Crystal Semiconductor CS4615

    • Crystal Semiconduc tor CS4622

    • Crystal Semiconductor CS4624

    • Crystal Semiconductor CS4630

    • Genius Soundmaker 128 Value

    • Hercules Game Theatre XP

    • Turtle Beach Santa Cruz

    Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the snd_csa(4) driver ye t.

    [i386,amd64] The snd_ds1(4) driver supports the following sound cards:

    • Yamaha DS-1

    • Yamaha DS-1E

    [i386,amd64] The snd_emu10k1(4) driver supports the following sound cards:

    • Creative SoundBlaster Live! (EMU10K1 Chipset)

    • Creative SoundBlaster Audigy (EMU10K2 Chipset)

    • Creative SoundBlaster Audigy 2 (EMU10K2 Chipset)

    • Creative SoundBlaster Audigy 2 (EMU10K3 Chipset)

    [i386,amd64] The snd_emu10kx(4) driver supports the following sound cards:

    • Creative Sound Blaster ! Live! (EM! U10K1 Chipset). Both PCM and MIDI interfaces are available.

    • Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available.

    • Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported).

    • Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card.

    The snd_emu10kx(4) driver does not support the following sound cards (although they have names similar to some supported ones):

    • Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as

    • Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as

    • All other Creative sound cards with -DAT chipsets.

    • All Creative X-Fi series sound cards.

    [i386,amd64] The snd_envy24(4) driver supports the following audio devices:

    • M-Audio Audiophile 2496

    • M-Audio Delta Dio 2496

    • Terratec DMX 6fire

    [i386,amd64] The snd_envy24ht(4) driver supports the following audio devices:

    • Audiotrak Prodigy 7.1

    • Audiotrak Prodigy 7.1 LT

    • Audiotrak Prodigy 7.1 XT

    • Audiotrak Prodigy HD2

    • ESI Juli@

    • M-Audio Audiophile 192

    • M-Audio Revolution 5.1

    • M-Audio Revolution 7.1

    • Terratec Aureon 5.1 Sky

    • < p xmlns="http://www.w3.org/TR/xhtml1/transit! ional">Te! rratec Aureon 7.1 Space

    • Terratec Aureon 7.1 Universe

    • Terratec PHASE 22

    • Terratec PHASE 28

    [i386,sparc64,amd64] The snd_es137x(4) driver supports the following sound cards:

    • Creative CT5880-A

    • Creative CT5880-C

    • Creative CT5880-D

    • Creative CT5880-E

    • Creative SB AudioPCI CT4730

    • Ensoniq AudioPCI ES1370

    • Ensoniq AudioPCI ES1371-A

    • Ensoniq AudioPCI ES1371-B

    • Ensoniq AudioPCI ES1373-A

    • Ensoniq AudioPCI ES1373-B

    • Ensoniq AudioPCI ES1373-8

    [i386,amd64] The snd_ess(4) driver supports the following sound cards:

    • Ensoniq ESS ISA PnP/non-PnP

    [i386,amd64] The snd_fm801(4) driver supports audio devices based on the following chipset:

    • Forte Media FM801

    [i386,amd64] The snd_gusc(4) driver supports the following sound cards:

    • Gravis UltraSound MAX

    • Gravis UltraSound PnP

    [i386,amd64] The snd_hda(4) driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compati ble with Intel HDA specification.

    The snd_hda(4) driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself.

    [i386,amd64] The snd_hdspe(4) driver supports the following audio devices:

    • RME HDSPe AIO

    • RME HDSPe RayDAT

    [i386,amd64] The snd_ich(4) driver supports the following audio devices:

    • AMD 768

    • AMD 8111

    • Intel 443MX

    • Intel ICH

    • Intel ICH revision 1

    • Intel ICH2

    • Intel ICH3

    • Intel ICH4

    • Intel ICH5

    • Intel ICH6

    • Intel ICH7

    • NVIDIA nForce

    • NVIDIA nForce2

    • NVIDIA nForce2 400

    • NVIDIA nForce3

    • NVIDIA nForce3 250

    • NVIDIA nForce4

    • SiS 7012

    [i386,amd64] The snd_maestro(4) driver supports the following PCI sound cards:

    • ESS Technology Maestro-1

    • ESS Technology Maestro-2

    • ESS Technology Maestro-2E

    [i386,amd64] The snd_maestro3(4) driver supports the following audio devices:

    • ESS Technology Allegro-1

    • ESS Technology Maestro3

    [i386] The snd_mss(4) driver supports the following audio devices:

    • AD1845

    • AD1848

    • Aztech 2320

    • CMedia CMI8330

    • Crystal Semiconductor CS4231

    • Crystal Semiconductor CS4232

    • Crystal Semiconductor CS4234

    • Crystal Semiconductor CS4235

    • Crystal Semiconductor CS4236

    • Crystal Semiconductor CS4237

    • ENSONIQ SoundscapeVIVO ENS4081

    • NeoMagic 256AV (non-AC97)

    • OPTi 924

    • OPTi 925

    • OPTi 930

    • OPTi 931

    • OPTi 933

    • Yamaha OPL-SA2

    • Yamaha OPL-SA3

    [i386,amd64] The snd_neomagic(4) driver supports the following audio devices:

    • NeoMagic 256AV

    • NeoMagic 256ZX

    [i386,amd64] The snd_sbc(4) driver supports the following sound cards:

    • Avance Asound 110

    • Avance Logic ALS100+

    • Avance Logic ALS120

    • Creative SB16

    • Creative SB32

    • Creative AWE64

    • Creative AWE64 Gold

    • Creative ViBRA16C

    • Creative ViBRA16X

    • ESS ES1681

    • ESS ES1688

    • ESS ES 1868

    • ESS ES1869

    • ESS ES1878

    • ESS ES1879

    • ESS ES1888

    [i386,amd64] The snd_solo(4) driver supports the following sound cards:

    • ESS Solo-1 (ES1938 Chipset)

    • E SS Solo-1E (ES1946 Chipset)

    Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4).

    [i386,amd64] The snd_spicds(4) driver supports the following codecs:

    • AK4358

    • AK4381

    • AK4396

    • AK4524

    • AK45 28

    • WM8770

    [i386,amd64,sparc64] The snd_t4dwave(4) driver supports the following audio devices:

    • Acer Labs M5451

    • SIS 7018

    • Trident 4DWave DX

    • Trident 4DWave NX

    [ i386,amd64] The snd_via8233(4) driver supports the following audio chipsets:

    • VIA VT8233

    • VIA VT8233A

    • VIA VT8233C

    • VIA VT8235

    • VIA VT8237

    • VIA VT8251

    [i386,amd64] The snd_via82c686(4) driver supports audio devices based on the following chipset:

    • VIA 82C686A

    [i386,amd64] The snd_vibes(4) driver supports audio devices based on the following chipset:

    • S3 SonicVibes

    [p! c98] NEC ! PC-9801-73, 86 and compatibles (nss + driver)

    • NEC A-MATE internal sound

    • Q-Vision WaveStar, WaveMaster

    [pc98] NEC X-MATE, CanBe, ValueStar internal (mss + driver)

    [pc98] Creative Technologies SoundBlaster(98) + (sb(4) driver)

    [pc98] I-O DATA CD-BOX (sb(4) driver)

    [pc98] MPU-401 and compatible interfaces (mpu + driver)

    • Q-Vision WaveStar

    3.9. Camera and Video Capture Devices

    [i386,pc98] The bktr(4) driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including:

    • AOpen VA1000

    • AVerMedia AVerTV Studio

    • AVerMedia TF/FM-98

    • ATI TV Wonder VE

    • Hauppauge WinCast/TV

    • Hauppauge WinTV-Go-FM

    • Hauppauge WinTV-pci

    • Hauppauge WinTV-radio

    • Intel Smart Video Recorder III

    • KWORLD PCI TV Tuner

    • Miro PC TV

    • Pinnacle PCTV Pro

    • Pinnacle PCTV Rave

    • PixelView PlayTV PAK

    • PixelView PlayTV Pro (rev 4C, 9D)

    • SIGMA TV II

    • STB TV PCI Television Tuner

    • Super TV Tuner

    • TerraTec TValue

    • V-Stream XPERT TV-PVR 878

    • Video Highway XTreme

    • VideoLogic Captivator PCI

    [i386] Connectix QuickCam

    3.10. USB Devices

    [amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed - here.

    Note:

    [amd64, i386, ia64, pc98] + here.

    Note:

    [amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing - Ethernet - interfaces.

    Note:

    [amd64, i386, ia64, pc98] - USB Bluetooth adapters can be found in Bluetooth section.

    [i386,pc98,ia64,amd64,powerpc] The ohci(4) driver supports all OHCI v1.0 compliant controllers including:

    • AcerLabs M5237 (Aladdin-V)

    • AMD-756

    • OPTi 82C861 (FireLink)

    • NEC uPD 9210

    • CMD Tech 670 (USB0670)

    • CMD Tech 673 (USB0673)

    • NVIDIA nForce3

    • Sun PCIO-2 (RIO USB)

    [i386,pc98,ia64,amd64,powerpc] The uhci(4) driver supports all UHCI v1.1 compliant controllers including:

    • Intel 82371AB/EB (PIIX4)

    • Intel 82371SB (PIIX3)

    • VIA 83C572

    [amd64, i386, ia64, pc98] USB - 2.0 controllers using the EHCI interface (ehci(4) - driver)

    [amd64, i386, ia64, pc98] - Hubs

    [amd64, i386, ia64, pc98] - Keyboards (ukbd(4) driver)

    [amd64, i386, pc98] - Miscellaneous

    • Assist Computer Systems PC Camera C-M1

    • ActiveWire I/O Board

    • Creative Technology Video Blaster WebCam Plus

    • D-Link DSB-R100 USB Radio (ufm(4) driver)

    • Mirunet AlphaCam Plus

    [i386,pc98,amd64,powerpc] The following devices are supported by the urio(4) driver:

    • Diamond MultiMedia Rio 500

    • Diamond MultiMedia Rio 600

    • Diamond MultiMedia Rio 800

    [i386,pc98,amd64] Devices supported by the umodem(4) driver include:

    • 3Com 5605

    • Curitel PC5740 Wireless Modem

    • Kyocera AH-K3001V Mobile Phone(WILLCOM)

    • Kyocera WX320K Mobile Phone(WILLCOM)

    • Metricom Ricochet GS USB wireless modem

    • Sierra MC5720 Wireless Modem

    • Yamaha Broadband Wireless Router RTW65b

    • ELSA MicroLink 56k USB modem

    • Sony Ericsson W810i phone

    • Sonim XP5300 Force

    [amd64, i386, ia64, pc98] Mice - (ums(4) driver)

    [i386,pc98,amd64,powerpc] The ulpt(4) driver provides support for USB printers and parallel printer conversion cables, including the following:

    • ATen parallel printer adapter

    • Belkin F5U002 parallel printer adapter

    • Canon BJ F850, S600

    • Canon LBP-1310, 350

    • Entrega USB-to-parallel printer adapter

    • Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ)

    • O ki Data MICROLINE ML660PS

    • Seiko Epson PM-900C, 880C, 820C, 730C

    [i386,pc98,amd64] The ubsa(4) driver supports the following adapters:

    • AnyData ADU-500A EV-DO modem

    • AnyData ADU-E100A (no EV-DO mode support)

    • Belkin F5U103

    • Belkin F5U120

    • e-Tek Labs Kwik232

    • GoHubs GoCOM232

    • Peracom single port serial adapter

    [i386,pc98,amd64] The ubser(4) ! driver provides support for the BWCT console management serial adapters.

    [i386,pc98,amd64] The uftdi(4) driver supports the following adapters:

    • B&B Electronics USB->RS422/485 adapter

    • Elexol USB MOD1 and USB MOD3

    • HP USB-Serial adapter shipped with some HP laptops

    • Inland UAS111

    • QVS USC-1000

    • Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote

    • Prologix GPIB-USB Controller

    [i386,pc98,amd64] The uplcom(4) driver supports the following devices and adapters:

    • ADLINK ND-6530 USB-Serial Adapter

    • Alcatel One Touch 535/735 Phone

    • Alcor AU9720 USB-RS232 Serial Adapter

    • AlDiga AL-11U Modem

    • Alltronix ACM003U00 Modem

    • Anchor Serial adapter

    • ATEN UC-232A

    • BAFO BF-800 and BF-810

    • Belkin F5U257

    • BenQ S81 Phone

    • Corega CG-USBRS232R Serial Adapter

    • Cressi Edy (Seiko) Diving Computer

    • ELECOM UC-SGT Serial Adapter

    • HA L Corporation Crossam2+USB IR commander

    • Hama USB RS-232 Serial Adapter

    • Hamlet exagerate XURS232

    • HP LD220 Point-Of-Sale (POS) Display

    • IOGEAR UC-232A

    • I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5

    • iTegno WM1080A GSM/GFPRS Modem

    • iTegno WM2080A CDMA Modem

    • Leadtek 9531 GPS

    • Micromax 610U Modem

    • Microsoft Palm 700WX

    • Mobile Action MA-620 Infrared Adapter

    • Motorola Cables

    • Nokia CA-42 Cable

    • OTI DKU-5 cable

    • Panasonic TY-TP50P6-S flat screen

    • PLX CA-42 Phone Cable

    • PLANEX USB-RS232 URS-03

    • Prolific Generic USB-Serial Adapters

    • Prolific Pharos USB-Serial Adapter

    • RATOC REX-USB60

    • Radio Shack USB Serial Cable

    • Sagem USB-Serial Adapter

    • Samsung I330 Phone Cradle

    • Sandberg USB to Serial Link (model number 133-08)

    • Sanwa KB-USB2 Multimeter cable

    • Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones

    • Sitecom USB-Serial Adapter

    • SMART Technologies USB-Serial Adapter

    • Sony QN3 Phone Cable

    • Sony Ericsson Datapilot

    • Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables

    • SOURCENEXT KeikaiDenwa 8 (with and without charger)

    • Speed Dragon USB-Serial Cable

    • Syntech CPT-8001C Barcode Scanner

    • TDK UHA6400 and UPA9664 USB-PHS Adapters

    • TRENDnet USB to Serial Converter (TU-S9)

    • Tripp-Lite U209-000-R USB-Serial Adapter

    • UIC HCR331 Magnetic Stripe Card Reader

    • UIC MSR206 Magnetic Stripe Card Reader

    • Willcom W-SIM DD PHS terminal.(WS002IN)

    • YC-Cable USB-Serial Adapter

    • Zeagle N2iTion3 Diving Computer

    The umct(4) driver supports the following adapters:

    • Belkin F5U109

    • Belkin F5U409

    • D-Link DU-H3SP USB BAY Hub

    • Magic Control Technology USB-232

    • Sitecom USB-232

    [i386,pc98,amd64,powerpc] The umass(4) driver supports USB Mass Storage devices, including:

    • ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M

    • Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20

    • FujiFilm Zip USB Drive ZDR100 USB A

    • GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M

    • Huawei Mobile (SD slot)

    • IBM 32MB USB Memory Key (P/N 2 2P5296)

    • IBM ! 256MB USB! Drive (MSYSTEM DiskOnKey2)

    • IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151)

    • I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only)

    • I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only)

    • I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI

    • Iomega USB Zip 100/250 drive

    • Iomega Zip750 USB2.0 drive

    • Keian USB1.1/2.0 3.5-inch HDD Case KU350A

    • Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0

    • LaCie P3 HardDrive USB 200GB

    • Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive

    • Logitec Mobile USB Memory LMC-256UD

    • Logitec USB1.1/2.0 HDD Unit SHD-E60U2

    • Logitec USB Double-Speed Floppy Drive LFD-31U2

    • Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only)

    • MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, -C256M, -C512M

    • MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm

    • MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2

    • MELCO USB2.0 MO Drive MO-CH640U2

    • Matshita CF-VFDU03 floppy drive

    • Merlin SM300 MP3/WMA Player (256Mb)

    • Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable

    • Motorola E398 Mobile Phone (TransFlash memory card)

    • NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U

    • PNY Attache Flash Drive

    • Pana sonic ("Matshita FDD CF-VFDU03")

    • Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW

    • Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW)

    • Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only)

    • Panasonic floppy drive

    • Qware BeatZkey! Pro

    • RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B

    • SanDisk SDDR-31 (Compact Flash)

    • SanDisk SDDR-75 (only Compact Flash port works)

    • Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick)

    • Sony Portable CD-R/RW Drive CRX10U (CDROM only)

    • TEAC Portable USB CD-ROM Unit CD-110PU/210PU

    • Time DPA20B MP3 Player (1Gb)

    • Trek Thumbdrive 8MB

    • VAIO floppy drive (includes Y -E Data Flashbuster-U)

    • Y-E Data floppy drive (720/1.44/2.88Mb)

    Among the supported digital cameras are:

    • Asahi Optical (PENTAX) Optio 230 & 330

    [amd64, i386, pc98] Audio Devices - (uaudio(4) driver)

    [i386,pc98,amd64] The uvisor(4) driver supports the following devices:

    • Aceeca Mez1000 RDA

    • Handspring Treo

    • Handspring Treo 600

    • Handspring Visor

    • Palm I705

    • Palm M125

    • Palm M130

    • Palm M500

    • Palm M505

    • Palm M515

    • Palm T ungsten T

    • Palm Tungsten Z

    • Palm Zire

    • Palm Zire 31

    • Sony Clie 4.0

    • Sony Clie 4.1

    • Sony Clie 5.0

    • Sony Clie PEG-S500C

    • Sony Clie NX60

    • Sony Clie S360

    • Sony Clie TJ37

    3.11. IEEE 1394 (Firewire) Devices

    [i386,sparc64,ia64,amd64,powerpc] The fwohci(4) driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets:

    • Adaptec AHA-894x/AIC-5800

    • Apple Pangea

    • Apple UniNorth

    • Intel 82372FB

    • IOGEAR GUF320

    • Lucent / Agere FW322/323

    • NEC uPD72861

    • NEC uPD72870

    • NEC uPD72871/2

    • NEC uPD72873

    • NEC uPD72874

    • National Semiconductor CS4210

    • Ricoh R5C551

    • Ricoh R5C552

    • Sony CX3022

    • Sony i.LINK (CXD3222)

    • Sun PCIO-2 (RIO 1394)

    • Texas Instruments PCI4410A

    • Te xas Instruments PCI4450

    • Texas Instruments PCI4451

    • Texas Instruments TSB12LV22

    • Texas Instruments TSB12LV23

    • Texas Instruments TSB12LV26

    • Texas Instruments TSB43AA22

    • Texas Instruments TSB43AB21/A/AI/A-EP

    • Texas Instruments TSB43AB22/A

    • Texas Instruments TSB43AB23

    • Texas Instruments TSB82AA2

    • VIA Fire II (VT6306)

    [amd64, i386, sparc64] Serial Bus - Protocol 2 (SBP-2) storage devices (sbp(4) driver)

    3.12. Bluetooth Devices

    [i386,pc98,amd64] The ng_bt3c(4) driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter.

    [i386,pc98,amd64] The ng_ubt(4) driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including:

    • 3Com 3CREB96

    • AIPTEK BR0R02

    • EPoX BT-DG02

    • Mitsumi Bluetooth USB adapter

    • MSI MS-6967

    • TDK Bluetooth USB adapter

    • Broadcom Bluetooth USB adapter

    3.13. Cryptographic Accelerators

    [i386,pc98,amd64] The hifn(4) driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as:

    • Invertex AEON

    • Hifn 7751

    • PowerCrypt

    • XL-Crypt

    • NetSec 7751

    • Soekris Engineering vpn1201 and vpn1211

    • Soekris Engineering vpn1401 and vpn1411

    [i386,pc98,amd64] The safe(4) driver supports cards containing any of the following chips:

    • SafeNet 1141

    • SafeNet 1741

    [i386,pc98,amd64] The ub sec(4) driver supports cards containing any of the following chips:

    • Bluesteel 5501

    • Bluesteel 5601

    • Broadcom BCM5801

    • Broadcom BCM5802

    • Broadcom BCM5805

    • Broadcom BCM5820

    • Broadcom BCM5821

    • Broadcom BCM5822

    • Broadcom BCM5823

    • Broadcom BCM5825

    3.14. Miscellaneous

    [amd64, i386, pc98] - FAX-Modem/PCCARD

    • MELCO IGM-PCM56K/IGM-PCM56KH

    • Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD - terminal)

    [amd64, i386, pc98] Floppy drives - (fdc(4) driver)

    [amd64, i386] VGA-compatible video cards - (vga(4) driver)

    Note:

    Information regarding specific video cards and - compatibility with Xorg can be - found at http://www.x.org/.

    [amd64, i386, ia64, pc98] - Keyboards including:

    • [i386] AT-style keyboards (atkbd(4) - driver)

    • [amd64, i386] PS/2 keyboards - (atkbd(4) driver)

    • [pc98] Standard keyboards

    • [amd64, i386, ia64, pc98] - USB keyboards (ukbd(4) driver)

    [amd64, i386, ia64, pc98] - Pointing devices including:

    Note:

    [amd64, i386, ia64, pc98] + USB Bluetooth adapters can be found in Bluetooth section.

    [i386,pc98,ia64,amd64,powerpc] The ohci(4) driver supports all OHCI v1.0 compliant controllers including:

    • AcerLabs M5237 (Aladdin-V)

    • AMD-756

    • OPTi 82C861 (FireLink)

    • NEC uPD 9210

    • CMD Tech 670 (USB0670)

    • CMD Tech 673 (USB0673)

    • NVIDIA nForce3

    • Sun PCIO-2 (RIO USB)

    [i386,pc98,ia64,amd64,powerpc] The uhci(4) driver supports all UHCI v1.1 compliant controllers including:

    • Intel 82371AB/EB (PIIX4)

    • Intel 82371SB (PIIX3)

    • VIA 83C572

    [amd64, i386, ia64, pc98] USB + 2.0 controllers using the EHCI interface (ehci(4) + driver)

    [amd64, i386, ia64, pc98] + Hubs

    [amd64, i386, ia64, pc98] + Keyboards (ukbd(4) driver)

    [amd64, i386, pc98] + Miscellaneous

    • Assist Computer Systems PC Camera C-M1

    • ActiveWire I/O Board

    • Creative Technology Video Blaster WebCam Plus

    • D-Link DSB-R100 USB Radio (ufm(4) driver)

    • Mirunet AlphaCam Plus

    [i386,pc98,amd64,powerpc] The following devices are supported by the urio(4) driver:

    • Diamond MultiMedia Rio 500

    • Diamond MultiMedia Rio 600

    • Diamond MultiMedia Rio 800

    [i386,pc98,amd64] Devices supported by the umodem(4) driver include:

    • 3Com 5605

    • Curitel PC5740 Wireless Modem

    • Kyocera AH-K3001V Mobile Phone(WILLCOM)

    • Kyocera WX320K Mobile Phone(WILLCOM)

    • Metricom Ricochet GS USB wireless modem

    • Sierra MC5720 Wireless Modem

    • Yamaha Broadband Wireless Router RTW65b

    • ELSA MicroLink 56k USB modem

    • Sony Ericsson W810i phone

    • Sonim XP5300 Force

    [amd64, i386, ia64, pc98] Mice + (ums(4) driver)

    [i386,pc98,amd64,powerpc] The ulpt(4) driver provides support for USB printers and parallel printer conversion cables, including the following:

    • ATen parallel printer adapter

    • Belkin F5U002 parallel printer adapter

    • Canon BJ F850, S600

    • Canon LBP-1310, 350

    • Entrega USB-to-parallel printer adapter

    • Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ)

    • Oki Data MICROLINE ML660PS

    • Seiko Epson PM-900C, 880C, 820C, 730C

    [i386,pc98,amd64] The ubsa(4) driver supports the following adapters:

    • AnyData ADU-500A EV-DO modem

    • AnyData ADU-E100A (no EV-DO mode support)

    • Belkin F5U103

    • Belkin F5U120

    • e-Tek Labs Kwik232

    • GoHubs GoCOM232

    • Peracom single port serial adapter

    [i386,pc98,amd64] The ubser(4) driver provides support for the BWCT console management serial adapters.

    [i386,pc98,amd64] The uftdi(4) driver supports the following adapters:

    • B&B Electronics USB->RS422/485 adapter

    • Elexol USB MOD1 and USB MOD3

    • HP USB-Serial adapter shipped with some HP laptops

    • Inland UAS11 1

    • QVS USC-1000

    • Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote

    • Prologix GPIB-USB Controller

    [i386,pc98,amd64] The uplcom(4) driver supports the following devices and adapters:

    • ADLINK ND-6530 USB-Serial Adapter

    • Alcatel One Touch 535/735 Phone

    • Alcor AU9720 USB-RS232 Serial Adapter

    • AlDiga AL-11U Modem

    • Alltronix ACM003U00 Modem

    • Anchor Serial adapter

    • ATEN UC-232A

    • BAFO BF-800 and BF-810

    • Belkin F5U257

    • BenQ S81 Phone

    • Corega CG-USBRS232R Serial Adapter

    • Cress i Edy (Seiko) Diving Computer

    • ELECOM UC-SGT Serial Adapter

    • HAL Corporation Crossam2+USB IR commander

    • Hama USB RS-232 Serial Adapter

    • Hamlet exagerate XURS232

    • HP LD220 Point-Of-Sale (POS) Display

    • IOGEAR UC-232A

    • I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5

    • iTegno WM1080A GSM/GFPRS Modem

    • iTegno WM2080A CDM A Modem

    • Leadtek 9531 GPS

    • Micromax 610U Modem

    • Microsoft Palm 700WX

    • Mobile Action MA-620 Infrared Adapter

    • Motorola Cables

    • Nokia CA-42 Cable

    • OTI DKU-5 cable

    • Panasonic TY-TP50P6-S flat screen

    • PLX CA-42 Phone Cable

    • PLANEX USB-! RS232 URS! -03

    • Prolific Generic USB-Serial Adapters

    • Prolific Pharos USB-Serial Adapter

    • RATOC REX-USB60

    • Radio Shack USB Serial Cable

    • Sagem USB-Serial Adapter

    • Samsung I330 Phone Cradle

    • Sandberg USB to Serial Link (model number 133-08)

    • Sanwa KB-USB2 Multimeter cable

    • Siemen s/BenQ EF81, SX1, X65 and X75 Mobile Phones

    • Sitecom USB-Serial Adapter

    • SMART Technologies USB-Serial Adapter

    • Sony QN3 Phone Cable

    • Sony Ericsson Datapilot

    • Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables

    • SOURCENEXT KeikaiDenwa 8 (with and without charger)

    • Speed Dragon USB-Serial Cable

    • Syntech CPT-8001C Barcode Scanner

    • TDK UHA6400 and UPA9664 USB-PHS Adapters

    • TRENDnet USB to Serial Converter (TU-S9)

    • Tripp-Lite U209-000-R USB-Serial Adapter

    • UIC HCR331 Magnetic Stripe Card Reader

    • UIC MSR206 Magnetic Stripe Card Reader

    • Willcom W-SIM DD PHS terminal.(WS002IN)

    • YC-Cable USB-Serial Adapter

    • Zeagle N2iTion3 Diving Computer

    The umct(4) driver supports the following adapters:

    • Belkin F5U109

    • Belkin F5U409

    • D-Link DU-H3SP USB BAY Hub

    • Magic Control Technology USB-232

    • Sitecom USB-232

    [i386,pc98,amd64,powerpc] The umass(4) driver supports USB Mass Storage devices, including:

    • ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M

    • Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20

    • FujiFilm Zip USB Drive ZDR100 USB A

    • GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M

    • Huawei Mobile (SD slot)

    • IBM 32MB USB Memory Key (P/N 22P5296)

    • IBM 256MB USB Drive (MSYSTEM DiskOnKey2)

    • IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151)

    • I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only)

    • I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only)

    • I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI

    • Iomega USB Zip 100/250 drive

    • Iomega Zip750 USB2.0 drive

    • Keian USB1.1/2.0 3. 5-inch HDD Case KU350A

    • !

      Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0

    • LaCie P3 HardDrive USB 200GB

    • Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive

    • Logitec Mobile USB Memory LMC-256UD

    • Logitec USB1.1/2.0 HDD Unit SHD-E60U2

    • Logitec USB Double-Speed Floppy Drive LFD-31U2

    • Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only)

    • MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128 M, -C256M, -C512M

    • MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm

    • MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2

    • MELCO USB2.0 MO Drive MO-CH640U2

    • Matshita CF-VFDU03 floppy drive

    • Merlin SM300 MP3/WMA Player (256Mb)

    • Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable

    • Motorola E398 Mobile Phone (TransFlash memory card)

    • NOVAC USB2.0 2.5/3.5-inch ! HDD Case ! NV-HD351U

    • PNY Attache Flash Drive

    • Panasonic ("Matshita FDD CF-VFDU03")

    • Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW

    • Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW)

    • Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only)

    • Panasonic floppy drive

    • Qware BeatZkey! Pro

    • RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B

    • SanDisk SDDR-31 (Compact Flash)

    • SanDisk SDDR-75 (only Compact Flash port works)

    • Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick)

    • Sony Portable CD-R/RW Drive CRX10U (CDROM only)

    • TEAC Portable USB CD-ROM Unit CD-110PU/210PU

    • Time DPA20B MP3 Player (1Gb)

    • Trek Thumbdrive 8MB

    • VAIO floppy drive (includes Y-E Data Flashbuster-U)

    • Y-E Data floppy drive (720/1.44/2.88Mb)

    Among the supported digital cameras are:

    • Asahi Optical (PENTAX) Optio 230 & 330

    [amd64, i386, pc98] Audio Devices + (uaudio(4) driver)

    [i386,pc98,amd64] The uvisor(4) driver supports the following devices:

    • Aceeca Mez1000 RDA

    • Handspring Treo

    • Handspring Treo 600

    • Handspring Visor

    • Palm I705

    • Palm M125

    • Palm M130

    • Palm M500

    • Palm M505

    • Palm M515

    • Palm Tungsten T

    • Palm Tungsten Z

    • Palm Zire

    • Palm Zire 31

    • Sony Clie 4.0

    • Sony Clie 4.1

    • Sony Clie 5.0

    • Sony Clie PEG-S500C

    • Sony Clie NX60

    • Sony Clie S360

    • Sony Clie TJ37

    3.11. IEEE 1394 (Firewire) Devices

    [i386,sparc64,ia64,amd64,powerpc] The fwohci(4) driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets:

    • Adaptec AHA-894x/AIC-5800

    • Apple Pangea

    • Apple UniNorth

    • Intel 82372FB

    • IOGEAR GUF320

    • Lucent / Agere FW322/323

    • NEC uPD72861

    • !
    • NEC uPD72870

    • NEC uPD72871/2

    • NEC uPD72873

    • NEC uPD72874

    • National Semiconductor CS4210

    • Ricoh R5C551

    • Ricoh R5C552

    • Sony CX3022

    • Sony i.LINK (CXD3222)

    • Sun PCIO-2 (RIO 1394)

    • Texas Instruments PCI4410A

    • Texas Instruments PCI4450

    • Texas Instruments PCI4451

    • Texas Instruments TSB12LV22

    • Texas Instruments TSB12LV23

    • Texas Instruments TSB12LV26

    • Texas Instruments TSB43AA22

    • Texas Instruments TSB43AB21/A/AI/A-EP

    • Texas Instruments TSB43AB22/A

    • ! Texas Instruments TSB43AB23

    • Texas Instruments TSB82AA2

    • VIA Fire II (VT6306)

    [amd64, i386, sparc64] Serial Bus + Protocol 2 (SBP-2) storage devices (sbp(4) driver)

    3.12. Bluetooth Devices

    [i386,pc98,amd64] The ng_bt3c(4) driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter.

    [i386,pc98,amd64] The ng_ubt(4) driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including:

    • 3Com 3CREB96

    • AIPTEK BR0R02

    • EPoX BT-DG02

    • Mitsumi Bluetooth USB adapter

    • MSI MS-6967

    • TDK Bluetooth USB adapter

    • Broadcom Bluetooth USB ad apter

    3.13. Cryptographic Accelerators

    [i386,pc98,amd64] The hifn(4) driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as:

    • Invertex AEON

    • Hifn 7751

    • PowerCrypt

    • XL-Crypt

    • NetSec 7751

    • Soekris Engineering vpn1201 and vpn1211

    • Soekris Engineering vpn1401 and vpn1411

    [i386,pc98,amd64] The safe(4) driver supports cards containing any of the following chips:

    • SafeNet 1141

    • SafeNet 1741

      < /li>

    [i386,pc98,amd64] The ubsec(4) driver supports cards containing any of the following chips:

    • Bluesteel 5501

    • Bluesteel 5601

    • Broadcom BCM5801

    • Broadcom BCM5802

    • Broadcom BCM5805

    • Broadcom BCM5820

    • Broadcom BCM5821

    • Broadcom BCM5822

    • Broadcom BCM5823

    • Broadcom BCM5825

    3.14. Miscellaneous

    [amd64, i386, pc98] + FAX-Modem/PCCARD

    • MELCO IGM-PCM56K/IGM-PCM56KH

    • Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD + terminal)

    [amd64, i386, pc98] Floppy drives + (fdc(4) driver)

    [amd64, i386] VGA-compatible video cards + (vga(4) driver)

    Note:

    Information regarding specific video cards and + compatibility with Xorg can be + found at http://www.x.org/.

    [amd64, i386, ia64, pc98] + Keyboards including:

    • [i386] AT-style keyboards (atkbd(4) + driver)

    • [amd64, i386] PS/2 keyboards + (atkbd(4) driver)

    • [pc98] Standard keyboards

    • [amd64, i386, ia64, pc98] + USB keyboards (ukbd(4) driver)

    [amd64, i386, ia64, pc98] + Pointing devices including:

    • [amd64, i386, pc98] Bus mice and + compatible devices (mse(4) driver)

    • [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices - (psm(4) driver)

    • Serial mice and compatible devices

    • [amd64, i386, ia64, pc98] - USB mice (ums(4) driver)

    Note:

    moused(8) has more information on using pointing + (psm(4) driver)

  • Serial mice and compatible devices

  • [amd64, i386, ia64, pc98] + USB mice (ums(4) driver)

  • Note:

    moused(8) has more information on using pointing devices with FreeBSD. Information on using pointing devices - with Xorg can be found at http://www.x.org/.

    [amd64, i386] PC standard - parallel ports (ppc(4) driver)

    [pc98] PC-9821 standard parallel - ports (ppc(4) driver)

    [i386, amd64] PC-compatible joysticks - (joy(4) driver)

    [pc98] Joystick port of SoundBlaster(98) - (joy(4) driver)

    [i386, pc98] PHS Data Communication - Card/PCCARD

    • NTT DoCoMo P-in Comp@ct

    • Panasonic KX-PH405

    • SII MC-P200

    [i386] Xilinx XC6200-based reconfigurable hardware - cards compatible with the HOT1 from Virtual Computers (xrpu - driver).

    [pc98] Power Management Controller of NEC PC-98 - Note (pmc driver)

    \ No newline at end of file + with Xorg can be found at http://www.x.org/.

    [amd64, i386] PC standard + parallel ports (ppc(4) driver)

    [pc98] PC-9821 standard parallel + ports (ppc(4) driver)

    [i386, amd64] PC-compatible joysticks + (joy(4) driver)

    [pc98] Joystick port of SoundBlaster(98) + (joy(4) driver)

    [i386, pc98] PHS Data Communication + Card/PCCARD

    • NTT DoCoMo P-in Comp@ct

    • Panasonic KX-PH405

    • SII MC-P200

    [i386] Xilinx XC6200-based reconfigurable hardware + cards compatible with the HOT1 from Virtual Computers (xrpu + driver).

    [pc98] Power Management Controller of NEC PC-98 + Note (pmc driver)

    This file, and other release-related documents, + can be downloaded from http://www.FreeBSD.org/releases/.

    For questions about FreeBSD, read the + documentation before + contacting <questions@FreeBSD.org>.

    All users of FreeBSD release should + subscribe to the <stable@FreeBSD.org> + mailing list.

    For questions about this documentation, + e-mail <doc@FreeBSD.org>.

    \ No newline at end of file Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/installation.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/installation.html Wed Jan 15 00:14:57 2014 (r43531) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/installation.html Wed Jan 15 00:16:04 2014 (r43532) @@ -1,68 +1,74 @@ -FreeBSD 10.0-RELEASE Installation Instructions

    FreeBSD 10.0-RELEASE Installation Instructions

    The FreeBSD Project

    FreeBSD is a registered trademark of - the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, +FreeBSD 10.0-RELEASE Installation Instructions

    FreeBSD 10.0-RELEASE Installation Instructions

    The FreeBSD Project

    FreeBSD is a registered trademark of + the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United - States and other countries.

    SPARC, SPARC64, and + States and other countries.

    SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

    Many of the designations used by + of these trademarks by its members.

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the - designations have been followed by the or the - ® symbol.

    Last modified on 2014-01-13 by gjb.
    Abstract

    This article gives some brief instructions on installing + designations have been followed by the or the + ® symbol.

    Last modified on 2014-01-13 by gjb.
    Abstract

    This article gives some brief instructions on installing FreeBSD 10.0-RELEASE and upgrading the systems running earlier - releases.


    1. Installing FreeBSD

    The Installing + releases.


    1. Installing FreeBSD

    The Installing FreeBSD - chapter of the FreeBSD + chapter of the FreeBSD Handbook provides more in-depth information about the installation program itself, including a guided walk-through with - screenshots.

    2. Upgrading FreeBSD

    If you are upgrading from a previous release of FreeBSD, please - read upgrading + screenshots.

    2. Upgrading FreeBSD

    If you are upgrading from a previous release of FreeBSD, please + read upgrading section in the Release Notes for notable - incompatibilities carefully.

    2.1. Upgrading from Source

    The procedure for doing a source code based update is + incompatibilities carefully.

    2.1. Upgrading from Source

    The procedure for doing a source code based update is described in - and - .

    For SVN use the releng/10.0 branch + and + .

    For SVN use the releng/10.0 branch which will be where any upcoming Security Advisories or Errata - Notices will be applied.

    2.2. Upgrading Using FreeBSD Update

    The freebsd-update(8) utility supports binary + Notices will be applied.

    2.2. Upgrading Using FreeBSD Update

    The freebsd-update(8) utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running - 7.[34]-RELEASE, - 8.[1234]-RELEASE, - 9.[012]-RELEASE, - 10.0-RC[123] can upgrade as follows:

    # freebsd-update fetch
    -# freebsd-update install

    Now the freebsd-update(8) utility can fetch bits + 7.[34]-RELEASE, + 8.[1234]-RELEASE, + 9.[012]-RELEASE, + 10.0-RC[123] can upgrade as follows:

    # freebsd-update fetch
    +# freebsd-update install

    Now the freebsd-update(8) utility can fetch bits belonging to 10.0-RELEASE. During this process - freebsd-update(8) will ask for help in merging - configuration files.

    # freebsd-update upgrade -r 10.0-RELEASE

    Due to changes in the way that FreeBSD is packaged on the + freebsd-update(8) will ask for help in merging + configuration files.

    # freebsd-update upgrade -r 10.0-RELEASE

    Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if - upgrading from FreeBSD 8.x or 9.x:

    1. The FreeBSD, which previously could appear in either - /boot/kernel or - /boot/GENERIC, now only appears as - /boot/kernel. As a result, any - kernel appearing in /boot/GENERIC + upgrading from FreeBSD 8.x or 9.x:

      1. The FreeBSD, which previously could appear in either + /boot/kernel or + /boot/GENERIC, now only appears as + /boot/kernel. As a result, any + kernel appearing in /boot/GENERIC will be deleted. Please carefully read the output printed - by freebsd-update(8) and confirm that an updated + by freebsd-update(8) and confirm that an updated kernel will be placed into - /boot/kernel before proceeding beyond - this point.

      2. The FreeBSD source tree in /usr/src + /boot/kernel before proceeding beyond + this point.

      3. The FreeBSD source tree in /usr/src (if present) will be deleted. (Normally the - freebsd-update(8) utility will update a source tree, + freebsd-update(8) utility will update a source tree, but in this case the changes in release packaging result - in the freebsd-update(8) utility not recognizing that + in the freebsd-update(8) utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of - FreeBSD.)

      # freebsd-update install

      The system must now be rebooted with the newly installed - kernel before the non-kernel components are updated.

      # shutdown -r now

      After rebooting, freebsd-update(8) needs to be run - again to install the new userland components:

      # freebsd-update install

      At this point, users of systems being upgraded from FreeBSD + FreeBSD.)

    # freebsd-update install

    The system must now be rebooted with the newly installed + kernel before the non-kernel components are updated.

    # shutdown -r now

    After rebooting, freebsd-update(8) needs to be run + again to install the new userland components:

    # freebsd-update install

    At this point, users of systems being upgraded from FreeBSD 9.2-RELEASE or earlier will be prompted by - freebsd-update(8) to rebuild all third-party applications + freebsd-update(8) to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in - system libraries.

    After updating installed third-party applications (and - again, only if freebsd-update(8) printed a message + system libraries.

    After updating installed third-party applications (and + again, only if freebsd-update(8) printed a message indicating that this was necessary), run - freebsd-update(8) again so that it can delete the old (no - longer used) system libraries:

    # freebsd-update install

    Finally, reboot into 10.0-RELEASE

    # shutdown -r now
    \ No newline at end of file + freebsd-update(8) again so that it can delete the old (no + longer used) system libraries:

    # freebsd-update install

    Finally, reboot into 10.0-RELEASE

    # shutdown -r now

    This file, and other release-related documents, + can be downloaded from http://www.FreeBSD.org/releases/.

    For questions about FreeBSD, read the + documentation before + contacting <questions@FreeBSD.org>.

    All users of FreeBSD release should + subscribe to the <stable@FreeBSD.org> + mailing list.

    For questions about this documentation, + e-mail <doc@FreeBSD.org>.

    \ No newline at end of file Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/readme.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/readme.html Wed Jan 15 00:14:57 2014 (r43531) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/readme.html Wed Jan 15 00:16:04 2014 (r43532) @@ -1,209 +1,206 @@ -FreeBSD 10.0-RELEASE README

    FreeBSD 10.0-RELEASE README

    < span class="orgname">The FreeBSD Project

    FreeBSD is a registered trademark of - the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, +FreeBSD 10.0-RELEASE README

    FreeBSD 10.0-RELEASE README

    < span class="orgname">The FreeBSD Project

    FreeBSD is a registered trademark of + the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United - States and other countries.

    Motif, OSF/1, and UNIX are + States and other countries.

    Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other - countries.

    SPARC, SPARC64, and + countries.

    SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

    Many of the designations used by + of these trademarks by its members.

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the - designations have been followed by the or the - ® symbol.

    Last modified on 2014-01-13 by gjb.
    Abstract

    This document gives a brief introduction to FreeBSD + designations have been followed by the or the + ® symbol.

    Last modified on 2014-01-14 by hrs.
    Abstract

    This document gives a brief introduction to FreeBSD 10.0-RELEASE. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of - information.


    1. Introduction

    This distribution is a snapshot of FreeBSD 10.0-RELEASE, the - latest point along the 10.0-STABLE branch.

    1.1. About FreeBSD

    FreeBSD is an operating system based on 4.4 BSD Lite for + information.


    1. Introduction

    This distribution is a release of FreeBSD 10.0-RELEASE, the + latest point along the 10.0-STABLE branch.

    1.1. About FreeBSD

    FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), - Intel, AMD, Cyrix or NexGen x86 based PC hardware (i386), + Intel, AMD, Cyrix or NexGen x86 based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), - and UltraSPARC® machines (sparc64). Versions - for the ARM® (arm), MIPS® (mips), and - PowerPC® (powerpc) architectures are currently under + and UltraSPARC® machines (sparc64). Versions + for the ARM® (arm), MIPS® (mips), and + PowerPC® (powerpc) architectures are currently under development as well. FreeBSD works with a wide variety of peripherals and configurations and can be used for everything from software development to games to Internet Service - Provision.

    This release of FreeBSD contains everything you need to run + Provision.

    This release of FreeBSD contains everything you need to run such a system, including full source code for the kernel and all utilities in the base distribution. With the source distribution installed, you can literally recompile the entire system from scratch with one command, making it ideal for students, researchers, or users who simply want to see how it - all works.

    A large collection of third-party ported software (the - Ports Collection) is also provided to make it - easy to obtain and install all your favorite traditional UNIX® - utilities for FreeBSD. Each port consists of a + all works.

    A large collection of third-party ported software (the + Ports Collection) is also provided to make it + easy to obtain and install all your favorite traditional UNIX® + utilities for FreeBSD. Each port consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 24,000 ports, from editors to programming languages to graphical applications, make FreeBSD a powerful and comprehensive operating environment that extends far beyond what's provided by many - commercial versions of UNIX®. Most ports are also available as - pre-compiled packages, which can be quickly - installed from the installation program.

    1.2. Target Audience

    This snapshot is aimed primarily at early adopters - and various other users who want to get involved with the - ongoing development of FreeBSD. While the FreeBSD development team - tries its best to ensure that each snapshot works as - advertised, 10.0-STABLE is very much a - work-in-progress.

    The basic requirements for using this snapshot are - technical proficiency with FreeBSD and an understanding of the - ongoing development process of FreeBSD 10.0-STABLE (as - discussed on the FreeBSD-STABLE mailing list).

    For those more interested in doing business with FreeBSD than - in experimenting with new FreeBSD technology, formal releases - (such as 9.2-RELEASE) are frequently more appropriate. - Releases undergo a period of testing and quality assurance - checking to ensure high reliability and dependability.

    2. Obtaining FreeBSD

    FreeBSD may be obtained in a variety of ways. This section + commercial versions of UNIX®. Most ports are also available as + pre-compiled packages, which can be quickly + installed from the installation program.

    1.2. Target Audience

    This release of FreeBSD is suitable for all users. It + has undergone a period of testing and quality assurance + checking to ensure the highest reliability and + dependability.

    2. Obtaining FreeBSD

    FreeBSD may be obtained in a variety of ways. This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing - installation.

    2.1. CDROM and DVD

    FreeBSD -RELEASE distributions may be ordered on CDROM or DVD + installation.

    2.1. CDROM and DVD

    FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if necessary. Some distributions include some of the optional, - precompiled packages from the FreeBSD Ports - Collection, or other extra material.

    A list of the CDROM and DVD publishers known to the - project are listed in the Obtaining - FreeBSD appendix to the Handbook.

    2.2. FTP

    You can use FTP to retrieve FreeBSD and any or all of its - optional packages from ftp://ftp.FreeBSD.org/, which is the official + precompiled packages from the FreeBSD Ports + Collection, or other extra material.

    A list of the CDROM and DVD publishers known to the + project are listed in the Obtaining + FreeBSD appendix to the Handbook.

    2.2. FTP

    You can use FTP to retrieve FreeBSD and any or all of its + optional packages from ftp://ftp.FreeBSD.org/, which is the official FreeBSD release site, or any of its - mirrors.

    Lists of locations that mirror FreeBSD can be found in the - FTP + mirrors.

    Lists of locations that mirror FreeBSD can be found in the + FTP Sites section of the Handbook. Finding a close (in networking terms) mirror from which to - download the distribution is highly recommended.

    Additional mirror sites are always welcome. Contact - for more details on + download the distribution is highly recommended.

    Additional mirror sites are always welcome. Contact + for more details on becoming an official mirror site. You can also find useful - information for mirror sites at the Mirroring - FreeBSD article.

    Mirrors generally contain the ISO images generally used to + information for mirror sites at the Mirroring + FreeBSD article.

    Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD release. They usually also contain floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. Finally mirrors sites usually contain a set of packages for - the most current release.

    3. Contacting the FreeBSD Project

    3.1. Email and Mailing Lists

    For any questions or general technical support issues, - please send mail to the FreeBSD general questions mailing list.

    If you're tracking the 10.0-STABLE development efforts, you - must join the FreeBSD-STABLE mailing list, in order to + the most current release.

    3. Contacting the FreeBSD Project

    3.1. Email and Mailing Lists

    For any questions or general technical support issues, + please send mail to the FreeBSD general questions mailing list.

    If you're tracking the 10.0-STABLE development efforts, you + must join the FreeBSD-STABLE mailing list, in order to keep abreast of recent developments and changes that may - affect the way you use and maintain the system.

    Being a largely-volunteer effort, the FreeBSD + affect the way you use and maintain the system.

    Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra hands willing to help—there are already far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please send mail to - the FreeBSD technical discussions mailing list.

    Please note that these mailing lists can experience - significant amounts of traffic. If you + the FreeBSD technical discussions mailing list.

    Please note that these mailing lists can experience + significant amounts of traffic. If you have slow or expensive mail access, or are only interested in keeping up with major FreeBSD events, you may find it - preferable to subscribe instead to the FreeBSD announcements mailing list.

    All of the mailing lists can be freely joined by anyone - wishing to do so. Visit the + preferable to subscribe instead to the FreeBSD announcements mailing list.

    All of the mailing lists can be freely joined by anyone + wishing to do so. Visit the FreeBSD Mailman Info Page. This will give you more information on joining the various lists, accessing archives, etc. There are a number of mailing lists targeted at special interest groups not mentioned here; more information can be - obtained either from the Mailman pages or the mailing - lists section of the FreeBSD Web site.

    Important:

    Do not send email to the lists + obtained either from the Mailman pages or the mailing + lists section of the FreeBSD Web site.

    Important:

    Do not send email to the lists asking to be subscribed. Use the Mailman interface - instead.

    3.2. Submitting Problem Reports

    Suggestions, bug reports and contributions of code are + instead.

    3.2. Submitting Problem Reports

    Suggestions, bug reports and contributions of code are always valued—please do not hesitate to report any problems you may find. Bug reports with attached fixes are of - course even more welcome.

    The preferred method to submit bug reports from a machine - with Internet mail connectivity is to use the send-pr(1) + course even more welcome.

    The preferred method to submit bug reports from a machine + with Internet mail connectivity is to use the send-pr(1) command. - Problem Reports (PRs) submitted in this way + Problem Reports (PRs) submitted in this way will be filed and their progress tracked; the FreeBSD developers will do their best to respond to all reported bugs as soon as - possible. A list + possible. A list of all active PRs is available on the FreeBSD Web site; this list is useful to see what potential problems other users - have encountered.

    Note that send-pr(1) itself is a shell script that + have encountered.

    Note that send-pr(1) itself is a shell script that should be easy to move even onto a non-FreeBSD system. Using this interface is highly preferred. If, for some reason, you - are unable to use send-pr(1) to submit a bug report, you - can try to send it to the FreeBSD problem reports mailing list.

    For more information, Writing + are unable to use send-pr(1) to submit a bug report, you + can try to send it to the FreeBSD problem reports mailing list.

    For more information, Writing FreeBSD Problem Reports, available on the FreeBSD Web site, has a number of helpful hints on writing and submitting - effective problem reports.

    4. Further Reading

    There are many sources of information about FreeBSD; some are + effective problem reports.

    4. Further Reading

    There are many sources of information about FreeBSD; some are included with this distribution, while others are available - on-line or in print versions.

    4.1. Release Documentation

    A number of other files provide more specific information - about this snapshot distribution. These files are + on-line or in print versions.

    4.1. Release Documentation

    A number of other files provide more specific information + about this release distribution. These files are provided in various formats. Most distributions will include - both ASCII text (.TXT) and HTML - (.HTM) renditions. Some distributions + both ASCII text (.TXT) and HTML + (.HTM) renditions. Some distributions may also include other formats such as Portable Document Format - (.PDF). + (.PDF). -

    • README.TXT: This file, which +

      • README.TXT: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a - distribution.

      • RELNOTES.TXT: The release + distribution.

      • RELNOTES.TXT: The release notes, showing what's new and different in FreeBSD 10.0-RELEASE compared to the previous release (FreeBSD - 10.0-CURRENT).

      • HARDWARE.TXT: The hardware + 9.2-RELEASE).

      • HARDWARE.TXT: The hardware compatibility list, showing devices with which FreeBSD has - been tested and is known to work.

      • ERRATA.TXT: Release errata. + been tested and is known to work.

      • ERRATA.TXT: Release errata. Late-breaking, post-release information can be found in this file, which is principally applicable to releases (as opposed to snapshots). It is important to consult this file before installing a release of FreeBSD, as it contains the latest information on problems which have been found and fixed since the release was - created.

      -

      On platforms that support bsdinstall(8) (currently + created.

    +

    On platforms that support bsdinstall(8) (currently amd64, i386, ia64, pc98, and sparc64), these documents are generally available via the Documentation menu during installation. Once the system is installed, you can revisit this menu by re-running the - bsdinstall(8) utility.

    Note:

    It is extremely important to read the errata for any + bsdinstall(8) utility.

    Note:

    It is extremely important to read the errata for any given release before installing it, to learn about any - late-breaking news or post-release problems. + late-breaking news or post-release problems. The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be - consulted as the current errata for this + consulted as the current errata for this release. These other copies of the errata are located at - ../../../../releases/ (as + ../../../../releases/ (as well as any sites which keep up-to-date mirrors of this - location).

    4.2. Manual Pages

    As with almost all UNIX® like operating systems, FreeBSD comes + location).

    4.2. Manual Pages

    As with almost all UNIX® like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the - man(1) command or through the hypertext manual + man(1) command or through the hypertext manual pages gateway on the FreeBSD Web site. In general, the manual pages provide information on the different commands and - APIs available to the FreeBSD user.

    In some cases, manual pages are written to give + APIs available to the FreeBSD user.

    In some cases, manual pages are written to give information on particular topics. Notable examples of such - manual pages are tuning(7) (a guide to performance tuning), - security(7) (an introduction to FreeBSD security), and - style(9) (a style guide to kernel coding).

    4.3. Books and Articles

    Two highly-useful collections of FreeBSD-related information, + manual pages are tuning(7) (a guide to performance tuning), + security(7) (an introduction to FreeBSD security), and + style(9) (a style guide to kernel coding).

    4.3. Books and Articles

    Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked - Questions document). On-line versions of the Handbook - and FAQ - are always available from the FreeBSD Documentation + Questions document). On-line versions of the Handbook + and FAQ + are always available from the FreeBSD Documentation page or its mirrors. If you install the - doc distribution set, you can use a Web + doc distribution set, you can use a Web browser to read the Handbook and FAQ locally. In particular, note that the Handbook contains a step-by-step guide to - installing FreeBSD.

    A number of on-line books and articles, also maintained by + installing FreeBSD.

    A number of on-line books and articles, also maintained by the FreeBSD Project, cover more-specialized, FreeBSD-related topics. This material spans a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are available from the FreeBSD - Documentation Page or in the doc - distribution set.

    A listing of other books and documents about FreeBSD can be - found in the bibliography - of the FreeBSD Handbook. Because of FreeBSD's strong UNIX® heritage, - many other articles and books written for UNIX® systems are + Documentation Page or in the doc + distribution set.

    A listing of other books and documents about FreeBSD can be + found in the bibliography + of the FreeBSD Handbook. Because of FreeBSD's strong UNIX® heritage, + many other articles and books written for UNIX® systems are applicable as well, some of which are also listed in the - bibliography.

    5. Acknowledgments

    FreeBSD represents the cumulative work of many hundreds, if not + bibliography.

    5. Acknowledgments

    FreeBSD represents the cumulative work of many hundreds, if not thousands, of individuals from around the world who have worked - countless hours to bring about this snapshot. For a + countless hours to bring about this release. For a complete list of FreeBSD developers and contributors, please see - Contributors + Contributors to FreeBSD on the FreeBSD Web site or any of its - mirrors.

    Special thanks also go to the many thousands of FreeBSD users - and testers all over the world, without whom this snapshot - simply would not have been possible.

    \ No newline at end of file + mirrors.

    Special thanks also go to the many thousands of FreeBSD users + and testers all over the world, without whom this release + simply would not have been possible.

    This file, and other release-related documents, + can be downloaded from http://www.FreeBSD.org/releases/.

    For questions about FreeBSD, read the + documentation before + contacting <questions@FreeBSD.org>.

    All users of FreeBSD release should + subscribe to the <stable@FreeBSD.org> + mailing list.

    For questions about this documentation, + e-mail <doc@FreeBSD.org>.

    \ No newline at end of file Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Wed Jan 15 00:14:57 2014 (r43531) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/relnotes.html Wed Jan 15 00:16:04 2014 (r43532) @@ -1,243 +1,241 @@ -FreeBSD 10.0-RELEASE Release Notes

    FreeBSD 10.0-RELEASE Release Notes

    The FreeBSD Project

    FreeBSD is a registered trademark of - the FreeBSD Foundation.

    IBM, AIX, OS/2, +FreeBSD 10.0-RELEASE Release Notes

    FreeBSD 10.0-RELEASE Release Notes

    The FreeBSD Project

    Thanks to all the reporters for the excellent work! This report - contains 33 entries and we hope you enjoy reading it.

    + contains 34 entries and we hope you enjoy reading it.

    The deadline for submissions covering between January and March 2014 is April 7th, 2014.

    @@ -1834,4 +1834,42 @@ device vt_vga taken for safekeeping, and 1 src bit was reactivated.

    + + + Base GCC Updates + + + + + Pedro + Giffuni + + pfg@FreeBSD.org + + + + +

    The GCC compiler in the &os; base system is on its way to + deprecation and is only used by some Tier-2 platforms at this + time. While Clang is much better in many aspects, we still + cannot use in base all the new features it brings until we can + drop GCC completely. As a stop-gap solution several bug fixes + and features from Apple GCC and other sources have been ported + to our version of GCC 4.2.1 to make it more compatible with + Clang. &os;'s GCC has added more warnings and some enhancements + like -Wmost and -Wnewline-eof. An + implementation for Apple's blocks extension is now available too + and it will be very useful to enhance &os;'s support for Apple's + Grand Central Dispatch (GCD).

    + + + + Merge from head to stable/9 is being + considered but it disables nested functions by default so the + impact on ports has to be evaluated. + + No further development of GCC 4.2 in the base system is + planned. + +
    From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 10:10:27 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA61DE12; Wed, 15 Jan 2014 10:10:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5C8F10D7; Wed, 15 Jan 2014 10:10:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FAARdQ071648; Wed, 15 Jan 2014 10:10:27 GMT (envelope-from riggs@svn.freebsd.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FAARUk071646; Wed, 15 Jan 2014 10:10:27 GMT (envelope-from riggs@svn.freebsd.org) Message-Id: <201401151010.s0FAARUk071646@svn.freebsd.org> From: Thomas Zander Date: Wed, 15 Jan 2014 10:10:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43537 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 10:10:27 -0000 Author: riggs (ports committer) Date: Wed Jan 15 10:10:27 2014 New Revision: 43537 URL: http://svnweb.freebsd.org/changeset/doc/43537 Log: Remove myself from 'additional contributors' Approved by: thierry (mentor) Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Wed Jan 15 04:06:38 2014 (r43536) +++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Wed Jan 15 10:10:27 2014 (r43537) @@ -10047,11 +10047,6 @@ - Thomas E. Zander - riggs@rrr.de - - - Thomas G. McWilliams tgm@netcom.com From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 15:51:43 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC8C078B; Wed, 15 Jan 2014 15:51:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A92F611F5; Wed, 15 Jan 2014 15:51:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FFph8g003558; Wed, 15 Jan 2014 15:51:43 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FFphNn003557; Wed, 15 Jan 2014 15:51:43 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201401151551.s0FFphNn003557@svn.freebsd.org> From: Sergey Kandaurov Date: Wed, 15 Jan 2014 15:51:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43538 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 15:51:43 -0000 Author: pluknet Date: Wed Jan 15 15:51:43 2014 New Revision: 43538 URL: http://svnweb.freebsd.org/changeset/doc/43538 Log: Adjust the number of Security Advisories on the front page. So that all the recently released security advisories are shown. Modified: head/share/xml/libcommon.xsl Modified: head/share/xml/libcommon.xsl ============================================================================== --- head/share/xml/libcommon.xsl Wed Jan 15 10:10:27 2014 (r43537) +++ head/share/xml/libcommon.xsl Wed Jan 15 15:51:43 2014 (r43538) @@ -867,7 +867,7 @@ - + From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 18:52:32 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B7D6D59; Wed, 15 Jan 2014 18:52:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38A0819A6; Wed, 15 Jan 2014 18:52:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FIqWTB073237; Wed, 15 Jan 2014 18:52:32 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FIqWDr073236; Wed, 15 Jan 2014 18:52:32 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201401151852.s0FIqWDr073236@svn.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jan 2014 18:52:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43540 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 18:52:32 -0000 Author: hrs Date: Wed Jan 15 18:52:31 2014 New Revision: 43540 URL: http://svnweb.freebsd.org/changeset/doc/43540 Log: Regen from r260693. Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Wed Jan 15 15:56:45 2014 (r43539) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Wed Jan 15 18:52:31 2014 (r43540) @@ -1,7 +1,5 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    - The FreeBSD Project -

    FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -15,15 +13,15 @@ and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the ® symbol.

    Last modified on 2014-01-15 by hrs.
    Abstract

    This document lists errata items for FreeBSD 10.0-RELEASE, - containing significant information discovered after the release - or too late in the release cycle to be otherwise included in the - release documentation. - This information includes security advisories, as well as news - relating to the software or documentation that could affect its - operation or usability. An up-to-date version of this document - should always be consulted before installing this version of - FreeBSD.

    This errata document for FreeBSD 10.0-RELEASE - will be maintained until the release of FreeBSD 10.1-RELEASE.


    1. Introduction

    This errata document contains late-breaking news + containing significant information discovered after the release + or too late in the release cycle to be otherwise included in the + release documentation. + This information includes security advisories, as well as news + relating to the software or documentation that could affect its + operation or usability. An up-to-date version of this document + should always be consulted before installing this version of + FreeBSD.

    This errata document for FreeBSD 10.0-RELEASE + will be maintained until the release of FreeBSD 10.1-RELEASE.


    1. Introduction

    This errata document contains late-breaking news about FreeBSD 10.0-RELEASE Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems @@ -32,10 +30,28 @@ out of date by definition, but other copies are kept updated on the Internet and should be consulted as the current errata for this release. These other copies of the - errata are located at http://www.FreeBSD.org/releases/, plus any sites + errata are located at + http://www.FreeBSD.org/releases/, + plus any sites which keep up-to-date mirrors of this location.

    Source and binary snapshots of FreeBSD 10.0-STABLE also contain up-to-date copies of this document (as of the time of - the snapshot).

    For a list of all FreeBSD CERT security advisories, see http://www.FreeBSD.org/security/ or ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/.

    2. Security Advisories

    No advisories.

    3. Open Issues

    No open issues.

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, + the snapshot).

    For a list of all FreeBSD CERT security advisories, see + http://www.FreeBSD.org/security/ + or ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/.

    2. Security Advisories

    AdvisoryDateTopic
    SA-13:14.openssh19 November 2013

    OpenSSH AES-GCM memory corruption + vulnerability

    SA-14:01.bsnmpd14 January 2014

    bsnmpd remote denial of service vulnerability

    SA-14:02.ntpd14 January 2014

    ntpd distributed reflection Denial of Service vulnerability

    SA-14:03.openssl14 January 2014

    OpenSSL multiple vulnerabilities

    SA-14:04.bind< /a>14 January 2014

    BIND remote denial of service vulnerability

    3. Open Issues

    • FreeBSD/i386 10.0-RELEASE running as a guest + operating system on VirtualBox + can have a problem with disk I/O access. It depends on some + specific hardware configuration and does not depend on a + specific version of VitrualBox or + host operating system.

      It causes various errors and makes FreeBSD quite unstable. + Although the cause is still unclear, disabling unmapped I/O + works as a workaround. To disable it, choose Escape to + loader prompt in the boot menu and enter the following + lines from loader(8) prompt, after + an OK:

      set vfs.unmapped_buf_allowed=0
      +boot

      Note that the following line has to be added to + /boot/loader.conf after a boot. + It disables unmapped I/O at every boot:

      vfs.unmapped_buf_allowed=0

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 19:10:52 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B690CA30; Wed, 15 Jan 2014 19:10:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F1611AB7; Wed, 15 Jan 2014 19:10:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FJAqie079378; Wed, 15 Jan 2014 19:10:52 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FJAqma079377; Wed, 15 Jan 2014 19:10:52 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201401151910.s0FJAqma079377@svn.freebsd.org> From: Hiroki Sato Date: Wed, 15 Jan 2014 19:10:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43541 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 19:10:52 -0000 Author: hrs Date: Wed Jan 15 19:10:52 2014 New Revision: 43541 URL: http://svnweb.freebsd.org/changeset/doc/43541 Log: Regen from r260694. Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Wed Jan 15 18:52:31 2014 (r43540) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Wed Jan 15 19:10:52 2014 (r43541) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -51,7 +51,18 @@ an OK:

    set vfs.unmapped_buf_allowed=0
     boot

    Note that the following line has to be added to /boot/loader.conf after a boot. - It disables unmapped I/O at every boot:

    vfs.unmapped_buf_allowed=0

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, + It disables unmapped I/O at every boot:

    vfs.unmapped_buf_allowed=0
  • A bug in Heimdal (an + implementation of Kerberos + authentication in FreeBSD base system) has been fixed. It + could cause an interoperability issue between + Heimdal and the other + implementations including MIT + Kerberos. However, due to this fix, + Heimdal and some applications + which depend on it in the previous FreeBSD releases do not work + with one in 10.0-RELEASE in certain cases. Errata Notice + for the supported releases to fix it will be + released.

  • 4. Late-Breaking News

    No news.

    This file, and other release-related documents, can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 19:23:55 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4754564C; Wed, 15 Jan 2014 19:23:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 273681D25; Wed, 15 Jan 2014 19:23:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FJNtV9085951; Wed, 15 Jan 2014 19:23:55 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FJNtqH085950; Wed, 15 Jan 2014 19:23:55 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401151923.s0FJNtqH085950@svn.freebsd.org> From: Gabor Pali Date: Wed, 15 Jan 2014 19:23:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43542 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 19:23:55 -0000 Author: pgj Date: Wed Jan 15 19:23:54 2014 New Revision: 43542 URL: http://svnweb.freebsd.org/changeset/doc/43542 Log: - Minor fixes to the 2013Q4 report Submitted by: emaste, koobs Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 19:10:52 2014 (r43541) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 19:23:54 2014 (r43542) @@ -862,8 +862,8 @@ Fix amd64 watchpoints. Test and fix the i386 port. Implement &os; ARM support. - Add support for kernel debugging (ptrace(2) and - core(5) files). + Add support for kernel debugging, live local and remote + debugging, and core files. Fix remaining test suite failures. Enable by default on the amd64 architecture. @@ -1800,38 +1800,38 @@ device vt_vga goals and direction as well as managing specific areas of the &os; project landscape.

    -

    In the fourth quarter of 2013, the Core Team has finally - reached its previous goal about launching the official - repositories for pkg(8)-based binary packages. The - Core Team also unified the commit bit expiration policies for - all the Project repositories, allowing the committers to stay - idle for 18 months before their commit bits are automatically - taken into safekeeping. This was then followed by an extension - on suspending cluster accounts for the committers who lost all - of their commit bits. It helps to improve the security of the - Project server farm by temporarily disabling inactive accounts. - In conjuction with all those efforts, Thomas Abthorpe - resurrected the Grim Reaper service which helps to - enforce the aforementioned policy.

    - -

    Along the works of John Baldwin and Hiroki Sato, many licenses - in the base system's source code have been revisited and cleaned - up. Furthermore, the Core Team is hoping that the situation - could be improved by introducing periodic automated checks of - the license agreements, and by giving developers guidelines on - licensing questions. John Baldwin and David Chisnall have been - guiding the work of the &os; Graphics Team on moving to the - newer version of X.Org and related software in the Ports - Collection, in coordination with the switch to Newcons on &os; - 10.x.

    +

    In the fourth quarter of 2013, the Core Team finally reached + its previous goal of launching the official repositories for + pkg(8)-based binary packages. The Core Team also + unified the commit bit expiration policies for all Project + repositories, allowing committers to idle for 18 months before + their commit bits are automatically taken into safekeeping. + This was then followed by an extension to suspension of cluster + accounts for the committers who lost all of their commit bits. + This helps to improve the security of the Project server cluster + by temporarily disabling inactive accounts. In addition to the + above efforts, Thomas Abthorpe resurrected the Grim + Reaper service which helps to enforce the aforementioned + policy.

    + +

    Along with the works of John Baldwin and Hiroki Sato, many + licenses in the base system source code have been revisited and + cleaned up. Furthermore, the Core Team is hoping that the + situation can be improved by introducing periodic automated + checks of the license agreements, and by providing developers + guidelines on questions of licensing. John Baldwin and David + Chisnall have been guiding the work of the &os; Graphics Team on + moving to the newer version of X.Org and related software in the + Ports Collection, in coordination with the switch to Newcons on + &os; 10.x.

    It was a busy quarter for the src repository as well. The Core - Team was happy to welcome Jordan K. Hubbard (jkh) back + Team was happy to welcome Jordan K. Hubbard (jkh) back who has recently returned to the &os; business, and joined iXsystems as project manager and release engineer of FreeNAS. - In addition to this, there were 3 commit bits handed out for new - developers, 2 committers have gained upgrade, 1 commit bit was - taken for safekeeping, and 1 src bit was reactivated.

    + In addition to this, there were 3 commit bits offered for new + developers, 2 committers were upgraded, 1 commit bit was taken + for safekeeping, and 1 src bit was reactivated.

    From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 19:46:37 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71B42452; Wed, 15 Jan 2014 19:46:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 516891F2A; Wed, 15 Jan 2014 19:46:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FJkbgD093924; Wed, 15 Jan 2014 19:46:37 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FJkbvu093923; Wed, 15 Jan 2014 19:46:37 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401151946.s0FJkbvu093923@svn.freebsd.org> From: Gabor Pali Date: Wed, 15 Jan 2014 19:46:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43543 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 19:46:37 -0000 Author: pgj Date: Wed Jan 15 19:46:36 2014 New Revision: 43543 URL: http://svnweb.freebsd.org/changeset/doc/43543 Log: - Add 2013Q4 report for the FreeBSD Foundation Submitted by: deb Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 19:23:54 2014 (r43542) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 19:46:36 2014 (r43543) @@ -19,7 +19,7 @@

    Thanks to all the reporters for the excellent work! This report - contains 34 entries and we hope you enjoy reading it.

    + contains 35 entries and we hope you enjoy reading it.

    The deadline for submissions covering between January and March 2014 is April 7th, 2014.

    @@ -61,6 +61,12 @@ Ports + + misc + + Miscellaneous + + CBSD @@ -1872,4 +1878,104 @@ device vt_vga planned. + + + The &os; Foundation + + + + + Deb + Goodkin + + deb@FreeBSDFoundation.org + + + + + + Semi-annual newsletter + + + +

    The &os; Foundation is a 501(c)(3) non-profit organization + dedicated to supporting and promoting the &os; Project and + community worldwide. Most of the funding is used to support + &os; development projects, conferences and developer summits, + purchase equipment to grow and improve the &os; infrastructure, + and provide legal support for the Project.

    + +

    We held our year-end fundraising campaign. We are still + processing donations and will post the final numbers by + mid-January. We are extremely grateful to all the individuals + and organizations that supported us and the Project by making a + donation in 2013. We already started our fundraising efforts + for 2014.

    + +

    Some of the highlights from this past quarter include:

    + +
      +
    • We sponsored or are sponsoring the following projects: + +
        +
      • Projects completed last quarter: Capsicum, Casper daemon, and + Intel I/O Memory Management Unit driver.
      • +
      • Projects in progress: Native in-kernel iSCSI stack, + network stack layer 2 modernization, UEFI boot, updated + vt(9) system console.
      • +
      • Projects started last quarter: Automounter, Intel + graphics driver update.
      • +
      +
    • + +
    • Continued work on the &os; Journal, our new online &os; magazine, + which debuts on January 27th.
    • + +
    • Sponsored, organized, and ran the Bay Area Developer Summit.
    • + +
    • Sponsored and attended the first ever vBSDCon, which had an + impressive attendance.
    • + +
    • Sponsored and attended the OpenZFS developer summit.
    • + +
    • Represented the foundation at the following conferences: All + Things Open in Raleigh, NC and LISA in DC.
    • + +
    • Sponsored the &os; 20th Birthday Party, held in San + Francisco.
    • + +
    • Attended the ICANN meeting in Buenos Aires in November and + gave a short presentation on the change from BIND to unbound in + &os; 10.0 during the ccNSO Tech Day.
    • + +
    • Met with a few companies to discuss their &os; use, what + they would like to see supported in &os;, and assist with + collaboration between them and the Project.
    • + +
    • Purchased an 80-core server to reside at Sentex for the + Project to use for stability, scalability, and performance + improvements. It is a big step forwards for the Foundation in + providing this kind of hardware to the Project's developers. + It will let us test our scaling to 80 simultaneous cores and + 1 TB of RAM. It will also be used to do performance + analysis on large workloads, such as large databases etc.
    • + +
    • Acquired a second rack to use at Sentex.
    • + +
    • We received a commitment from VMware, Inc. for BSD-licensed + drivers. They also committed to a yearly silver level + donation.
    • + +
    • Signed up as a Google Compute trusted tester for the + Project.
    • + +
    • Funded a project to produce a white paper titled Managed + Services Using &os; at NYI.
    • + +
    • Finally, we published our semi-annual newsletter (see links) + highlighting what we did to support the &os; Project and + Community in 2013.
    • +
    + +
    From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 20:21:19 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 987BDD5B; Wed, 15 Jan 2014 20:21:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83FD211A3; Wed, 15 Jan 2014 20:21:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FKLJeM007652; Wed, 15 Jan 2014 20:21:19 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FKLJke007651; Wed, 15 Jan 2014 20:21:19 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201401152021.s0FKLJke007651@svn.freebsd.org> From: Warren Block Date: Wed, 15 Jan 2014 20:21:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43544 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 20:21:19 -0000 Author: wblock Date: Wed Jan 15 20:21:18 2014 New Revision: 43544 URL: http://svnweb.freebsd.org/changeset/doc/43544 Log: Add blank lines to delimit .include statements in Makefiles. PR: docs/185810 Submitted by: Jason Helfman Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Wed Jan 15 19:46:36 2014 (r43543) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Wed Jan 15 20:21:18 2014 (r43544) @@ -156,6 +156,7 @@ MASTER_SITES= ftp://ftp.cs.columbia.edu/ MAINTAINER= youremail@example.com COMMENT= Cat chasing a mouse all over the screen + .include <bsd.port.mk> @@ -4718,7 +4719,9 @@ OPT1_CONFIGURE_OFF= --no-testis equivalent to: OPTIONS_DEFINE= OPT1 + .include <bsd.port.options.mk> + .if ! ${PORT_OPTIONS:MOPT1} CONFIGURE_ARGS+= --no-test .endif @@ -12477,6 +12480,7 @@ pre-install: and then some more stuff before installing, wow [and then the epilogue] + .include <bsd.port.mk> From owner-svn-doc-head@FreeBSD.ORG Wed Jan 15 21:18:41 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 452B146E; Wed, 15 Jan 2014 21:18:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31F921670; Wed, 15 Jan 2014 21:18:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FLIfSh029866; Wed, 15 Jan 2014 21:18:41 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FLIfDT029865; Wed, 15 Jan 2014 21:18:41 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201401152118.s0FLIfDT029865@svn.freebsd.org> From: Steven Kreuzer Date: Wed, 15 Jan 2014 21:18:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43545 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Jan 2014 21:18:41 -0000 Author: skreuzer Date: Wed Jan 15 21:18:40 2014 New Revision: 43545 URL: http://svnweb.freebsd.org/changeset/doc/43545 Log: Announce my commit bit upgrade Approved by: hrs (mentor) Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Wed Jan 15 20:21:18 2014 (r43544) +++ head/share/xml/news.xml Wed Jan 15 21:18:40 2014 (r43545) @@ -34,7 +34,17 @@ 1 - 13 + 15 + + +

    Enhanced commit privileges: Steven Kreuzer + (ports, doc)

    +
    +
    + + + 13

    Returning committer: From owner-svn-doc-head@FreeBSD.ORG Thu Jan 16 05:30:00 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1574913F; Thu, 16 Jan 2014 05:30:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01D7F1E0F; Thu, 16 Jan 2014 05:30:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0G5TxO7024778; Thu, 16 Jan 2014 05:29:59 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0G5TxAX024777; Thu, 16 Jan 2014 05:29:59 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401160529.s0G5TxAX024777@svn.freebsd.org> From: Gabor Pali Date: Thu, 16 Jan 2014 05:29:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43546 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 16 Jan 2014 05:30:00 -0000 Author: pgj Date: Thu Jan 16 05:29:59 2014 New Revision: 43546 URL: http://svnweb.freebsd.org/changeset/doc/43546 Log: - Further minor additions to the 2013Q4 report Submitted by: deb, emaste Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 15 21:18:40 2014 (r43545) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Thu Jan 16 05:29:59 2014 (r43546) @@ -868,8 +868,8 @@ Fix amd64 watchpoints. Test and fix the i386 port. Implement &os; ARM support. - Add support for kernel debugging, live local and remote - debugging, and core files. + Add support for kernel debugging (live local and remote + debugging, and core files). Fix remaining test suite failures. Enable by default on the amd64 architecture. @@ -1895,6 +1895,7 @@ device vt_vga Semi-annual newsletter + &os; Journal From owner-svn-doc-head@FreeBSD.ORG Thu Jan 16 09:13:13 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0265FA5C; Thu, 16 Jan 2014 09:13:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E28CB1FD8; Thu, 16 Jan 2014 09:13:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0G9DCgr011790; Thu, 16 Jan 2014 09:13:12 GMT (envelope-from jkois@svn.freebsd.org) Received: (from jkois@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0G9DCNb011789; Thu, 16 Jan 2014 09:13:12 GMT (envelope-from jkois@svn.freebsd.org) Message-Id: <201401160913.s0G9DCNb011789@svn.freebsd.org> From: Johann Kois Date: Thu, 16 Jan 2014 09:13:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43547 - head/de_DE.ISO8859-1/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 16 Jan 2014 09:13:13 -0000 Author: jkois Date: Thu Jan 16 09:13:12 2014 New Revision: 43547 URL: http://svnweb.freebsd.org/changeset/doc/43547 Log: r43154 -> r43387 MFde: Resync the project news for 2013 Obtained from: The FreeBSD German Documentation Project Modified: head/de_DE.ISO8859-1/share/xml/news.xml Modified: head/de_DE.ISO8859-1/share/xml/news.xml ============================================================================== --- head/de_DE.ISO8859-1/share/xml/news.xml Thu Jan 16 05:29:59 2014 (r43546) +++ head/de_DE.ISO8859-1/share/xml/news.xml Thu Jan 16 09:13:12 2014 (r43547) @@ -4,7 +4,7 @@ @@ -34,7 +34,17 @@ 1 - 13 + 15 + + +

    ¥³¥ß¥Ã¥È¸¢¸Â¤Î³ÈÂç: Steven Kreuzer + (ports, doc)

    +
    +
    + + + 13

    ¥³¥ß¥Ã¥¿Éüµ¢: From owner-svn-doc-head@FreeBSD.ORG Thu Jan 16 14:35:15 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0759DDF4; Thu, 16 Jan 2014 14:35:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02E0A12AF; Thu, 16 Jan 2014 14:35:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GEZDmO036735; Thu, 16 Jan 2014 14:35:13 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GEZD6V036734; Thu, 16 Jan 2014 14:35:13 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401161435.s0GEZD6V036734@svn.freebsd.org> From: Gabor Pali Date: Thu, 16 Jan 2014 14:35:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43550 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 16 Jan 2014 14:35:15 -0000 Author: pgj Date: Thu Jan 16 14:35:13 2014 New Revision: 43550 URL: http://svnweb.freebsd.org/changeset/doc/43550 Log: - Add 2013Q4 report for the VT-d work Submitted by: kib Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Thu Jan 16 12:31:01 2014 (r43549) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Thu Jan 16 14:35:13 2014 (r43550) @@ -19,7 +19,7 @@

    Thanks to all the reporters for the excellent work! This report - contains 35 entries and we hope you enjoy reading it.

    + contains 36 entries and we hope you enjoy reading it.

    The deadline for submissions covering between January and March 2014 is April 7th, 2014.

    @@ -1979,4 +1979,47 @@ device vt_vga + + + Intel IOMMU (VT-d, DMAR) Support + + + + + Konstantin + Belousov + + kib@FreeBSD.org + + + + + + + + + +

    An Input/Output Memory Management Unit (IOMMU) is a Memory + Management Unit (MMU) that connects a Direct Memory + Access-capable (DMA-capable) I/O bus to the main memory, + therefore I/O virtualization is performed by the chipset. An + example IOMMU is the graphics address remapping table (GART) + used by AGP and PCI Express graphics cards. Intel has published + a specification for IOMMU technology as Virtualization + Technology for Directed I/O, abbreviated VT-d.

    + +

    A VT-d driver was committed to head and + stable/10, so busdma(9) is now able to utilize + VT-d. The feature is disabled by default, but it may be enabled + via the hw.dmar.enable loader(8) tunable + — see the links for more information. The immediate plans + include increasing the support for this kind of hardware by + testing and providing the workarounds for specific issues, and + by adding features of the next generation of Intel IOMMU. + Hopefully, the existing and new consumers of VT-d will start use + the driver soon.

    + +

    This project was sponsored by The &os; Foundation.

    + +
    From owner-svn-doc-head@FreeBSD.ORG Thu Jan 16 14:39:12 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BD594D3; Thu, 16 Jan 2014 14:39:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1619412EE; Thu, 16 Jan 2014 14:39:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GEdBTW037395; Thu, 16 Jan 2014 14:39:11 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GEdB4N037394; Thu, 16 Jan 2014 14:39:11 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401161439.s0GEdB4N037394@svn.freebsd.org> From: Gabor Pali Date: Thu, 16 Jan 2014 14:39:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43551 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 16 Jan 2014 14:39:12 -0000 Author: pgj Date: Thu Jan 16 14:39:11 2014 New Revision: 43551 URL: http://svnweb.freebsd.org/changeset/doc/43551 Log: - Minor nit to the 2013Q4 report Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Thu Jan 16 14:35:13 2014 (r43550) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Thu Jan 16 14:39:11 2014 (r43551) @@ -1930,7 +1930,7 @@ device vt_vga
  • Continued work on the &os; Journal, our new online &os; magazine, - which debuts on January 27th.
  • + which debuts on January 27th (see links).
  • Sponsored, organized, and ran the Bay Area Developer Summit.
  • From owner-svn-doc-head@FreeBSD.ORG Thu Jan 16 16:08:56 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71A19F33; Thu, 16 Jan 2014 16:08:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 425571A56; Thu, 16 Jan 2014 16:08:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GG8uk7074603; Thu, 16 Jan 2014 16:08:56 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GG8tjT074598; Thu, 16 Jan 2014 16:08:55 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201401161608.s0GG8tjT074598@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 16 Jan 2014 16:08:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43552 - in head: en_US.ISO8859-1/articles/contributors en_US.ISO8859-1/htdocs share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 16 Jan 2014 16:08:56 -0000 Author: tabthorpe (ports committer) Date: Thu Jan 16 16:08:55 2014 New Revision: 43552 URL: http://svnweb.freebsd.org/changeset/doc/43552 Log: - Another change to portmgr, bid farewell to itetcu@ Modified: head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml head/en_US.ISO8859-1/htdocs/administration.xml head/share/xml/authors.ent Modified: head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml Thu Jan 16 14:39:11 2014 (r43551) +++ head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml Thu Jan 16 16:08:55 2014 (r43552) @@ -2,6 +2,10 @@ + &a.itetcu.email; (2009 - 2014) + + + &a.marcus.email; (2004 - 2014) Modified: head/en_US.ISO8859-1/htdocs/administration.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/administration.xml Thu Jan 16 14:39:11 2014 (r43551) +++ head/en_US.ISO8859-1/htdocs/administration.xml Thu Jan 16 16:08:55 2014 (r43552) @@ -133,7 +133,6 @@
  • &a.bdrewery.email; (Release Engineering Team Liaison)
  • &a.decke.email;
  • &a.erwin.email; (Cluster Administration Team Liaison)
  • -
  • &a.itetcu.email;
  • &a.miwi.email;
  • Modified: head/share/xml/authors.ent ============================================================================== --- head/share/xml/authors.ent Thu Jan 16 14:39:11 2014 (r43551) +++ head/share/xml/authors.ent Thu Jan 16 16:08:55 2014 (r43552) @@ -2287,7 +2287,7 @@ - + From owner-svn-doc-head@FreeBSD.ORG Thu Jan 16 16:13:33 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D29CD441 for ; Thu, 16 Jan 2014 16:13:33 +0000 (UTC) Received: from mail-gg0-x229.google.com (mail-gg0-x229.google.com [IPv6:2607:f8b0:4002:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 84F991AEC for ; Thu, 16 Jan 2014 16:13:33 +0000 (UTC) Received: by mail-gg0-f169.google.com with SMTP id j5so960081ggn.0 for ; Thu, 16 Jan 2014 08:13:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=goodking.ca; s=google; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=HQNGdJ8qT7zB0nxpCOECUK2dmHWYGddkW5wVmJvB0yQ=; b=WhphrI//DxquaJeYorgVR1bX7S8ZycIDlxNn2UxrBXEIiMqDW/ZRoM5uUHoi56ALwm wBVDxSNmO1WwwE12IBQqQ1UAOoe8ZqCZRqfo3+fHlhkg0lZjE6S3cMmOi9DEdwsFyrER ZY4fiqi5yKNA8LJaSw95Za8P4Xtc0lL9oa6Ek= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=HQNGdJ8qT7zB0nxpCOECUK2dmHWYGddkW5wVmJvB0yQ=; b=MkYftIosN/wjNPYpU7p7qeQH6EL1iXx74TbbOa+9vy38/iMHzNtlhi0MLVAWr4CbLv LEa+BA3NJrIv6PSwN9uvVnwjKmAnnhzKegUHCtbiPIzmtXlcqK767VdfNpdiLtpSR109 B1nTHngRPN5S0xuLO3xdWbanPZrU++F/ugeeqohYSNwEWBl3PVr882XOi8vv9HL+Qmvi n0I/Gv84DeNTurYnLdPS9s+u8yqzMth+2etfCeKbK0XtKCwdIsvKzaNoiGoRWYzkykZm QKvO/EDvh2w8VlWrkwGvSq3mdFJgrR3sf6dFiTX6iVIVcYsV0lAwXH2nxiT8OvA+LTHU RqtA== X-Gm-Message-State: ALoCoQmufwQE1VSJ1jNVyb4c/9GhL1suHcfJGr2t0rWqZPdbSW57jKIv0ZJQkeb63TxEcS0R5yqA X-Received: by 10.236.20.75 with SMTP id o51mr10912868yho.65.1389888811906; Thu, 16 Jan 2014 08:13:31 -0800 (PST) Received: from goodking.ca ([2001:4978:800:300:250:56ff:fe82:15]) by mx.google.com with ESMTPSA id w8sm12835756yhg.8.2014.01.16.08.13.30 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 16 Jan 2014 08:13:31 -0800 (PST) Sender: Thomas Abthorpe Date: Thu, 16 Jan 2014 11:13:39 -0500 From: Thomas Abthorpe To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r43552 - in head: en_US.ISO8859-1/articles/contributors en_US.ISO8859-1/htdocs share/xml Message-ID: <20140116161339.GO1260@goodking.ca> References: <201401161608.s0GG8tjT074598@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="D3I0HgOdJ5+6n+7I" Content-Disposition: inline In-Reply-To: <201401161608.s0GG8tjT074598@svn.freebsd.org> X-URL: http://www.goodking.org/ X-PGP-Key: http://people.freebsd.org/~tabthorpe/tabthorpe.asc X-PGP-Key-ID: 0xD9371097A473C990 X-PGP-Key-Fingerprint: D883 2D7C EB78 944A 69FC 36A6 D937 1097 A473 C990 User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 16 Jan 2014 16:13:34 -0000 --D3I0HgOdJ5+6n+7I Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 16, 2014 at 04:08:55PM +0000, Thomas Abthorpe wrote: > Author: tabthorpe (ports committer) > Date: Thu Jan 16 16:08:55 2014 > New Revision: 43552 > URL: http://svnweb.freebsd.org/changeset/doc/43552 >=20 > Log: > - Another change to portmgr, bid farewell to itetcu@ >=20 > Modified: > head/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.xml > head/en_US.ISO8859-1/htdocs/administration.xml > head/share/xml/authors.ent >=20 Approved by: gjb@ --=20 Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe --D3I0HgOdJ5+6n+7I Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJS2AUzAAoJENOyj3sHp8wASC4QAI/V/ZvoZRW92PCsyvzIapCM JtVJZVE7MAvnsip0ojEqWjcUYrFtRJWaRET08Qme9uRIlPbqtriURbeOHKO2W9gs 5MvW2vb7fLZ1fJfVDdFZVrfrbhc78QM/wt3/1ghMRor0E4Rse+sbJrcvQlPTryBN d8TKxhmO/OtDe0671L1rLCuQyizPmfIKSDzhTjJw7ja7d9ozvxnkVxX6PSpplzq4 EvVnNFHfF4Mcg1fAMuJYw38MVybMA9XbzxMgS06b7M8ParbwzG1UGgrES2Q4YM0K lUl7eTwR3vNNb9Opo4At+g9M9hpeOWPqF5XZY80cYE780eVnMxhbbM7FOIg3lYZg qStfcF5UuuhPyJnP0QdtgIdhl6eejNcoFDYfAH2FqhGxrrZRA5SUdSn7nhG3prjQ U2596DAIu1We7lsT1i/C3sTFRX/7E8nSxHI2VSDpGLyb+J/JkzU9UwHOCK+8vdqS RDqQMucaA5OJiOa3h60EVjjrs141OKHYybBEhq60O4QaRwqa0dVM/f5cm/LUirN4 pQqUqXSA+3YNc3ZR/fFe1u9V/WnGV00doqhWDYA/uZJeqRmIl13JBDnhvkI2XxRg Ak1Vb1P9evR9TyuVyllGr4rlSYaGCDw0GT7jC4+87z1MbN1aSIpM730bUS3wqHSM IeJ2KL5zcGsuWd9g7dZk =GtXN -----END PGP SIGNATURE----- --D3I0HgOdJ5+6n+7I-- From owner-svn-doc-head@FreeBSD.ORG Thu Jan 16 22:49:39 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC52CEB0; Thu, 16 Jan 2014 22:49:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7840118A; Thu, 16 Jan 2014 22:49:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GMncDX039296; Thu, 16 Jan 2014 22:49:38 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GMncj2039295; Thu, 16 Jan 2014 22:49:38 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401162249.s0GMncj2039295@svn.freebsd.org> From: Gabor Pali Date: Thu, 16 Jan 2014 22:49:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43553 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 16 Jan 2014 22:49:39 -0000 Author: pgj Date: Thu Jan 16 22:49:38 2014 New Revision: 43553 URL: http://svnweb.freebsd.org/changeset/doc/43553 Log: - Fixes to the 2013Q4 report Submitted by: wblock Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Thu Jan 16 16:08:55 2014 (r43552) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Thu Jan 16 22:49:38 2014 (r43553) @@ -92,7 +92,7 @@ hastd(8), into a single tool. This provides a more comprehensive way to build application servers using pre-installed jails with a typical set of software, and requires - a minimal effort to configure.

    + minimal effort to configure.

    @@ -205,7 +205,7 @@ -

    Cubieboard is a single-board computer, based on the AllWinner +

    Cubieboard is a single-board computer based on the AllWinner A10 SoC, popular on cheap tablets, phones and media PCs. The second version enhances the board mainly by replacing the AllWinner A10 SoC with an AllWinner A20 which contains 2 ARM @@ -340,8 +340,9 @@

    Xfce is a free software desktop environment for Unix and Unix-like platforms, such as &os;. It aims to be fast and lightweight, while still being visually appealing and easy to - use. The &os; Xfce Team has kept most of Xfce ports up-to-date, - while fixed many issues along the way in this quarter.

    + use. The &os; Xfce Team has kept most of the Xfce ports + up-to-date, while fixing many issues along the way in this + quarter.

    Currently, the following components with the following versions are available:

    @@ -365,7 +366,7 @@ -

    We helped Midori's upstream to switch from Waf (Python script) +

    We helped Midori's upstream switch from Waf (Python script) to CMake. Xfce now also supports Gtk2, Gtk3, and the new WebKitGtk API, available from the 2.x branch, not present in our ports tree at the moment, though. Most of the ports now use @@ -491,8 +492,8 @@ -

    A mechanism is now in place, via the - sysutils/panicmail port, for automated submission of +

    With the sysutils/panicmail port, a mechanism is now + in place for automated submission of kernel panic reports to a central location. It is hoped that this will prove useful, as similar systems have for other operating systems, in identifying common panics so that @@ -709,7 +710,7 @@

    The lang/python27 port was updated to version 2.7.6, and the lang/python33 port was updated to version 3.3.3, and the lang/pypy port was updated to version - 2.2.1

    + 2.2.1.

    We are currently working on the necessary infrastructure quirks to support different Python versions for the same port. Most of @@ -1237,7 +1238,8 @@

    • A roadmap of the team.
    • A matrix of supported hardware.
    • -
    • Projects status and results.
    • +
    • Instructions on upgrading to KMS.
    • +
    • Project status and results.

    This starting page then points to project- and topic-specific @@ -2016,8 +2018,8 @@ device vt_vga include increasing the support for this kind of hardware by testing and providing the workarounds for specific issues, and by adding features of the next generation of Intel IOMMU. - Hopefully, the existing and new consumers of VT-d will start use - the driver soon.

    + Hopefully, the existing and new consumers of VT-d will start to + use the driver soon.

    This project was sponsored by The &os; Foundation.

    From owner-svn-doc-head@FreeBSD.ORG Fri Jan 17 05:34:52 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 118D2C0F; Fri, 17 Jan 2014 05:34:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F27341FAE; Fri, 17 Jan 2014 05:34:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0H5Yphf001269; Fri, 17 Jan 2014 05:34:51 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0H5YpCg001268; Fri, 17 Jan 2014 05:34:51 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401170534.s0H5YpCg001268@svn.freebsd.org> From: Gabor Pali Date: Fri, 17 Jan 2014 05:34:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43554 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 17 Jan 2014 05:34:52 -0000 Author: pgj Date: Fri Jan 17 05:34:51 2014 New Revision: 43554 URL: http://svnweb.freebsd.org/changeset/doc/43554 Log: - Fix whitespace in the 2013Q4 report Spotted by: wblock Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Thu Jan 16 22:49:38 2014 (r43553) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Fri Jan 17 05:34:51 2014 (r43554) @@ -1016,24 +1016,24 @@ -  Native iSCSI Stack + Native iSCSI Stack -  -    + + Edward Tomasz Napierała trasz@FreeBSD.org -    -  + + -  -    -  + + + -  -   

    iSCSI is a popular block storage protocol.  Under this project, + +

    iSCSI is a popular block storage protocol.  Under this project, a new, fast, and reliable kernel-based iSCSI initiator (client) and target (server) have been implemented.

    @@ -1049,7 +1049,7 @@ and finally arrive in 10.1-RELEASE.

    This project is sponsored by The &os; Foundation.

    -  +
    From owner-svn-doc-head@FreeBSD.ORG Fri Jan 17 16:03:53 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC6A3A18; Fri, 17 Jan 2014 16:03:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9749A112E; Fri, 17 Jan 2014 16:03:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0HG3rF9055970; Fri, 17 Jan 2014 16:03:53 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0HG3r10055969; Fri, 17 Jan 2014 16:03:53 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201401171603.s0HG3r10055969@svn.freebsd.org> From: Ryusuke SUZUKI Date: Fri, 17 Jan 2014 16:03:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43555 - head/ja_JP.eucJP/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 17 Jan 2014 16:03:53 -0000 Author: ryusuke Date: Fri Jan 17 16:03:53 2014 New Revision: 43555 URL: http://svnweb.freebsd.org/changeset/doc/43555 Log: - Merge the following from the English version: r42792 -> r42794 head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/ports/chapter.xml Fri Jan 17 05:34:51 2014 (r43554) +++ head/ja_JP.eucJP/books/handbook/ports/chapter.xml Fri Jan 17 16:03:53 2014 (r43555) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r42792 + Original revision: r42794 $FreeBSD$ --> @@ -48,6 +48,11 @@ + ¥¤¥ó¥¹¥È¡¼¥ë¸å¤ÎÀßÄê¤Î¤¿¤á¤Ë¡¢ + ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤È¤È¤â¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤òõ¤¹ÊýË¡ + + + ¥½¥Õ¥È¥¦¥§¥¢¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Ë¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¡¢¤É¤¦¤·¤¿¤é¤è¤¤¤«
    @@ -1800,83 +1805,60 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ - ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿ ports ¤ò°·¤¦ + ¥¤¥ó¥¹¥È¡¼¥ë¸å¤Îºî¶È - ¥µ¡¼¥É¥Ñ¡¼¥Æ¥£À½¤Î¿¤¯¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤Ï¡¢ - ¥¤¥ó¥¹¥È¡¼¥ë¸å¤Ë¤¢¤ëÄøÅÙ¤ÎÀßÄ꤬ɬÍפȤʤê¤Þ¤¹¡£ - ÀßÄê¥Õ¥¡¥¤¥ë¤Î´Êñ¤ÊÊѹ¹¤¬É¬ÍפǤ¢¤Ã¤¿¤ê¡¢ - ¤¢¤ë¤¤¤Ï¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤½¤Î¤â¤Î¤¬ÀßÄê¥Õ¥¡¥¤¥ë¤òÀ¸À®¤·¤Þ¤¹¡£ - ¿¤¯¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ïʸ½ñ¤ä¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤ò»ý¤Ã¤Æ¤ª¤ê¡¢ - /usr/local/share/doc - ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£ - ¤³¤ì¤é¤Ï¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò»È¤¤Â³¤±¤ëÁ°¤Ë»²¹Í¤Ë¤¹¤Ù¤­Ê¸½ñ¤Ç¤¹¡£ - ¤Þ¤¿¡¢¥µ¡¼¥Ó¥¹¤ò¼Â¹Ô¤¹¤ë¤¿¤á¤Ë - /etc/rc.conf - ¥Õ¥¡¥¤¥ë¤ËÄɲ乤ëɬÍפΤ¢¤ë¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£ - - ¥¤¥ó¥¹¥È¡¼¥ë¸å¤Î port - ´ÉÍý¤ËÌò¤ËΩ¤Ä¾ðÊ󤬰ʲ¼¤Ë¤Þ¤È¤á¤é¤ì¤Æ¤¤¤Þ¤¹¡£ - PATH - ¤ÇÀßÄꤵ¤ì¤¿¾ì½ê°Ê³°¤Ë¥Ð¥¤¥Ê¥ê¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¾ì¹ç¤Ë¤Ï¡¢ - ¥Ð¥¤¥Ê¥ê¤Î°ÌÃÖ¤òõ¤¹É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ - &man.csh.1; ¤Î¥æ¡¼¥¶¤Ï¡¢PATH - ¤Î¥Ð¥¤¥Ê¥ê¥ê¥¹¥È¤òºÆ¹½ÃÛ¤¹¤ë¤¿¤á¤Ë¡¢ - rehash ¤ò¼Â¹Ô¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + ¥Ð¥¤¥Ê¥ê package ¤â¤·¤¯¤Ï port + ¤Î¤É¤Á¤é¤òÍѤ¤¤Æ¥½¥Õ¥È¥¦¥§¥¢¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤«¤Ë´Ø¤ï¤é¤º¡¢ + ¥µ¡¼¥É¥Ñ¡¼¥Æ¥£À½¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¿¤¯¤Ï¡¢ + ¥¤¥ó¥¹¥È¡¼¥ë¸å¤Ë¤¢¤ëÄøÅÙ¤ÎÀßÄê¤òɬÍפȤ·¤Þ¤¹¡£ + °Ê²¼¤Î¥³¥Þ¥ó¥É¤ä¾ì½ê¤Î¾ðÊó¤Ï¡¢ + ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤È¤È¤â¤Ë²¿¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¤«¤òÃΤ뤿¤á¤Î½õ¤±¤È¤Ê¤ë¤Ç¤·¤ç¤¦¡£ - &man.pkg.info.1; ¥³¥Þ¥ó¥É¤Ï¡¢ - ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¤¹¤Ù¤Æ¤Î¥Õ¥¡¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¾ì½ê¤òɽ¼¨¤·¤Þ¤¹¡£ - ¤¿¤È¤¨¤Ð¡¢FooPackage ¤Î¥Ð¡¼¥¸¥ç¥ó 1.0.0 ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤Î¤Ç¤¢¤ì¤Ð¡¢ - °Ê²¼¤Î¥³¥Þ¥ó¥É¤Ë¤è¤ê package - ¤Ë¤è¤Ã¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¤¹¤Ù¤Æ¤Î¥Õ¥¡¥¤¥ë¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£ - - &prompt.root; pkg_info -L foopackage-1.0.0 | less - - ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤Ï - /usr/local/etc - ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£ - ¤³¤ì¤é¤ÎÆâÍƤϥ¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò»È¤¦Á°¤Ëɬ¤º¸«¤Æ¤ª¤¯¤Ù¤­¤Ç¤¹¡£ - - ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¥Ð¡¼¥¸¥ç¥ó¤ò³Îǧ¤¹¤ë¤Ë¤Ï¡¢ - ¼¡¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ - - &prompt.root; pkg_info | grep -i foopackage - - ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿ packages ¤ÎÃ椫¤é¡¢Ì¾Á°¤Ë - foopackage ¤ò´Þ¤à package ¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£ - ɬÍפ˱þ¤¸¤Æ foopackage - ¤òÃÖ¤­´¹¤¨¤Æ¤¯¤À¤µ¤¤¡£ + ¿¤¯¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤Ï¡¢ + ¥Ç¥Õ¥©¥ë¥È¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤¬¡¢¾¯¤Ê¤¯¤È¤â°ì¤Ä¤Ï + /usr/local/etc ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£ + ¤³¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤ò³Îǧ¤·¡¢ + ɬÍפ˱þ¤¸¤Æ¥·¥¹¥Æ¥à¤ÎÍ×µá¤Ë¹ç¤¦¤è¤¦¤ËÊÔ½¸¤·¤Æ¤¯¤À¤µ¤¤¡£ - ¾åµ­¤Î¥³¥Þ¥ó¥É¤Ï¡¢ - ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤È¤È¤â¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Î¥Õ¥¡¥¤¥ë̾¤âɽ¼¨¤·¤Þ¤¹¡£ - ¤³¤Î¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Ï¡¢ - &man.man.1; ¥³¥Þ¥ó¥É¤òÍøÍѤ·¤Æ¸«¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + ¥É¥­¥å¥á¥ó¥È¤¬ÉÕ°¤·¤Æ¤¤¤ë¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ï¡¢ + ¥É¥­¥å¥á¥ó¥È¤ò /usr/local/share/doc + ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£¤Þ¤¿¡¢ + ¿¤¯¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ï¡¢¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ + ¤³¤ì¤é¤Î¥É¥­¥å¥á¥ó¥È¤Ï¡¢ + ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ò»È¤¤Â³¤±¤ëÁ°¤Ë¸«¤Æ¤ª¤¯¤Ù¤­¤â¤Î¤Ç¤¹¡£ - ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤Ä¤¤¤Æ¤Î Web ¥µ¥¤¥È¤¬¤¢¤ë¤Ê¤é¤Ð¡¢ - ¤½¤³¤Ë¾ÜºÙ¤Ê»ñÎÁ¤ä FAQ ¤¬Ìµ¤¤¤«¤òÄ´¤Ù¤Æ¤¯¤À¤µ¤¤¡£ - ¤â¤· Web ¥µ¥¤¥È¤¬¤¢¤ë¤«¤É¤¦¤«Ê¬¤«¤é¤Ê¤¤¤È¤­¤Ï¡¢ - °Ê²¼¤Î¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤¹¤ë¤È¡¢ - ²¿¤«ÌòΩ¤Ä¾ðÊó¤¬É½¼¨¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ - - &prompt.root; pkg_info foopackage-1.0.0 + ¤¢¤ë¼ï¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤Ï¡¢ + ¥µ¡¼¥Ó¥¹¤ò¼Â¹Ô¤¹¤ë¤¿¤á¤Ë¤Ï¡¢ + ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Îµ¯Æ°Á°¤Ë¡¢ + /etc/rc.conf + ¤ËÄɲ乤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + ¤³¤ì¤é¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤Ï¡¢Ä̾ + ¥¹¥¿¡¼¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È¤¬ + /usr/local/etc/rc.d + ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£¾ÜºÙ¤Ï¡¢ + ¥µ¡¼¥Ó¥¹¤Îµ¯Æ° + ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ + - ¥¦¥§¥Ö¥µ¥¤¥È¤¬Â¸ºß¤¹¤ë¤È¡¢ URL ¤¬ - WWW: ¤ò´Þ¤à¹Ô¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ + + &man.csh.1; ¤Î¥æ¡¼¥¶¤Ï¡¢ + rehash ¤ò¼Â¹Ô¤·¤Æ¡¢ + ¥·¥§¥ë¤Î PATH ¤Î¥Ð¥¤¥Ê¥ê¥ê¥¹¥È¤òºÆ¹½ÃÛ¤·¤Æ¤¯¤À¤µ¤¤¡£ - ¥·¥¹¥Æ¥àµ¯Æ°»þ¤ËΩ¤Á¾å¤²¤ëɬÍפΤ¢¤ë ports ¤Ï¡¢ - ¥¹¥¿¡¼¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È¤òÄ̾ï - /usr/local/etc/rc.d ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ - ¤³¤Î¥¹¥¯¥ê¥×¥È¤òÄ´¤Ù¡¢ - ɬÍפ¬¤¢¤ì¤ÐÊÔ½¸¤·¤¿¤ê¥¹¥¯¥ê¥×¥È¤Î̾Á°¤òÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤¡£ - ¾ÜºÙ¤Ï ¥µ¡¼¥Ó¥¹¤Îµ¯Æ° - ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ + ÅÁÅýŪ¤Ê package ¥·¥¹¥Æ¥à¤ò»ÈÍѤ·¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ + &man.pkg.info.1; ¤ò»È¤Ã¤Æ¡¢¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¡¢ + ¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¡¢¤ª¤è¤Ó¥Ð¥¤¥Ê¥ê¤òÄ´¤Ù¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + pkgng ¤ò»ÈÍѤ·¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ + ¤«¤ï¤ê¤Ë pkg info ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ From owner-svn-doc-head@FreeBSD.ORG Fri Jan 17 21:09:59 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4A085EA; Fri, 17 Jan 2014 21:09:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0C071A80; Fri, 17 Jan 2014 21:09:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0HL9xe8081342; Fri, 17 Jan 2014 21:09:59 GMT (envelope-from dumbbell@svn.freebsd.org) Received: (from dumbbell@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0HL9xVu081339; Fri, 17 Jan 2014 21:09:59 GMT (envelope-from dumbbell@svn.freebsd.org) Message-Id: <201401172109.s0HL9xVu081339@svn.freebsd.org> From: Jean-Sebastien Pedron Date: Fri, 17 Jan 2014 21:09:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43556 - head/share/pgpkeys X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 17 Jan 2014 21:10:00 -0000 Author: dumbbell (src committer) Date: Fri Jan 17 21:09:58 2014 New Revision: 43556 URL: http://svnweb.freebsd.org/changeset/doc/43556 Log: Add my PGP key This is new key, which passes share/pgpkeys/checkkey.sh. Added: head/share/pgpkeys/dumbbell.key (contents, props changed) Modified: head/share/pgpkeys/pgpkeys-developers.xml head/share/pgpkeys/pgpkeys.ent Added: head/share/pgpkeys/dumbbell.key ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/pgpkeys/dumbbell.key Fri Jan 17 21:09:58 2014 (r43556) @@ -0,0 +1,120 @@ + + + +uid Jean-Sébastien Pédron +sub 4096R/A185D28321B02B03 2014-01-14 [expires: 2017-01-16] + Key fingerprint = FDC4 0948 8453 5198 3EA1 5F56 A185 D283 21B0 2B03 +sub 4096R/39E99761A5FD94CC 2014-01-14 [expires: 2017-01-16] + Key fingerprint = 6708 7FD1 AEAE 0E12 DBC6 A6F0 39E9 9761 A5FD 94CC + +]]> + Modified: head/share/pgpkeys/pgpkeys-developers.xml ============================================================================== --- head/share/pgpkeys/pgpkeys-developers.xml Fri Jan 17 16:03:53 2014 (r43555) +++ head/share/pgpkeys/pgpkeys-developers.xml Fri Jan 17 21:09:58 2014 (r43556) @@ -1446,6 +1446,11 @@ &pgpkey.rpaulo; + + &a.dumbbell.email; + &pgpkey.dumbbell; + + &a.mp.email; &pgpkey.mp; Modified: head/share/pgpkeys/pgpkeys.ent ============================================================================== --- head/share/pgpkeys/pgpkeys.ent Fri Jan 17 16:03:53 2014 (r43555) +++ head/share/pgpkeys/pgpkeys.ent Fri Jan 17 21:09:58 2014 (r43556) @@ -120,6 +120,7 @@ + From owner-svn-doc-head@FreeBSD.ORG Fri Jan 17 21:43:54 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C827AE5; Fri, 17 Jan 2014 21:43:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B5E51E78; Fri, 17 Jan 2014 21:43:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0HLhsur097072; Fri, 17 Jan 2014 21:43:54 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0HLhsns097071; Fri, 17 Jan 2014 21:43:54 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201401172143.s0HLhsns097071@svn.freebsd.org> From: Hiroki Sato Date: Fri, 17 Jan 2014 21:43:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43557 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 17 Jan 2014 21:43:54 -0000 Author: hrs Date: Fri Jan 17 21:43:53 2014 New Revision: 43557 URL: http://svnweb.freebsd.org/changeset/doc/43557 Log: Regen from r260832. Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Fri Jan 17 21:09:58 2014 (r43556) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Fri Jan 17 21:43:53 2014 (r43557) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -12,7 +12,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

    Last modified on 2014-01-15 by hrs.
    Abstract

    This document lists errata items for FreeBSD 10.0-RELEASE, + ® symbol.

    Last modified on 2014-01-17 by delphij.
    Abstract

    This document lists errata items for FreeBSD 10.0-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. @@ -42,7 +42,7 @@ operating system on VirtualBox can have a problem with disk I/O access. It depends on some specific hardware configuration and does not depend on a - specific version of VitrualBox or + specific version of VirtualBox or host operating system.

    It causes various errors and makes FreeBSD quite unstable. Although the cause is still unclear, disabling unmapped I/O works as a workaround. To disable it, choose Escape to @@ -62,7 +62,15 @@ boot

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, + released.

  • A bug in killall(1) has been discovered. It + makes killall -INT to deliver + SIGTERM rather than the desired + SIGINT, and may cause blocking + behavior for scripts that uses it, as -I + means interactive. A workaround of this + would be to use -SIGINT instead. + This bug has been fixed on FreeBSD-CURRENT and will be fixed + in FreeBSD-STABLE.

  • 4. Late-Breaking News

    No news.

    This file, and other release-related documents, can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should From owner-svn-doc-head@FreeBSD.ORG Sat Jan 18 03:45:33 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D94F2E6D; Sat, 18 Jan 2014 03:45:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B89021771; Sat, 18 Jan 2014 03:45:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0I3jXNs045952; Sat, 18 Jan 2014 03:45:33 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0I3jXeu045951; Sat, 18 Jan 2014 03:45:33 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401180345.s0I3jXeu045951@svn.freebsd.org> From: Glen Barber Date: Sat, 18 Jan 2014 03:45:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43558 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 03:45:33 -0000 Author: gjb Date: Sat Jan 18 03:45:33 2014 New Revision: 43558 URL: http://svnweb.freebsd.org/changeset/doc/43558 Log: Regen after r260839. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Fri Jan 17 21:43:53 2014 (r43557) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 03:45:33 2014 (r43558) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -12,7 +12,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

    Last modified on 2014-01-17 by delphij.
    Abstract

    This document lists errata items for FreeBSD 10.0-RELEASE, + ® symbol.

    Last modified on 2014-01-18 by gjb.
    Abstract

    This document lists errata items for FreeBSD 10.0-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. @@ -70,7 +70,12 @@ boot

    interactive”. A workaround of this would be to use -SIGINT instead. This bug has been fixed on FreeBSD-CURRENT and will be fixed - in FreeBSD-STABLE.

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, + in FreeBSD-STABLE.

  • In some NFSv4 environments, bxe(4) with + tso enabled may experience issues with + packet corruption, resulting in poor performance. In some + cases, turning off tso will resolve the + issue. See ifconfig(8) for more information about the + -tso flag.

  • 4. Late-Breaking News

    No news.

    This file, and other release-related documents, can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should From owner-svn-doc-head@FreeBSD.ORG Sat Jan 18 04:03:45 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB05A577; Sat, 18 Jan 2014 04:03:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2DA518DE; Sat, 18 Jan 2014 04:03:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0I43jrs053385; Sat, 18 Jan 2014 04:03:45 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0I43jf7053384; Sat, 18 Jan 2014 04:03:45 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401180403.s0I43jf7053384@svn.freebsd.org> From: Glen Barber Date: Sat, 18 Jan 2014 04:03:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43559 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 04:03:45 -0000 Author: gjb Date: Sat Jan 18 04:03:45 2014 New Revision: 43559 URL: http://svnweb.freebsd.org/changeset/doc/43559 Log: Regen after r260842. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 03:45:33 2014 (r43558) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 04:03:45 2014 (r43559) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -75,7 +75,15 @@ boot

    tso will resolve the issue. See ifconfig(8) for more information about the - -tso flag.

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, + -tso flag.

  • Due to a minor incompatibility with pkg(7) version + 1.2.x, bsdconfig(8) will duplicate + the list of available packages for installation. This is + due to the PACKAGESITE environment + variable being set for backwards compatibility with older + versions of pkg(7). This affects generation of the + generation of the available package list only, and does not + affect the behavior when processing packages for + installation.

  • 4. Late-Breaking News

    No news.

    This file, and other release-related documents, can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should From owner-svn-doc-head@FreeBSD.ORG Sat Jan 18 04:06:29 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCE52785; Sat, 18 Jan 2014 04:06:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5F9718FF; Sat, 18 Jan 2014 04:06:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0I46TmZ053913; Sat, 18 Jan 2014 04:06:29 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0I46TSt053912; Sat, 18 Jan 2014 04:06:29 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401180406.s0I46TSt053912@svn.freebsd.org> From: Glen Barber Date: Sat, 18 Jan 2014 04:06:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43560 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 04:06:29 -0000 Author: gjb Date: Sat Jan 18 04:06:29 2014 New Revision: 43560 URL: http://svnweb.freebsd.org/changeset/doc/43560 Log: Regen after r260843. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 04:03:45 2014 (r43559) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 04:06:29 2014 (r43560) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -81,9 +81,8 @@ boot

    PACKAGESITE environment variable being set for backwards compatibility with older versions of pkg(7). This affects generation of the - generation of the available package list only, and does not - affect the behavior when processing packages for - installation.

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, + available package list only, and does not affect the + behavior when processing packages for installation.

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should From owner-svn-doc-head@FreeBSD.ORG Sat Jan 18 04:18:24 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3906B1C8; Sat, 18 Jan 2014 04:18:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 220631AD6; Sat, 18 Jan 2014 04:18:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0I4INgn058570; Sat, 18 Jan 2014 04:18:23 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0I4INai058569; Sat, 18 Jan 2014 04:18:23 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401180418.s0I4INai058569@svn.freebsd.org> From: Glen Barber Date: Sat, 18 Jan 2014 04:18:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43561 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 04:18:24 -0000 Author: gjb Date: Sat Jan 18 04:18:23 2014 New Revision: 43561 URL: http://svnweb.freebsd.org/changeset/doc/43561 Log: Regen after r260845. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 04:06:29 2014 (r43560) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 04:18:23 2014 (r43561) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -82,7 +82,10 @@ boot

    pkg(7). This affects generation of the available package list only, and does not affect the - behavior when processing packages for installation.

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, + behavior when processing packages for installation.

  • A regression in pw(8) does not remove a user from + the specified group list when the -G flag + is used. This is expected to be corrected in FreeBSD-CURRENT + and FreeBSD-STABLE.

  • 4. Late-Breaking News

    No news.

    This file, and other release-related documents, can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should From owner-svn-doc-head@FreeBSD.ORG Sat Jan 18 04:27:48 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E8C16C4; Sat, 18 Jan 2014 04:27:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57B861CBD; Sat, 18 Jan 2014 04:27:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0I4Rm2f062391; Sat, 18 Jan 2014 04:27:48 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0I4Rmiw062390; Sat, 18 Jan 2014 04:27:48 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401180427.s0I4Rmiw062390@svn.freebsd.org> From: Glen Barber Date: Sat, 18 Jan 2014 04:27:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43562 - head/en_US.ISO8859-1/htdocs/releases/10.0R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 04:27:48 -0000 Author: gjb Date: Sat Jan 18 04:27:47 2014 New Revision: 43562 URL: http://svnweb.freebsd.org/changeset/doc/43562 Log: Regen after r260846. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 04:18:23 2014 (r43561) +++ head/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html Sat Jan 18 04:27:47 2014 (r43562) @@ -1,5 +1,5 @@ -FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of +FreeBSD 10.0-RELEASE Errata

    FreeBSD 10.0-RELEASE Errata

    The FreeBSD Project

    FreeBSD is a registered trademark of the FreeBSD Foundation.

    Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United @@ -83,9 +83,9 @@ boot

    pkg(7). This affects generation of the available package list only, and does not affect the behavior when processing packages for installation.

  • A regression in pw(8) does not remove a user from - the specified group list when the -G flag - is used. This is expected to be corrected in FreeBSD-CURRENT - and FreeBSD-STABLE.

  • 4. Late-Breaking News

    No news.

    This file, and other release-related documents, + groups not specified in the provided group list when the + -G flag is used. This is expected to be + corrected in FreeBSD-CURRENT and FreeBSD-STABLE.

    4. Late-Breaking News

    No news.

    This file, and other release-related documents, can be downloaded from http://www.FreeBSD.org/snapshots/.

    For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

    All users of FreeBSD stable should From owner-svn-doc-head@FreeBSD.ORG Sat Jan 18 09:32:41 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C210CE02; Sat, 18 Jan 2014 09:32:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE46F1097; Sat, 18 Jan 2014 09:32:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0I9WfTl078037; Sat, 18 Jan 2014 09:32:41 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0I9WfG9078036; Sat, 18 Jan 2014 09:32:41 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201401180932.s0I9WfG9078036@svn.freebsd.org> From: Ryusuke SUZUKI Date: Sat, 18 Jan 2014 09:32:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43563 - head/ja_JP.eucJP/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 09:32:41 -0000 Author: ryusuke Date: Sat Jan 18 09:32:41 2014 New Revision: 43563 URL: http://svnweb.freebsd.org/changeset/doc/43563 Log: - Merge the following from the English version: r19301 -> r19545 head/ja_JP.eucJP/books/handbook/basics/chapter.xml Submitted by: Yuta MASUMOTO Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/basics/chapter.xml Sat Jan 18 04:27:47 2014 (r43562) +++ head/ja_JP.eucJP/books/handbook/basics/chapter.xml Sat Jan 18 09:32:41 2014 (r43563) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r19301 + Original revision: r19545 $FreeBSD$ --> @@ -894,7 +894,7 @@ total 530 ¤³¤ì¤Þ¤Ç¤Î¤È¤³¤í¡¢¤³¤ì¤Ï¤¢¤Ê¤¿¤Î»È¤Ã¤¿¤³¤È¤Î¤¢¤ë¾¤Î OS ¤È¤ª¤½¤é¤¯»÷¤Æ¤¤¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¾¯¤·°ã¤¤¤¬¤¢¤ê¤Þ¤¹¡£ - ¤¿¤È¤¨¤Ð¡¢DOS ¤Ç¤Ï¥Õ¥¡¥¤¥ë̾¤È¥Ç¥£¥ì¥¯¥È¥ê̾¤òʬ¤±¤ë¤Î¤Ë + ¤¿¤È¤¨¤Ð¡¢&ms-dos; ¤Ç¤Ï¥Õ¥¡¥¤¥ë̾¤È¥Ç¥£¥ì¥¯¥È¥ê̾¤òʬ¤±¤ë¤Î¤Ë \ ¤ò»È¤¤¤Þ¤¹¡£ °ìÊý¡¢&macos; ¤Ç¤Ï : ¤ò»È¤¤¤Þ¤¹¡£ @@ -1053,7 +1053,7 @@ total 530 - ¤â¤·¤¢¤Ê¤¿¤¬ DOS ¤ò»È¤¤¤Ê¤ì¤Æ¤¤¤ë¤Ê¤é¡¢ + ¤â¤·¤¢¤Ê¤¿¤¬ &ms-dos; ¤ò»È¤¤¤Ê¤ì¤Æ¤¤¤ë¤Ê¤é¡¢ ¤Þ¤Ã¤¿¤¯Æ±¤¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤³¤ì¤Ï join ¥³¥Þ¥ó¥É¤È »÷¤Æ¤¤¤Þ¤¹¡£ @@ -1127,7 +1127,7 @@ total 530 ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Ï¥Ñ¡¼¥Æ¥£¥·¥ç¥óÆâ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ FreeBSD ¤Î &unix; °ä»º¤Î¤¿¤á¤Ë¡¢ - ¤³¤ì¤ÏÉáÃʻȤï¤ì¤ë¥Ñ¡¼¥Æ¥£¥·¥ç¥ó (Î㤨¤Ð DOS ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó) + ¤³¤ì¤ÏÉáÃʻȤï¤ì¤ë¥Ñ¡¼¥Æ¥£¥·¥ç¥ó (Î㤨¤Ð &ms-dos; ¥Ñ¡¼¥Æ¥£¥·¥ç¥ó) ¤È¤¤¤¦ÍѸì¤Î°ÕÌ£¤È¤Ï°ã¤¦°ÕÌ£¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ ¤½¤ì¤¾¤ì¤Î¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤Ï a ¤«¤é h ¤Þ¤Ç¤Îʸ»ú¤Ç¶èÊ̤µ¤ì¤Þ¤¹¡£ @@ -1354,8 +1354,8 @@ total 530 ¤³¤ì¤Ï¥·¥¹¥Æ¥à¤ËÀܳ¤µ¤ì¤¿°ìÈÖÌܤΠIDE ¥Ç¥£¥¹¥¯¤Î FreeBSD ¤«¤é¸«¤¿¿Þ¤ò¼¨¤·¤Þ¤¹¡£ ¥Ç¥£¥¹¥¯¥µ¥¤¥º¤Ï 4 GB ¤È²¾Äꤷ¡¢ - 2 GB ¤Î¥¹¥é¥¤¥¹ (DOS¤Ç¤¤¤¦¥Ñ¡¼¥Æ¥£¥·¥ç¥ó) ¤¬Æó¤Ä¤¢¤ë¤È¤·¤Þ¤¹¡£ - °ìÈÖÌܤΥ¹¥é¥¤¥¹¤Ï DOS ¥Ç¥£¥¹¥¯¤Î C: + 2 GB ¤Î¥¹¥é¥¤¥¹ (&ms-dos; ¤Ç¤¤¤¦¥Ñ¡¼¥Æ¥£¥·¥ç¥ó) ¤¬Æó¤Ä¤¢¤ë¤È¤·¤Þ¤¹¡£ + °ìÈÖÌܤΥ¹¥é¥¤¥¹¤Ï &ms-dos; ¥Ç¥£¥¹¥¯¤Î C: ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£ ¤½¤·¤Æ¡¢ÆóÈÖÌܤΥ¹¥é¥¤¥¹¤Ï FreeBSD ¤Î¥Ç¥£¥¹¥¯¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£ ¤³¤ì¤Ï FreeBSD ¥¤¥ó¥¹¥È¡¼¥é¤¬»°¤Ä¤Î¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤È°ì¤Ä¤Î¥¹¥ï¥Ã¥×¥Ñ¡¼¥Æ¥£¥·¥ç¥ó¤òºîÀ®¤·¤¿Îã¤Ç¤¹¡£ @@ -2338,7 +2338,7 @@ Swap: 256M Total, 38M Used, 217M Free, 1 Binary Formats - To understand why FreeBSD uses the ELF + To understand why &os; uses the &man.elf.5; format, you must first know a little about the 3 currently dominant executable formats for &unix;: @@ -2363,7 +2363,7 @@ Swap: 256M Total, 38M Used, 217M Free, 1 - ELF + &man.elf.5; The successor to COFF, featuring multiple sections and 32-bit or 64-bit possible values. One From owner-svn-doc-head@FreeBSD.ORG Sat Jan 18 12:01:29 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 202194D3; Sat, 18 Jan 2014 12:01:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BEBE1AA9; Sat, 18 Jan 2014 12:01:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0IC1SpS034476; Sat, 18 Jan 2014 12:01:28 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0IC1Sn8034475; Sat, 18 Jan 2014 12:01:28 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401181201.s0IC1Sn8034475@svn.freebsd.org> From: Gabor Pali Date: Sat, 18 Jan 2014 12:01:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43564 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 12:01:29 -0000 Author: pgj Date: Sat Jan 18 12:01:28 2014 New Revision: 43564 URL: http://svnweb.freebsd.org/changeset/doc/43564 Log: - Fix some more whitespace mistakes Submitted by: wblock Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Sat Jan 18 09:32:41 2014 (r43563) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Sat Jan 18 12:01:28 2014 (r43564) @@ -1033,17 +1033,17 @@ -

    iSCSI is a popular block storage protocol.  Under this project, +

    iSCSI is a popular block storage protocol. Under this project, a new, fast, and reliable kernel-based iSCSI initiator (client) and target (server) have been implemented.

    During October to December, the work focused on performance and - scalability.  The target and the initiator now spread the load + scalability. The target and the initiator now spread the load over multiple kernel threads, and the locking is optimized to reduce contention. This makes better use of multiple processor cores.

    -

    Work to finish iSER support is ongoing.  All those +

    Work to finish iSER support is ongoing. All those optimizations will be gradually merged to head in February, and are expected to merged back to stable/10 and finally arrive in 10.1-RELEASE.