svn commit: r280955 - in head/sys: modules/notrandom dev/notrandom

Garrett Cooper yaneurabeya at gmail.com
Thu Apr 2 07:21:27 UTC 2015


On Apr 1, 2015, at 23:15, Alexey Dokuchaev <danfe at FreeBSD.org> wrote:

> On Wed, Apr 01, 2015 at 07:04:03PM +0100, David Chisnall wrote:
>> This almost certainly does not make people happy:
>> 
>> - * Copyright (c) 2000 Mark R. V. Murray & Jeroen C. van Gelderen
>> - * Copyright (c) 2001-2004 Mark R. V. Murray
>> - * Copyright (c) 2014 Eitan Adler
>> + * Copyright (c) 2015 Mateusz Guzik
>>  * All rights reserved.
>>  *
>> + * Some dudes which previously held the copyright:
>> + * Marc V. R. Murray, Jeroen C. van Gelderen, Eytan Adrel
>> + *
>> 
>> Please try not to violate copyright in commits to the FreeBSD project.
>> We get cranky when we have to talk to lawyers. [...]
> 
> I also want to point out that Jeroen's name (all of it) was mistyped; that
> is disrespectful and rude and should be fixed.

	To those who didn’t get the joke earlier, you were April Fool’ed.
Cheers...

$ svn log -r 280955 ^/head
r280955 | kp | 2015-04-01 05:15:01 -0700 (Wed, 01 Apr 2015) | 13 lines

Preserve IPv6 fragment IDs accross reassembly and refragmentation

When forwarding fragmented IPv6 packets and filtering with PF we
reassemble and refragment. That means we generate new fragment headers
and a new fragment ID.

We already save the fragment IDs so we can do the reassembly so it's
straightforward to apply the incoming fragment ID on the refragmented
packets.

Differential Revision:	https://reviews.freebsd.org/D2188
Approved by:		gnn (mentor)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150402/6ecdff2a/attachment.sig>


More information about the svn-src-all mailing list