<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ps.1</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2b3f93ea6d1f70880f3e87f3c2cbe0dc0bfc9332 - kernel - Add per-process capability-based restrictions</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#2b3f93ea6d1f70880f3e87f3c2cbe0dc0bfc9332</link>
        <description>kernel - Add per-process capability-based restrictions* This new system allows userland to set capability restrictions which  turns off numerous kernel features and root accesses.  These restrictions  are inherited by sub-processes recursively.  Once set, restrictions cannot  be removed.  Basic restrictions that mimic an unadorned jail can be enabled without  creating a jail, but generally speaking real security also requires  creating a chrooted filesystem topology, and a jail is still needed  to really segregate processes from each other.  If you do so, however,  you can (for example) disable mount/umount and most global root-only  features.* Add new system calls and a manual page for syscap_get(2) and syscap_set(2)* Add sys/caps.h* Add the &quot;setcaps&quot; userland utility and manual page.* Remove priv.9 and the priv_check infrastructure, replacing it with  a newly designed caps infrastructure.* The intention is to add path restriction lists and similar features to  improve jailess security in the near future, and to optimize the  priv_check code.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 13 Oct 2023 02:55:19 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>6b921297e7b5df59544411472dffe8fd22ab1068 - Remove obsolete dev_mkdb(8)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#6b921297e7b5df59544411472dffe8fd22ab1068</link>
        <description>Remove obsolete dev_mkdb(8)The devname(3) has long been updated to determine the device name viathe &apos;kern.devname&apos; sysctl provided by devfs(5).  The dev.db created bydev_mkdb(8) is thus unused and obsolete.  So remove dev_mkdb(8) as welland update relevant parts.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 01 Jan 2021 07:14:03 +0000</pubDate>
        <dc:creator>Aaron LI &lt;aly@aaronly.me&gt;</dc:creator>
    </item>
<item>
        <title>d84a3b8d4adc9eaaa1f854f74cce2cb96ad1840c - ps.1: Update FILES section a bit.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#d84a3b8d4adc9eaaa1f854f74cce2cb96ad1840c</link>
        <description>ps.1: Update FILES section a bit.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Tue, 13 Mar 2018 10:37:43 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>779c5f445a56530656296e18822171f55bf8ec8b - ps - Adjust STATUS formatting</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#779c5f445a56530656296e18822171f55bf8ec8b</link>
        <description>ps - Adjust STATUS formatting* Remove the leading space for (%s) command display.  The leading space  was causing indented output via -R to be incorrectly indented.* Remove the &apos;L&apos; STATUS flag, it hasn&apos;t been meaningful for a long time.  The status is more likely to fit in its 6-char slot, which we need now  that many systems have &gt;= 10 cpus.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Wed, 31 Aug 2016 05:17:28 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>4e30bdab7da4f840a8f707b59487ade43c314fd6 - Add/fix some HISTORY sections in bin/ manual pages.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#4e30bdab7da4f840a8f707b59487ade43c314fd6</link>
        <description>Add/fix some HISTORY sections in bin/ manual pages.Submitted-by:   Sevan JaniyanDragonfly-bugs: 2937-2945

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Tue, 23 Aug 2016 13:21:05 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>0c880be688dad567832cc258ee066b8476dcb0d5 - ps(1): Add -A option, as specified by POSIX.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#0c880be688dad567832cc258ee066b8476dcb0d5</link>
        <description>ps(1): Add -A option, as specified by POSIX.Still missing: -d, -G and -n.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Thu, 16 Jun 2016 12:12:46 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>c5625a2ed23332aec92c992ef9a9337014b8d042 - Include alias &quot;args&quot; in /bin/ps.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#c5625a2ed23332aec92c992ef9a9337014b8d042</link>
        <description>Include alias &quot;args&quot; in /bin/ps.* Include alias &quot;args&quot; required by SUSv3.* Improve argument handling of aliases: allows specification  of different heading as in &quot;ps -o args=MOM&quot;.  This will make some ports happier.Changes obtained from OpenBSD.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Sun, 13 Mar 2016 15:04:40 +0000</pubDate>
        <dc:creator>Peeter Must &lt;karu.pruun@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5d556fd48e8da933c95e63c1a5febe9fee71c4ff - ps.1: Remove info about the no longer existing &apos;M&apos; process state.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#5d556fd48e8da933c95e63c1a5febe9fee71c4ff</link>
        <description>ps.1: Remove info about the no longer existing &apos;M&apos; process state.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Mon, 13 Jan 2014 06:08:46 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>2c8ebde5edf864d8f1098f52ddf1ffd26ea79633 - ps - Remove display of the &apos;M&apos;P state</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#2c8ebde5edf864d8f1098f52ddf1ffd26ea79633</link>
        <description>ps - Remove display of the &apos;M&apos;P state* Remove display of the &apos;M&apos; flag, which used to mean that the process was  running MPSAFE w/regards to the kernel&apos;s mp_lock.  Well, pretty much  all processes are MPSAFE now, so the flag just clutters the output.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 08 Nov 2013 18:20:02 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>d1dda6765e728e9fa90492c00648fdd26263761f - ps - Allow a pid specification in combination with -R</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#d1dda6765e728e9fa90492c00648fdd26263761f</link>
        <description>ps - Allow a pid specification in combination with -R* e.g. &apos;ps R23434&apos; will output the specified process plus also output  all children (recursively) of that process.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Wed, 16 Oct 2013 06:03:18 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>dc71b7ab81c4f5270d3668e1625d94a58895fa7a - Correct BSD License clause numbering from 1-2-4 to 1-2-3.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#dc71b7ab81c4f5270d3668e1625d94a58895fa7a</link>
        <description>Correct BSD License clause numbering from 1-2-4 to 1-2-3.Apparently everyone&apos;s doing it:http://svnweb.freebsd.org/base?view=revision&amp;revision=251069Submitted-by: &quot;Eitan Adler&quot; &lt;lists at eitanadler.com&gt;

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 31 May 2013 00:27:15 +0000</pubDate>
        <dc:creator>Justin C. Sherrill &lt;justin@shiningsilence.com&gt;</dc:creator>
    </item>
