summaryrefslogtreecommitdiff
path: root/sys/nlm
AgeCommit message (Expand)Author
2025-02-01nlm: set vnet(9) context in the NLM syscallGleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-11-09nlm: Fix error messages for failed remote rpcbind contactTom Jones
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-24nlm: only access refcounts using dedicated primitivesMateusz Guzik
2021-12-28sys/nlm: Use C99 fixed-width integer types.John Baldwin
2020-09-01nlm: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-14Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem
2020-04-23Make nfslockd depend on xdr.Konstantin Belousov
2020-04-09Remove the old NFS lock device driver that uses Giant.Rick Macklem
2020-03-01Remove stale FreeBSD_version checks.Warner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-03vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik
2018-02-10Use syscall_helper_register() to register syscalls and initialize thoughBrooks Davis
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2016-06-26When sleeping waiting for either local or remote advisory lock,Konstantin Belousov
2016-06-19Remote and local adv lock servers might de-synchronize (the added commentKonstantin Belousov
2016-06-18After the vnode unlock, mount point might be destroyed immediately,Konstantin Belousov
2016-04-21Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni
2016-04-20Avoid a possible heap overflow in our nlm code by limiting the numberSean Bruno
2014-10-26Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik
2014-03-11Correct a typo in nlm_find_host_by_addr(): the intention of theXin LI
2013-09-06Intermittent crashes in the NLM (rpc.lockd) code during systemRick Macklem
2012-10-22Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov
2012-08-16Fix grammar.Konstantin Belousov
2012-08-15Add a sysctl kern.pid_max, which limits the maximum pid the system isKonstantin Belousov
2012-01-31jwd@ reported a problem via email to freebsd-fs@ on Aug 25, 2011Rick Macklem
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-09-16In order to maximize the re-usability of kernel code in user space thisKip Macy
2011-05-22Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2011-01-03Fix the nlm so that it no longer depends on the regularRick Macklem
2010-10-19Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem
2010-09-24Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalAttilio Rao
2009-10-07Handle GRANTED_RES messages more gracefully: Send along a grant cookieZachary Loafman
2009-10-03unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENTYoshihiro Takahashi
2009-06-17Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem
2009-06-13Rename the host-related prison fields to be the same as the host.*Jamie Gritton
2009-06-04Correct typo; errno => error.Ed Schouten
2009-06-04Don't panic in nlm_record_lock if we get ENOENT from lf_advlockasync. ThisDoug Rabson
2009-05-29Place hostnames and similar information fully under the prison system.Jamie Gritton
2009-05-22Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson
2009-05-21Add a function to sys/nlm/nlm_prot_impl.c that returns a uniqueRick Macklem
2009-05-09Do not embed struct ucred into larger netcred parent structures.Alexander Kabaev