git: DragonFly_RELEASE_2_8 network - Fix netstat output missing

看板DFBSD_commit作者時間15年前 (2010/11/20 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit d826a3892d1eb175797a84d60b8c8d6dd43f74af Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Nov 1 22:08:35 2010 -0700 network - Fix netstat output missing entries * netstat was missing entries due to the kernel pcb listing sysctl code doing a bogus generation count test which did not take into account pcb's which move between cpus due to e.g. a bind() operation. Reported-by: Thomas Nikolajsen <thomas.nikolajsen@mail.dk> Summary of changes: sys/netinet/in_pcb.c | 4 ---- sys/netinet/tcp_subr.c | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d826a3892d1eb175797a84d60b8c8d6dd43f74af -- DragonFly BSD source repository
文章代碼(AID): #1CvoL94S (DFBSD_commit)