summaryrefslogtreecommitdiff
path: root/lib/libc/xdr
AgeCommit message (Expand)Author
2025-01-06libc/xdr: remove bogus lseek(2) for xdr streamsGleb Smirnoff
2024-10-30rpc: Fix the definition of xdr_void()Mark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-12libc(xdr_reference.c): fix "referenced" spellingrilysh
2024-04-12libc(xdr.c): fix "discriminated" spellingrilysh
2024-03-23xdr(3): Fix a few typos in source code commentsGordon Bergling
2024-02-02libc: Fix typo (triple M)Jose Luis Duran
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-06-17xdr(3): Fix a typo in a source code commentGordon Bergling
2023-01-12xdr: store chars consistentlyBrooks Davis
2020-02-07typo: s/impelmentation/implementation/.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-01 * limit size of buffers to RPC_MAXDATASIZEXin LI
2017-05-23xdr(3): add missing comma after xdr_sizeof(3) in SYNOPSISEnji Cooper
2016-05-06libc/xdr: unsign some loop indexes.Pedro F. Giffuni
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2016-04-16libc: make some more use of the nitems() macro.Pedro F. Giffuni
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2016-01-17Bring in initial libc and libstand support for RISC-V.Ruslan Bukin
2015-09-20Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2015-05-31Use proper prototype for harmless().Craig Rodrigues
2015-05-31Make x_putlong() and x_putbytes() prototypes match theCraig Rodrigues
2015-05-31Use ANSI C prototypes.Craig Rodrigues
2015-04-07Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner
2014-07-07Remove ia64.Marcel Moolenaar
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2013-12-09Replace Sun RPC license with a 3-clause BSD license. This license changeHiroki Sato
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2011-07-10Add a HISTORY sectionKevin Lo
2011-07-09- Add xdr_sizeof(3) to libcKevin Lo
2008-11-03Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson
2008-08-06Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson
2008-03-30Don't assume that there is readable data on the stream after theDoug Rabson
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen
2005-11-24Fix prototypes.Ruslan Ermilov
2004-10-16Enable building with LIBC_SCCS defined.David E. O'Brien
2004-05-14We use __arm__, not __arm32__.Olivier Houchard
2004-01-24When writing/reading longs use explicit 32bit temporary values.Martin Blapp
2003-05-28Fix amd(8) clients, if a FreeBSD mountd(8) server is used.Martin Blapp
2003-04-30Add __amd64__ to the list of things that use IEEEFPPeter Wemm
2003-03-07Clean up some signed/unsigned issues in the XDR code.Jacques Vidrine