summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* logind: use TAKE_PTR() where we canLennart Poettering2018-10-29
* logind: prefer strjoin() over asprintf()Lennart Poettering2018-10-29
* logind: don't rely on downgrade-to-boolLennart Poettering2018-10-29
* logind: voidify a few callsLennart Poettering2018-10-29
* logind: make better use of logging functionsLennart Poettering2018-10-29
* logind: never elect a session that is stopping as displayLennart Poettering2018-10-29
* logind: make unit/job active checking more debuggableLennart Poettering2018-10-29
* sd-bus: add new API call sd_bus_error_move()Lennart Poettering2018-10-29
* logind: fix bad error propagationLennart Poettering2018-10-29
* logind: correct bad clean-up pathLennart Poettering2018-10-29
* logind: save/restore User object's "stopping" field during restartsLennart Poettering2018-10-29
* logind: improve logging in manager_connect_console()Lennart Poettering2018-10-29
* logind: initialize Manager object with structure initialization tooLennart Poettering2018-10-29
* logind: turn of stdio locking when writing session files tooLennart Poettering2018-10-29
* logind: fix serialization/deserialization of user's "display session"Lennart Poettering2018-10-29
* logind: rework Seat/Session/User object allocation and freeing a bitLennart Poettering2018-10-29
* format-table: don't use unsigned when there's no point in itLennart Poettering2018-10-29
* login: avoid leak of name returned by uid_to_name()David Tardon2018-10-29
* be consistent about sun_path lengthDavid Tardon2018-10-29
* test: add test for 'thread safety' of libudevYu Watanabe2018-10-29
* test: add tests for $SYSTEMD_MEMPOOL=Yu Watanabe2018-10-29
* mempool: only enable mempool use when linked to libsystemd-shared.soZbigniew Jędrzejewski-Szmek2018-10-29
* Move use_pool() to mempool.c and rename to mempool_enabled()Zbigniew Jędrzejewski-Szmek2018-10-29
* hashmap: add an explicit assert() for detecting when objects migrated between...Lennart Poettering2018-10-29
* hashmap: add an environment variable to turn off the memory pool used by hash...Lennart Poettering2018-10-29
* terminal-util: extra safety checks when parsing $COLUMNS or $LINES (#10314)Lennart Poettering2018-10-29
* shared/sleep-config: add switches to kill specific sleep modesZbigniew Jędrzejewski-Szmek2018-10-29
* shared/sleep-config: forbid hibernation if resume= is not configuredZbigniew Jędrzejewski-Szmek2018-10-29
* basic/proc-cmdline: allow parsing of cmdline from a stringZbigniew Jędrzejewski-Szmek2018-10-29
* Add $SYSTEMD_IN_INITRD=yes|no override for debuggingZbigniew Jędrzejewski-Szmek2018-10-29
* logind: ensure seat0 CanGraphical state is writtenRay Strode2018-10-29
* * hack around deficiencies in prctl() PR_SET_MM_*Frank Schaefer2018-10-29
* fileio: fix error propagation in link_tmpfile()Lennart Poettering2018-10-29
* basic/hexdecoct: check for overflowZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: also properly copy struct signature when skippingZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2018-10-29
* sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek2018-10-29
* bus-message: use structured initialization to avoid use of unitialized memoryZbigniew Jędrzejewski-Szmek2018-10-29
* Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-29
* exec-util: add missing logging callLennart Poettering2018-10-29
* exec-util: handle putenv() errorsLennart Poettering2018-10-29
* exec-util: in execute_directories, support initial exec environmentDimitri John Ledkov2018-10-29
* detect-virt: do not try to read all of /proc/cpuinfoZbigniew Jędrzejewski-Szmek2018-10-29