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
/
lib
/
libstand
/
nfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r240850 and remove redundant NULL check before free(3).
kevlo
2012-09-24
1
-8
/
+4
*
Avoid NULL dereference
kevlo
2012-09-23
1
-2
/
+4
*
Make nfs_readdir() more careful about using response data, cached in global
mav
2012-09-21
1
-20
/
+24
*
Don't use global nfs_root_node variable as per-file storage. There are
mav
2012-09-21
1
-51
/
+35
*
Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.
rmacklem
2010-09-02
1
-2
/
+742
*
ANSIfy, whitespace and comment adjustments, to simplify comparing these
emaste
2009-09-13
1
-57
/
+29
*
use the correct variable in a debug message.
luigi
2008-11-21
1
-1
/
+1
*
On i386, don't try to do network-type stuff if the device name is'nt pxeN.
dfr
2008-04-05
1
-0
/
+7
*
Clean up error handling in libstand filesystem code to be more consistent:
jhb
2004-01-21
1
-2
/
+3
*
Fix a machine check abort caused by the EFI loader trying to open a
marcel
2003-03-03
1
-1
/
+2
*
Stash various networking paramters in the environment for the kernel
jake
2002-07-31
1
-1
/
+15
*
Add a hack (kludge?) to avoid trying to access files backed by disk
jake
2002-07-07
1
-0
/
+4
*
Remove 'register' keyword.
obrien
2002-03-21
1
-13
/
+13
*
Add __FBSDID()s to libstand
dillon
2001-09-30
1
-1
/
+3
*
Expose the NFS root node, so that an evil consumer can use it to get the
msmith
2000-09-05
1
-1
/
+1
*
Add readdir support to the NFS filesystem in libstand.
ps
2000-05-01
1
-1
/
+80
*
Do not attempt to free a nfs node if it is the root node. The root
ps
2000-05-01
1
-2
/
+3
*
Add a readdir function to the loader fsops vector, and implement the
jlemon
2000-04-29
1
-2
/
+9
*
Path arguments to *_open functions should be const, but we were mangling
msmith
1998-09-18
1
-7
/
+13
*
This is libstand; a support library for standalone executables (eg. bootstrap
msmith
1998-08-20
1
-0
/
+653