From owner-svn-doc-all@freebsd.org Sat May 2 08:51:59 2020 Return-Path: Delivered-To: svn-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 726E22C8913; Sat, 2 May 2020 08:51:59 +0000 (UTC) (envelope-from carlavilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49DjXv2GHZz3wjt; Sat, 2 May 2020 08:51:59 +0000 (UTC) (envelope-from carlavilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 490121F138; Sat, 2 May 2020 08:51:59 +0000 (UTC) (envelope-from carlavilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0428pxmC029013; Sat, 2 May 2020 08:51:59 GMT (envelope-from carlavilla@FreeBSD.org) Received: (from carlavilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0428pwUV029009; Sat, 2 May 2020 08:51:58 GMT (envelope-from carlavilla@FreeBSD.org) Message-Id: <202005020851.0428pwUV029009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: carlavilla set sender to carlavilla@FreeBSD.org using -f From: Sergio Carlavilla Delgado Date: Sat, 2 May 2020 08:51:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r54089 - in head/en_US.ISO8859-1: books/developers-handbook/testing htdocs/projects htdocs/projects/busdma htdocs/projects/ideas htdocs/projects/netperf htdocs/search X-SVN-Group: doc-head X-SVN-Commit-Author: carlavilla X-SVN-Commit-Paths: in head/en_US.ISO8859-1: books/developers-handbook/testing htdocs/projects htdocs/projects/busdma htdocs/projects/ideas htdocs/projects/netperf htdocs/search X-SVN-Commit-Revision: 54089 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2020 08:51:59 -0000 Author: carlavilla Date: Sat May 2 08:51:58 2020 New Revision: 54089 URL: https://svnweb.freebsd.org/changeset/doc/54089 Log: [website] Update projects section: Removed busdma and netpert projects from the website and all of the references to their pages. Reviewed by: imp@, bcr@ Differential Revision: https://reviews.freebsd.org/D24619 Deleted: head/en_US.ISO8859-1/htdocs/projects/busdma/ head/en_US.ISO8859-1/htdocs/projects/ideas/ head/en_US.ISO8859-1/htdocs/projects/netperf/ Modified: head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml head/en_US.ISO8859-1/htdocs/projects/Makefile head/en_US.ISO8859-1/htdocs/projects/projects.xml head/en_US.ISO8859-1/htdocs/search/sitemap.xml Modified: head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml Fri May 1 11:57:43 2020 (r54088) +++ head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml Sat May 2 08:51:58 2020 (r54089) @@ -419,8 +419,7 @@ The official Tinderbox build servers are hosted by Sentex Data - Communications, who also host the &os; + Communications, who also host the &os; Netperf Cluster. Three build servers currently exist: Modified: head/en_US.ISO8859-1/htdocs/projects/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/projects/Makefile Fri May 1 11:57:43 2020 (r54088) +++ head/en_US.ISO8859-1/htdocs/projects/Makefile Sat May 2 08:51:58 2020 (r54089) @@ -20,6 +20,6 @@ DATA+= 2018-freebsd-gsoc.pdf INDEXLINK= projects.html -SUBDIR= busdma ideas mips netperf +SUBDIR= mips .include "${DOC_PREFIX}/share/mk/web.site.mk" Modified: head/en_US.ISO8859-1/htdocs/projects/projects.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/projects/projects.xml Fri May 1 11:57:43 2020 (r54088) +++ head/en_US.ISO8859-1/htdocs/projects/projects.xml Sat May 2 08:51:58 2020 (r54089) @@ -155,14 +155,6 @@ ported to other BSD-derived systems.

Device drivers

    -
  • busdma -and SMPng driver conversion: busdma provides a portable abstraction -to the Direct Memory Access (DMA) hardware primitives used by many high -performance device drivers. By using this abstraction, device driver -authors avoid adding platform-specific DMA management code, improving -the portability of drivers between hardware architectures. This page -also tracks the progress of drivers towards being SMPng-safe.
  • -
  • Home Automation: Using FreeBSD to run appliance controllers, infra-red controllers, automated telephone systems, and more.
  • Modified: head/en_US.ISO8859-1/htdocs/search/sitemap.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/search/sitemap.xml Fri May 1 11:57:43 2020 (r54088) +++ head/en_US.ISO8859-1/htdocs/search/sitemap.xml Sat May 2 08:51:58 2020 (r54089) @@ -870,16 +870,6 @@ - busdma and SMPng driver conversion project - &base;/projects/busdma/index.html - - - - SMPng driver conversion - &base;/projects/busdma/index.html - - - C99 & POSIX Conformance Project &base;/projects/c99/index.html @@ -1454,11 +1444,6 @@ - Busdma and SMPng driver conversion - &base;/projects/busdma/index.html - - - FreeBSD Project Ideas https://wiki.freebsd.org/IdeasPage @@ -1466,11 +1451,6 @@ FreeBSD/MIPS &base;/projects/mips/index.html - - - - Network Performance (netperf) - &base;/projects/netperf/index.html