summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2025-12-10get*ent: be consistant about _ALIGN(p) - pBrooks Davis
2025-10-26packages: Install development manpages in the -dev packageLexi Winter
2025-09-28rpc_generic.c: Fix a rpcbind core dump when rpcinfo is doneRick Macklem
2025-08-15Revert "Remove Secure RPC DES authentication"Lexi Winter
2025-08-10Remove Secure RPC DES authenticationLexi Winter
2025-06-20libc/rpc/svc_nl: plg a memory leakGleb Smirnoff
2025-05-23Remove vestiges of keyserv(8)Lexi Winter
2025-02-01rpc: limited multithread support for svc_nlGleb Smirnoff
2025-02-01libc/rpc: add userland side RPC server over netlink(4)Gleb Smirnoff
2025-01-22Remove publickey(5) stuffEmmanuel Vadot
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-24libc: move NIS xdr_* symbols from rpc's to yp's Symbol.mapEd Maste
2024-02-13rpc: Fix typo in commentAssume-Zhan
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sccs: Manual changesWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15lib/libc/rpc: switch the per-fd structs in clnt_{dg,vc}.c to RB TreesAlan Somers
2023-11-15libc/libc/rpc: refactor some global variablesAlan Somers
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 bare tagWarner Losh
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 .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-13rpcb_clnt.c: Do not force use of UDPRick Macklem
2022-09-28libc rpc: Fix mismatches in prototypes for array bounds.John Baldwin
2022-04-02rpc(3): Fix two typos in source code commentsGordon Bergling
2022-03-28libc: Fix a typo in a source code commentGordon Bergling
2022-01-09libc clnt_com_create: relock rpcsoc_lock earlier when port is obtained from p...Konstantin Belousov
2021-11-29libc/rpc/getrpcent.c: Mark write-only variables as unusedKonstantin Belousov
2021-08-22rpc(3): Correct a few common typos in source code commentsGordon Bergling
2021-05-13Remove references to timed(8)Ceri Davies
2021-01-31libc: fix buffer overrun in getrpcport(3)Edward Tomasz Napierala
2020-04-15Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis
2020-02-05Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist().Mark Johnston
2019-08-12Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov
2018-09-18Fix CONFS to append the value in this case.Brad Davis
2018-09-17Move rpc and netconfig to lib/libc/rpc/Brad Davis
2018-03-07des_crypt.3: Fix typo.Eitan Adler
2018-02-08su_data: correct macro expansion.Pedro F. Giffuni
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-06-30Revert r300385 and r300624 which was false positiveXin LI
2017-06-22Fix use-after-free introduced in r300388.Xin LI