Re: cvs commit: src/usr.sbin/rpc.statd statd.c

2008-04-07 Thread Doug Rabson
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

cvs commit: src/usr.sbin/rpc.statd statd.c

2008-04-06 Thread Alexander Kabaev
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 ___

cvs commit: src/usr.sbin/rpc.statd statd.c src/usr.sbin/rpc.lockd lockd.c

2008-04-06 Thread Doug Rabson
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

cvs commit: src/usr.sbin/rpc.statd statd.c

2007-08-11 Thread Don Lewis
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

cvs commit: src/usr.sbin/rpc.statd statd.c

2007-08-05 Thread Don Lewis
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