git: ispfw.4: Remove extra .Pp

2017-06-30 Thread Sascha Wildner
commit 6d7a1d8f86251ea16688d5fe0edf50704e03a06e Author: Sascha Wildner Date: Fri Jun 30 10:44:23 2017 +0200 ispfw.4: Remove extra .Pp Summary of changes: share/man/man4/ispfw.4 | 1 - 1 file changed, 1 deletion(-)

git: netinet: Static assert TCP/UDP/IP stats are cache line aligned.

2017-06-30 Thread Sepherosa Ziehau
commit c55be4c1b3406d689d541bcd4a9790c9069c5735 Author: Sepherosa Ziehau Date: Fri Jun 30 08:37:25 2017 +0800 netinet: Static assert TCP/UDP/IP stats are cache line aligned. Summary of changes: sys/netinet/ip_var.h | 3 +++ sys/netinet/tcp_var.h | 3 +++

git: route: Cache align statistics.

2017-06-30 Thread Sepherosa Ziehau
commit 12a7cdaeee1c9e31aafda4708bbdb309cac619d6 Author: Sepherosa Ziehau Date: Fri Jun 30 09:23:57 2017 +0800 route: Cache align statistics. Though these statistics are rarely updated; better safe the sorry. Since it changes userland visible