summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
...
* Don't abuse `+' to combine flags.bde1998-05-161-2/+2
* Backed out rev.1.76. It just added style bugs.bde1998-05-161-13/+7
* Get timespecs directly instead of via timevals.bde1998-05-161-13/+7
* Add missing arg to vget().. Serves me right for committing a 2.2 patch topeter1998-05-131-2/+2
* Hold a reference to the vnode during the sillyrename cleanup. If we blockpeter1998-05-131-1/+9
* Move the *vpp initialization earlier so that it's set in all error cases.peter1998-05-131-2/+2
* In the words of the submitter:msmith1998-05-071-21/+1
* As described by the submitter:msmith1998-05-061-2/+1
* Use random() to find our initial xid.phk1998-04-061-11/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-3010-67/+80
* Don't allow the readdirplus routine to be used in NFS V2.steve1998-03-281-1/+3
* Don't depend on <sys/mount.h> including <sys/socket.h>.bde1998-03-281-1/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-282-2/+4
* Add a BOOTP_WIRED_TO option, for use on machines with multiple networktegge1998-03-141-3/+14
* Update workaround for limitations in the arp code.tegge1998-03-143-9/+9
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-082-2/+13
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-072-23/+150
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-063-3/+20
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* Staticize.eivind1998-02-094-18/+20
* Back out DIAGNOSTIC changes.eivind1998-02-064-11/+4
* Fix an omission of a line from the previous commit to this file. Thedyson1998-02-051-2/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-044-4/+11
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+3
* Moved declaration of `union nethostadr' outside of the KERNEL section,bde1998-02-013-45/+45
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-011-3/+8
* Release the buffer when an error occurs while reading directory entries.tegge1998-01-311-3/+6
* Various NFS fixes:dyson1998-01-251-87/+78
* Various NFS fixes:dyson1998-01-251-7/+13
* Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).tegge1998-01-181-4/+4
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-091-1/+3
* Make INET a proper option.eivind1998-01-081-1/+5
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-3/+3
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-2/+1
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-273-3/+7
* Added a used include.bde1997-12-201-6/+9
* Various of the ISP users have commented that the 1.41 version of thedyson1997-12-081-115/+19
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenbde1997-11-241-4/+7
* Reviewed by: various.julian1997-11-121-1/+2
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-072-8/+4
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-5/+3
* Removed unused #includes.bde1997-10-286-26/+6
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-284-7/+8
* Removed unused #includes. The need for most of them went away withbde1997-10-271-4/+1
* VFS interior redecoration.phk1997-10-261-3/+3
* Always initialize the syscall vectors for our "private" syscalls (notphk1997-10-261-10/+4
* VFS clean up "hekto commit"phk1997-10-161-11/+5
* Another VFS cleanup "kilo commit"phk1997-10-161-37/+1
* VFS mega cleanup commit (x/N)phk1997-10-162-22/+13
OpenPOWER on IntegriCloud