From owner-cvs-all Sun Feb 11 14: 7:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20E3037B401; Sun, 11 Feb 2001 14:07:33 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BM7XY53763; Sun, 11 Feb 2001 14:07:33 -0800 (PST) (envelope-from deischen) Message-Id: <200102112207.f1BM7XY53763@freefall.freebsd.org> From: Daniel Eischen Date: Sun, 11 Feb 2001 14:07:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_fd.c uthread_file.c uthread_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/02/11 14:07:33 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_fd.c uthread_file.c uthread_sig.c Log: Remove (int) file descriptor locking. It should be up to the application to provide locking for I/O operations. This doesn't break any of my tests, but the old behavior can be restored by compiling with _FDLOCKS_ENABLED. This will eventually be removed when it is obvious it does not cause any problems. Remove most of flockfile implementation, with the exception of flockfile_debug. Make error messages more informational (submitted by Mike Heffner , who's now known as mikeh@FreeBSD.org). Revision Changes Path 1.54 +2 -3 src/lib/libc_r/uthread/pthread_private.h 1.21 +4 -11 src/lib/libc_r/uthread/uthread_exit.c 1.20 +41 -1 src/lib/libc_r/uthread/uthread_fd.c 1.18 +8 -462 src/lib/libc_r/uthread/uthread_file.c 1.34 +1 -6 src/lib/libc_r/uthread/uthread_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message