Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA04316; Sun, 21 Jan 96 19:24:55 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA00500; Sun, 21 Jan 96 19:24:54 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA20087; Sun, 21 Jan 1996 19:24:39 -0500
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id QAA19894
          for cvs-committers-outgoing; Sun, 21 Jan 1996 16:24:05 -0800 (PST)
Received: (from julian@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id QAA19848
          Sun, 21 Jan 1996 16:23:59 -0800 (PST)
Date: Sun, 21 Jan 1996 16:23:59 -0800 (PST)
From: Julian Elischer <julian@freefall.freebsd.org>
Message-Id: <199601220023.QAA19848@freefall.freebsd.org>
To: CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org
Subject: cvs commit: src/lib/libc_r/yp Makefile.inc
Sender: owner-cvs-committers@FreeBSD.ORG
Precedence: bulk

julian      96/01/21 16:23:58

  Added:       lib/libc_r  Makefile
               lib/libc_r/compat-43  Makefile.inc
               lib/libc_r/db  Makefile.inc
               lib/libc_r/db/btree  Makefile.inc
               lib/libc_r/db/db  Makefile.inc
               lib/libc_r/db/hash  Makefile.inc
               lib/libc_r/db/mpool  Makefile.inc
               lib/libc_r/db/recno  Makefile.inc
               lib/libc_r/gen  Makefile.inc
               lib/libc_r/gmon  Makefile.inc
               lib/libc_r/i386/gen  Makefile.inc
               lib/libc_r/i386/net  Makefile.inc
               lib/libc_r/i386/stdlib  Makefile.inc
               lib/libc_r/i386/string  Makefile.inc
               lib/libc_r/i386/sys  Makefile.inc
               lib/libc_r/locale  Makefile.inc
               lib/libc_r/net  Makefile.inc
               lib/libc_r/nls  Makefile.inc
               lib/libc_r/quad  Makefile.inc
               lib/libc_r/regex  Makefile.inc
               lib/libc_r/rpc  Makefile.inc
               lib/libc_r/stdio  Makefile.inc
               lib/libc_r/stdlib  Makefile.inc
               lib/libc_r/stdtime  Makefile.inc
               lib/libc_r/string  Makefile.inc
               lib/libc_r/sys  Makefile.inc
               lib/libc_r/uthread  Makefile.inc pthread_private.h
                        uthread_accept.c  uthread_attr_setcreatesuspend.c
                        uthread_bind.c uthread_clean.c  uthread_close.c
                        uthread_cond.c uthread_connect.c  uthread_create.c
                        uthread_detach.c uthread_dup.c uthread_dup2.c 
                        uthread_equal.c uthread_execve.c uthread_exit.c 
                        uthread_fchmod.c uthread_fchown.c uthread_fcntl.c
                        uthread_fd.c  uthread_file.c uthread_flock.c
                        uthread_fork.c uthread_fstat.c  uthread_fstatfs.c
                        uthread_fsync.c uthread_getdirentries.c 
                        uthread_getpeername.c uthread_getprio.c
                        uthread_getsockname.c  uthread_getsockopt.c
                        uthread_info.c uthread_init.c  uthread_ioctl.c
                        uthread_join.c uthread_kern.c uthread_listen.c 
                        uthread_longjmp.c uthread_mutex.c
                        uthread_nanosleep.c  uthread_once.c uthread_open.c
                        uthread_pipe.c uthread_queue.c  uthread_read.c
                        uthread_readv.c uthread_recvfrom.c 
                        uthread_resume.c uthread_select.c uthread_self.c 
                        uthread_sendto.c uthread_seterrno.c
                        uthread_setjmp.c  uthread_setprio.c
                        uthread_setsockopt.c uthread_shutdown.c 
                        uthread_sig.c uthread_sigaction.c
                        uthread_sigblock.c  uthread_signal.c
                        uthread_sigprocmask.c uthread_sigsetmask.c 
                        uthread_sigsuspend.c uthread_socket.c
                        uthread_socketpair.c  uthread_spec.c
                        uthread_suspend.c uthread_wait4.c  uthread_write.c
                        uthread_writev.c uthread_yield.c
               lib/libc_r/xdr  Makefile.inc
               lib/libc_r/yp  Makefile.inc
  Log:
  Reviewed by:	 julian
  Submitted by:	 john birrel
  
  One version of the pthreads library
  another will follow with differnt actions under some cases..
  not QUITE complete
