index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
14
-240
/
+260
*
Removed unused #includes.
bde
1997-08-02
3
-14
/
+3
*
Correct some dumb mistakes in the WebNFS stuff.
dfr
1997-07-22
2
-16
/
+32
*
Allow NULL cookie verifiers for non-NULL offsets. This is needed for
dfr
1997-07-22
1
-3
/
+3
*
Merge WebNFS changes from NetBSD.
dfr
1997-07-16
8
-121
/
+513
*
Fix a condition where nfs_statfs() can precipitate a panic. There is
wpaul
1997-06-27
1
-2
/
+5
*
Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.
tegge
1997-06-25
1
-1
/
+2
*
Avoid small synchronous writes when an application does lots of random-access
dfr
1997-06-25
1
-19
/
+115
*
Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don't
dfr
1997-06-25
1
-4
/
+8
*
Upgrade NFS to support the new vfs_bio resource/buffer management.
dyson
1997-06-16
2
-2
/
+14
*
Don't require superuser privileges for creating fifos. The v2 case was
bde
1997-06-14
1
-3
/
+4
*
Move commonly used code into static functions in order to reduce kernel bloat.
tegge
1997-06-12
1
-139
/
+93
*
Remove unused routines.
tegge
1997-06-12
2
-100
/
+2
*
Fix a problem caused by removing large numbers of files from a directory
dfr
1997-06-06
1
-2
/
+6
*
Various fixes from NetBSD:
dfr
1997-06-03
6
-21
/
+32
*
Implement the async mount option for NFSv3. This makes NFS pretend that all
dfr
1997-06-03
2
-3
/
+8
*
Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers are
dfr
1997-06-03
1
-8
/
+50
*
Fix some performance problems with the NFS mmap fixes.
dfr
1997-06-03
1
-4
/
+4
*
Plug a memory leak in nfs_link.
dfr
1997-05-20
1
-2
/
+2
*
Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff
dfr
1997-05-19
4
-9
/
+92
*
Remove redundant check for vp == dvp (done in VFS before calling).
phk
1997-05-17
1
-7
/
+1
*
Use same syntax as netboot for root and swap mounts.
tegge
1997-05-14
1
-163
/
+155
*
Check the B_CLUSTER flag when choosing whether to use unstable or filesync
dfr
1997-05-13
1
-2
/
+2
*
Don't keep addresses in mbuf chains. This should simplify the next round
dfr
1997-05-13
3
-38
/
+53
*
Use the old nfs arguments in the nfs_diskless structure, to be
tegge
1997-05-12
2
-51
/
+58
*
Bring in some kernel bootp support. This removes the need for netboot
tegge
1997-05-11
5
-16
/
+1985
*
Implement a separate control for write gathering on NFSv3. This is turned
dfr
1997-05-10
2
-4
/
+14
*
Fix a nasty hang connected with write gathering. Also add debug print
dfr
1997-05-10
4
-20
/
+42
*
Prevent a mapped root which appears on the server as e.g. nobody from
dfr
1997-05-09
1
-3
/
+47
*
Fix memory leak caused by the fact that the directory offset cookies and
dfr
1997-05-09
1
-4
/
+4
*
Now I can even execute "df" on my diskless :-)
phk
1997-05-04
1
-31
/
+32
*
1. Add a {pointer, v_id} pair to the vnode to store the reference to the
phk
1997-05-04
1
-3
/
+2
*
Make nfs roots (diskless) functional again. It may still not be correct,
phk
1997-05-03
1
-1
/
+5
*
Allow NULL rpcs on non-privileged ports at all times to work around broken
dfr
1997-04-30
1
-2
/
+3
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
2
-25
/
+35
*
Fix broken usage of nm_readdirsize and increase the socket buffers for UDP
dfr
1997-04-22
2
-13
/
+8
*
Fix a bug where a program which appended many small records to a file could
dfr
1997-04-19
1
-1
/
+3
*
Don't allow partial buffers to be cluster-comitted.
dfr
1997-04-18
1
-4
/
+7
*
Fix various bugs in the locking protocol, allowing proper shared locks
dfr
1997-04-04
5
-24
/
+7
*
The code which recovered from a modified directory situation did not check
dfr
1997-04-03
1
-1
/
+8
*
Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufs
bde
1997-03-29
2
-4
/
+2
*
Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.
bde
1997-03-29
1
-43
/
+5
*
Add code that will reject nfs requests in teh kernel from nonprivileged
guido
1997-03-27
2
-2
/
+25
*
Use the correct (relative to the implementation) ordering of args in
peter
1997-03-25
1
-1
/
+5
*
The local fs interface does not allow link()/unlink() of directories,
peter
1997-03-25
1
-4
/
+7
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
3
-19
/
+29
*
YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK for
bde
1997-03-09
1
-2
/
+2
*
Fixed a panic in nfs_writevp(). Lite2 provided a fix for a silly
bde
1997-02-28
1
-5
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
24
-24
/
+24
[next]