summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-162/+409
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-84/+65
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-021-19/+34
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+10
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+874
OpenPOWER on IntegriCloud