summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-05PAM, uaccess: check for logind, not for systemdMartin Pitt
2013-04-05bus: various improvements for test-bus-chatLennart Poettering
2013-04-05bus: convert a couple of calls over to new convenience functionsLennart Poettering
2013-04-05bus: add convenience calls for method replies, tooLennart Poettering
2013-04-05bus: when parsing signature strings, accept NULL as empty signatureLennart Poettering
2013-04-05bus: make sure callback structs are always properly initializedLennart Poettering
2013-04-05vconsole-setup: fix vconsole.conf vs. cmdline overriding logicMichal Schmidt
2013-04-05bus: use C99 struct construction for error initializersLennart Poettering
2013-04-05test-strv: do not declare table to be sorted constZbigniew Jędrzejewski-Szmek
2013-04-05test-catalog,core/load-dropin: remove unused variablesZbigniew Jędrzejewski-Szmek
2013-04-05journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63UCristian Rodríguez
2013-04-05systemctl: align cgroups to 'n' in 'name='Zbigniew Jędrzejewski-Szmek
2013-04-05sd-id128: check that the kernel is feeding us proper dataZbigniew Jędrzejewski-Szmek
2013-04-04udevadm-hwdb: avoid leak in error pathZbigniew Jędrzejewski-Szmek
2013-04-04efivars: un-leak a few stringsZbigniew Jędrzejewski-Szmek
2013-04-04timedated: fix a few memory leaksZbigniew Jędrzejewski-Szmek
2013-04-05bus: add convenience functions for constructing and sending method calls/sign...Lennart Poettering
2013-04-05bus: properly detect and handle if a callback is installed/removed from withi...Lennart Poettering
2013-04-05bus: don't allow recursive invocation of sd_bus_process()Lennart Poettering
2013-04-05localectl: add support for listing X11 keymap informationLennart Poettering
2013-04-04journal: add sd_journal_get_timeout() call to public APILennart Poettering
2013-04-04login: add sd_login_monitor_get_timeout() public api callLennart Poettering
2013-04-04test-bus-marshal.c: do not call g_type_init() for modern glib versionsHarald Hoyer
2013-04-04cryptsetup-generator: add JobTimeoutSec=0 for the decrypted crypt devicesHarald Hoyer
2013-04-04login: add new public API call sd_login_monitor_get_events() to get poll() fl...Lennart Poettering
2013-04-04journal: add public API call sd_journal_get_events()Lennart Poettering
2013-04-04util: tweak format_timespan() a bitLennart Poettering
2013-04-04util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering
2013-04-04util: make time formatting a bit smarterLennart Poettering
2013-04-03time: add suppot for fractional time specificationsLennart Poettering
2013-04-03hostnamectl: if somebody invokes 'hostnamectl set-hostname' with a valid inte...Lennart Poettering
2013-04-03fileio: don't check for errors more often than really necessaryLennart Poettering
2013-04-03fileio: write proper env var write-out codeLennart Poettering
2013-04-03shared: rework env file readerLennart Poettering
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering
2013-04-03core/killall.c: prevent segfault and initialize pidsHarald Hoyer
2013-04-02cgtop: add % as key to toggle time/percentageZbigniew Jędrzejewski-Szmek
2013-04-02cgtop: optionally show CPU usage as time and become stdout sensitiveUmut Tezduyar
2013-04-02nss-myhostname: do not use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-04-02update TODOLennart Poettering
2013-04-02macro: add macro for precisely determining length of decimal string formattin...Lennart Poettering
2013-04-02util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering
2013-04-02Replace s/Dropin/DropIn/Zbigniew Jędrzejewski-Szmek
2013-04-01Introspect and monitor dropin configurationOleksii Shevchuk
2013-04-01shared/cgroup-show: fix leak of "pid"Zbigniew Jędrzejewski-Szmek
2013-04-01systemctl: align all status fields to common columnZbigniew Jędrzejewski-Szmek
2013-04-01Add Listen* to dbus propertiesOleksii Shevchuk
2013-04-01Do no isolate in case of emergency or severe problemsDr. Tilmann Bubeck
2013-04-01Always use our own MAX/MIN definitionsCristian Rodríguez