From owner-freebsd-hackers@freebsd.org Thu Dec 14 21:04:46 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9FFFE8FC0C for ; Thu, 14 Dec 2017 21:04:46 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:a:dead:bad:faff]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86BEF79C4D for ; Thu, 14 Dec 2017 21:04:46 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id vBEL4iQg051305; Thu, 14 Dec 2017 21:04:45 GMT (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id vBEL4i7s051297; Thu, 14 Dec 2017 21:04:44 GMT (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201712142104.vBEL4i7s051297@donotpassgo.dyslexicfish.net> Date: Thu, 14 Dec 2017 21:04:43 +0000 Organization: Dyslexic Fish To: freebsd-hackers@freebsd.org, alexandrugoia9@gmail.com Subject: Re: * current of freebsd References: In-Reply-To: User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Thu, 14 Dec 2017 21:04:45 +0000 (GMT) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 21:04:46 -0000 Alexandru Goia wrote: > Greetings, > > What is the analog of * current from linux, in freebsd ? It's called "CURRENT" and is referenced by the version number it will maintain when it becomes STABLE - it's currently tagged 12.0-CURRENT, and is available as "head" in the source code: https://svnweb.freebsd.org/base/head/ Cheers, Jamie