| Commit message (Expand) | Author | Age | Files | Lines |
* | Asynchronized client-side nfs_commit. NFS commit operations were | dillon | 1999-09-17 | 3 | -3/+76 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 2 | -42/+4 |
* | remove unused variables. | phk | 1999-08-28 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 10 | -10/+10 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -21/+2 |
* | Convert all the nfs macros to do { blah } while (0) to ensure it | peter | 1999-08-19 | 1 | -111/+168 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -3/+2 |
* | Don't over-allocate and over-copy shorter NFSv2 filehandles and then | peter | 1999-08-04 | 1 | -10/+11 |
* | Correct the sanity test length calculation in nfsrv_readdirplus(): len is | wpaul | 1999-07-29 | 1 | -2/+2 |
* | Clear error in nfsrv_create when we have a valid reply so that | alc | 1999-07-28 | 1 | -1/+2 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 2 | -4/+4 |
* | Submitted by: "David E. Cross" <crossd@cs.rpi.edu> | julian | 1999-06-30 | 1 | -1/+2 |
* | Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly | peter | 1999-06-27 | 1 | -3/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -2/+3 |
* | Matt's NFS fixes. | julian | 1999-06-23 | 4 | -390/+973 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 4 | -50/+72 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 2 | -9/+9 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 2 | -6/+6 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 3 | -87/+59 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -3/+3 |
* | Suser() simplification: | phk | 1999-04-27 | 2 | -6/+6 |
* | Fixed printf format errors on alpha. | dt | 1999-04-24 | 1 | -3/+3 |
* | Untangle the nfs send and receive queue locking a little. One lock | peter | 1999-02-25 | 4 | -61/+85 |
* | Move the declaration of the vfs.nfs sysctl node outside an ifdef so that | dfr | 1999-02-18 | 1 | -3/+3 |
* | Fixed bitrot in NFS_ACDEBUG option. | bde | 1999-02-17 | 1 | -1/+2 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 2 | -2/+6 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 2 | -5/+5 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+4 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -2/+2 |
* | 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 | 1 | -11/+62 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 1 | -2/+3 |
* | 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 | 3 | -6/+3 |
* | Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to | dfr | 1998-11-13 | 1 | -2/+4 |
* | Remove [apparently] bogus casts to u_long for the vnode_pager_setsize() | peter | 1998-11-09 | 1 | -3/+3 |
* | 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 | 1 | -3/+3 |
* | The code checks each fragment mark to see if it's valid; if the fragment | mckusick | 1998-09-29 | 1 | -2/+2 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 4 | -7/+47 |
* | Instantiate `nfs_mount_type' in a standard file so that it is present | bde | 1998-09-05 | 1 | -2/+1 |
* | 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 | 4 | -23/+47 |
* | 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 |
* | 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 | 2 | -2/+6 |
* | convert some nfs tunables to options, these are: | jmg | 1998-06-30 | 2 | -2/+6 |