| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove two cases of unused variable sp3. | eivind | 1999-01-12 | 1 | -3/+1 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 2 | -4/+4 |
* | Silence -Wtrigraph. | hoek | 1998-12-30 | 1 | -4/+4 |
* | Fix for creating files on a Solaris 7 server with NFSv3 (the request was | dfr | 1998-12-25 | 3 | -101/+139 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 2 | -4/+6 |
* | (Hopefully) fix support for "large" files. Mostly cast block numbers to off_t | dt | 1998-12-14 | 1 | -13/+13 |
* | Remove the if fixed in the last commit; bde quite correctly point out | eivind | 1998-12-09 | 1 | -3/+2 |
* | Fix typo (; in "if (vp == NULL);"). | eivind | 1998-12-08 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 6 | -16/+7 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 2 | -6/+7 |
* | Make bootp error message slightly more verbose | dillon | 1998-12-03 | 1 | -2/+2 |
* | Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a true | msmith | 1998-11-15 | 2 | -44/+14 |
* | Avoid a null pointer reference if the target of an NFS rename has been | msmith | 1998-11-13 | 1 | -7/+10 |
* | Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to | dfr | 1998-11-13 | 1 | -2/+4 |
* | Implement NFS ACCESS RPC result caching. | msmith | 1998-11-13 | 2 | -24/+98 |
* | Remove [apparently] bogus casts to u_long for the vnode_pager_setsize() | peter | 1998-11-09 | 4 | -12/+12 |
* | vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not | peter | 1998-10-31 | 1 | -2/+2 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 5 | -18/+19 |
* | In nfs_link(), check for a cross-device mount *before* looking | mckusick | 1998-09-29 | 1 | -2/+3 |
* | Missing vput when cross-device link error is detected in nfs_link. | mckusick | 1998-09-29 | 1 | -0/+1 |
* | During truncation, have to notify the VM about the new size | mckusick | 1998-09-29 | 1 | -3/+5 |
* | Frank sez: 'It fixes a problem with servers that return 0 values | mckusick | 1998-09-29 | 1 | -7/+10 |
* | Do not need (or want) to take a reference on an NFS file that | mckusick | 1998-09-29 | 1 | -6/+12 |
* | The code checks each fragment mark to see if it's valid; if the fragment | mckusick | 1998-09-29 | 1 | -2/+2 |
* | Mark directory buffers that have no valid data with B_INVAL | mckusick | 1998-09-29 | 1 | -1/+6 |
* | When adding data to a buffer, we need to clear the B_NEEDCOMMIT flag | mckusick | 1998-09-29 | 1 | -1/+2 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 1 | -4/+4 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 5 | -11/+81 |
* | Ignore the statically configured vfs type numbers and assign vfs | bde | 1998-09-05 | 1 | -2/+4 |
* | Instantiate `nfs_mount_type' in a standard file so that it is present | bde | 1998-09-05 | 3 | -6/+3 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -2/+2 |
* | Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle | luoqi | 1998-09-01 | 1 | -2/+3 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 5 | -71/+81 |
* | Fixed printf format errors. | bde | 1998-08-18 | 2 | -6/+6 |
* | Protect all modifications to v_numoutput with splbio(). | dfr | 1998-08-13 | 1 | -2/+2 |
* | Don't configure compatibility code for pre-Lite2 mount() calls by | bde | 1998-08-12 | 1 | -4/+4 |
* | If we get an ENOBUFS from the network, it's normally transient network | peter | 1998-08-01 | 1 | -1/+11 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -3/+3 |
* | Use u_int32_t in NQFHHASH instead of u_long. | dfr | 1998-07-05 | 1 | -2/+2 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -2/+2 |
* | Moved `#ifndef NFS_NOSERVER' after including nfs.h. | kato | 1998-07-02 | 1 | -2/+2 |
* | fix buildworld hopefully be3fore anyone complains... | jmg | 1998-06-30 | 1 | -1/+3 |
* | convert some nfs tunables to options, these are: | jmg | 1998-06-30 | 1 | -1/+3 |
* | Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore, | bde | 1998-06-21 | 2 | -4/+4 |
* | Avoid an egcs pessimization for 64-bit signed division on i386's. | bde | 1998-06-14 | 3 | -10/+10 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 3 | -8/+8 |
* | Make sure we go a nfs_fsinfo() in get/putpages before calling | peter | 1998-06-01 | 1 | -30/+70 |
* | Fix post-test pre-commit cleanup typo. | peter | 1998-06-01 | 1 | -2/+2 |
* | readlink() returns EINVAL rather than EPERM if called on a non-symlink. | peter | 1998-06-01 | 1 | -2/+2 |
* | Preset the maximum file size before we get to nfs_fsinfo(), based on | peter | 1998-06-01 | 1 | -8/+14 |