| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | Matthew Dillon | 2000-01-05 | 1 | -12/+24 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -0/+1 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 1 | -1/+1 |
| * | Call bootpc_init before we try to mount an NFS root, if we're configured | Mike Smith | 1999-11-01 | 1 | -0/+6 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -0/+1 |
| * | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | Alfred Perlstein | 1999-09-07 | 1 | -89/+5 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Various changes lifted from the OpenBSD cvs tree: | Peter Wemm | 1999-06-05 | 1 | -5/+5 |
| * | Close a potential mbuf and/or mbuf cluster leak in the client-side NFS | Peter Wemm | 1999-04-10 | 1 | -2/+2 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 1 | -2/+1 |
| * | Fix warnings related to -Wall -Wcast-qual | Matthew Dillon | 1999-01-28 | 1 | -3/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -8/+8 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -3/+3 |
| * | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | Peter Wemm | 1998-10-31 | 1 | -2/+2 |
| * | Frank sez: 'It fixes a problem with servers that return 0 values | Kirk McKusick | 1998-09-29 | 1 | -7/+10 |
| * | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 1 | -4/+4 |
| * | Made unloading of the nfs LKM sort of work. This is mainly to test | Bruce Evans | 1998-09-07 | 1 | -2/+2 |
| * | Ignore the statically configured vfs type numbers and assign vfs | Bruce Evans | 1998-09-05 | 1 | -2/+4 |
| * | Don't configure compatibility code for pre-Lite2 mount() calls by | Bruce Evans | 1998-08-12 | 1 | -4/+4 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | Fix post-test pre-commit cleanup typo. | Peter Wemm | 1998-06-01 | 1 | -2/+2 |
| * | Preset the maximum file size before we get to nfs_fsinfo(), based on | Peter Wemm | 1998-06-01 | 1 | -8/+14 |
| * | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 1 | -21/+21 |
| * | Support 'mount -u' remounts. This may require disconnecting and rebinding | Peter Wemm | 1998-05-31 | 1 | -102/+158 |
| * | Don't blindly accept the server's preferences if they are too small. | Peter Wemm | 1998-05-31 | 1 | -3/+3 |
| * | Don't try and free mrep twice on some error conditions. | Peter Wemm | 1998-05-31 | 1 | -5/+6 |
| * | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | Peter Wemm | 1998-05-31 | 1 | -1/+2 |
| * | When using NFSv3, use the remote server's idea of the maximum file size | Peter Wemm | 1998-05-30 | 1 | -1/+14 |
| * | Convert a couple of large allocations to use zones rather than malloc | Peter Wemm | 1998-05-24 | 1 | -6/+8 |
| * | s/flags/flag/ | Peter Wemm | 1998-05-20 | 1 | -2/+2 |
| * | A cleaner fix for PR#5102, clear nonsense flags at mount time rather than | Peter Wemm | 1998-05-20 | 1 | -1/+5 |
| * | Don't change argp->flags after it's been copied. | Peter Wemm | 1998-05-20 | 1 | -2/+2 |
| * | Allow control of the attribute cache timeouts at mount time. | Peter Wemm | 1998-05-19 | 1 | -53/+74 |
| * | As described by the submitter: | Mike Smith | 1998-05-06 | 1 | -2/+1 |
| * | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -3/+3 |
| * | Update workaround for limitations in the arp code. | Tor Egge | 1998-03-14 | 1 | -3/+3 |
| * | The intent is to get rid of WILLRELE in vnode_if.src by making | Mike Smith | 1998-03-01 | 1 | -1/+2 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -3/+4 |
| * | Fix an omission of a line from the previous commit to this file. The | John Dyson | 1998-02-05 | 1 | -2/+3 |
| * | Reviewed by: various. | Julian Elischer | 1997-11-12 | 1 | -1/+2 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -6/+1 |
| * | Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined. | Bruce Evans | 1997-10-28 | 1 | -2/+2 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+11 |
| * | unifdef -U__NetBSD__ -D__FreeBSD__ | Poul-Henning Kamp | 1997-09-10 | 1 | -9/+1 |
| * | Removed more vestiges of config-time swap configuration. | Bruce Evans | 1997-09-07 | 1 | -3/+1 |
| * | Added used #include - don't depend on <sys/mbuf.h> including | Bruce Evans | 1997-09-02 | 1 | -1/+2 |
| * | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -16/+15 |
| * | Fix a condition where nfs_statfs() can precipitate a panic. There is | Bill Paul | 1997-06-27 | 1 | -2/+5 |
| * | Various fixes from NetBSD: | Doug Rabson | 1997-06-03 | 1 | -1/+8 |
| * | Use the old nfs arguments in the nfs_diskless structure, to be | Tor Egge | 1997-05-12 | 1 | -48/+32 |