summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-051-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-2/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Remove special case socket sharing code in order to allow nfsd todillon1999-11-111-12/+12
* Fix nfssvc_addsock() to not attempt to free a NULL socket structuredillon1999-11-081-3/+6
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-41/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Matt's NFS fixes.julian1999-06-231-2/+2
* Suser() simplification:phk1999-04-271-3/+3
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-251-20/+49
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatdfr1999-02-181-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Check for NULL pointer before freeing a struct sockaddr. m_freem() can handleluoqi1998-09-011-2/+3
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-9/+21
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-15/+15
* Use the new SB_UPCALL flag,peter1998-05-311-1/+4
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-164/+162
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-17/+20
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-19/+16
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenbde1997-11-241-4/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-6/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-5/+3
* Removed unused #includes.bde1997-10-281-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-3/+3
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-28/+29
* Merge WebNFS changes from NetBSD.dfr1997-07-161-2/+3
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.tegge1997-06-251-1/+2
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-131-2/+12
* Implement a separate control for write gathering on NFSv3. This is turneddfr1997-05-101-2/+10
* Allow NULL rpcs on non-privileged ports at all times to work around brokendfr1997-04-301-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-6/+8
* Add code that will reject nfs requests in teh kernel from nonprivilegedguido1997-03-271-1/+22
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-061-40/+40
* #include <sys/filedesc.h> explicitly instead of depending on it beingbde1996-04-301-1/+2
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-131-8/+21
* Staticize.phk1995-12-171-7/+10
* Completed function declarations and/or added prototypes and/or movedbde1995-12-031-4/+1
* Completed function declarations, added prototypes and removed redundantbde1995-11-211-7/+14
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-141-1/+6
* Second batch of cleanup changes.phk1995-10-291-4/+1
OpenPOWER on IntegriCloud