| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the filehandle size when mounting. | peter | 2001-07-30 | 1 | -0/+2 |
* | - Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 1 | -5/+16 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -28/+4 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -6/+7 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | o Rather than arbitrarily construct a credential in the nfs_statfs() | rwatson | 2001-04-05 | 1 | -6/+2 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -6/+2 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-14 | 1 | -1/+1 |
* | Don't scan for the "right" network interface by shooting in the dark. | msmith | 2000-09-05 | 1 | -0/+3 |
* | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | dillon | 2000-01-05 | 1 | -12/+24 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+1 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |
* | Call bootpc_init before we try to mount an NFS root, if we're configured | msmith | 1999-11-01 | 1 | -0/+6 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -0/+1 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -89/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 1 | -5/+5 |
* | Close a potential mbuf and/or mbuf cluster leak in the client-side NFS | peter | 1999-04-10 | 1 | -2/+2 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -2/+1 |
* | Fix warnings related to -Wall -Wcast-qual | dillon | 1999-01-28 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -8/+8 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+3 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -2/+2 |
* | Frank sez: 'It fixes a problem with servers that return 0 values | mckusick | 1998-09-29 | 1 | -7/+10 |
* | 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 | 1 | -2/+2 |
* | Ignore the statically configured vfs type numbers and assign vfs | bde | 1998-09-05 | 1 | -2/+4 |
* | Don't configure compatibility code for pre-Lite2 mount() calls by | bde | 1998-08-12 | 1 | -4/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Fix post-test pre-commit cleanup typo. | 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 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 1 | -21/+21 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | peter | 1998-05-31 | 1 | -102/+158 |
* | Don't blindly accept the server's preferences if they are too small. | peter | 1998-05-31 | 1 | -3/+3 |
* | Don't try and free mrep twice on some error conditions. | peter | 1998-05-31 | 1 | -5/+6 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 1 | -1/+2 |
* | When using NFSv3, use the remote server's idea of the maximum file size | peter | 1998-05-30 | 1 | -1/+14 |
* | Convert a couple of large allocations to use zones rather than malloc | peter | 1998-05-24 | 1 | -6/+8 |
* | s/flags/flag/ | peter | 1998-05-20 | 1 | -2/+2 |
* | A cleaner fix for PR#5102, clear nonsense flags at mount time rather than | peter | 1998-05-20 | 1 | -1/+5 |
* | Don't change argp->flags after it's been copied. | peter | 1998-05-20 | 1 | -2/+2 |
* | Allow control of the attribute cache timeouts at mount time. | peter | 1998-05-19 | 1 | -53/+74 |
* | As described by the submitter: | msmith | 1998-05-06 | 1 | -2/+1 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+3 |
* | Update workaround for limitations in the arp code. | tegge | 1998-03-14 | 1 | -3/+3 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 1 | -1/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+4 |
* | Fix an omission of a line from the previous commit to this file. The | dyson | 1998-02-05 | 1 | -2/+3 |
* | Reviewed by: various. | julian | 1997-11-12 | 1 | -1/+2 |