| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore, | bde | 1998-06-21 | 1 | -2/+2 |
* | Avoid an egcs pessimization for 64-bit signed division on i386's. | bde | 1998-06-14 | 1 | -4/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 2 | -6/+6 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 9 | -319/+322 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | peter | 1998-05-31 | 3 | -3/+18 |
* | Cut-n-paste glitch | peter | 1998-05-31 | 1 | -2/+2 |
* | Prototype support for selectively allowing non-reserved ports on a per | peter | 1998-05-31 | 1 | -1/+14 |
* | Hide whiteouts from NFS, since the protocol doesn't support them. | peter | 1998-05-31 | 1 | -5/+7 |
* | NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly, | peter | 1998-05-31 | 1 | -1/+7 |
* | Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures, | peter | 1998-05-31 | 2 | -11/+7 |
* | Use the new SB_UPCALL flag, | peter | 1998-05-31 | 1 | -1/+4 |
* | Don't try and free mrep twice on some error conditions. | peter | 1998-05-31 | 1 | -2/+5 |
* | #ifdef a diagnostic panic, plus another missed costmetic change. | peter | 1998-05-31 | 1 | -2/+4 |
* | We have gained 2 more errno's, add them to the NFSv2 mapping table. | peter | 1998-05-31 | 1 | -2/+2 |
* | Missed a cosmetic change that the other BSD's have. | peter | 1998-05-31 | 1 | -2/+2 |
* | oops, nfs_msg() is called from client code too. | peter | 1998-05-31 | 1 | -1/+4 |
* | When we can't reconnect a socket, don't forget to unlock before retrying | peter | 1998-05-31 | 1 | -1/+4 |
* | Don't log zero length reads, this can happen during normal operation. | peter | 1998-05-31 | 1 | -1/+9 |
* | Consider for readdir chunk sizes when tuning socket buffer reservations. | peter | 1998-05-31 | 1 | -3/+5 |
* | Refuse READDIR / READDIRPLUS rpc's for non-directories | peter | 1998-05-31 | 1 | -1/+9 |
* | Some const's | peter | 1998-05-31 | 4 | -8/+8 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 8 | -545/+561 |
* | When using NFSv3, use the remote server's idea of the maximum file size | peter | 1998-05-30 | 1 | -6/+12 |
* | Convert a couple of large allocations to use zones rather than malloc | peter | 1998-05-24 | 3 | -17/+15 |
* | Only ignore "owner" permissions selectively rather than always. In some | peter | 1998-05-20 | 1 | -22/+31 |
* | Allow control of the attribute cache timeouts at mount time. | peter | 1998-05-19 | 5 | -107/+170 |
* | Get timespecs directly instead of via timevals. | bde | 1998-05-16 | 1 | -13/+7 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -13/+24 |
* | Use random() to find our initial xid. | phk | 1998-04-06 | 1 | -11/+4 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 7 | -52/+64 |
* | Staticize. | eivind | 1998-02-09 | 3 | -9/+9 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 3 | -10/+3 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 3 | -3/+10 |
* | Added #include of <sys/queue.h> so that this file is more "self"-sufficent. | bde | 1998-02-03 | 1 | -1/+3 |
* | Forward declare some structs so that this file is more self-sufficient. | bde | 1998-02-03 | 1 | -1/+3 |
* | Moved declaration of `union nethostadr' outside of the KERNEL section, | bde | 1998-02-01 | 2 | -30/+30 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -1/+6 |