summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop removed ControlGroup stanzaHEADmasterJörg Thalheim2016-10-051-4/+0
| | | | Systemd >= 205 do not have this directive anymore.
* systemd: update sd-daemon.[ch]Lennart Poettering2013-09-262-62/+52
|
* build-sys: since clock_gettime() moved to libc use mq_open to check for librtLennart Poettering2013-09-261-1/+1
|
* Pass uid of caller to polkitColin Walters2013-09-261-1/+10
| | | | | Otherwise, we force polkit to look up the uid itself in /proc, which is racy if they execve() a setuid binary.
* systemd: update sd-daemon.[ch]v0.11Lennart Poettering2012-05-153-30/+141
|
* git: update gitignoreLennart Poettering2012-05-151-0/+1
|
* git: update .gitignoreLennart Poettering2012-05-151-21/+22
|
* build-sys: modernize build systemLennart Poettering2012-05-155-97/+406
|
* systemd: secure rtkit service a bitLennart Poettering2012-05-152-2/+5
|
* systemd: update unit file a bitLennart Poettering2012-05-151-1/+3
|
* rlimit: RLIMIT_RTTIME is in usec, not nsecLennart Poettering2012-05-155-23/+23
| | | | | | We are taking the liberty not to bump the bus API. This should be unproblematic since it's only an auxiliary function, and not exported in any binary API (but is in a drop-in file).
* Rename MakeHighPriority* to MakeThreadHighPriority* in introspectionTimo Juhani Lindfors2012-04-101-2/+2
| | | | | | | | | Introspection data talks about MakeHighPriority but the code implements MakeThreadHighPriority. This patch updates the introspection data to make it easier to call the methods from e.g. d-feet. Ditto for MakeHighPriorityWithPID.
* caps: handle kernels with additional caps properlyLennart Poettering2011-07-141-3/+8
|
* drop supplemental groupsSteve Grubb2011-07-141-1/+3
| | | | | | | | | | | | | | | | | | | | | Hello, Below is a patch that fixes a security flaw in rtkit daemon. Its not dropping supplemental groups. rtkit 1845 1 0 07:27 ? 00:00:00 /usr/libexec/rtkit-daemon Name: rtkit-daemon State: S (sleeping) Tgid: 1845 Pid: 1845 PPid: 1 Uid: 491 491 491 491 Gid: 478 478 478 478 Groups: 0 1 2 3 4 6 10 -Steve
* caps: set capability bounding setLennart Poettering2011-03-171-7/+24
|
* build-sys: prepare 0.10v0.10Lennart Poettering2011-02-171-1/+1
|
* systemd: update sd-daemon.[ch]Lennart Poettering2011-02-172-29/+21
|
* systemd: ensure rtkit remains in the main cpu cgroupLennart Poettering2011-02-041-0/+1
|
* build-sys: bump versionv0.9Lennart Poettering2010-07-131-1/+1
|
* systemd: update śd-daemon glue codeLennart Poettering2010-07-131-1/+5
|
* systemd: send systemd style status messagesLennart Poettering2010-07-105-2/+721
|
* systemd: simplify systemd unit files following the recent ↵Lennart Poettering2010-07-031-2/+1
| | | | DefaultDependencies= changes
* i18n: Add Turkish translationsOzan Çağlayan2010-07-021-0/+4
| | | | Add Turkish translations for policy strings
* systemd: add description string to systemd serviceLennart Poettering2010-06-301-0/+1
|
* systemd: fix syntaxv0.8Lennart Poettering2010-06-291-1/+1
|
* daemon: fix gcc warningsLennart Poettering2010-06-291-2/+2
|
* build-sys: fix make distcheckLennart Poettering2010-06-291-0/+3
|
* build-sys: install systemd .service fileLennart Poettering2010-06-295-3/+68
|
* build-sys: bump up version for 0.8Lennart Poettering2010-06-291-1/+1
|
* daemon: bump up timer slack, our timers don't need to be on timeLennart Poettering2010-06-031-0/+7
|
* build-sys: prepare 0.7 releasev0.7Lennart Poettering2010-05-081-1/+1
|
* Add WithPID functions to allow setting scheduler remotelyMaarten Lankhorst2010-05-081-18/+52
|
* Fix spelling of 'Successfully'Jirka Klimes2010-04-251-5/+5
|
* rtkit: Add client-side testing of propertiesDavid Henningsson2010-02-173-3/+155
| | | | | | To complete the previous patch that implemented properties in rtkit, here's the client-side code that tests that the properties work, and make them more accessible for the casual C programmer.
* Add rtkitctl manpageLuke Yelavich2010-02-172-0/+51
| | | | As Lennart asked about the rtkitctl manpage Ubuntu has, here is a patch against rtkit git.
* prepare 0.6 releasev0.6Lennart Poettering2010-01-181-1/+1
|
* Add dbus properties for returning rttime-nsec-max, max-realtime-priority and ↵David Henningsson2010-01-171-1/+68
| | | | min-nice-level
* prepare release 0.5v0.5Lennart Poettering2009-12-181-1/+1
|
* enable silent buildsLennart Poettering2009-12-181-3/+4
|
* be a little bit more verbose when demoting threadsLennart Poettering2009-12-181-2/+14
|
* Make messages less cuteLennart Poettering2009-12-181-2/+2
| | | | | | Requested for RHEL: https://bugzilla.redhat.com/show_bug.cgi?id=530582
* Make demoting of all RT threads when the canary dies optional, default to ↵Lennart Poettering2009-12-181-1/+16
| | | | | | | | demoting only known threads Requested for RHEL: https://bugzilla.redhat.com/show_bug.cgi?id=530582
* prepare 0.4 releasev0.4Lennart Poettering2009-08-051-1/+1
|
* make sure we cannot be fooled into parsing starttime wrongly by a process ↵Lennart Poettering2009-08-041-9/+19
| | | | playing games with its comm field
* rtkit-daemon - Rename the user struct to rtkit_userLuke Yelavich2009-07-231-24/+24
| | | | | | On the armel architecture, including signal.h also includes sys/user.h through a chain of other header files, causing the compilation of rtkit-daemon.c to fail with an error, due to rtkit-daemon redefining the user struct.
* bump versionv0.3Lennart Poettering2009-07-021-1/+1
|
* make scheduling policy configurableLennart Poettering2009-07-011-18/+45
|
* don't hand out RT while recovering from system lockupLennart Poettering2009-07-011-2/+50
|
* link against libcapLennart Poettering2009-06-301-0/+1
|
* bump versionv0.2Lennart Poettering2009-06-181-1/+1
|