| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore, | Bruce Evans | 1998-06-21 | 1 | -2/+2 |
| * | Avoid an egcs pessimization for 64-bit signed division on i386's. | Bruce Evans | 1998-06-14 | 1 | -4/+4 |
| * | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 1 | -32/+35 |
| * | Prototype support for selectively allowing non-reserved ports on a per | Peter Wemm | 1998-05-31 | 1 | -1/+14 |
| * | #ifdef a diagnostic panic, plus another missed costmetic change. | Peter Wemm | 1998-05-31 | 1 | -2/+4 |
| * | We have gained 2 more errno's, add them to the NFSv2 mapping table. | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | Some const's | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | Peter Wemm | 1998-05-31 | 1 | -2/+43 |
| * | Convert a couple of large allocations to use zones rather than malloc | Peter Wemm | 1998-05-24 | 1 | -9/+3 |
| * | Allow control of the attribute cache timeouts at mount time. | Peter Wemm | 1998-05-19 | 1 | -4/+45 |
| * | Use random() to find our initial xid. | Poul-Henning Kamp | 1998-04-06 | 1 | -11/+4 |
| * | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -3/+12 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -4/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+4 |
| * | Unspammed nested include of <vm/vm_zone.h>. | Bruce Evans | 1997-12-27 | 1 | -1/+2 |
| * | Added a used include. | Bruce Evans | 1997-12-20 | 1 | -6/+9 |
| * | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -2/+1 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -4/+1 |
| * | Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined. | Bruce Evans | 1997-10-28 | 1 | -2/+2 |
| * | Always initialize the syscall vectors for our "private" syscalls (not | Poul-Henning Kamp | 1997-10-26 | 1 | -10/+4 |
| * | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -10/+11 |
| * | unifdef -U__NetBSD__ -D__FreeBSD__ | Poul-Henning Kamp | 1997-09-10 | 1 | -9/+1 |
| * | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -7/+7 |
| * | Correct some dumb mistakes in the WebNFS stuff. | Doug Rabson | 1997-07-22 | 1 | -8/+16 |
| * | Merge WebNFS changes from NetBSD. | Doug Rabson | 1997-07-16 | 1 | -34/+187 |
| * | Fix various bugs in the locking protocol, allowing proper shared locks | Doug Rabson | 1997-04-04 | 1 | -9/+1 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -10/+16 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Improve the queuing algorithms used by NFS' asynchronous i/o. The | Doug Rabson | 1996-11-06 | 1 | -4/+4 |
| * | In sys/time.h, struct timespec is defined as: | Nate Williams | 1996-09-19 | 1 | -4/+4 |
| * | Even though this looks like it, this is not a complex code change. | John Dyson | 1996-08-21 | 1 | -49/+6 |
| * | Various fixes from frank@fwi.uva.nl (Frank van der Linden) via | Doug Rabson | 1996-07-16 | 1 | -11/+24 |
| * | Don't truncate minor or major numbers in the nfsv3 client. | Bruce Evans | 1996-06-23 | 1 | -3/+3 |
| * | Fix for NFS_NOSERVER | Poul-Henning Kamp | 1996-06-14 | 1 | -3/+3 |
| * | Eliminated many redundant vm_map_lookup operations for vm_mmap. | John Dyson | 1996-01-19 | 1 | -2/+2 |
| * | Add an option NFS_NOSERVER which saves 100K in the install kernel (or | Poul-Henning Kamp | 1996-01-13 | 1 | -1/+18 |
| * | Staticize. | Poul-Henning Kamp | 1995-12-17 | 1 | -3/+8 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+4 |
| * | Second batch of cleanup changes. | Poul-Henning Kamp | 1995-10-29 | 1 | -3/+1 |
| * | Add support for amd direct maps. | Doug Rabson | 1995-08-24 | 1 | -2/+2 |
| * | Eliminate sloppy common-style declarations. There should be none left for | Bruce Evans | 1995-07-29 | 1 | -1/+11 |
| * | vnode_pager_alloc() never returns NULL, so don't check for it. | David Greenman | 1995-07-20 | 1 | -3/+2 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -8/+3 |
| * | Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places | David Greenman | 1995-07-09 | 1 | -3/+10 |
| * | 1) Converted v_vmdata to v_object. | David Greenman | 1995-06-28 | 1 | -25/+21 |
| * | Changes to support version 3 of the NFS protocol. | Doug Rabson | 1995-06-27 | 1 | -167/+868 |
| * | The duplicate information returned in fa_type and fa_mode | Joerg Wunsch | 1995-06-14 | 1 | -2/+21 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -3/+3 |
| * | Fixed some serious bugs that resulted in object reference counts not being | David Greenman | 1995-05-29 | 1 | -2/+4 |