From owner-cvs-libexec Sun Jun 29 11:54:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA13044 for cvs-libexec-outgoing; Sun, 29 Jun 1997 11:54:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA12904; Sun, 29 Jun 1997 11:52:15 -0700 (PDT) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06243; Sun, 29 Jun 1997 11:50:34 -0700 (PDT) Date: Sun, 29 Jun 1997 11:50:34 -0700 (PDT) Message-Id: <199706291850.LAA06243@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/rbootd - Imported sources Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1997/06/29 11:50:34 PDT src/libexec/rbootd - Imported sources Update of /home/ncvs/src/libexec/rbootd In directory freefall.freebsd.org:/net/hub/a/steve/rbootd Log Message: Import of NetBSD's rbootd version 19970629 Status: Vendor Tag: NETBSD Release Tags: v19970629 C src/libexec/rbootd/Makefile C src/libexec/rbootd/bpf.c U src/libexec/rbootd/conf.c U src/libexec/rbootd/defs.h C src/libexec/rbootd/parseconf.c U src/libexec/rbootd/pathnames.h C src/libexec/rbootd/rbootd.8 C src/libexec/rbootd/rbootd.c U src/libexec/rbootd/rmp.h U src/libexec/rbootd/rmp_var.h U src/libexec/rbootd/rmpproto.c U src/libexec/rbootd/utils.c 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNETBSD:yesterday -jNETBSD src/libexec/rbootd From owner-cvs-libexec Sun Jun 29 12:04:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA13635 for cvs-libexec-outgoing; Sun, 29 Jun 1997 12:04:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA13558; Sun, 29 Jun 1997 12:02:13 -0700 (PDT) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA06586; Sun, 29 Jun 1997 12:00:32 -0700 (PDT) Date: Sun, 29 Jun 1997 12:00:32 -0700 (PDT) Message-Id: <199706291900.MAA06586@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/rbootd Makefile bpf.c conf.c defs.h parseconf.c pathnames.h rbootd.8 rbootd.c rmp.h rmp_var.h rmpproto.c utils.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1997/06/29 12:00:32 PDT Modified files: libexec/rbootd Makefile bpf.c conf.c defs.h parseconf.c pathnames.h rbootd.8 rbootd.c rmp.h rmp_var.h rmpproto.c utils.c Log: Merge conflicts and make this compile -Wall clean. Revision Changes Path 1.8 +2 -7 src/libexec/rbootd/Makefile 1.7 +10 -15 src/libexec/rbootd/bpf.c 1.2 +7 -7 src/libexec/rbootd/conf.c 1.2 +9 -10 src/libexec/rbootd/defs.h 1.6 +7 -8 src/libexec/rbootd/parseconf.c 1.2 +2 -2 src/libexec/rbootd/pathnames.h 1.7 +3 -3 src/libexec/rbootd/rbootd.8 1.7 +16 -78 src/libexec/rbootd/rbootd.c 1.2 +12 -12 src/libexec/rbootd/rmp.h 1.2 +48 -48 src/libexec/rbootd/rmp_var.h 1.2 +30 -23 src/libexec/rbootd/rmpproto.c 1.2 +25 -26 src/libexec/rbootd/utils.c From owner-cvs-libexec Sun Jun 29 12:53:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA15518 for cvs-libexec-outgoing; Sun, 29 Jun 1997 12:53:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA15485; Sun, 29 Jun 1997 12:52:08 -0700 (PDT) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA07907; Sun, 29 Jun 1997 12:50:27 -0700 (PDT) Date: Sun, 29 Jun 1997 12:50:27 -0700 (PDT) Message-Id: <199706291950.MAA07907@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/rbootd bpf.c parseconf.c rbootd.c rmp_var.h rmpproto.c utils.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1997/06/29 12:50:27 PDT Modified files: libexec/rbootd bpf.c parseconf.c rbootd.c rmp_var.h rmpproto.c utils.c Log: Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset, index -> strchr, and rindex -> strrchr. Revision Changes Path 1.8 +6 -6 src/libexec/rbootd/bpf.c 1.7 +10 -10 src/libexec/rbootd/parseconf.c 1.8 +4 -4 src/libexec/rbootd/rbootd.c 1.3 +1 -1 src/libexec/rbootd/rmp_var.h 1.3 +17 -17 src/libexec/rbootd/rmpproto.c 1.3 +18 -18 src/libexec/rbootd/utils.c From owner-cvs-libexec Sun Jun 29 18:11:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA25539 for cvs-libexec-outgoing; Sun, 29 Jun 1997 18:11:31 -0700 (PDT) Received: from punt-2.mail.demon.net (relay-15.mail.demon.net [194.217.242.23]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id SAA25441; Sun, 29 Jun 1997 18:09:30 -0700 (PDT) Received: from awfulhak.demon.co.uk ([158.152.17.1]) by punt-2.mail.demon.net id aa0527038; 30 Jun 97 1:26 BST Received: from awfulhak.demon.co.uk (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.6/8.8.5) with ESMTP id AAA04270; Mon, 30 Jun 1997 00:54:05 +0100 (BST) Message-Id: <199706292354.AAA04270@awfulhak.demon.co.uk> X-Mailer: exmh version 1.6.9 8/22/96 To: Steve Price cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-libexec@freebsd.org Subject: Re: cvs commit: src/libexec/rbootd bpf.c parseconf.c rbootd.c rmp_var.h rmpproto.c utils.c In-reply-to: Your message of "Sun, 29 Jun 1997 12:50:27 PDT." <199706291950.MAA07907@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 30 Jun 1997 00:54:04 +0100 From: Brian Somers Sender: owner-cvs-libexec@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > steve 1997/06/29 12:50:27 PDT > > Modified files: > libexec/rbootd bpf.c parseconf.c rbootd.c rmp_var.h > rmpproto.c utils.c > Log: > Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset, > index -> strchr, and rindex -> strrchr. [.....] Does this mean that memmove, memset, strchr & strrchr are the preferred way of doing things ? I was under the impression that it was the other way 'round. -- Brian , Don't _EVER_ lose your sense of humour.... From owner-cvs-libexec Sat Jul 5 06:49:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA06193 for cvs-libexec-outgoing; Sat, 5 Jul 1997 06:49:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA06140; Sat, 5 Jul 1997 06:48:23 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA08932; Sat, 5 Jul 1997 06:48:13 -0700 (PDT) Date: Sat, 5 Jul 1997 06:48:13 -0700 (PDT) Message-Id: <199707051348.GAA08932@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/lib Makefile src/libexec Makefile src/usr.bin Makefile Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/07/05 06:48:13 PDT Modified files: (Branch: RELENG_2_2) lib Makefile libexec Makefile usr.bin Makefile Log: Hmm.. Somehow, the MAKE_EBONES hooks only partially came across to 2.2. So, if src/eBones was present, it only got "sort-of" built. Revision Changes Path 1.47.2.5 +1 -1 src/lib/Makefile 1.20.2.2 +2 -2 src/libexec/Makefile 1.73.2.6 +2 -2 src/usr.bin/Makefile From owner-cvs-libexec Sat Jul 5 07:22:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA07147 for cvs-libexec-outgoing; Sat, 5 Jul 1997 07:22:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA07114; Sat, 5 Jul 1997 07:22:26 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA09081; Sat, 5 Jul 1997 07:22:16 -0700 (PDT) Date: Sat, 5 Jul 1997 07:22:16 -0700 (PDT) Message-Id: <199707051422.HAA09081@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile src/libexec Makefile Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/07/05 07:22:16 PDT Modified files: usr.bin Makefile libexec Makefile Log: .if exists(../eBones) tests the obj dir, not the source dir's existance. The existance of a stale obj dir does not imply the source too. Revision Changes Path 1.86 +2 -2 src/usr.bin/Makefile 1.25 +2 -2 src/libexec/Makefile From owner-cvs-libexec Sat Jul 5 07:24:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA07224 for cvs-libexec-outgoing; Sat, 5 Jul 1997 07:24:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA07177; Sat, 5 Jul 1997 07:24:06 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA09131; Sat, 5 Jul 1997 07:23:56 -0700 (PDT) Date: Sat, 5 Jul 1997 07:23:56 -0700 (PDT) Message-Id: <199707051423.HAA09131@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile src/libexec Makefile Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/07/05 07:23:55 PDT Modified files: (Branch: RELENG_2_2) usr.bin Makefile libexec Makefile Log: YAMFC: test exists(${.CURDIR}/../eBones) not ../eBones Revision Changes Path 1.73.2.7 +2 -2 src/usr.bin/Makefile 1.20.2.3 +2 -2 src/libexec/Makefile