1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/lib
Alfred Perlstein 8360efbd6c Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
associated changes that had to happen to make this possible as well as
bugs fixed along the way.

  Bring in required TLI library routines to support this.

  Since we don't support TLI we've essentially copied what NetBSD
  has done, adding a thin layer to emulate direct the TLI calls
  into BSD socket calls.

  This is mostly from Sun's tirpc release that was made in 1994,
  however some fixes were backported from the 1999 release (supposedly
  only made available after this porting effort was underway).

  The submitter has agreed to continue on and bring us up to the
  1999 release.

  Several key features are introduced with this update:
    Client calls are thread safe. (1999 code has server side thread
    safe)
    Updated, a more modern interface.

  Many userland updates were done to bring the code up to par with
  the recent RPC API.

  There is an update to the pthreads library, a function
  pthread_main_np() was added to emulate a function of Sun's threads
  library.

  While we're at it, bring in NetBSD's lockd, it's been far too
  long of a wait.

  New rpcbind(8) replaces portmap(8) (supporting communication over
  an authenticated Unix-domain socket, and by default only allowing
  set and unset requests over that channel). It's much more secure
  than the old portmapper.

  Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded
  to support TI-RPC and to support IPV6.

  Umount(8) is also fixed to unmount pathnames longer than 80 chars,
  which are currently truncated by the Kernel statfs structure.

Submitted by: Martin Blapp <mb@imp.ch>
Manpage review: ru
Secure RPC implemented by: wpaul
2001-03-19 12:50:13 +00:00
..
compat Only build the compat libs appropiate for the target machine. 2001-02-14 20:49:54 +00:00
csu
libalias
libatm
libbind
libc Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
libc_r Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
libcalendar
libcam Remove the `r' devices. 2001-02-27 23:29:13 +00:00
libcom_err
libcompat mdoc(7) police: prepare for mdocNG. 2001-02-28 13:11:51 +00:00
libcrypt mdoc(7) police: ``It'' macro does not take argument in -enum lists. 2001-03-16 12:06:26 +00:00
libdevstat
libdisk Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
libedit
libfetch Don't remember an EINTR, since the caller may want to restart the call. 2001-03-07 05:12:14 +00:00
libform
libftpio
libgnumalloc
libio
libipsec
libipx Correct comment typos 2001-02-20 10:23:10 +00:00
libisc Add list.h to the to be installed header files. 2001-02-06 22:27:16 +00:00
libkse Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
libkvm Adapt libkvm_getswapinfo() to make use of recently committed vm and swap 2001-02-23 18:49:16 +00:00
libm .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
libmd Add a new entrypoint to the hashes in libmd: 2001-03-17 10:00:50 +00:00
libmenu
libncp
libncurses
libnetgraph
libopie
libpam
libpanel
libpcap
libposix1e mdoc(7) police: 2001-03-19 08:08:22 +00:00
libpthread Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
libradius
libresolv
librpcsvc Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
libskey
libsmdb
libsmutil
libss
libstand A quick and dirty port of libstand to ia64. 2001-03-06 16:11:36 +00:00
libtacplus
libtelnet
libusb
libusbhid
libutil o Rename "namespace" argument to "attrnamespace" as namespace is a C++ 2001-03-19 05:05:41 +00:00
libvgl
libwrap
libxpg4
liby
libz Fix typo: compatability -> compatibility. 2001-02-06 12:05:58 +00:00
msun .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
ncurses
Makefile There are now compat libs for the Alpha too. 2001-02-10 07:07:09 +00:00
Makefile.inc