From owner-svn-src-all@FreeBSD.ORG Sun Jul 18 20:33:59 2010 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id DCA36106564A for ; Sun, 18 Jul 2010 20:33:58 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from xps.daemonology.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx2.freebsd.org (Postfix) with SMTP id 59A9F1537B7 for ; Sun, 18 Jul 2010 20:33:58 +0000 (UTC) Received: (qmail 74813 invoked from network); 18 Jul 2010 20:33:58 -0000 Received: from unknown (HELO xps.daemonology.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2010 20:33:58 -0000 Message-ID: <4C436535.7000000@freebsd.org> Date: Sun, 18 Jul 2010 13:33:57 -0700 From: Colin Percival User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100627 Thunderbird/3.0.5 MIME-Version: 1.0 To: Edward Tomasz Napierala References: <201007182023.o6IKNBaU052215@svn.freebsd.org> In-Reply-To: <201007182023.o6IKNBaU052215@svn.freebsd.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r210225 - in head/sys: kern sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2010 20:33:59 -0000 On 07/18/10 13:23, Edward Tomasz Napierala wrote: > Log: > The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright > occurences from sys/sys/ and sys/kern/. The "/*-" comment marker indicates to utilities that comments should not be re-wrapped. Some of the comments you've changed would distinctly suffer if they were re-wrapped, e.g., > -/*- > +/* > * Change a process's real uid. > * Side effects: newcred->cr_ruid will be updated, newcred->cr_ruidinfo > * will be updated, and the old and new cr_ruidinfo proc If you don't want to have "/*-" for these, please change them instead to "/**", since that is an alternative "box comment" marker. -- Colin Percival Security Officer, FreeBSD | freebsd.org | The power to serve Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid