From owner-cvs-all@FreeBSD.ORG Sat May 19 11:27:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E041416A404; Sat, 19 May 2007 11:27:39 +0000 (UTC) (envelope-from brian@Awfulhak.org) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA2013C46E; Sat, 19 May 2007 11:27:39 +0000 (UTC) (envelope-from brian@Awfulhak.org) Received: from store.lan.Awfulhak.org (store.lan.Awfulhak.org [172.16.0.35]) by storm.uk.FreeBSD.org (8.14.1/8.14.1) with ESMTP id l4JBRbVc089208; Sat, 19 May 2007 12:27:37 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from store.lan.Awfulhak.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 53CCF1957C6D; Sat, 19 May 2007 11:27:44 +0000 (GMT) Received: from gw.Awfulhak.org (gw.lan.Awfulhak.org [172.16.0.1]) by store.lan.Awfulhak.org (Postfix) with ESMTP id 3F7D91957C73; Sat, 19 May 2007 11:27:38 +0000 (GMT) Received: from conflict (brian@localhost [127.0.0.1]) by gw.Awfulhak.org (8.14.1/8.14.1) with ESMTP id l4JBRS1d057855; Sat, 19 May 2007 04:27:28 -0700 (PDT) (envelope-from brian@Awfulhak.org) Date: Sat, 19 May 2007 07:27:27 -0400 From: Brian Somers To: Alexander Kabaev Message-ID: <20070519072727.63c2db2e@conflict> In-Reply-To: <200705190431.l4J4Vhdl056257@repoman.freebsd.org> References: <200705190431.l4J4Vhdl056257@repoman.freebsd.org> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,SPF_PASS, SUBJ_HAS_SPACES autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc Symbol.map stack_protector.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 11:27:40 -0000 On Sat, 19 May 2007 04:31:43 +0000 (UTC) Alexander Kabaev wrote: > kan 2007-05-19 04:31:43 UTC > > FreeBSD src repository > > Modified files: > lib/libc/sys Makefile.inc Symbol.map > Added files: > lib/libc/sys stack_protector.c > Log: > Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensed > SSP functions into FreeBSD libc. Use the same file name and location > for consistency with other projects. > > Revision Changes Path > 1.125 +2 -1 src/lib/libc/sys/Makefile.inc > 1.6 +3 -0 src/lib/libc/sys/Symbol.map > 1.1 +119 -0 src/lib/libc/sys/stack_protector.c (new) Nice! Although I'll bet there will be fallout from this. Is this worth a heads up (or is this it)? -- Brian Somers Don't _EVER_ lose your sense of humour !