<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libcgroup/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-05-15T21:36:27Z</updated>
<entry>
<title>libcgroup: update to 2.0.3</title>
<updated>2024-05-15T21:36:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-15T00:08:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=206752dd9c777deb70846bcd218b5f5bc23d71d7'/>
<id>urn:sha1:206752dd9c777deb70846bcd218b5f5bc23d71d7</id>
<content type='text'>
Upstream moved to GitHub.

Backport non GNU strerror_r patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcgroup: don't build tests</title>
<updated>2020-08-14T04:50:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-12T19:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8851c949702544c26018d1b9477b02f3663bd8a0'/>
<id>urn:sha1:8851c949702544c26018d1b9477b02f3663bd8a0</id>
<content type='text'>
Speeds up compile.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcgroup: fix compile with newer musl</title>
<updated>2020-03-30T04:38:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-30T00:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d1a2a025fe317cbc11ddbb3d8fb1c05c9c45aca5'/>
<id>urn:sha1:d1a2a025fe317cbc11ddbb3d8fb1c05c9c45aca5</id>
<content type='text'>
The code uses __BEGIN/END_DECLS from glibc's features.h, actually
sys/cdefs.h, which is deprecated. Get rid of it.

Fixed license information.

Fixed musl-fts dependency. It's only valid for musl.

Removed autoreconf as the patch was removed.

Added PKG_INSTALL for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Small cleanups for consistency between packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcgroup: Added new package.</title>
<updated>2019-02-16T08:55:02Z</updated>
<author>
<name>Daniel Danzberger</name>
</author>
<published>2019-02-15T08:32:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dfc9555326ce77cb60849428d60af6cb15e372c7'/>
<id>urn:sha1:dfc9555326ce77cb60849428d60af6cb15e372c7</id>
<content type='text'>
libcgroup also contains cgroup-utils, which make it very handy to work
with user defined cgroups settings.
It let's you define cgroups in a json like config file and execute them on the cmdline.

Example:

/etc/cgroup.conf:
----------------
group lowbob {
        cpu { cpu.shares="1"; }
        cpuacct { cpuset.cpu = "0" }
        memory { memory.limit_in_bytes = 10m; }
        blkio { ... }
	...
}
----------------
cgconfigparser -l /etc/cgroup.conf
cgexec -g cpu,memory,blkio:/lowbob cpuintense-task

Signed-off-by: Daniel Danzberger &lt;daniel@dd-wrt.com&gt;
</content>
</entry>
</feed>
