summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* Markup fixes.Ruslan Ermilov2006-09-171-1/+1
* Sync with NetBSD rev. 1.16 + 1.17Martin Blapp2006-09-091-2/+5
* Sync with NetBSD rev. 1.29Martin Blapp2006-09-091-0/+4
* Sync with NetBSD rev. 1.6 + 1.7Martin Blapp2006-09-091-4/+4
* Sync with NetBSD rev. 1.20 + 1.21Martin Blapp2006-09-091-6/+11
* Sync with NetBSD rev. 1.10Martin Blapp2006-09-091-0/+1
* Sync with NetBSD rev. 1.15Martin Blapp2006-09-091-0/+1
* Sync part of NetBSD rev. 1.14Martin Blapp2006-09-091-1/+1
* Sync with NetBSD rev. 1.16 + 1.17Martin Blapp2006-09-091-1/+4
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-214/+942
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+244
* Const'ify arguments to a couple of functions to fix breakageDaniel Eischen2006-02-281-2/+2
* Don't do a time travel to 12006...Xin LI2006-02-281-1/+1
* Staticize a couple of functions.Daniel Eischen2006-02-2723-71/+106
* I wrote getnetconfig where I meant getnetpath in the previous revision.Ceri Davies2006-01-111-2/+2
* o Document the possibility of putting 'b' in the flag field.Ceri Davies2006-01-061-5/+11
* Fix prototypes.Ruslan Ermilov2005-11-233-4/+4
* Add a couple of missing MLINKS.Stefan Farfeleder2005-09-111-0/+17
* Avoid pointer arithmetics on void *.Stefan Farfeleder2005-03-101-1/+1
* Remove an superfluous assignment.Stefan Farfeleder2005-03-101-1/+0
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-102-2/+3
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-097-7/+7
* Sort sections.Ruslan Ermilov2005-01-202-8/+8
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-0/+2
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-1644-71/+67
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-132-2/+2
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-023-10/+20
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-4/+4
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-1/+0
* XDR sources are handled by ../xdr/Makefile.inc.Ruslan Ermilov2004-01-111-4/+0
* Add missing declaration.Jacques Vidrine2004-01-061-0/+2
* Make this part identical with NetBSD: Use recvlen instead of inlen.Martin Blapp2003-10-291-1/+1
* Don't compare NULL against a character.Martin Blapp2003-10-291-3/+3
* Don't use NULL to compare against a char.Martin Blapp2003-10-291-2/+2
* Don't use NULL to compare against a character.Martin Blapp2003-10-291-1/+1
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-083-4/+4
* Clarify textEivind Eklund2003-08-261-1/+1
* Kill prototype for __msgwrite too. It is not needed anymore.Martin Blapp2003-06-151-1/+0
* Replace the old SCM_CREDS cred procedures. They can now beMartin Blapp2003-06-151-122/+21
* Don't return -1 and abort if msg.msg_controllen is 0. ForMartin Blapp2003-05-291-2/+1
* Fix a problem introduced in the last commit. sa and cmMartin Blapp2003-05-291-2/+2
* If AF_LOCAL is used, we need to use __msgread_withcred() instead ofMartin Blapp2003-05-281-1/+6
* Fix a simple bug that prevents svc_tli_create to bind to the addressMartin Blapp2003-05-181-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-1/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+1
* Clean up some signed/unsigned issues in the XDR code.Jacques Vidrine2003-03-071-1/+1