summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* Fix async mode (required for ypbind in manycast mode).dfr2008-09-151-2/+2
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-092-2/+3
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-0611-79/+347
* Don't call xdrrec_skiprecord in the non-blocking case. Ifdfr2008-03-301-1/+2
* Use intermediate pointers to avoid strict alias type check failuresjb2007-11-207-15/+47
* Fix some improper handling of malloc failuresmatteo2007-09-205-30/+53
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
* Some libc symbol map cleanups.deischen2007-05-311-1/+0
* endrpcent belongs with rpc name service db, not services.jon2007-05-171-1/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-7/+11
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddensimon2007-03-041-0/+7
* o Remove duplicate includes.maxim2007-01-202-2/+0
* Markup fixes.ru2006-09-171-1/+1
* Sync with NetBSD rev. 1.16 + 1.17mbr2006-09-091-2/+5
* Sync with NetBSD rev. 1.29mbr2006-09-091-0/+4
* Sync with NetBSD rev. 1.6 + 1.7mbr2006-09-091-4/+4
* Sync with NetBSD rev. 1.20 + 1.21mbr2006-09-091-6/+11
* Sync with NetBSD rev. 1.10mbr2006-09-091-0/+1
* Sync with NetBSD rev. 1.15mbr2006-09-091-0/+1
* Sync part of NetBSD rev. 1.14mbr2006-09-091-1/+1
* Sync with NetBSD rev. 1.16 + 1.17mbr2006-09-091-1/+4
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-214/+942
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+244
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-281-2/+2
* Don't do a time travel to 12006...delphij2006-02-281-1/+1
* Staticize a couple of functions.deischen2006-02-2723-71/+106
* I wrote getnetconfig where I meant getnetpath in the previous revision.ceri2006-01-111-2/+2
* o Document the possibility of putting 'b' in the flag field.ceri2006-01-061-5/+11
* Fix prototypes.ru2005-11-233-4/+4
* Add a couple of missing MLINKS.stefanf2005-09-111-0/+17
* Avoid pointer arithmetics on void *.stefanf2005-03-101-1/+1
* Remove an superfluous assignment.stefanf2005-03-101-1/+0
* Use socklen_t where appropriate.stefanf2005-03-102-2/+3
* Expand *n't contractions.ru2005-02-131-1/+1
* Fixed the misplaced $FreeBSD$.ru2005-02-097-7/+7
* Sort sections.ru2005-01-202-8/+8
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-0/+2
* Try to bring some sanity to the SCM ID's.obrien2004-10-1644-71/+67
* Avoid using void pointers in additive expressions.stefanf2004-08-132-2/+2
* Eliminate double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-023-10/+20
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-4/+4
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-1/+0
* XDR sources are handled by ../xdr/Makefile.inc.ru2004-01-111-4/+0
* Add missing declaration.nectar2004-01-061-0/+2
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Don't use NULL to compare against a character.mbr2003-10-291-1/+1
OpenPOWER on IntegriCloud