<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/psutil/_psutil_linux.h, branch cpu-temp</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>Remove "$Id$" occurrences from source code files. They were used by svn propset functionnality which no longer applies now that we're using Mercurial.</title>
<updated>2013-03-26T12:04:21+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2013-03-26T12:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=f1af1a435467a526254465648f4a771258e4385a'/>
<id>f1af1a435467a526254465648f4a771258e4385a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 311: merge memory branch back to trunk</title>
<updated>2012-07-24T21:41:28+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2012-07-24T21:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=13689e21aae3cef779b54a57bc985cab36fdaa9e'/>
<id>13689e21aae3cef779b54a57bc985cab36fdaa9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #229: re-add Linux get_users() implementation.</title>
<updated>2012-03-07T13:28:24+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2012-03-07T13:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=6d585216c233ec4fe578c0c73da8568c749e88a5'/>
<id>6d585216c233ec4fe578c0c73da8568c749e88a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #238: process cpu affinity (Linux implementation)</title>
<updated>2011-12-23T21:00:47+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-12-23T21:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=3ba5c25d0997ecdd7445a2d7261a5ec8d7f911ba'/>
<id>3ba5c25d0997ecdd7445a2d7261a5ec8d7f911ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove get_users() code on Linux and BSD because we need a bug-fix only release for high-priority issues #232, #230 and #236</title>
<updated>2011-12-14T17:56:08+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-12-14T17:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b553832c4368382d091d1d0d6d707fdc340f2a0e'/>
<id>b553832c4368382d091d1d0d6d707fdc340f2a0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get_users(): implementations across different POSIX platforms are too different; move get_users() code from _psutil_posix.c to _psutil_linux.c</title>
<updated>2011-11-09T23:47:55+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-11-09T23:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=9f63804da4e947be14f60dae4da181c65a92629f'/>
<id>9f63804da4e947be14f60dae4da181c65a92629f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Retrieve total, free and buffers physmem info in C by using syscall() instead of parsing /proc/meminfo as an attempt to be more portable and avoid errors during module import (see issue 218).</title>
<updated>2011-10-17T22:18:07+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-17T22:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=62dd2785a4463f5f6e6a2cf1cb98ac60bb918eac'/>
<id>62dd2785a4463f5f6e6a2cf1cb98ac60bb918eac</id>
<content type='text'>
Cached physmem is still retrieved by parsing /proc/meminfo though as the sysinfo struct doesn't contain this information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cached physmem is still retrieved by parsing /proc/meminfo though as the sysinfo struct doesn't contain this information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #212</title>
<updated>2011-10-05T18:45:49+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-10-05T18:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b7c4dbeb1bd430a232a1044e627df33636c128de'/>
<id>b7c4dbeb1bd430a232a1044e627df33636c128de</id>
<content type='text'>
Add license header in all source files to pass google chromium license checkers.
Also removed Dave Daeschler from contributors and added some missing docstrings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add license header in all source files to pass google chromium license checkers.
Also removed Dave Daeschler from contributors and added some missing docstrings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #174 - Linux: instead of parsing /etc/mtab in python do that in C by using getmntent() syscall.</title>
<updated>2011-06-15T14:07:13+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-06-15T14:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=cd9ad4fefdc58eedd0254520b0f20375071639f4'/>
<id>cd9ad4fefdc58eedd0254520b0f20375071639f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue 147: implement process I/O nice on Linux.</title>
<updated>2011-01-13T21:42:53+00:00</updated>
<author>
<name>Giampaolo Rodola'</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2011-01-13T21:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=f7fe08654f2a943ea24699e5da71c001cd794c1a'/>
<id>f7fe08654f2a943ea24699e5da71c001cd794c1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
