aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfsm_subs.h
Commit message (Expand)AuthorAgeFilesLines
* nfs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macroRobert Watson2015-01-071-8/+0
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-3/+2
* - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.Jeff Roberson2007-03-171-5/+2
* The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c shouldHiroki Sato2007-01-021-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* The socket code upcalls into the NFS server using the so_upcallRobert Watson2004-05-241-2/+5
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* - Introduce a new macro, since that's what nfs loves, calledJeff Roberson2002-10-311-2/+12
* The macro nfsm_reply() is supposed to allocate a reply in all cases,Ian Dowse2002-01-111-2/+2
* Avoid passing the variable `tl' to functions that just use it forIan Dowse2001-12-181-16/+12
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-281-59/+55
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-470/+91
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-3/+3
* Problem to avoid processes getting stuck in "vmopar". From Ian'sDavid Malone2000-10-241-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert all the nfs macros to do { blah } while (0) to ensure itPeter Wemm1999-08-191-111/+168
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenPeter Wemm1999-08-041-10/+11
* Matt's NFS fixes.Julian Elischer1999-06-231-4/+5
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-051-3/+3
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasDoug Rabson1998-12-251-11/+62
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-311-35/+35
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,Peter Wemm1998-05-311-6/+4
* Don't try and free mrep twice on some error conditions.Peter Wemm1998-05-311-2/+5
* Some const'sPeter Wemm1998-05-311-2/+2
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimPeter Wemm1998-05-311-15/+16
* Get timespecs directly instead of via timevals.Bruce Evans1998-05-161-13/+7
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-9/+13
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-1/+3
* Merge WebNFS changes from NetBSD.Doug Rabson1997-07-161-8/+14
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-191-5/+5
* Some fixes found using gcc -Wall:Doug Rabson1995-08-241-2/+8
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-90/+243
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.Poul-Henning Kamp1994-10-171-3/+2
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-021-16/+29
* More idempotency....... this is fun :-)Paul Richards1994-08-211-1/+5
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+269