On 6 Apr 2008, at 23:08, Alexander Kabaev wrote:
kan 2008-04-06 22:08:17 UTC
FreeBSD src repository
Modified files:
usr.sbin/rpc.statd statd.c
Log:
Fix apparent mis-paste in previous check-in by author.
Sorry about that - I was porting a patch for RELENG_7 back to HEAD and
kan 2008-04-06 22:08:17 UTC
FreeBSD src repository
Modified files:
usr.sbin/rpc.statd statd.c
Log:
Fix apparent mis-paste in previous check-in by author.
Revision ChangesPath
1.19 +1 -1 src/usr.sbin/rpc.statd/statd.c
___
dfr 2008-04-06 13:52:17 UTC
FreeBSD src repository
Modified files:
usr.sbin/rpc.statd statd.c
usr.sbin/rpc.lockd lockd.c
Log:
Call listen(2) on bound tcp sockets before passing them to svc_tli_create.
Revision ChangesPath
1.26 +3 -0 src/usr.sbin
truckman2007-08-12 01:46:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/rpc.statd statd.c
Log:
MFC statd.c 1.15 -
The call to init_file() needs to be moved outside the loop in statd.c,
otherwise mmap() gets called multiple times, which
truckman2007-08-05 16:33:06 UTC
FreeBSD src repository
Modified files:
usr.sbin/rpc.statd statd.c
Log:
The call to init_file() needs to be moved outside the loop in statd.c,
otherwise mmap() gets called multiple times, which eventually fails due
to address space exhaustion