summaryrefslogtreecommitdiffstats
path: root/rtkit-daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* Add dbus properties for returning rttime-nsec-max, max-realtime-priority and ↵David Henningsson2010-01-171-1/+68
| | | | min-nice-level
* 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
* 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.
* make scheduling policy configurableLennart Poettering2009-07-011-18/+45
|
* don't hand out RT while recovering from system lockupLennart Poettering2009-07-011-2/+50
|
* dump D-Bus introspection data when passing --introspectLennart Poettering2009-06-181-22/+30
|
* fix line breaks in --helpLennart Poettering2009-06-181-2/+2
|
* autoconfizationLennart Poettering2009-06-161-5/+4
|
* change default realtime priority limitsLennart Poettering2009-06-161-2/+2
|
* don't allow polkit user interaction by defaultLennart Poettering2009-06-161-1/+1
|
* don't try to close closed fdsLennart Poettering2009-06-161-2/+2
|
* query policykit before handing auth rtLennart Poettering2009-06-161-5/+123
|
* generate --version string from macroLennart Poettering2009-06-071-1/+1
|
* minor cleanupsLennart Poettering2009-06-071-4/+4
|
* hide gcc messagesLennart Poettering2009-06-071-0/+2
|
* log to syslogLennart Poettering2009-06-071-80/+94
|
* implement canary watchdogLennart Poettering2009-06-071-36/+459
|
* s/priviliges/privileges/Lennart Poettering2009-06-041-12/+12
|
* add a full set of command line optionsLennart Poettering2009-06-041-76/+400
|
* fix reset_all() implementationLennart Poettering2009-06-041-3/+3
|
* implement Exit() and ResetAll() D-Bus callsLennart Poettering2009-06-041-2/+51
|
* add proper licensingLennart Poettering2009-06-041-0/+19
|
* document macros betterLennart Poettering2009-06-041-10/+23
|
* maintain global process/thread statisticsLennart Poettering2009-06-041-0/+16
|
* chroot() the daemonLennart Poettering2009-06-041-18/+36
|
* implement user/process/thread tracking and accountingLennart Poettering2009-06-041-130/+494
|
* properly pass error codes to the clientLennart Poettering2009-06-041-4/+18
|
* Initial commitLennart Poettering2009-06-041-0/+755