]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement BPF_MOD and BPF_XOR instructions.
authorJung-uk Kim <jkim@FreeBSD.org>
Fri, 21 Oct 2016 06:55:07 +0000 (06:55 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Fri, 21 Oct 2016 06:55:07 +0000 (06:55 +0000)
commit69d410eeb129b58de88937b39a521ee3745b810f
treedae29f32c73f78ffa1eb1a20faf778ee7e70e3e6
parentffaa5deb38f41b6fb3c132c12861aeb95bf0b3e7
Implement BPF_MOD and BPF_XOR instructions.

These two ALU instructions first appeared on Linux.  Then, libpcap adopted
and made them available since 1.6.2.  Now more platforms including NetBSD
have them in kernel.  So do we.
 --이 줄 이하는 자동으로 제거됩니다--
share/man/man4/bpf.4
sys/amd64/amd64/bpf_jit_machdep.c
sys/amd64/amd64/bpf_jit_machdep.h
sys/i386/i386/bpf_jit_machdep.c
sys/i386/i386/bpf_jit_machdep.h
sys/net/bpf_filter.c