Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
New netgraph node ng_patch(4). It performs data modification of packetspassing through. Modifications are restricted to a subset of C languageoperations on unsigned integers of 8, 16, 32 or 64 bit
New netgraph node ng_patch(4). It performs data modification of packetspassing through. Modifications are restricted to a subset of C languageoperations on unsigned integers of 8, 16, 32 or 64 bit size.These are: set to new value (=), addition (+=), subtraction (-=),multiplication (*=), division (/=), negation (= -), bitwise AND (&=),bitwise OR (|=), bitwise eXclusive OR (^=), shift left (<<=),shift right (>>=). Several operations are all applied to a packetsequentially in order they were specified by user.Submitted by: Maxim Ignatenko <gelraen.ua at gmail.com> Vadim Goncharov <vadimnuclight at tpu.ru>Discussed with: net@Approved by: mav (mentor)MFC after: 1 month
show more ...