/[base]/head/lib/libc/xdr/Makefile.inc
ViewVC logotype

Log of /head/lib/libc/xdr/Makefile.inc

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 262722 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 4 02:19:39 2014 UTC (10 years, 4 months ago) by marcel
File length: 1269 byte(s)
Diff to previous 223877
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
if not already defined. This allows building libc from outside of
lib/libc using a reach-over makefile.

A typical use-case is to build a standard ILP32 version and a COMPAT32
version in a single iteration by building the COMPAT32 version using a
reach-over makefile.

Obtained from:	Juniper Networks, Inc.


Revision 223877 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 9 07:43:56 2011 UTC (12 years, 11 months ago) by kevlo
File length: 1257 byte(s)
Diff to previous 156613
- Add xdr_sizeof(3) to libc
- Document xdr_sizeof(3); from NetBSD

Discussed with:	kib


Revision 156613 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 13 01:15:01 2006 UTC (18 years, 3 months ago) by deischen
File length: 1218 byte(s)
Diff to previous 107052
Add each directory's symbol map file to SYM_MAPS.


Revision 107052 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 18 09:50:57 2002 UTC (21 years, 7 months ago) by ru
File length: 1180 byte(s)
Diff to previous 101916
libc_r wasn't so tied to libc for 22 months.


Revision 101916 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 15 12:31:01 2002 UTC (21 years, 10 months ago) by bde
File length: 1213 byte(s)
Diff to previous 74870
Removed duplicated MLINKS which make(1) recently started warning about.


Revision 74870 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 27 17:27:19 2001 UTC (23 years, 3 months ago) by ru
File length: 1263 byte(s)
Diff to previous 74462
MAN[1-9] -> MAN.


Revision 74462 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 19 12:50:13 2001 UTC (23 years, 3 months ago) by alfred
File length: 1264 byte(s)
Diff to previous 50476
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


Revision 50476 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 28 00:22:10 1999 UTC (24 years, 10 months ago) by peter
File length: 992 byte(s)
Diff to previous 30447
$Id$ -> $FreeBSD$


Revision 30447 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 15 16:16:41 1997 UTC (26 years, 8 months ago) by bde
File length: 1038 byte(s)
Diff to previous 26249
Removed the subdirectory paths from the definitions of MAN[1-9].  They
were a workaround for limitations in bsd.man.mk that were fixed about
2 years ago.


Revision 26249 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 28 16:29:12 1997 UTC (27 years, 1 month ago) by wpaul
File length: 1025 byte(s)
Diff to previous 26218
Restore Id.

Pointed out by: bde


Revision 26218 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 28 04:57:39 1997 UTC (27 years, 1 month ago) by wpaul
File length: 1018 byte(s)
Diff to previous 25401
Resolve conflicts.


Revision 25401 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 3 03:50:06 1997 UTC (27 years, 2 months ago) by jb
File length: 1017 byte(s)
Diff to previous 21061
Changed all paths to be relative to src/lib instead of src/lib/libc
so that all these makefiles can be used to build libc_r too.

Added .if ${LIB} == "c" tests to restrict man page builds to libc
to avoid needlessly building them with libc_r too.

Split libc Makefile into Makefile and Makefile.inc to allow the
libc_r Makefile to include Makefile.inc too.


Revision 21061 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 30 14:02:42 1996 UTC (27 years, 6 months ago) by peter
File length: 938 byte(s)
Diff to previous 9645
xdr manpage links

Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code.


Revision 9645 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 23:32:13 1995 UTC (28 years, 11 months ago) by bde
File length: 180 byte(s)
Diff to previous 8870
Confirmed to work by:	rcarter@geli.com (Russell Carter)

Enable xdr_float.c.  I believe it works on i386's although it isn't
portable enough to be in a machine-independent directory.


Revision 8870 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 30 05:51:47 1995 UTC (29 years, 1 month ago) by rgrimes
File length: 196 byte(s)
Diff to previous 1916
Remove trailing whitespace.


Revision 1916 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 7 22:21:14 1994 UTC (29 years, 11 months ago) by wollman
File length: 197 byte(s)
Diff to previous 1902
More directory cleanup after YP merge.


Revision 1902 - (view) (download) (annotate) - [select for diffs]
Added Sun Aug 7 18:39:35 1994 UTC (29 years, 11 months ago) by wollman
File length: 233 byte(s)
Moving RPC stuff into libc, part 2.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.27