From owner-freebsd-hackers@FreeBSD.ORG Mon May 5 13:05:23 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD89B106564A for ; Mon, 5 May 2008 13:05:23 +0000 (UTC) (envelope-from carl.shapiro@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.freebsd.org (Postfix) with ESMTP id 764348FC1A for ; Mon, 5 May 2008 13:05:23 +0000 (UTC) (envelope-from carl.shapiro@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so1098521wra.13 for ; Mon, 05 May 2008 06:05:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=Aq4KohFIkIkOkKQi9qLBfg5dA6yfcfOl5cfw2AtqJD8=; b=qHwrkknOibLQ+WFREx/lwbhh6Ow00SO+ofLnypQvXPhKWxfXkTMoIpRhbko+Cm8NBYfRC+tYhAefapPupRvl7r4enzcEqnP2W8qgRkBC0Cw3DqJguc3Fb1TCzsl91fM3jpOz1SKv0rkOlVDe63HytCDAWE1mIbsHFqt0pVRuZbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Xb5761RxDI0wqZMM4tgvC3btPTHtcH637JeLf6RCpmkzC/TMzczjRqeWal9sFByfA7PG3polBC3SKrncLSKeTMxwWI7JLor53RDkbsaI/IL+I5tB6r195vAFJTuVzdnTSMXdFk0131Q8DitbHs6YbtIUJ5D/yXJLnUS41aLSRw0= Received: by 10.142.158.17 with SMTP id g17mr2498155wfe.127.1209991225171; Mon, 05 May 2008 05:40:25 -0700 (PDT) Received: by 10.142.162.12 with HTTP; Mon, 5 May 2008 05:40:25 -0700 (PDT) Message-ID: <4dcb5abd0805050540m292b319aw52aa2cb8ba018e12@mail.gmail.com> Date: Mon, 5 May 2008 05:40:25 -0700 From: "Carl Shapiro" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: binary compatibility query X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 13:05:23 -0000 FreeBSD Hackers, I have a general question about the compatibility of FreeBSD binaries within major releases. If I build a binary for a given release of FreeBSD can I make a reasonable guarantee that the binary will run on both previous and subsequent minor releases of the same major release? In other words, if I build on FreeBSD 6.3 and do not rely on anything unique to 6.3 (such as the presence of specific version strings) how certain can I be that the code will or will not run on 6.2, 6.1 etc.? Also, is this documented anywhere on the FreeBSD web site? The closest thing I could find is the following guidance for driver vendors which falls just short of answering my question: http://wiki.freebsd.org/VendorInformation (Too bad the fancy illustration is missing.) Regards, Carl