cvs commit: src/usr.sbin/rpcbind rpcbind.c

2008-02-14 Thread Yar Tikhiy
yar 2008-02-14 20:12:23 UTC FreeBSD src repository Modified files: usr.sbin/rpcbind rpcbind.c Log: No network addresses in the system isn't a good excuse for rpcbind(8) to crash. The crash was due to a boolean variable initialized improperly. Besides fixing the

cvs commit: src/usr.sbin/rpcbind rpcbind.c

2007-10-23 Thread Matteo Riondato
matteo 2007-10-23 07:35:17 UTC FreeBSD src repository Modified files: usr.sbin/rpcbind rpcbind.c Log: Avoid leaking file descriptors Revision ChangesPath 1.18 +7 -3 src/usr.sbin/rpcbind/rpcbind.c ___

cvs commit: src/usr.sbin/rpcbind rpcbind.c

2007-06-09 Thread Matteo Riondato
matteo 2007-06-09 09:20:22 UTC FreeBSD src repository Modified files: usr.sbin/rpcbind rpcbind.c Log: Remove a comment I forgot to remove Revision ChangesPath 1.17 +1 -1 src/usr.sbin/rpcbind/rpcbind.c ___

cvs commit: src/usr.sbin/rpcbind rpcbind.c

2007-05-01 Thread Matteo Riondato
matteo 2007-05-01 14:47:36 UTC FreeBSD src repository Modified files: usr.sbin/rpcbind rpcbind.c Log: Correctly inizialize local/unix transport. I broke it in rev.1.15. PR: bin/1122566 MFC after: 1 week Revision ChangesPath 1.16 +162 -97