aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-2/+0
* sccs: Manual changesWarner Losh2023-11-274-12/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2776-203/+0
* lib/libc/rpc: switch the per-fd structs in clnt_{dg,vc}.c to RB TreesAlan Somers2023-11-154-180/+162
* libc/libc/rpc: refactor some global variablesAlan Somers2023-11-152-102/+83
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0155-56/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-0/+2
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1623-23/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1654-109/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* rpcb_clnt.c: Do not force use of UDPRick Macklem2022-11-131-2/+12
* libc rpc: Fix mismatches in prototypes for array bounds.John Baldwin2022-09-281-1/+1
* rpc(3): Fix two typos in source code commentsGordon Bergling2022-04-021-1/+1
* libc: Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* libc clnt_com_create: relock rpcsoc_lock earlier when port is obtained from p...Konstantin Belousov2022-01-091-1/+1
* libc/rpc/getrpcent.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-6/+6
* rpc(3): Correct a few common typos in source code commentsGordon Bergling2021-08-222-4/+4
* Remove references to timed(8)Ceri Davies2021-05-131-3/+1
* libc: fix buffer overrun in getrpcport(3)Edward Tomasz Napierala2021-01-311-3/+3
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-7/+7
* Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist().Mark Johnston2020-02-051-80/+79
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-121-3/+11
* Fix CONFS to append the value in this case.Brad Davis2018-09-181-1/+1
* Move rpc and netconfig to lib/libc/rpc/Brad Davis2018-09-173-0/+88
* des_crypt.3: Fix typo.Eitan Adler2018-03-071-1/+1
* su_data: correct macro expansion.Pedro F. Giffuni2018-02-081-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-252-1/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2052-0/+104
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Revert r300385 and r300624 which was false positiveXin LI2017-06-301-3/+1
* Fix use-after-free introduced in r300388.Xin LI2017-06-221-1/+2
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-013-12/+22
* Support clnt_raw's use of FD_SETSIZE as a fake file descriptor.Brooks Davis2017-05-011-4/+6
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-2/+2
* libc/rpc: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Use on crypto.x and rpc.x from the source tree.Bryan Drewery2016-06-281-1/+1
* libc/rpc: Make use of some xdr_* macros. (part 2)Pedro F. Giffuni2016-06-093-19/+19
* libc/rpc: Make use of some xdr_* macros.Pedro F. Giffuni2016-06-092-7/+7
* Fix the rpcb_getaddr() definition to match its declaration.Kevin Lo2016-06-091-1/+1
* Test for strchr(3) returning NULL, not 0Enji Cooper2016-06-081-1/+1
* Fix up r300385Enji Cooper2016-05-241-2/+3
* Remove redundant NULLing of outbuf_pmapEnji Cooper2016-05-241-1/+0
* Use reallocf instead of malloc to fix leak with outbuf_pmapEnji Cooper2016-05-241-1/+3
* nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)Enji Cooper2016-05-221-0/+2