From owner-freebsd-hackers Mon Jan 13 10:23:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA27412 for hackers-outgoing; Mon, 13 Jan 1997 10:23:32 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id KAA27403; Mon, 13 Jan 1997 10:23:28 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id KAA29571; Mon, 13 Jan 1997 10:21:33 -0800 (PST) Message-Id: <199701131821.KAA29571@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Lee Crites cc: freebsd-hackers@freebsd.org, wollman@freebsd.org Subject: Re: bug in setsockopt()... ? In-reply-to: Your message of "Mon, 13 Jan 1997 11:53:20 CST." <1.5.4.32.19970113175320.0066a1bc@jump.net> From: David Greenman Reply-To: dg@root.com Date: Mon, 13 Jan 1997 10:21:33 -0800 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Well, this thread is making me somewhat nervous. Being really new to the >whole FreeBSD world, I don't know where, or how, to check this 'whiteboard.' >Can anyone point me to a list of the bugs in the ipc functions? Who are the >people working on them? What kind of help do they need? Can I try to abuse >some of the fixes for them? Needless to say, if I'm going to write my book >and use FreeBSD as the base os for my source, I have a somewhat vested >interest in ensuring the os works. And more than that, ensure it is >compatible with the other flavors of unix. > >Thanks for any pointers/help you can pass along... All operating systems have bugs. The setsockopt for SO_RCVBUF/SO_SNDBUF was broken (I think) when Path MTU Discovery was implemented about a year ago. It will be fixed - hopefully soon, but you should just document how it is supposed to work and forget about the bugs. As for access to people's whiteboards, well, mine is hanging on my wall and changes all the time. I don't have an electronic version (and don't intend to create one). It currently has things on it such as "telnetd ptcout hang" and "ix driver panic", but most of the items only mean something to me. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project