<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/CREDITS, branch cpu-info</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>give credits to @odormond for #1956 and #2011</title>
<updated>2021-11-10T22:34:05+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-11-10T22:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2c43bb7b5b4fb45d667d16eb3239fd933b777322'/>
<id>2c43bb7b5b4fb45d667d16eb3239fd933b777322</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>update HISTORY to include #1981, CREDIT @PetrPospisil, fix C linter warnings</title>
<updated>2021-10-18T18:53:32+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-10-18T18:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=d1cce5caed1b9c3809ed5e2f80c9c413afd0c09a'/>
<id>d1cce5caed1b9c3809ed5e2f80c9c413afd0c09a</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>give CREDITS to @ilius for #1996 + update doc</title>
<updated>2021-10-12T15:08:27+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-10-12T15:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=aa0412e4ead1f2ab53cb95d6121aea8ac2fd20eb'/>
<id>aa0412e4ead1f2ab53cb95d6121aea8ac2fd20eb</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle ENAMETOOLONG on Linux (#1940) (#1955)</title>
<updated>2021-10-05T18:13:38+00:00</updated>
<author>
<name>Nikita Radchenko</name>
<email>nradchenko@protonmail.com</email>
</author>
<published>2021-10-05T18:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=741c143ea371ef3ecf83254341f443182a9547f1'/>
<id>741c143ea371ef3ecf83254341f443182a9547f1</id>
<content type='text'>
When resolving process file descriptors symlinks in procfs (/proc/PID/fd/FD),
the kernel can only deal with file paths no longer than PAGE_SIZE
(which usually equals to PATH_MAX).

https://elixir.bootlin.com/linux/v5.12/source/fs/proc/base.c#L1759

Resolving fd symlink that corresponds to a file with a path longer
than PATH_MAX with readlink(2) would result in ENAMETOOLONG error
(see details in #1940).

We can do nothing to fix this in userspace; therefore these errors
should be ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When resolving process file descriptors symlinks in procfs (/proc/PID/fd/FD),
the kernel can only deal with file paths no longer than PAGE_SIZE
(which usually equals to PATH_MAX).

https://elixir.bootlin.com/linux/v5.12/source/fs/proc/base.c#L1759

Resolving fd symlink that corresponds to a file with a path longer
than PATH_MAX with readlink(2) would result in ENAMETOOLONG error
(see details in #1940).

We can do nothing to fix this in userspace; therefore these errors
should be ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>give credits to @XuehaiPan for #1948, #1949</title>
<updated>2021-10-02T16:22:49+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-10-02T16:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=102a3dd115ef763920b7db0741d585155e8282ed'/>
<id>102a3dd115ef763920b7db0741d585155e8282ed</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Windows] Reset `mp_flag` after each drive on `psutil.disk_partitions()` (#1961)</title>
<updated>2021-08-05T13:54:39+00:00</updated>
<author>
<name>Pablo Baeyens</name>
<email>pbaeyens31+github@gmail.com</email>
</author>
<published>2021-08-05T13:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=5a76cfadcabf37f65f0d70e4c5b7493478b53c2c'/>
<id>5a76cfadcabf37f65f0d70e4c5b7493478b53c2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in documentation (#1970)</title>
<updated>2021-07-24T17:28:51+00:00</updated>
<author>
<name>Dmitry Gorbunov</name>
<email>gorbunov.dmitry.1999@gmail.com</email>
</author>
<published>2021-07-24T17:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=12994a739dbeae7a4e7273cb742ca9270e168763'/>
<id>12994a739dbeae7a4e7273cb742ca9270e168763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ggive CREDITS to @MaWe2019</title>
<updated>2021-06-29T17:23:56+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2021-06-29T17:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=ac898c7c8cd4d232c602b70d58fc53474e8b9154'/>
<id>ac898c7c8cd4d232c602b70d58fc53474e8b9154</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Windows] psutil.swap_memory() show swap instead of committed memory (#1927)</title>
<updated>2021-04-08T09:30:33+00:00</updated>
<author>
<name>David Knaack</name>
<email>davidkna@users.noreply.github.com</email>
</author>
<published>2021-04-08T09:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=93e1c468ab4ac7922472114b3aeeacda2c8676a1'/>
<id>93e1c468ab4ac7922472114b3aeeacda2c8676a1</id>
<content type='text'>
Signed-off-by: David Knaack &lt;davidkna@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Knaack &lt;davidkna@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Linux: wait_procs ignoring timeout (#1913) (#1917)</title>
<updated>2021-02-18T12:18:22+00:00</updated>
<author>
<name>Guillermo</name>
<email>guille@users.noreply.github.com</email>
</author>
<published>2021-02-18T12:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=dd237b19a4ca286ed7ce9f89b213b2848c9078cf'/>
<id>dd237b19a4ca286ed7ce9f89b213b2848c9078cf</id>
<content type='text'>
The function was exiting after one second due to a subprocess.TimeoutException

Fixes #1913

Signed-off-by: guille &lt;guille@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function was exiting after one second due to a subprocess.TimeoutException

Fixes #1913

Signed-off-by: guille &lt;guille@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
