Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2001 14:07:33 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
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
Message-ID:  <200102112207.f1BM7XY53763@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  <spock@techfour.net>, 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102112207.f1BM7XY53763>