sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
wtap: cleanup module MakefileRemove comments and change whitespace.Cleanup the opt_* and -nclude opt_global.h bits to avoid various warnings.
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
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Reviewed by: emaste, hselasky (partial), brooks (brief)Discussed on: arch@Sponsored by: EMC / Isilon Storage DivisionDiff
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Reviewed by: emaste, hselasky (partial), brooks (brief)Discussed on: arch@Sponsored by: EMC / Isilon Storage DivisionDifferential Revision: https://reviews.freebsd.org/D5742
show more ...
Tidy-up.
Introduce wtap, the beginnings of a net80211 wlan simulator.This introduces:* a basic wtap interface* a HAL, which implements an abstraction layer for implementing different device behavious;
Introduce wtap, the beginnings of a net80211 wlan simulator.This introduces:* a basic wtap interface* a HAL, which implements an abstraction layer for implementing different device behavious;* A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)It doesn't yet implement sta/adhoc/hostap modes but these are quitefeasible to implement.Monthadar uses it to do 802.11s mesh verification.The userland tools will be committed in a follow-up commit.Submitted by: Monthadar Al Jaberi <[email protected]>