aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/xdr
Commit message (Expand)AuthorAgeFilesLines
* libc/xdr: remove bogus lseek(2) for xdr streamsGleb Smirnoff2025-01-061-34/+35
* rpc: Fix the definition of xdr_void()Mark Johnston2024-10-301-3/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc(xdr_reference.c): fix "referenced" spellingrilysh2024-04-121-1/+1
* libc(xdr.c): fix "discriminated" spellingrilysh2024-04-121-1/+1
* xdr(3): Fix a few typos in source code commentsGordon Bergling2024-03-231-2/+2
* libc: Fix typo (triple M)Jose Luis Duran2024-02-031-1/+1
* lib: Remove ancient SCCS tags.Warner Losh2023-11-279-30/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-018-8/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-6/+11
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* xdr(3): Fix a typo in a source code commentGordon Bergling2023-06-171-1/+1
* xdr: store chars consistentlyBrooks Davis2023-01-121-4/+4
* 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