From owner-cvs-lib Thu May 16 11:01:27 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20625 for cvs-lib-outgoing; Thu, 16 May 1996 11:01:27 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20604; Thu, 16 May 1996 11:01:19 -0700 (PDT) Date: Thu, 16 May 1996 11:01:19 -0700 (PDT) From: Bill Paul Message-Id: <199605161801.LAA20604@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/yp yplib.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/05/16 11:01:19 Modified: lib/libc/yp yplib.c Log: - Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind() to call clnt_destroy() on a potentially NULL RPC handle. Somebody should bang on this a bit to make sure the problem is really gone; I seem to have difficulty reproducing it. Patch provided by Peter Wemm and slightly tweaked by me. - Don't call _yp_unbind() in individual ypclnt functions unless we encounter an RPC error while making a clnt_call(). Revision Changes Path 1.19 +36 -29 src/lib/libc/yp/yplib.c From owner-cvs-lib Fri May 17 08:35:37 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA25304 for cvs-lib-outgoing; Fri, 17 May 1996 08:35:37 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA25282; Fri, 17 May 1996 08:35:21 -0700 (PDT) Date: Fri, 17 May 1996 08:35:21 -0700 (PDT) From: Garrett Wollman Message-Id: <199605171535.IAA25282@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getvfsent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/05/17 08:35:18 Modified: lib/libc/gen getvfsent.c Log: Fix for vfsload(3): - Don't allow non-root users to specify LKMDIR. - Don't allow any users to specify TMPDIR. - Call /sbin/modload using execl() rather than execlp(). Revision Changes Path 1.7 +7 -7 src/lib/libc/gen/getvfsent.c From owner-cvs-lib Fri May 17 11:21:04 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07388 for cvs-lib-outgoing; Fri, 17 May 1996 11:21:04 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07370; Fri, 17 May 1996 11:20:58 -0700 (PDT) Date: Fri, 17 May 1996 11:20:58 -0700 (PDT) From: Garrett Wollman Message-Id: <199605171820.LAA07370@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getvfsent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/05/17 11:20:57 Branch: lib/libc/gen RELENG_2_1_0 Modified: lib/libc/gen getvfsent.c Log: Merge vfsloaD(3) bug fix from head. Revision Changes Path 1.5.4.1 +7 -7 src/lib/libc/gen/getvfsent.c