summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-08-17sysv-generator: better error reporting (#3977)Felipe Sateler
2016-08-17journal: ensure open journals from find_journal() (#3973)Vito Caputo
2016-08-16networkd: avoid NULL pointer dereference in route_addMichael Chapman
2016-08-15core: rename cg_unified() to cg_all_unified()Tejun Heo
2016-08-14Merge pull request #3905 from htejun/cgroup-v2-cpuZbigniew Jędrzejewski-Szmek
2016-08-12journalctl: allow --root argument for journal watchingZbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: fix sd_journal_open_directory with SD_JOURNAL_OS_ROOTZbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: allow SYSTEM and CURRENT_USER flags with sd_j_open_directory[_fd]Zbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: split out flags into separate defines for legibilityZbigniew Jędrzejewski-Szmek
2016-08-11coredump: treat RLIMIT_CORE below page size as disabling coredumps (#3932)Zbigniew Jędrzejewski-Szmek
2016-08-09install: follow config_path symlink (#3362)Rhys
2016-08-09sd-journal: watch logs below container's /{var,run}/log/journal (instead of t...Evgeny Vereshchagin
2016-08-09journal-gatewayd: fix typo; s/Certificat/Certificate/ (#3931)Vito Caputo
2016-08-08core: amend policy to open up dynamic user queries (#3920)Zbigniew Jędrzejewski-Szmek
2016-08-08Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf"Mantas Mikulėnas
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo
2016-08-07networkd: remove duplicate call to manager_dirty (#3917)Susant Sahani
2016-08-06Merge pull request #3884 from poettering/private-usersZbigniew Jędrzejewski-Szmek
2016-08-06journal-gatewayd: fix segfault with certain request (#3893)Yi EungJun
2016-08-06journal-gatewayd: add --directory option (#3913)Yi EungJun
2016-08-06buildsys,journal: allow -fsanitize=address without VALGRIND definedCristian Rodríguez
2016-08-06test: fix stack overflow reported by ASANCristian Rodríguez
2016-08-06test: test-sigbus must be skipped when -fsanitize=address is usedCristian Rodríguez
2016-08-05Merge pull request #3818 from poettering/exit-status-envZbigniew Jędrzejewski-Szmek
2016-08-06networkd: add support to set STP (#3903)Susant Sahani
2016-08-05Merge pull request #3900 from keszybz/fix-3607Lennart Poettering
2016-08-05socket: add helper function to remove code duplicationZbigniew Jędrzejewski-Szmek
2016-08-05core/socket: include remote address in the message when dropping connectionZbigniew Jędrzejewski-Szmek
2016-08-05systemd: do not serialize peer, bump count when deserializing socket insteadZbigniew Jędrzejewski-Szmek
2016-08-05core/service: serialize and deserialize accept_socketZbigniew Jędrzejewski-Szmek
2016-08-05core/socket: rework SocketPeer refcountingZbigniew Jędrzejewski-Szmek
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering
2016-08-05networkd: do not set NOARP unconditionally (#3891)Zbigniew Jędrzejewski-Szmek
2016-08-05fileio: fix MIN/MAX mixup (#3896)Vito Caputo
2016-08-05journal-remote: remove unnecessary gnutls includes (#3895)Vito Caputo
2016-08-04systemd: convert peers_by_address to a setZbigniew Jędrzejewski-Szmek
2016-08-04basic/set: remove some spurious spacesZbigniew Jędrzejewski-Szmek
2016-08-04core: only set the watchdog variables in ExecStart= linesLennart Poettering
2016-08-04core: remember first unit failure, not last unit failureLennart Poettering
2016-08-04nss-systemd: resolve root/nobody staticallyLennart Poettering
2016-08-04core: set $SERVICE_RESULT, $EXIT_CODE and $EXIT_STATUS in ExecStop=/ExecStopP...Lennart Poettering
2016-08-04main: use pager for --dump-configuration-items (#3894)0xAX
2016-08-04fileio: fix read_full_stream() bugs (#3887)Vito Caputo
2016-08-04networkd: apply bridge vlan configuration correctTobias Jungel
2016-08-04core: use the correct APIs to determine whether a dual timestamp is initializedLennart Poettering
2016-08-04core: move masking of chroot/permission masking into service_spawn()Lennart Poettering
2016-08-04core: turn various execution flags into a proper flags parameterLennart Poettering
2016-08-04util-lib: rework /tmp and /var/tmp handling codeLennart Poettering
2016-08-04Merge pull request #2471 from michaelolbrich/transient-mountsLennart Poettering
2016-08-04Merge pull request #3885 from keszybz/help-outputLennart Poettering