Date: Thu, 31 Aug 2000 08:47:14 -0400 (EDT) From: Bosko Milekic <bmilekic@dsuper.net> To: Nickolay Dudorov <nnd@mail.nsk.ru> Cc: current@FreeBSD.ORG, Brian Feldman <green@FreeBSD.ORG> Subject: Re: cvs commit: src/sys/kern uipc_socket2.c Message-ID: <Pine.BSF.4.21.0008310845200.12263-100000@jehovah.technokratis.com> In-Reply-To: <200008310612.e7V6C9m00286@wint.itfs.nsk.su>
next in thread | previous in thread | raw e-mail | index | archive | help
Uh-oh. Could this have something to do with the fact that Brian passes `cc' to chgsbsize(), which declares it as a u_long, when in fact it should be handled as an rlim_t, which is really a 64-bit integer? I'm not too sure, as I didn't think at first that reverting just this back would solve the problem. On Thu, 31 Aug 2000, Nickolay Dudorov wrote: > In article <200008300009.RAA96392@freefall.freebsd.org> you wrote: > > green 2000/08/29 17:09:58 PDT > > > > Modified files: > > sys/kern uipc_socket2.c > > Log: > > Remove an extraneous setting of sb_hiwat. > > > > Revision Changes Path > > 1.63 +1 -2 src/sys/kern/uipc_socket2.c > > After reverting this file to rev 1.62 i can build, boot > and use my kernel. The kernels builded after yesterday's and today's > cvsup (i.e. with the 1.63 rev of sys/kern/uipc_socket2.c) hung after > ssh-ing to this system (or telnet-ting ;-). (See 'current' and 'stable' > maillists for more detailed description of the problem). > > N.Dudorov Cheers, Bosko Milekic bmilekic@technokratis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008310845200.12263-100000>