From owner-freebsd-commit Sat Feb 24 05:38:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA01001 for freebsd-commit-outgoing; Sat, 24 Feb 1996 05:38:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00970 for cvs-all-outgoing; Sat, 24 Feb 1996 05:38:40 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00926 Sat, 24 Feb 1996 05:38:30 -0800 (PST) Date: Sat, 24 Feb 1996 05:38:30 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602241338.FAA00926@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_syscalls.c src/sys/netinet ip_fw.c ip_fw.h ip_input.c raw_ip.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/02/24 05:38:30 Modified: sys/kern uipc_syscalls.c sys/netinet ip_fw.c ip_fw.h ip_input.c raw_ip.c Log: Make getsockopt() capable of handling more than one mbuf worth of data. Use this to read rules out of ipfw. Add the lkm code to ipfw.c Revision Changes Path 1.15 +13 -6 src/sys/kern/uipc_syscalls.c 1.32 +92 -17 src/sys/netinet/ip_fw.c 1.17 +3 -11 src/sys/netinet/ip_fw.h 1.38 +3 -3 src/sys/netinet/ip_input.c 1.27 +10 -11 src/sys/netinet/raw_ip.c