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
/
usr.sbin
/
nfsd
/
nfsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make this compile and not segfault on ia64. ptr = strdup("foo"); is
peter
2002-05-01
1
-3
/
+4
*
Fix problem in macro definition breaking compiles with -DDEBUG.
pb
2002-03-26
1
-1
/
+1
*
When nfsd was started with only UDP servers, the master nfsd would
iedowse
2001-10-16
1
-76
/
+106
*
Deal with nfs server module changes for autoloading.
peter
2001-09-20
1
-9
/
+4
*
Userland part of nfs client/server split and cleanup.
peter
2001-09-18
1
-149
/
+5
*
Don't call daemon() and setup our signal handlers until after we check
alfred
2001-03-25
1
-41
/
+34
*
Disable ipv6 when getnetconfigent("udp6"/"tcp6") fails.
alfred
2001-03-25
1
-1
/
+2
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-283
/
+540
*
Don't use libutil now that setproctitle() is in libc
brian
2000-09-02
1
-1
/
+0
*
Give nfsd the ability to bind to specific IP addresses through the -h
dillon
1999-11-11
1
-23
/
+63
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Do not dot terminate syslog() string. Remove unused #includes. Add rcsid. -Wall.
charnier
1998-07-15
1
-24
/
+22
*
Fix two missing arguments detected by "-Wformat".
jdp
1997-11-18
1
-2
/
+4
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Merge from Lite2 (use new getvfsbyname() interface)
peter
1997-03-11
1
-9
/
+9
*
Default to udp if neither udp nor tcp is specified. The previous revision
bde
1996-05-01
1
-1
/
+2
*
default to udp if no flags specified...closes PR#bin/759
scrappy
1996-04-13
1
-0
/
+1
*
#include <kerberosIV/des.h> -> #include <des.h>
markm
1996-02-11
1
-1
/
+1
*
Make nfsd use setproctitle from libutil...
peter
1996-01-01
1
-0
/
+9
*
The version of setproctitle() inside nfsd was busted. It was not terminating
peter
1995-12-15
1
-0
/
+1
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
1
-25
/
+85
*
Automatically load NFS and a bevy of other filesystems.
wollman
1994-09-22
1
-0
/
+12
*
Use nulls to pad proctitle rather than spaces...makes ps(1) output more
dg
1994-08-11
1
-1
/
+1
*
BSD 4.4 Lite sbin Sources
rgrimes
1994-05-26
1
-0
/
+589