summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Don't configure compatibility code for pre-Lite2 mount() calls bybde1998-08-121-4/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Fix post-test pre-commit cleanup typo.peter1998-06-011-2/+2
* Preset the maximum file size before we get to nfs_fsinfo(), based onpeter1998-06-011-8/+14
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-21/+21
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-311-102/+158
* Don't blindly accept the server's preferences if they are too small.peter1998-05-311-3/+3
* Don't try and free mrep twice on some error conditions.peter1998-05-311-5/+6
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-1/+2
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-301-1/+14
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-241-6/+8
* s/flags/flag/peter1998-05-201-2/+2
* A cleaner fix for PR#5102, clear nonsense flags at mount time rather thanpeter1998-05-201-1/+5
* Don't change argp->flags after it's been copied.peter1998-05-201-2/+2
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-53/+74
* As described by the submitter:msmith1998-05-061-2/+1
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Update workaround for limitations in the arp code.tegge1998-03-141-3/+3
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* Staticize.eivind1998-02-091-3/+4
* Fix an omission of a line from the previous commit to this file. Thedyson1998-02-051-2/+3
* Reviewed by: various.julian1997-11-121-1/+2
* Removed unused #includes.bde1997-10-281-6/+1
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-281-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+11
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-9/+1
* Removed more vestiges of config-time swap configuration.bde1997-09-071-3/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-16/+15
* Fix a condition where nfs_statfs() can precipitate a panic. There iswpaul1997-06-271-2/+5
* Various fixes from NetBSD:dfr1997-06-031-1/+8
* Use the old nfs arguments in the nfs_diskless structure, to betegge1997-05-121-48/+32
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-111-15/+42
* Now I can even execute "df" on my diskless :-)phk1997-05-041-31/+32
* Make nfs roots (diskless) functional again. It may still not be correct,phk1997-05-031-1/+5
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPdfr1997-04-221-10/+5
* Fix various bugs in the locking protocol, allowing proper shared locksdfr1997-04-041-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatbde1997-02-181-5/+5
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-54/+111
* 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-1/+6
* Add four sysctl variables that joerg wanted.phk1996-10-201-1/+19
* removed:phk1996-05-021-2/+2
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes frombde1996-04-301-3/+3
* Kill XNS.wollman1996-02-131-2/+2
* Don't print swap server as root server.phk1995-12-281-2/+2
* Move fs.nfs.nfsstats sysctl var back to it's old OID.phk1995-12-221-2/+2
* Staticize.phk1995-12-171-65/+37
OpenPOWER on IntegriCloud