<item>
        <title>3170ffd7ca62e2b163aac1bff57a8d23461a7974 - Remove advertising header from man pages.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#3170ffd7ca62e2b163aac1bff57a8d23461a7974</link>
        <description>Remove advertising header from man pages.By: Eitan Adler &lt;lists@eitanadler.com&gt;

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Mon, 06 May 2013 02:26:03 +0000</pubDate>
        <dc:creator>Justin C. Sherrill &lt;justin@shiningsilence.com&gt;</dc:creator>
    </item>
<item>
        <title>77153909a794f91d697f3b431ad7b30eea02e327 - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#77153909a794f91d697f3b431ad7b30eea02e327</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 26 Oct 2012 15:38:37 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>f5fa7250d332a4ff2b605f3a3887cbb3840baadb - ps.1: Adjust info regarding SMP systems.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#f5fa7250d332a4ff2b605f3a3887cbb3840baadb</link>
        <description>ps.1: Adjust info regarding SMP systems.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 26 Oct 2012 15:33:49 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>8e1c6f815cab59f3f869ca918f763f975a5a983a - Rename /kernel and /module to /boot/kernel and /boot/module where appropriate.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#8e1c6f815cab59f3f869ca918f763f975a5a983a</link>
        <description>Rename /kernel and /module to /boot/kernel and /boot/module where appropriate.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Tue, 02 Sep 2008 11:50:47 +0000</pubDate>
        <dc:creator>Matthias Schmidt &lt;matthias@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c49ea21f53cec3da4c137f9d82e566e959516bce - Renamed kern.ps_showallprocs to security.ps_showallprocs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#c49ea21f53cec3da4c137f9d82e566e959516bce</link>
        <description>Renamed kern.ps_showallprocs to security.ps_showallprocs

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 04 Jan 2008 12:31:45 +0000</pubDate>
        <dc:creator>Matthias Schmidt &lt;matthias@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>2b0645c398f38dacbaa8c96cf3d074b8811374b0 - Add &apos;-H&apos;, &apos;nlwp&apos;, and &apos;tid&apos; options to ps(1) to display some LWP data (inspired</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#2b0645c398f38dacbaa8c96cf3d074b8811374b0</link>
        <description>Add &apos;-H&apos;, &apos;nlwp&apos;, and &apos;tid&apos; options to ps(1) to display some LWP data (inspiredfrom FreeBSD options).  Clean up the kernel&apos;s initialization of the kl_tidfield.Submitted-by: &quot;Nicolas Thery&quot; &lt;nthery@gmail.com&gt;

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Tue, 14 Aug 2007 20:29:07 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>fac2512246bab2e63649e94afefabdb1c8256ca0 - Update documentation.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#fac2512246bab2e63649e94afefabdb1c8256ca0</link>
        <description>Update documentation.Nudged in the back by: Sascha Wildner &lt;saw@online.de&gt;,  Ouch!

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 25 May 2007 00:59:06 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>92a93b69d4e1301a8368978dd8a3535de47c708b - The R state is followed by the CPU number.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/bin/ps/ps.1#92a93b69d4e1301a8368978dd8a3535de47c708b</link>
        <description>The R state is followed by the CPU number.

            List of files:
            /dflybsd-src/bin/ps/ps.1</description>
        <pubDate>Fri, 23 Mar 2007 10:11:54 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;swildner@dragonflybsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
