Age | Commit message (Expand) | Author |
2016-10-12 | journal: when iterating through entry arrays and we hit an invalid one keep g... | Lennart Poettering |
2016-10-12 | journal: add an explicit check for uninitialized objects | Lennart Poettering |
2016-10-12 | journal: also check that our entry arrays are properly ordered | Lennart Poettering |
2016-10-12 | journal: split out check for properly ordered arrays into its own function | Lennart Poettering |
2016-10-12 | journal: split out array index inc/dec code into a new call bump_array_index() | Lennart Poettering |
2016-10-12 | journal: when we encounter a broken journal file, add some debug logging | Lennart Poettering |
2016-10-12 | Avoid forever loop for journalctl --list-boots command (#4278) | hese10 |
2016-10-12 | Merge pull request #4351 from keszybz/nspawn-debugging | Lennart Poettering |
2016-10-12 | Allow block and char classes in DeviceAllow bus properties (#4353) | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | networkd: add dbus interface for lease raw options (#3528) | Andrew Jeddeloh |
2016-10-11 | core/main: get rid from excess check of ACTION_TEST (#4350) | 0xAX |
2016-10-11 | missing: add a bunch of mount flags | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | nspawn: let's mount(/tmp) inside the user namespace (#4340) | Evgeny Vereshchagin |
2016-10-11 | nspawn,mount-util: add [u]mount_verbose and use it in nspawn | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | nspawn: small cleanups in get_controllers() | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | nspawn: simplify arg_us_cgns passing | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | core: chown() any TTY used for stdin, not just when StandardInput=tty is used... | Lennart Poettering |
2016-10-11 | resolve: remove unsed counter (#4349) | Thomas H. P. Andersen |
2016-10-11 | Merge pull request #4348 from poettering/docfixes | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | Merge pull request #4067 from poettering/invocation-id | Zbigniew Jędrzejewski-Szmek |
2016-10-11 | man: avoid using the term "loaded" for units currently in memory, since we al... | Lennart Poettering |
2016-10-11 | pager: tiny beautification | Lennart Poettering |
2016-10-11 | udevadm: use parse_sec instead of atoi for timeout option (#4331) | Stefan Schweter |
2016-10-10 | Merge pull request #4337 from poettering/exit-code | Zbigniew Jędrzejewski-Szmek |
2016-10-10 | resolved: initialize variable (#4338) | Thomas H. P. Andersen |
2016-10-10 | Merge pull request #4336 from dandedrick/journal-remote-non-blocking | Martin Pitt |
2016-10-10 | core: simplify if branches a bit | Lennart Poettering |
2016-10-10 | core: make use of IN_SET() in various places in mount.c | Lennart Poettering |
2016-10-10 | core: when determining whether a process exit status is clean, consider wheth... | Lennart Poettering |
2016-10-10 | core: lower exit status "level" at one place | Lennart Poettering |
2016-10-10 | main: use strdup instead of free_and_strdup to initialize default unit (#4335) | 0xAX |
2016-10-10 | exit-status: kill is_clean_exit_lsb(), move logic to sysv-generator | Lennart Poettering |
2016-10-10 | journal-remote: make the child pipe non-blocking | Dan Dedrick |
2016-10-10 | install: let's always refer to the actual setting in errors | Lennart Poettering |
2016-10-10 | exit-status: reorder the exit status switch table | Lennart Poettering |
2016-10-10 | exit-status: remove ExitStatus typedef | Lennart Poettering |
2016-10-10 | networkd: rename Rename CheckSum → Checksum (#4312) | Susant Sahani |
2016-10-10 | Merge pull request #4332 from keszybz/nspawn-arguments-3 | Lennart Poettering |
2016-10-10 | tree-wide: pass return value of make_null_stdio() to warning instead of errno... | 0xAX |
2016-10-10 | Merge pull request #4310 from keszybz/nspawn-autodetect | Evgeny Vereshchagin |
2016-10-10 | nspawn: better error messages for parsing errors | Zbigniew Jędrzejewski-Szmek |
2016-10-10 | nspawn,man: fix parsing of numeric args for --private-users, accept any boolean | Zbigniew Jędrzejewski-Szmek |
2016-10-10 | Revert "nspawn: fix parsing of numeric arguments for --private-users" | Zbigniew Jędrzejewski-Szmek |
2016-10-10 | login: drop fedora-specific PAM config, add note to DISTRO_PORTING (#4314) | Felipe Sateler |
2016-10-10 | Merge pull request #4323 from keszybz/resolved-in-userns | Lennart Poettering |
2016-10-09 | main: initialize default unit little later (#4321) | 0xAX |
2016-10-09 | tree-wide: print warning in a failure case of make_null_stdio() (#4320) | 0xAX |
2016-10-09 | resolved: also disable stub listener on EPERM | Zbigniew Jędrzejewski-Szmek |
2016-10-09 | resolved: simplify error handling in manager_dns_stub_{udp,tcp}_fd() | Zbigniew Jędrzejewski-Szmek |
2016-10-10 | Merge pull request #4319 from keszybz/nspawn-arguments | Evgeny Vereshchagin |