From owner-cvs-gnu Sun Jul 2 11:48:26 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06656 for cvs-gnu-outgoing; Sun, 2 Jul 1995 11:48:26 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06645 ; Sun, 2 Jul 1995 11:48:22 -0700 Date: Sun, 2 Jul 1995 11:48:22 -0700 From: Bill Paul Message-Id: <199507021848.LAA06645@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv server.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk wpaul 95/07/02 11:48:22 Modified: gnu/usr.sbin/ypserv server.c Log: Small touchups in open_database(): - Use one sprintf() to put together the path to the map database instead of strcat()s and strcpy()s. - Make the 'error opening database' Perror() statement sane. From owner-cvs-gnu Tue Jul 4 01:39:33 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18890 for cvs-gnu-outgoing; Tue, 4 Jul 1995 01:39:33 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18879 ; Tue, 4 Jul 1995 01:39:29 -0700 Date: Tue, 4 Jul 1995 01:39:29 -0700 From: Bruce Evans Message-Id: <199507040839.BAA18879@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/yppush Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk bde 95/07/04 01:39:28 Modified: usr.sbin/bootparamd/bootparamd Makefile usr.sbin/bootparamd/callbootd Makefile gnu/usr.bin/yppush Makefile Log: Add a dependency on the .x source file and avoid copying it. bootparam_prot.x was changed for nfsv3 but bootparamd and callbootd kept using the old version which fortunately failed at build time. Copying hasn't been necessary since path handling was fixed in rpcgen/rpc_main.c some time ago. From owner-cvs-gnu Tue Jul 4 14:58:52 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA07801 for cvs-gnu-outgoing; Tue, 4 Jul 1995 14:58:52 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA07790 ; Tue, 4 Jul 1995 14:58:44 -0700 Date: Tue, 4 Jul 1995 14:58:44 -0700 From: Bill Paul Message-Id: <199507042158.OAA07790@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv yp_svc.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk wpaul 95/07/04 14:58:41 Modified: gnu/usr.sbin/ypserv yp_svc.c Log: Oh fer cryin' out loud... While playing with the ypserv code on a different platform, I discovered the following: if you use ypcat (or anything that does a yp_all() for that matter) to dump out a map and then hit ^C before it finishes, ypserv gets hit with a SIGPIPE and dies. (The ypall() service is implemented using TCP.) Fix: ignore SIGPIPEs. From owner-cvs-gnu Wed Jul 5 08:04:54 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA26430 for cvs-gnu-outgoing; Wed, 5 Jul 1995 08:04:54 -0700 Received: (from dfr@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA26420 ; Wed, 5 Jul 1995 08:04:49 -0700 Date: Wed, 5 Jul 1995 08:04:49 -0700 From: Doug Rabson Message-Id: <199507051504.IAA26420@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/lib/libg++ Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk dfr 95/07/05 08:04:48 Modified: gnu/lib/libg++ Makefile Log: Define CPLUSPLUSLIB so that bsd.lib.mk will add c++rt0.o to call constructors and destructors. Add -lgcc_pic to LDADD for the shared library since C++ code uses stuff from libgcc and we no longer have a shared libgcc. Should this be done by CPLUSPLUSLIB? From owner-cvs-gnu Thu Jul 6 22:45:35 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA18254 for cvs-gnu-outgoing; Thu, 6 Jul 1995 22:45:35 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA18240 ; Thu, 6 Jul 1995 22:45:30 -0700 Date: Thu, 6 Jul 1995 22:45:30 -0700 From: "Rodney W. Grimes" Message-Id: <199507070545.WAA18240@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk rgrimes 95/07/06 22:45:29 Modified: gnu/usr.bin/ld ld.c Log: Branch: RELENG_2_0_5 cvs update -j 1.27.4.1 ld.c: ---------------------------- revision 1.27.4.1 date: 1995/06/28 05:54:50; author: davidg; state: Exp; lines: +7 -3 (2.1.0 branch) Bring in changes from 1.28 - don't ignore umask when setting 'x'. Submitted by: Jeorg Wunsch ---------------------------- From owner-cvs-gnu Thu Jul 6 22:55:23 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA18672 for cvs-gnu-outgoing; Thu, 6 Jul 1995 22:55:23 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA18662 ; Thu, 6 Jul 1995 22:55:13 -0700 Date: Thu, 6 Jul 1995 22:55:13 -0700 From: "Rodney W. Grimes" Message-Id: <199507070555.WAA18662@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/texinfo/info-files dir Sender: cvs-gnu-owner@freebsd.org Precedence: bulk rgrimes 95/07/06 22:55:12 Modified: gnu/usr.bin/texinfo/info-files dir Log: Branch: RELENG_2_0_5 cvs update -j 1.4 dir: aka RELENG_2_1_0 1.3.4.1, but something is funny here still, I will resolve that once I am done with the rest of this. ---------------------------- revision 1.4 date: 1995/06/24 17:11:56; author: joerg; state: Exp; lines: +1 -1 Convert the colon after (send-pr) into a period, so the info file can be actually found. Suggested by: someone on the bugs (or -hackers) list, whose name i forgot ---------------------------- From owner-cvs-gnu Fri Jul 7 01:12:01 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA04610 for cvs-gnu-outgoing; Fri, 7 Jul 1995 01:12:01 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA04601 ; Fri, 7 Jul 1995 01:11:52 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id BAA02741; Fri, 7 Jul 1995 01:12:14 -0700 From: "Rodney W. Grimes" Message-Id: <199507070812.BAA02741@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/gnu/usr.bin/texinfo/info-files dir To: rgrimes@freefall.cdrom.com (Rodney W. Grimes) Date: Fri, 7 Jul 1995 01:12:14 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com In-Reply-To: <199507070555.WAA18662@freefall.cdrom.com> from "Rodney W. Grimes" at Jul 6, 95 10:55:13 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 492 Sender: cvs-gnu-owner@freebsd.org Precedence: bulk > > rgrimes 95/07/06 22:55:12 > > Modified: gnu/usr.bin/texinfo/info-files dir > Log: > Branch: RELENG_2_0_5 > cvs update -j 1.4 dir: > aka RELENG_2_1_0 1.3.4.1, but something is funny here still, I will > resolve that once I am done with the rest of this. Never mind, it all checks out just fine with cvs diff. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-gnu Sat Jul 8 09:46:35 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA07414 for cvs-gnu-outgoing; Sat, 8 Jul 1995 09:46:35 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA07275 ; Sat, 8 Jul 1995 09:46:16 -0700 Date: Sat, 8 Jul 1995 09:46:16 -0700 From: Joerg Wunsch Message-Id: <199507081646.JAA07275@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/texinfo/info infomap.c session.c signals.c terminal.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk joerg 95/07/08 09:46:15 Modified: gnu/usr.bin/texinfo Makefile.inc gnu/usr.bin/texinfo/info infomap.c session.c signals.c terminal.c Log: I added a few lines of code to the latest info browser in the texinfo-3.6 distribution to enable the use of the cursor keys. Since there is an open problem report (gnu/289) for this it might be of interest for (some of) you. I (Joerg) have also added a minor hack that makes info recognizing a window size change while it has been suspended. Submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) From owner-cvs-gnu Sat Jul 8 14:40:16 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA06751 for cvs-gnu-outgoing; Sat, 8 Jul 1995 14:40:16 -0700 Received: (from ats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA06664 ; Sat, 8 Jul 1995 14:40:04 -0700 Date: Sat, 8 Jul 1995 14:40:04 -0700 From: Andreas Schulz Message-Id: <199507082140.OAA06664@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/games/chess/Xchess Makefile XCircle.c std.h Sender: cvs-gnu-owner@freebsd.org Precedence: bulk ats 95/07/08 14:40:03 Modified: gnu/games/chess/Xchess Makefile XCircle.c std.h Log: Makefile: Fix the use of /usr/X386 to ${X11BASE}. Fix the pathname /usr/bin/chess to /usr/games/chess. XCircle.c: Fix the comment after an ifdef to make it a real comment to silent gcc. std.h: Comment out a private definition of sys_errlist. From owner-cvs-gnu Sat Jul 8 14:43:10 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA08127 for cvs-gnu-outgoing; Sat, 8 Jul 1995 14:43:10 -0700 Received: (from ats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA08079 ; Sat, 8 Jul 1995 14:43:01 -0700 Date: Sat, 8 Jul 1995 14:43:01 -0700 From: Andreas Schulz Message-Id: <199507082143.OAA08079@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv yp_svc.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk ats 95/07/08 14:43:00 Modified: gnu/usr.sbin/ypserv yp_svc.c Log: Fix two typos in a comment.