From owner-cvs-src@FreeBSD.ORG Sat Sep 13 14:06:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A4BB106574B; Sat, 13 Sep 2008 14:06:46 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85DF68FC16; Sat, 13 Sep 2008 14:06:45 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8DE6jkS002743; Sat, 13 Sep 2008 14:06:45 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8DE6jqf002738; Sat, 13 Sep 2008 14:06:45 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200809131406.m8DE6jqf002738@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 13 Sep 2008 14:06:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2008 14:06:46 -0000 bz 2008-09-13 14:06:36 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: SVN rev 182996 on 2008-09-13 14:06:36Z by bz Turn on TCP_SIGNATURE for LINT builds. This should catch situations we ran into in the past where places hidden by TCP_SIGNATURE were missed. It is possible to turn it on now that FAST_IPSEC (now know as IPSEC) is enabled for LINT and the default and only IPsec implementation. Revision Changes Path 1.1506 +1 -1 src/sys/conf/NOTES