Date: Sat, 24 Feb 1996 05:38:30 -0800 (PST) From: Poul-Henning Kamp <phk> 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 Message-ID: <199602241338.FAA00926@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602241338.FAA00926>