From owner-cvs-lib Mon Nov 18 08:57:12 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27095 for cvs-lib-outgoing; Mon, 18 Nov 1996 08:57:12 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27070; Mon, 18 Nov 1996 08:56:54 -0800 (PST) Date: Mon, 18 Nov 1996 08:56:54 -0800 (PST) From: Bruce Evans Message-Id: <199611181656.IAA27070@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen exec.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/18 08:56:52 Modified: lib/libc/gen exec.c Log: Fixed uninitialized variables for the '/'-in-pathname case in execvp(). Garbage in `eacces' caused the wrong errno to be set for non-EACCES errors. Garbage in `etxtbsy' caused a semi-random retry strategy for ETXTBSY errors. Found by: NIST-PCTS. gcc -Wall reported the problem, but -Wall is not enabled for libc. Revision Changes Path 1.4 +2 -1 src/lib/libc/gen/exec.c From owner-cvs-lib Mon Nov 18 11:26:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06328 for cvs-lib-outgoing; Mon, 18 Nov 1996 11:26:32 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06241; Mon, 18 Nov 1996 11:24:50 -0800 (PST) Date: Mon, 18 Nov 1996 11:24:50 -0800 (PST) From: Bruce Evans Message-Id: <199611181924.LAA06241@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen exec.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/18 11:24:48 Modified: lib/libc/gen exec.c Log: Fixed execvp() of an empty pathname to fail POSIXly. Previously it attempted to exec the components of $PATH and it usually set errno to the wrong value. Found by: NIST PCTS Revision Changes Path 1.5 +6 -0 src/lib/libc/gen/exec.c From owner-cvs-lib Wed Nov 20 10:37:18 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25986 for cvs-lib-outgoing; Wed, 20 Nov 1996 10:37:18 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25933; Wed, 20 Nov 1996 10:36:42 -0800 (PST) Date: Wed, 20 Nov 1996 10:36:42 -0800 (PST) From: Paul Traina Message-Id: <199611201836.KAA25933@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbydns.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/11/20 10:36:40 Branch: lib/libc/net RELENG_2_1_0 Modified: lib/libc/net gethostbydns.c Log: Merge in 1.11 from the main branch for 2.1.6 (SPU1) Revision Changes Path 1.4.4.5 +6 -7 src/lib/libc/net/gethostbydns.c From owner-cvs-lib Wed Nov 20 12:54:53 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07196 for cvs-lib-outgoing; Wed, 20 Nov 1996 12:54:53 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07061; Wed, 20 Nov 1996 12:54:33 -0800 (PST) Date: Wed, 20 Nov 1996 12:54:33 -0800 (PST) From: Garrett Wollman Message-Id: <199611202054.MAA07061@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/liby Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/11/20 12:54:30 Modified: lib/liby Makefile Log: Copy a slightly modified version of the `libgnumalloc hack' to allow us to finally phase out the 8K shared version of liby in favor of the 600-byte static one, as was done years ago for libl/libfl. Revision Changes Path 1.2 +24 -2 src/lib/liby/Makefile From owner-cvs-lib Wed Nov 20 12:55:20 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07422 for cvs-lib-outgoing; Wed, 20 Nov 1996 12:55:20 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07374; Wed, 20 Nov 1996 12:55:12 -0800 (PST) Date: Wed, 20 Nov 1996 12:55:12 -0800 (PST) From: Garrett Wollman Message-Id: <199611202055.MAA07374@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/liby Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/11/20 12:55:11 Modified: lib/liby Makefile Log: Oops, we still want to build/install the static libraries. Revision Changes Path 1.3 +1 -2 src/lib/liby/Makefile From owner-cvs-lib Thu Nov 21 08:33:04 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA02704 for cvs-lib-outgoing; Thu, 21 Nov 1996 08:33:04 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA02630; Thu, 21 Nov 1996 08:32:31 -0800 (PST) Date: Thu, 21 Nov 1996 08:32:31 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611211632.IAA02630@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen exec.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/21 08:32:30 Branch: lib/libc/gen RELENG_2_2 Modified: lib/libc/gen exec.c Log: YAMFC Revision Changes Path 1.3.2.1 +8 -1 src/lib/libc/gen/exec.c From owner-cvs-lib Fri Nov 22 10:08:49 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA07342 for cvs-lib-outgoing; Fri, 22 Nov 1996 10:08:49 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA07286; Fri, 22 Nov 1996 10:08:11 -0800 (PST) Date: Fri, 22 Nov 1996 10:08:11 -0800 (PST) From: Bill Fenner Message-Id: <199611221808.KAA07286@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbydns.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 96/11/22 10:08:06 Branch: lib/libc/net RELENG_2_1_0 Modified: lib/libc/net gethostbydns.c Log: Fix previous commit. The patch was appropriate for 4.9.4 but needed a little tweak for 4.9.3. Revision Changes Path 1.4.4.6 +3 -1 src/lib/libc/net/gethostbydns.c From owner-cvs-lib Fri Nov 22 15:40:19 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA27600 for cvs-lib-outgoing; Fri, 22 Nov 1996 15:40:19 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA27413; Fri, 22 Nov 1996 15:37:35 -0800 (PST) Date: Fri, 22 Nov 1996 15:37:35 -0800 (PST) From: Paul Traina Message-Id: <199611222337.PAA27413@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/rpc get_myaddress.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/11/22 15:37:22 Modified: lib/libc/rpc get_myaddress.c Log: get_myaddress() wasn't following the interface array properly Cannidate for: 2.2 Revision Changes Path 1.5 +9 -12 src/lib/libc/rpc/get_myaddress.c From owner-cvs-lib Sat Nov 23 10:22:44 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA06515 for cvs-lib-outgoing; Sat, 23 Nov 1996 10:22:44 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA06499; Sat, 23 Nov 1996 10:22:29 -0800 (PST) Date: Sat, 23 Nov 1996 10:22:29 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611231822.KAA06499@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/liby Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/23 10:22:28 Branch: lib/liby RELENG_2_2 Modified: lib/liby Makefile Log: YAMFC Revision Changes Path 1.1.1.1.8.1 +23 -2 src/lib/liby/Makefile