aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/xdr
Commit message (Expand)AuthorAgeFilesLines
* typo: s/impelmentation/implementation/.Pedro F. Giffuni2020-02-072-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-208-0/+16
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-011-5/+25
* xdr(3): add missing comma after xdr_sizeof(3) in SYNOPSISEnji Cooper2017-05-231-1/+1
* libc/xdr: unsign some loop indexes.Pedro F. Giffuni2016-05-061-2/+2
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-161-12/+8
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-1/+1
* Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-171-6/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-3/+1
* Use proper prototype for harmless().Craig Rodrigues2015-05-311-1/+1
* Make x_putlong() and x_putbytes() prototypes match theCraig Rodrigues2015-05-311-2/+2
* Use ANSI C prototypes.Craig Rodrigues2015-05-318-275/+116
* Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner2015-04-071-1/+2
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* Replace Sun RPC license with a 3-clause BSD license. This license changeHiroki Sato2013-12-098-211/+211
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Add a HISTORY sectionKevin Lo2011-07-101-0/+5
* - Add xdr_sizeof(3) to libcKevin Lo2011-07-094-4/+22
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-032-0/+98
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-061-12/+13
* Don't assume that there is readable data on the stream after theDoug Rabson2008-03-301-0/+6
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* 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/+45
* Fix prototypes.Ruslan Ermilov2005-11-241-2/+2
* Enable building with LIBC_SCCS defined.David E. O'Brien2004-10-167-10/+7
* We use __arm__, not __arm32__.Olivier Houchard2004-05-141-1/+1
* When writing/reading longs use explicit 32bit temporary values.Martin Blapp2004-01-241-3/+4
* Fix amd(8) clients, if a FreeBSD mountd(8) server is used.Martin Blapp2003-05-281-9/+2
* Add __amd64__ to the list of things that use IEEEFPPeter Wemm2003-04-301-1/+1
* Clean up some signed/unsigned issues in the XDR code.Jacques Vidrine2003-03-072-11/+17
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-0/+1
* Reset the record lenght and received bytes once a recordMartin Blapp2003-01-271-0/+9
* Implement non-blocking tcp-connections.Martin Blapp2003-01-161-13/+178
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-13/+22
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-0/+2
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
* Removed duplicated MLINKS which make(1) recently started warning about.Bruce Evans2002-08-151-2/+0
* The fix applied to the XDR decoder in revision 1.11 was incorrect.Jacques Vidrine2002-08-011-1/+1
* Sort headers to reduce diffs between branches.Jacques Vidrine2002-07-311-1/+1
* some dolt forgot to add in an include for <limits.h>Darren Reed2002-07-311-0/+1
* Patch to fix bounds checking/overflow.Darren Reed2002-07-311-3/+4
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-282-9/+7
* Fix the style of the SCM ID's.David E. O'Brien2002-03-228-25/+29
* Remove __P() usage.David E. O'Brien2002-03-213-37/+37
* Add ifdefs for sparc64.Jake Burkholder2002-02-231-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* Fixed various type errors in synopsis.Bruce Evans2001-10-031-7/+7