From owner-cvs-gnu Mon Oct 7 16:38:42 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08975 for cvs-gnu-outgoing; Mon, 7 Oct 1996 16:38:42 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08950; Mon, 7 Oct 1996 16:38:10 -0700 (PDT) Date: Mon, 7 Oct 1996 16:38:10 -0700 (PDT) From: Peter Wemm Message-Id: <199610072338.QAA08950@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libg++ Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/07 16:38:10 Modified: gnu/lib/libg++ Makefile Log: Use ${INSTALL} -C instead of -c. I did it with -C originally, but during testing I changed it to -c to check for missed files by looking at time stamps in /usr/include/g++. Submitted by: "Philippe Charnier" Revision Changes Path 1.16 +2 -2 src/gnu/lib/libg++/Makefile From owner-cvs-gnu Wed Oct 9 21:11:19 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08509 for cvs-gnu-outgoing; Wed, 9 Oct 1996 21:11:19 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08444; Wed, 9 Oct 1996 21:10:47 -0700 (PDT) Date: Wed, 9 Oct 1996 21:10:47 -0700 (PDT) From: John Polstra Message-Id: <199610100410.VAA08444@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/10/09 21:10:41 Modified: gnu/usr.bin/ld/rtld rtld.c Log: Fix a bug that caused a segmentation violation if dlsym() was called with its first argument equal to NULL. Revision Changes Path 1.38 +2 -2 src/gnu/usr.bin/ld/rtld/rtld.c From owner-cvs-gnu Thu Oct 10 16:17:00 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24040 for cvs-gnu-outgoing; Thu, 10 Oct 1996 16:17:00 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24024; Thu, 10 Oct 1996 16:16:52 -0700 (PDT) Date: Thu, 10 Oct 1996 16:16:52 -0700 (PDT) From: John Polstra Message-Id: <199610102316.QAA24024@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/ldconfig ldconfig.8 ldconfig.c src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/10/10 16:16:52 Modified: gnu/usr.bin/ld/ldconfig ldconfig.8 ldconfig.c Log: Add a new option "-f hints_file" to specify an alternate file instead of "/var/run/ld.so.hints". Delete an incorrect statement about LD_LIBRARY_PATH from the manual page. Revision Changes Path 1.9 +9 -12 src/gnu/usr.bin/ld/ldconfig/ldconfig.8 1.15 +28 -25 src/gnu/usr.bin/ld/ldconfig/ldconfig.c Modified: gnu/usr.bin/ld/rtld rtld.c Log: Add the search directories from the hints file only the first time it is opened. After that, the directories are already present, and there is no point in adding them again. This doesn't fix any bugs; it's just for efficiency. Revision Changes Path 1.39 +5 -2 src/gnu/usr.bin/ld/rtld/rtld.c From owner-cvs-gnu Sat Oct 12 03:43:55 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17408 for cvs-gnu-outgoing; Sat, 12 Oct 1996 03:43:55 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17173; Sat, 12 Oct 1996 03:42:03 -0700 (PDT) Date: Sat, 12 Oct 1996 03:42:03 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610121042.DAA17173@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/libexec/uucp/libunix serial.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/12 03:42:01 Modified: gnu/libexec/uucp/libunix serial.c Log: Catch a situation where the tty speed might be 0 (in the case of UUCP over TCP), but is used as a divisor later, causing uucico to abort with a SIGFPE. Reviewed by: Ian Lance Taylor Revision Changes Path 1.7 +5 -5 src/gnu/libexec/uucp/libunix/serial.c From owner-cvs-gnu Sat Oct 12 03:48:56 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17799 for cvs-gnu-outgoing; Sat, 12 Oct 1996 03:48:56 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17678; Sat, 12 Oct 1996 03:47:08 -0700 (PDT) Date: Sat, 12 Oct 1996 03:47:08 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610121047.DAA17678@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/libexec/uucp/libunix serial.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/12 03:47:06 Branch: gnu/libexec/uucp/libunix RELENG_2_1_0 Modified: gnu/libexec/uucp/libunix serial.c Log: Pull the fix from rev 1.7: prevent a division by 0. Revision Changes Path 1.5.4.2 +5 -5 src/gnu/libexec/uucp/libunix/serial.c