summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd
AgeCommit message (Expand)Author
2025-07-24rpc.lockd: avoid embedding assumptions about cr_groups[0]Kyle Evans
2024-05-10Add man page for nfslockd.Dag-Erling Smørgrav
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sccs: Manual changesWarner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: two-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-06-20rpc.lockd: Remove set but unused variables.John Baldwin
2023-06-01rpc.lockd: Fix typosElyes Haouas
2023-04-24rpc.lockd: Use valid prototypes for function declarations with no arguments.John Baldwin
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-18rpc.lockd: Use C89 function definitions.John Baldwin
2023-01-19nfs: Fix a common typo in source code commentsGordon Bergling
2022-10-03rpc.lockd: Explicitly cast enum nlm_stats values to enum nlm4_stats.John Baldwin
2021-06-23rpc.lockd: Use libc strnlen() instead of reimplementing itMark Johnston
2021-06-19pkgbase: Create a FreeBSD-nfs packageEmmanuel Vadot
2021-03-26rpc.lockd: Unconditionally close fds as daemonCaleb St. John
2019-11-22Add and document options to allow rpc.lockd and rpc.statd to run in theRavi Pokala
2017-12-27userland: Fix several typos and minor errorsEitan Adler
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-06-21Reduce code duplication in rpc.lockd.Xin LI
2017-06-19Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery
2017-06-19Check return value of seteuid() and bail out if we fail.Xin LI
2017-06-12Fix buffer lengths.Xin LI
2017-03-01Use .ALLSRC instead of RPCSRCEnji Cooper
2016-06-13Add missing break in lock_partialfilelock(..) with NFS_RESERREnji Cooper
2016-05-16Actually use the loop interation limit so carefully computed on theDon Lewis
2016-05-16NULL releasedfl after calling deallocate_file_lock() which frees itDon Lewis
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2015-12-29Fix type mismatches for malloc(3) and Co.Ulrich Spörlein
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-09rpc.locked does not need to link to libutilBaptiste Daroussin
2015-01-19When mountd is creating sockets, it iterates over all addresses specifiedRyan Stone
2014-11-25Convert usr.sbin to LIBADDBaptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-03-14multiple: Remove 3rd clause from BSD license where approved by theEitan Adler
2014-01-04Make a copy instead using constant string directly when assigning to char *.Xin LI
2014-01-04Use prototype.Xin LI
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-09-11Remove dead return codeKevin Lo