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
/
nfs_syscalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle
luoqi
1998-09-01
1
-2
/
+3
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-9
/
+21
*
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
peter
1998-05-31
1
-15
/
+15
*
Use the new SB_UPCALL flag,
peter
1998-05-31
1
-1
/
+4
*
NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim
peter
1998-05-31
1
-164
/
+162
*
Allow control of the attribute cache timeouts at mount time.
peter
1998-05-19
1
-17
/
+20
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-19
/
+16
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
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
1
-6
/
+3
*
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
1
-4
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-3
/
+3
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-28
/
+29
*
Merge WebNFS changes from NetBSD.
dfr
1997-07-16
1
-2
/
+3
*
Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.
tegge
1997-06-25
1
-1
/
+2
*
Don't keep addresses in mbuf chains. This should simplify the next round
dfr
1997-05-13
1
-2
/
+12
*
Implement a separate control for write gathering on NFSv3. This is turned
dfr
1997-05-10
1
-2
/
+10
*
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
1
-6
/
+8
*
Add code that will reject nfs requests in teh kernel from nonprivileged
guido
1997-03-27
1
-1
/
+22
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
1
-4
/
+4
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Improve the queuing algorithms used by NFS' asynchronous i/o. The
dfr
1996-11-06
1
-40
/
+40
*
#include <sys/filedesc.h> explicitly instead of depending on it being
bde
1996-04-30
1
-1
/
+2
*
Add an option NFS_NOSERVER which saves 100K in the install kernel (or
phk
1996-01-13
1
-8
/
+21
*
Staticize.
phk
1995-12-17
1
-7
/
+10
*
Completed function declarations and/or added prototypes and/or moved
bde
1995-12-03
1
-4
/
+1
*
Completed function declarations, added prototypes and removed redundant
bde
1995-11-21
1
-7
/
+14
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-14
1
-1
/
+6
*
Second batch of cleanup changes.
phk
1995-10-29
1
-4
/
+1
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
1
-162
/
+409
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
This is a bunch of changes from NetBSD. There are a couple of bug-fixes.
phk
1994-10-17
1
-84
/
+65
*
Prototyping and general gcc-shutting up. Gcc has one warning now which looks
phk
1994-10-02
1
-19
/
+34
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+10
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+874