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
/
nfsserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staticize.
eivind
1998-02-09
3
-9
/
+9
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
3
-10
/
+3
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
3
-3
/
+10
*
Added #include of <sys/queue.h> so that this file is more "self"-sufficent.
bde
1998-02-03
1
-1
/
+3
*
Forward declare some structs so that this file is more self-sufficient.
bde
1998-02-03
1
-1
/
+3
*
Moved declaration of `union nethostadr' outside of the KERNEL section,
bde
1998-02-01
2
-30
/
+30
*
Change the busy page mgmt, so that when pages are freed, they
dyson
1998-01-31
1
-1
/
+6
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
1
-3
/
+1
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
2
-2
/
+4
*
Added a used include.
bde
1997-12-20
1
-6
/
+9
*
Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often
bde
1997-11-24
1
-4
/
+7
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
2
-8
/
+4
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-5
/
+3
*
Removed unused #includes.
bde
1997-10-28
4
-13
/
+4
*
Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.
bde
1997-10-28
1
-2
/
+2
*
Always initialize the syscall vectors for our "private" syscalls (not
phk
1997-10-26
1
-10
/
+4
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
5
-9
/
+31
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
2
-32
/
+33
*
Remove a couple of stubborn NetBSD #if's.
phk
1997-09-10
1
-5
/
+1
*
unifdef -U__NetBSD__ -D__FreeBSD__
phk
1997-09-10
4
-38
/
+4
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
2
-2
/
+4
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
7
-197
/
+255
*
Removed unused #includes.
bde
1997-08-02
1
-7
/
+1
*
Correct some dumb mistakes in the WebNFS stuff.
dfr
1997-07-22
1
-8
/
+16
*
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
6
-80
/
+340
*
Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.
tegge
1997-06-25
1
-1
/
+2
*
Don't require superuser privileges for creating fifos. The v2 case was
bde
1997-06-14
1
-3
/
+4
*
Various fixes from NetBSD:
dfr
1997-06-03
4
-10
/
+11
*
Implement the async mount option for NFSv3. This makes NFS pretend that all
dfr
1997-06-03
1
-2
/
+5
*
Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff
dfr
1997-05-19
2
-4
/
+4
*
Don't keep addresses in mbuf chains. This should simplify the next round
dfr
1997-05-13
4
-41
/
+61
*
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
-4
/
+59
*
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
1
-3
/
+3
*
Fix various bugs in the locking protocol, allowing proper shared locks
dfr
1997-04-04
1
-9
/
+1
*
Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufs
bde
1997-03-29
1
-2
/
+1
*
Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.
bde
1997-03-29
2
-86
/
+10
*
Add code that will reject nfs requests in teh kernel from nonprivileged
guido
1997-03-27
3
-3
/
+28
*
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
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
2
-6
/
+6
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
10
-10
/
+10
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
9
-137
/
+276
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
10
-10
/
+10
*
Improve the queuing algorithms used by NFS' asynchronous i/o. The
dfr
1996-11-06
4
-48
/
+48
*
This fixes a problem with the nfs socket handling code which happens
dfr
1996-10-11
1
-6
/
+16
[next]