From owner-cvs-libexec Mon Jan 22 16:57:26 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA06857 for cvs-libexec-outgoing; Mon, 22 Jan 1996 16:57:26 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA06844 Mon, 22 Jan 1996 16:57:23 -0800 (PST) Date: Mon, 22 Jan 1996 16:57:23 -0800 (PST) From: Paul Traina Message-Id: <199601230057.QAA06844@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/bootpd dumptab.c trygetif.c Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk pst 96/01/22 16:57:22 Branch: libexec/bootpd NETBSD Modified: libexec/bootpd dumptab.c trygetif.c Log: Minor cleanups from NetBSD-current. Obtained from: NetBSD Revision Changes Path 1.1.1.2 +1 -1 src/libexec/bootpd/dumptab.c 1.1.1.2 +1 -3 src/libexec/bootpd/trygetif.c From owner-cvs-libexec Mon Jan 22 17:35:14 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11490 for cvs-libexec-outgoing; Mon, 22 Jan 1996 17:35:14 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11474 Mon, 22 Jan 1996 17:35:10 -0800 (PST) Date: Mon, 22 Jan 1996 17:35:10 -0800 (PST) From: Paul Traina Message-Id: <199601230135.RAA11474@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/bootpd - Imported sources Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk pst 96/01/22 17:35:06 Branch: libexec/bootpd 1.1.1 Log: Import bootpd-2.4.3 from ftp.mc.com Status: Vendor Tag: MC Release Tags: v2_4_3 I src/libexec/bootpd/Announce.old U src/libexec/bootpd/Announce U src/libexec/bootpd/Changes N src/libexec/bootpd/.indent.pro U src/libexec/bootpd/ConvOldTab.sh U src/libexec/bootpd/Installation U src/libexec/bootpd/Problems U src/libexec/bootpd/README N src/libexec/bootpd/ToDo U src/libexec/bootpd/bootp.h C src/libexec/bootpd/bootpd.8 C src/libexec/bootpd/bootpd.c U src/libexec/bootpd/bootpd.h U src/libexec/bootpd/Makefile.UNIX U src/libexec/bootpd/bootptab.5 U src/libexec/bootpd/bootptab.cmu U src/libexec/bootpd/bootptab.mcs U src/libexec/bootpd/bptypes.h U src/libexec/bootpd/dovend.c U src/libexec/bootpd/dovend.h U src/libexec/bootpd/dumptab.c C src/libexec/bootpd/getether.c U src/libexec/bootpd/getif.c U src/libexec/bootpd/getif.h U src/libexec/bootpd/hash.c U src/libexec/bootpd/hash.h U src/libexec/bootpd/hwaddr.c U src/libexec/bootpd/hwaddr.h U src/libexec/bootpd/lookup.c U src/libexec/bootpd/lookup.h U src/libexec/bootpd/patchlevel.h U src/libexec/bootpd/readfile.c U src/libexec/bootpd/readfile.h U src/libexec/bootpd/report.c U src/libexec/bootpd/report.h U src/libexec/bootpd/syslog.conf U src/libexec/bootpd/trygetea.c U src/libexec/bootpd/trygetif.c U src/libexec/bootpd/trylook.c U src/libexec/bootpd/tzone.c U src/libexec/bootpd/tzone.h N src/libexec/bootpd/getether.h U src/libexec/bootpd/tools/bootpef/bootpef.8 U src/libexec/bootpd/tools/bootpef/bootpef.c U src/libexec/bootpd/tools/bootptest/bootptest.8 U src/libexec/bootpd/tools/bootptest/bootptest.c U src/libexec/bootpd/tools/bootptest/bootptest.h U src/libexec/bootpd/tools/bootptest/print-bootp.c N src/libexec/bootpd/bootpgw/bootpgw.c 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMC:yesterday -jMC src/libexec/bootpd From owner-cvs-libexec Mon Jan 22 17:58:05 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13460 for cvs-libexec-outgoing; Mon, 22 Jan 1996 17:58:05 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13452 Mon, 22 Jan 1996 17:58:03 -0800 (PST) Date: Mon, 22 Jan 1996 17:58:03 -0800 (PST) From: Paul Traina Message-Id: <199601230158.RAA13452@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/bootpd Makefile bootpd.c getether.c .indent.pro Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk pst 96/01/22 17:58:02 Modified: libexec/bootpd Makefile bootpd.c getether.c Removed: libexec/bootpd .indent.pro Log: Fix conflicts from 2.4.3 merge Revision Changes Path 1.4 +2 -2 src/libexec/bootpd/Makefile 1.3 +51 -28 src/libexec/bootpd/bootpd.c 1.3 +18 -9 src/libexec/bootpd/getether.c From owner-cvs-libexec Mon Jan 22 18:02:08 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA13806 for cvs-libexec-outgoing; Mon, 22 Jan 1996 18:02:08 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA13798 Mon, 22 Jan 1996 18:02:06 -0800 (PST) Date: Mon, 22 Jan 1996 18:02:06 -0800 (PST) From: Paul Traina Message-Id: <199601230202.SAA13798@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/bootpd/bootpgw Makefile Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk pst 96/01/22 18:02:05 Added: libexec/bootpd/bootpgw Makefile Log: Add bootpgw makefile From owner-cvs-libexec Mon Jan 22 18:22:22 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA15769 for cvs-libexec-outgoing; Mon, 22 Jan 1996 18:22:22 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA15761 Mon, 22 Jan 1996 18:22:20 -0800 (PST) Date: Mon, 22 Jan 1996 18:22:20 -0800 (PST) From: Paul Traina Message-Id: <199601230222.SAA15761@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/bootpd Makefile.inc hwaddr.c Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk pst 96/01/22 18:22:17 Modified: libexec/bootpd hwaddr.c Added: libexec/bootpd Makefile.inc Log: Merge back in 4.4bsd ARP changes by hand Revision Changes Path 1.2 +84 -28 src/libexec/bootpd/hwaddr.c From owner-cvs-libexec Mon Jan 22 18:23:24 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA15852 for cvs-libexec-outgoing; Mon, 22 Jan 1996 18:23:24 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA15844 Mon, 22 Jan 1996 18:23:22 -0800 (PST) Date: Mon, 22 Jan 1996 18:23:22 -0800 (PST) From: Paul Traina Message-Id: <199601230223.SAA15844@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec Makefile Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk pst 96/01/22 18:23:21 Modified: libexec Makefile Log: Disconnect bootpgw Revision Changes Path 1.15 +1 -1 src/libexec/Makefile From owner-cvs-libexec Mon Jan 22 18:24:08 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA16018 for cvs-libexec-outgoing; Mon, 22 Jan 1996 18:24:08 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA15976 Mon, 22 Jan 1996 18:24:05 -0800 (PST) Date: Mon, 22 Jan 1996 18:24:05 -0800 (PST) From: Paul Traina Message-Id: <199601230224.SAA15976@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/bootpgw Makefile bootpgw.c Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk pst 96/01/22 18:24:04 Removed: libexec/bootpgw Makefile bootpgw.c Log: Remove bootpgw From owner-cvs-libexec Tue Jan 23 01:44:54 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA20455 for cvs-libexec-outgoing; Tue, 23 Jan 1996 01:44:54 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA20444 Tue, 23 Jan 1996 01:44:51 -0800 (PST) Date: Tue, 23 Jan 1996 01:44:51 -0800 (PST) From: Paul Traina Message-Id: <199601230944.BAA20444@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/bootpd getif.c Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk pst 96/01/23 01:44:50 Modified: libexec/bootpd getif.c Log: Fix getif() to work under 4.3bsd and later Revision Changes Path 1.2 +6 -4 src/libexec/bootpd/getif.c