Date: Sun, 11 May 1997 11:05:40 -0700 (PDT) From: Tor Egge <tegge@FreeBSD.ORG> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/i386/i386 autoconf.c src/sys/kern init_main.c src/sys/i386/conf LINT src/sys/netinet ip_input.c src/sys/nfs bootp_subr.c krpc.h krpc_subr.c nfs_vfsops.c rpcv2.h Message-ID: <199705111805.LAA03446@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tegge 97/05/11 11:05:40 Modified: sys/conf files sys/i386/conf LINT sys/i386/i386 autoconf.c sys/kern init_main.c sys/netinet ip_input.c sys/nfs nfs_vfsops.c rpcv2.h Added: sys/nfs bootp_subr.c krpc.h krpc_subr.c Log: Bring in some kernel bootp support. This removes the need for netboot to fill in the nfs_diskless structure, at the cost of some kernel bloat. The advantage is that this code works on a wider range of network adapters than netboot. Several new kernel options are documented in LINT. Obtained from: parts of the code comes from NetBSD. Revision Changes Path 1.98 +2 -0 src/sys/conf/files 1.337 +8 -1 src/sys/i386/conf/LINT 1.68 +8 -1 src/sys/i386/i386/autoconf.c 1.62 +8 -1 src/sys/kern/init_main.c 1.62 +5 -1 src/sys/netinet/ip_input.c 1.41 +42 -15 src/sys/nfs/nfs_vfsops.c 1.8 +2 -1 src/sys/nfs/rpcv2.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705111805.LAA03446>