From owner-freebsd-questions@FreeBSD.ORG Tue Feb 26 11:56:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAB061066278 for ; Tue, 26 Feb 2008 11:56:34 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id DB2D513C5C3 for ; Tue, 26 Feb 2008 11:50:35 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 8825F1CDCC; Tue, 26 Feb 2008 02:50:32 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 26 Feb 2008 12:48:33 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802261248.34119.fbsd.questions@rachie.is-a-geek.net> Cc: a arcadia Subject: Re: Where is connect? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 11:56:35 -0000 On Tuesday 26 February 2008 03:23:45 a arcadia wrote: > This is likely a silly question but where exactly is the source for > connect? Under /usr/src/lib/libc/sys there is connect.2 but no > connect.c, or any other socket functions for that matter. sys/kern/uipc_syscalls.c -- Mel Problem with today's modular software: they start with the modules and never get to the software part.