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

2006-08-23 Thread Thomas Quinot
thomas 2006-08-23 17:24:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/rpc.lockd kern.c Log: MFC revs 1.20 and 1.21 to RELENG_6: * Use setproctitle(3) to provide identification of the client and server processes * style fix of above.

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

2006-08-16 Thread Maxim Konovalov
maxim 2006-08-17 05:55:21 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: o Style previous. Revision ChangesPath 1.21 +2 -2 src/usr.sbin/rpc.lockd/kern.c ___ cvs-all@freebsd.org mailin

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

2006-08-16 Thread Thomas Quinot
thomas 2006-08-16 18:33:35 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: Use setproctitle(3) to provide identification of the client and server processes created by rpc.lockd. MFC after: 1 week Revision ChangesPath 1.20

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

2006-06-01 Thread Craig Rodrigues
rodrigc 2006-06-02 01:20:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/rpc.lockd kern.c Log: MFC: 1.19 Move call to ignore SIGPIPE signals before calling fork(), so that both parent and child processes ignore this signal. PR:

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

2006-05-26 Thread Craig Rodrigues
rodrigc 2006-05-27 02:37:37 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: Move call to ignore SIGPIPE signals before calling fork(), so that both parent and child processes ignore this signal. PR: bin/97768 Submitted by: Gea-Su

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

2006-05-25 Thread Craig Rodrigues
rodrigc 2006-05-25 22:12:06 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: Ignore SIGPIPE signals on write() failures. We already check for write() failures and handle EPIPE. Failure to handle SIGPIPE was resulting in rpc.lockd terminating. P

Re: cvs commit: src/usr.sbin/rpc.lockd kern.c

2005-11-18 Thread Harti Brandt
On Fri, 18 Nov 2005, Bruce Evans wrote: BE>On Thu, 17 Nov 2005, Robert Watson wrote: BE> BE>> On Thu, 17 Nov 2005, Hartmut Brandt wrote: BE>> BE>> > harti 2005-11-17 12:19:19 UTC BE>> > BE>> > FreeBSD src repository BE>> > BE>> > Modified files: BE>> >usr.sbin/rpc.lockd kern.c BE>

Re: cvs commit: src/usr.sbin/rpc.lockd kern.c

2005-11-17 Thread Bruce Evans
On Thu, 17 Nov 2005, Robert Watson wrote: On Thu, 17 Nov 2005, Hartmut Brandt wrote: harti 2005-11-17 12:19:19 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: When a user is in more than 16 groups the call to authunix_create() will result in abort()

Re: cvs commit: src/usr.sbin/rpc.lockd kern.c

2005-11-17 Thread Robert Watson
On Thu, 17 Nov 2005, John-Mark Gurney wrote: Hartmut Brandt wrote this message on Thu, Nov 17, 2005 at 12:19 +: harti 2005-11-17 12:19:19 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: When a user is in more than 16 groups the call to authun

Re: cvs commit: src/usr.sbin/rpc.lockd kern.c

2005-11-17 Thread John-Mark Gurney
Hartmut Brandt wrote this message on Thu, Nov 17, 2005 at 12:19 +: > harti 2005-11-17 12:19:19 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/rpc.lockd kern.c > Log: > When a user is in more than 16 groups the call to authunix_create() will > result in ab

Re: cvs commit: src/usr.sbin/rpc.lockd kern.c

2005-11-17 Thread Robert Watson
On Thu, 17 Nov 2005, Hartmut Brandt wrote: harti 2005-11-17 12:19:19 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: When a user is in more than 16 groups the call to authunix_create() will result in abort() beeing called. This is because there is a l

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

2005-11-17 Thread Hartmut Brandt
harti 2005-11-17 12:19:19 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd kern.c Log: When a user is in more than 16 groups the call to authunix_create() will result in abort() beeing called. This is because there is a limit of the number of groups in the RP