<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed0d9218 - Add a package for jail(8) and related utilities.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#ed0d9218</link>
        <description>Add a package for jail(8) and related utilities.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Wed, 20 Jan 2016 17:07:13 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de6f3704 - Add libjail, a (somewhat) simpler interface to the jail_set and jail_get</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#de6f3704</link>
        <description>Add libjail, a (somewhat) simpler interface to the jail_set and jail_getsystem calls and the security.jail.param sysctls.Approved by:	bz (mentor)

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Wed, 24 Jun 2009 18:18:35 +0000</pubDate>
        <dc:creator>Jamie Gritton &lt;jamie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73d0971b - Add support for the arbitrary named jail parameters used by jail_set(2)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#73d0971b</link>
        <description>Add support for the arbitrary named jail parameters used by jail_set(2)and jail_get(2).  Jail(8) can now create jails using a &quot;name=value&quot;format instead of just specifying a limited set of fixed parameters; itcan also modify parameters of existing jails.  Jls(8) can display allparameters of jails, or a specified set of parameters.  The availableparameters are gathered from the kernel, and not hard-coded into theseprograms.Small patches on killall(1) and jexec(8) to support jail names withjail_get(2).Approved by:	bz (mentor)

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Wed, 27 May 2009 14:30:26 +0000</pubDate>
        <dc:creator>Jamie Gritton &lt;jamie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>413628a7 - MFp4:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#413628a7</link>
        <description>MFp4:  Bring in updated jail support from bz_jail branch.This enhances the current jail implementation to permit multipleaddresses per jail. In addtion to IPv4, IPv6 is supported as well.Due to updated checks it is even possible to have jails withoutan IP address at all, which basically gives one a chroot withrestricted process view, no networking,..SCTP support was updated and supports IPv6 in jails as well.Cpuset support permits jails to be bound to specific processorsets after creation.Jails can have an unrestricted (no duplicate protection, etc.) namein addition to the hostname. The jail name cannot be changed fromwithin a jail and is considered to be used for management purposesor as audit-token in the future.DDB &apos;show jails&apos; command was added to aid debugging.Proper compat support permits 32bit jail binaries to be used on 64bitsystems to manage jails. Also backward compatibility was preserved wherepossible: for jail v1 syscalls, as well as with user space managementutilities.Both jail as well as prison version were updated for the new features.A gap was intentionally left as the intermediate versions had beenused by various patches floating around the last years.Bump __FreeBSD_version for the afore mentioned and in kernel changes.Special thanks to:- Pawel Jakub Dawidek (pjd) for his multi-IPv4 patches  and Olivier Houchard (cognet) for initial single-IPv6 patches.- Jeff Roberson (jeff) and Randall Stewart (rrs) for their  help, ideas and review on cpuset and SCTP support.- Robert Watson (rwatson) for lots and lots of help, discussions,  suggestions and review of most of the patch at various stages.- John Baldwin (jhb) for his help.- Simon L. Nielsen (simon) as early adopter testing changes  on cluster machines as well as all the testers and people  who provided feedback the last months on freebsd-jail and  other channels.- My employer, CK Software GmbH, for the support so I could work on this.Reviewed by:	(see above)MFC after:	3 months (this is just so that I get the mail)X-MFC Before:   7.2-RELEASE if possible

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Sat, 29 Nov 2008 14:32:14 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70b75adf - Add -u and -U which functions like the jail(8) that allow</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#70b75adf</link>
        <description>Add -u and -U which functions like the jail(8) that allowcommands to be executed under a different credential.PR:		bin/95777Submitted by:	clsung

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Wed, 19 Apr 2006 10:12:10 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebf5d9bc - o Add jls(8) for listing active jails.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/jexec/Makefile#ebf5d9bc</link>
        <description>o Add jls(8) for listing active jails.o Add jexec(8) to execute a command in an existing jail.o Add -j option for killall(1) to kill all processes in a specified  jail.o Add -i option to jail(8) to output jail ID of newly created jail.

            List of files:
            /freebsd-14.2/usr.sbin/jexec/Makefile</description>
        <pubDate>Wed, 09 Apr 2003 03:04:12 +0000</pubDate>
        <dc:creator>Mike Barcroft &lt;mike@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
