svn commit: r242283 - stable/9/sys/kern
Eitan Adler
eadler at freebsd.org
Mon Oct 29 04:47:18 UTC 2012
On 29 October 2012 00:32, Konstantin Belousov <kostikbel at gmail.com> wrote:
> On Mon, Oct 29, 2012 at 03:52:19AM +0000, Eitan Adler wrote:
>> Author: eadler
>> Date: Mon Oct 29 03:52:18 2012
>> New Revision: 242283
>> URL: http://svn.freebsd.org/changeset/base/242283
>>
>> Log:
>> MFC r241855,r241859:
>> Update the kill(2) and killpg(2) man pages to the modern permission
>> checks. Also indicate killpg(2) is POSIX compliant.
>>
>> Correct the killpg(2) return values:
>>
>> Return EPERM if processes were found but they
>> were unable to be signaled.
>>
>> Return the first error from p_cansignal if no signal was successful.
>>
>> Discussed with: jilles
>> Approved by: cperciva (implicit)
>>
>> Modified:
>> stable/9/sys/kern/kern_sig.c
>> Directory Properties:
>> stable/9/sys/ (props changed)
> According to svn mail, r241855 was not merged.
Okay, this is weird. I am certain my original merge command included
both revisions. Looking at the email it is clear that the
documentation was not MFCed.
If I attempt to MFC again now I see no changes.
%svn merge -c241855 svn+ssh://svn.freebsd.org/base//head/sys stable9/sys
%svn status stable9
%svn diff stable9
%
What did I do wrong?
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
More information about the svn-src-stable-9
mailing list