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/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Use a consistent style and one much closer to the rest of /usr/src
return of the accept filter part IIaccept filters are now loadable as well as able to be compiled intothe kernel.two accept filters are provided, one that returns sockets when dataarrives the o
return of the accept filter part IIaccept filters are now loadable as well as able to be compiled intothe kernel.two accept filters are provided, one that returns sockets when dataarrives the other when an http request is completed (doesn't workwith 0.9 requests)Reviewed by: jmg
show more ...