- dd050de build: bump version numbers by David Herrmann · 9 years ago v228
- 2bcfd34 Merge pull request #1936 from poettering/transient-timers by David Herrmann · 9 years ago
- 6348d70 run: automatically clean up transient timers created by systemd-run by Lennart Poettering · 9 years ago
- 3e0c30a core: add RemainAfterElapse= setting to timer units by Lennart Poettering · 9 years ago
- df446f9 core: Minor cleaning up of unit/log status and log logic by Lennart Poettering · 9 years ago
- 9c8d1e1 run: when automatically generating names for transient units, use unique bus ID, fallback to random by Lennart Poettering · 9 years ago
- 7c65093 core: make unit_make_transient() more thorough by Lennart Poettering · 9 years ago
- 97329d2 core: dispatch load queue each time we set up a transient units by Lennart Poettering · 9 years ago
- 0f13f3b core: move check whether a unit is suitable to become transient into unit.c by Lennart Poettering · 9 years ago
- 06cc6af core: generate nice error messages for auxiliary transient units, too by Lennart Poettering · 9 years ago
- d1fcdcd sysctl: use %P instead of %p in core pattern by Lennart Poettering · 9 years ago
- 92939fc Merge pull request #1920 from teg/networkd-fixes by Martin Pitt · 9 years ago
- 0b3209b Merge pull request #1932 from teg/networkd-ndisc-timeout by Martin Pitt · 9 years ago
- 962b064 networkd: ndisc - consider configured on timeout by Tom Gundersen · 9 years ago
- c601ebf sd-dhcp6-client: bind to link-local address by Tom Gundersen · 9 years ago
- fb84d89 networkd: ndisc - fix token support by Tom Gundersen · 9 years ago
- 6506063 sd-dhcp6-client: allow multiple clients on host by Tom Gundersen · 9 years ago
- 62379e8 networkd: ndisc - always configure dhcp6 client by Tom Gundersen · 9 years ago
- 233f353 Merge pull request #1909 from keszybz/filetriggers-v2 by Lennart Poettering · 9 years ago
- e492fa4 Merge pull request #1925 from evverx/fix-pam-systemd-user by Lennart Poettering · 9 years ago
- a572465 Merge pull request #1926 from phomes/include-order-libudev by Daniel Mack · 9 years ago
- f21bb75 Merge pull request #1927 from evverx/no-entries-in-quiet-mode by Daniel Mack · 9 years ago
- bf7e619 Merge pull request #1924 from poettering/some-fixes-2 by Daniel Mack · 9 years ago
- bfcb7c5 journalctl: don't print -- No entries -- in quiet mode by Evgeny Vereshchagin · 9 years ago
- b4bbcaa tree-wide: group include of libudev.h with sd-* by Thomas Hindoe Paaboel Andersen · 9 years ago
- f1f8a5a Some additions to NEWS by Lennart Poettering · 9 years ago
- 417491f tests: copy /etc/pam.d/systemd-user from the host on Debian, Ubuntu by Evgeny Vereshchagin · 9 years ago
- 6059dab siphash: minor coding style fixes and modernizations by Lennart Poettering · 9 years ago
- 4de91d7 siphash: fix another alignment issue by Lennart Poettering · 9 years ago
- 23e096c tree-wide: make macros for converting fds to pointers and back generic and use them everywhere by Lennart Poettering · 9 years ago
- b16fee1 remount-fs: modernize coding style a bit by Lennart Poettering · 9 years ago
- 0c28d28 sd-ipv4ll: fix error path if sd-ipv4acd allocation fails by Lennart Poettering · 9 years ago
- 65c1d46 journald: trivial simplification by Lennart Poettering · 9 years ago
- c292d9e coredump: modernize error logging a bit by Lennart Poettering · 9 years ago
- 077ba06 core: don't generate warnings when write access to the cgroup fs fails in --user due to EACCES by Lennart Poettering · 9 years ago
- 4a0b58c tree-wide: use right cast macros for UIDs, GIDs and PIDs by Lennart Poettering · 9 years ago
- 357bc17 Merge pull request #1923 from zonque/siphash by Lennart Poettering · 9 years ago
- 8702319 Merge pull request #1922 from phomes/sort-includes by Daniel Mack · 9 years ago
- 933f9ca siphash24: let siphash24_finalize() and siphash24() return the result directly by Daniel Mack · 9 years ago
- cf0fbc4 tree-wide: sort includes by Thomas Hindoe Paaboel Andersen · 9 years ago
- ab5dfda tree-wide: add missing includes by Thomas Hindoe Paaboel Andersen · 9 years ago
- 63348d1 networkd: ndisc/dhcpv6 - handle starting running clients by Tom Gundersen · 9 years ago
- 5cd6491 Merge pull request #1919 from martinpitt/master by David Herrmann · 9 years ago
- f7eb988 Merge pull request #1918 from dvdhrm/user3 by David Herrmann · 9 years ago
- 69b98e7 siphash42: add tests with unaligned input pointers by Martin Pitt · 9 years ago
- 2f157ac login: ignore JobRemoved of old jobs by David Herrmann · 9 years ago
- f5ed8d4 Merge pull request #1916 from zonque/align by Tom Gundersen · 9 years ago
- 920a726 Merge pull request #1915 from poettering/btrfs-root-subvol by David Herrmann · 9 years ago
- 79ee4ad login: make sure to replace existing units by David Herrmann · 9 years ago
- a832ab6 login: fix re-use of users by David Herrmann · 9 years ago
- 090d92b login: group static fields in "struct User" by David Herrmann · 9 years ago
- b690ef1 login: make user->service static by David Herrmann · 9 years ago
- 157f505 login: make user_new() and user_free() follow coding-style by David Herrmann · 9 years ago
- 6230bf7 login: keep user->slice constant by David Herrmann · 9 years ago
- f9e4283 login: simply XDG_RUNTIME_DIR management by David Herrmann · 9 years ago
- 2904e94 tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolume by Lennart Poettering · 9 years ago
- dbe81cb siphash24: change result argument to uint64_t by Martin Pitt · 9 years ago
- 8dd85af siphash24: fix memory alignment by Daniel Mack · 9 years ago
- 7f034e9 basic: add unaligned macros for little endian by Daniel Mack · 9 years ago
- 4469083 Merge pull request #1886 from poettering/tasks-max by David Herrmann · 9 years ago
- e25b5a8 TODO: sort by David Herrmann · 9 years ago
- ab32771 Merge pull request #1907 from evverx/fix-pam-install-on-debian by Lennart Poettering · 9 years ago
- 9b65fd9 virt: sort #includes alphabetically by Martin Pitt · 9 years ago
- f56e49a Merge pull request #1908 from phomes/network-memleak by David Herrmann · 9 years ago
- d6ab08f Merge pull request #1906 from poettering/pid-check by David Herrmann · 9 years ago
- 541ec33 nspawn: set TasksMax= for containers to 8192 by default by Lennart Poettering · 9 years ago
- a5bc6e5 logind: change default to UserTasksMax= to 4096 by Lennart Poettering · 9 years ago
- 9ded9cd core: enable TasksMax= for all services by default, and set it to 512 by Lennart Poettering · 9 years ago
- fb917b2 Merge pull request #1910 from martinpitt/master by Lennart Poettering · 9 years ago
- 6970dcb virt: add missing #includes by Martin Pitt · 9 years ago
- bf3a947 tests: intsall /etc/login.defs by Evgeny Vereshchagin · 9 years ago
- 873e413 Move daemon-reload from package %post scripts to file triggers by Zbigniew Jędrzejewski-Szmek · 9 years ago
- a2f46e8 network: dhcp6 - fix mem leak by Thomas Hindoe Paaboel Andersen · 9 years ago
- 0fe15dc tests: fix pam_modules installation on Debian (and Debian-like systems) by Evgeny Vereshchagin · 9 years ago
- 06820ea machined,logind: be more careful when accepting PIDs and UIDs from clients by Lennart Poettering · 9 years ago
- 7ad8eb8 Merge pull request #1903 from phomes/gitignore by Lennart Poettering · 9 years ago
- 23bfbe7 gitignore: add test-install-root by Thomas Hindoe Paaboel Andersen · 9 years ago
- 1418ee7 Merge pull request #1901 from evverx/various-fixes by Lennart Poettering · 9 years ago
- 7ee598b Merge pull request #1899 from phomes/NEWS-typo by Lennart Poettering · 9 years ago
- c7eda01 tests: install execs from user units too by Evgeny Vereshchagin · 9 years ago
- db260ee firstboot: log on take_etc_passwd_lock error too by Evgeny Vereshchagin · 9 years ago
- 4e8ebb6 Merge pull request #1898 from marcosfrm/journalctl-shell-completion-2 by Lennart Poettering · 9 years ago
- 815bb5b NEWS: typo fixes by Thomas Hindoe Paaboel Andersen · 9 years ago
- 1a51b1b shell-completion: journalctl: add --sync by Marcos Mello · 9 years ago
- f978cf3 Merge pull request #1896 from phomes/install-wrong-enum by Daniel Mack · 9 years ago
- d986e36 install: don't mix state and type enums by Thomas Hindoe Paaboel Andersen · 9 years ago
- eee15ab hwdb: update by Kay Sievers · 9 years ago
- 702d4e6 core: now that .snapshot unit are gone, we don't need the per-type .no_gc bool anymore by Lennart Poettering · 9 years ago
- 700e2d6 core: simplify scope unit GC checking code a bit by Lennart Poettering · 9 years ago
- 90558f3 logind: add a new UserTasksMax= setting to logind.conf by Lennart Poettering · 9 years ago
- 3859948 logind: don't assert if the slice is missing by Lennart Poettering · 9 years ago
- 17f62e9 core: enable transient unit support for slice units by Lennart Poettering · 9 years ago
- 7236f0c man: document our definition of a year and a month by Lennart Poettering · 9 years ago
- eb55ec9 util-lib: when parsing time values, accept "M" as short for "month" by Lennart Poettering · 9 years ago
- 08c77cf btrfs: properly handle the case when a subvol has no parent by Lennart Poettering · 9 years ago
- 0af20ea core: add new DefaultTasksMax= setting for system.conf by Lennart Poettering · 9 years ago
- ecee72e core: make sure DefaultLimitCPU= and DefaultLimitRTTIME= understand time units, too by Lennart Poettering · 9 years ago
- 8c64227 Merge pull request #1883 from evverx/man-systemd-service-sd-watchdog-enabled by Lennart Poettering · 9 years ago
- 582f2fc man: add note about sd_watchdog_enabled by Evgeny Vereshchagin · 9 years ago
- af3fa99 Merge pull request #1880 from fsateler/sysctl-doc by Lennart Poettering · 9 years ago