aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Matt's NFS fixes.Julian Elischer1999-06-231-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+3
* Untangle the nfs send and receive queue locking a little. One lockPeter Wemm1999-02-251-20/+49
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatDoug Rabson1999-02-181-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Check for NULL pointer before freeing a struct sockaddr. m_freem() can handleLuoqi Chen1998-09-011-2/+3
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-9/+21
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-311-15/+15
* Use the new SB_UPCALL flag,Peter Wemm1998-05-311-1/+4
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimPeter Wemm1998-05-311-164/+162
* Allow control of the attribute cache timeouts at mount time.Peter Wemm1998-05-191-17/+20
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-19/+16
* Staticize.Eivind Eklund1998-02-091-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenBruce Evans1997-11-241-4/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-6/+3
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-5/+3
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-3/+3
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-28/+29
* Merge WebNFS changes from NetBSD.Doug Rabson1997-07-161-2/+3
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.Tor Egge1997-06-251-1/+2
* Don't keep addresses in mbuf chains. This should simplify the next roundDoug Rabson1997-05-131-2/+12
* Implement a separate control for write gathering on NFSv3. This is turnedDoug Rabson1997-05-101-2/+10
* Allow NULL rpcs on non-privileged ports at all times to work around brokenDoug Rabson1997-04-301-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-6/+8
* Add code that will reject nfs requests in teh kernel from nonprivilegedGuido van Rooij1997-03-271-1/+22
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-4/+4
* 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-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Improve the queuing algorithms used by NFS' asynchronous i/o. TheDoug Rabson1996-11-061-40/+40
* #include <sys/filedesc.h> explicitly instead of depending on it beingBruce Evans1996-04-301-1/+2
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orPoul-Henning Kamp1996-01-131-8/+21
* Staticize.Poul-Henning Kamp1995-12-171-7/+10
* Completed function declarations and/or added prototypes and/or movedBruce Evans1995-12-031-4/+1
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-211-7/+14
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-141-1/+6
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-4/+1
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-162/+409
* 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-84/+65
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-021-19/+34
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+10