aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/replay.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* - Check the result of malloc(M_NOWAIT) in replay_alloc(). The callerPawel Jakub Dawidek2010-08-261-20/+25
* Add mutex locking for the call to replay_prune() inRick Macklem2010-08-251-0/+2
* If the first iteration of the do loop in replay_prune()Rick Macklem2010-08-251-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+248