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
/
nfsclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
In the words of the submitter:
msmith
1998-05-07
1
-21
/
+1
*
As described by the submitter:
msmith
1998-05-06
1
-2
/
+1
*
Use random() to find our initial xid.
phk
1998-04-06
1
-11
/
+4
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
10
-67
/
+80
*
Don't allow the readdirplus routine to be used in NFS V2.
steve
1998-03-28
1
-1
/
+3
*
Don't depend on <sys/mount.h> including <sys/socket.h>.
bde
1998-03-28
1
-1
/
+2
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
2
-2
/
+4
*
Add a BOOTP_WIRED_TO option, for use on machines with multiple network
tegge
1998-03-14
1
-3
/
+14
*
Update workaround for limitations in the arp code.
tegge
1998-03-14
3
-9
/
+9
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
2
-2
/
+13
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
2
-23
/
+150
*
Trivial filesystem getpages/putpages implementations, set the second.
msmith
1998-03-06
3
-3
/
+20
*
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
4
-18
/
+20
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
4
-11
/
+4
*
Fix an omission of a line from the previous commit to this file. The
dyson
1998-02-05
1
-2
/
+3
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
4
-4
/
+11
*
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
3
-45
/
+45
*
Forward declare more structs that are used in prototypes here - don't
bde
1998-02-01
1
-3
/
+8
*
Release the buffer when an error occurs while reading directory entries.
tegge
1998-01-31
1
-3
/
+6
*
Various NFS fixes:
dyson
1998-01-25
1
-87
/
+78
*
Various NFS fixes:
dyson
1998-01-25
1
-7
/
+13
*
Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).
tegge
1998-01-18
1
-4
/
+4
*
Make the BOOTP family new-style options (in opt_bootp.h)
eivind
1998-01-09
1
-1
/
+3
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+5
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-3
/
+3
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
1
-2
/
+1
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
3
-3
/
+7
*
Added a used include.
bde
1997-12-20
1
-6
/
+9
*
Various of the ISP users have commented that the 1.41 version of the
dyson
1997-12-08
1
-115
/
+19
*
Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often
bde
1997-11-24
1
-4
/
+7
*
Reviewed by: various.
julian
1997-11-12
1
-1
/
+2
*
Rename some local variables to avoid shadowing other local variables.
phk
1997-11-07
1
-5
/
+5
*
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
6
-26
/
+6
*
Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.
bde
1997-10-28
4
-7
/
+8
*
Removed unused #includes. The need for most of them went away with
bde
1997-10-27
1
-4
/
+1
*
VFS interior redecoration.
phk
1997-10-26
1
-3
/
+3
*
Always initialize the syscall vectors for our "private" syscalls (not
phk
1997-10-26
1
-10
/
+4
*
VFS clean up "hekto commit"
phk
1997-10-16
1
-11
/
+5
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-37
/
+1
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
2
-22
/
+13
*
vnops megacommit
phk
1997-10-15
1
-49
/
+3
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-17
/
+17
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-126
/
+116
*
When the default vnops funtion is vn_default_error(), there is no reason to
phk
1997-10-15
2
-116
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
8
-14
/
+56
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
2
-2
/
+6
[next]