the bitrig pedro_if_alloc_sadl branch has been created by pedro. it is 0 commits behind master, and 1 commit ahead.
commit 759126bca4ec55e2293e9473b82336e970872a92 diff: https://github.com/bitrig/bitrig/commit/759126b author: Pedro Martelletto <[email protected]> date: Fri Mar 27 09:44:40 2015 +0100 Rework if_alloc_sadl(). Rework if_alloc_sadl(), so that it: - uses roundup() from sys/param.h instead of rolling its own; - uses size_t for length variables; - does careful checks and truncation; M sys/net/if.c
