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
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
3
-3
/
+9
*
Reverse rev 1.56 and rev 1.59. These made NFS too flakey.
phk
1997-10-05
1
-7
/
+60
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
5
-52
/
+54
*
select -> poll
peter
1997-09-14
1
-19
/
+18
*
Don't repeat checks done at general level.
phk
1997-09-10
1
-8
/
+3
*
Remove a couple of stubborn NetBSD #if's.
phk
1997-09-10
2
-15
/
+2
*
unifdef -U__NetBSD__ -D__FreeBSD__
phk
1997-09-10
7
-67
/
+7
*
Removed more vestiges of config-time swap configuration.
bde
1997-09-07
2
-6
/
+4
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
5
-5
/
+10
*
Uncut&paste cache_lookup().
phk
1997-08-26
1
-53
/
+5
*
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
[next]