Age | Commit message (Expand) | Author |
2016-06-24 | resolved: add option to disable caching (#3592) | Martin Pitt |
2016-06-24 | Merge pull request #3549 from poettering/resolved-more | Tom Gundersen |
2016-06-23 | udev: bump TasksMax to inifinity (#3593) | Franck Bui |
2016-06-23 | fstab-generator: ignore root=/dev/nfs (#3591) | Harald Hoyer |
2016-06-23 | Merge pull request #3583 from poettering/restrict-realtime | Ronny Chevalier |
2016-06-23 | Merge pull request #3581 from dobyrch/master | Ronny Chevalier |
2016-06-23 | build-sys: move fdset.[ch] src/basic → src/shared (#3580) | Lennart Poettering |
2016-06-23 | execute: add a new easy-to-use RestrictRealtime= option to units | Lennart Poettering |
2016-06-23 | execute: be a little less drastic when MemoryDenyWriteExecute= hits | Lennart Poettering |
2016-06-23 | execute: set PR_SET_NO_NEW_PRIVS also in case the exec memory protection is used | Lennart Poettering |
2016-06-23 | execute: use the return value of setrlimit_closest() properly | Lennart Poettering |
2016-06-23 | core: when writing transient unit files, make sure all lines end with a newline | Lennart Poettering |
2016-06-22 | nspawn: improve man page (#3577) | Lennart Poettering |
2016-06-22 | man: document that %f in units always unescapes (#3578) | Lennart Poettering |
2016-06-22 | systemctl: Add missing "/" to files created by 'edit --runtime' | Douglas Christman |
2016-06-22 | machinectl: do not escape the unit name (#3554) | Elias Probst |
2016-06-22 | watchdog: Support changing watchdog_usec during runtime (#3492) | Minkyung |
2016-06-22 | NEWS: start section for 231, with tmpfs.mount option changes (#3576) | Martin Pitt |
2016-06-22 | Merge pull request #3526 from fbuihuu/fix-console-log-color | Lennart Poettering |
2016-06-22 | units: add nosuid and nodev options to tmp.mount (#3575) | Martin Pitt |
2016-06-22 | pid1: initialize status color mode after setting up TERM | Franck Bui |
2016-06-22 | pid1: initialize TERM environment variable correctly | Franck Bui |
2016-06-21 | man: document some sd-bus functions (#3567) | mahkoh |
2016-06-21 | Do not ellipsize cgroups when showing slices in --full mode (#3560) | Ian Lee |
2016-06-21 | emergency.service: Don't say "Welcome" when it's an emergency (#3569) | Lennart Poettering |
2016-06-21 | tmpfiles: make sure to always initialize "r" correctly. | Lennart Poettering |
2016-06-21 | tree-wide: some work-arounds for gcc false positives regarding uninitialized ... | Lennart Poettering |
2016-06-21 | man: beef up resolved man page | Lennart Poettering |
2016-06-21 | resolved: respond to local resolver requests on 127.0.0.53:53 | Lennart Poettering |
2016-06-21 | resolved: use DNS_{QUESTION|ANSWER}_FOREACH macros at two more places | Lennart Poettering |
2016-06-21 | resolved: extend dns_packet_append_opt() so that it can set the extended rcode | Lennart Poettering |
2016-06-21 | resolved: add dns_packet_add_{question,answer}() helper | Lennart Poettering |
2016-06-21 | resolved: add dns_answer_is_empty() and dns_question_is_empty() helpers | Lennart Poettering |
2016-06-21 | resolved: when using the ResolveRecord() bus call, adjust TTL for caching time | Lennart Poettering |
2016-06-21 | resolved: explicitly refuse zone transfers using the bus API | Lennart Poettering |
2016-06-21 | resolved: drop unused permit_domain_search variable from Manager object | Lennart Poettering |
2016-06-21 | sd-bus: make sure bus_map_all_properties() handle booleans right | Lennart Poettering |
2016-06-21 | resolved: make sure DNS configuration pushed in by the user stays around on r... | Lennart Poettering |
2016-06-21 | set: add new set_put_strsplit() call | Lennart Poettering |
2016-06-21 | resolved: fix negated boolean function | Lennart Poettering |
2016-06-21 | resolved: rework link_update_dns_servers() a bit | Lennart Poettering |
2016-06-21 | resolved: make use of set_put_strdupv() where appropriate | Lennart Poettering |
2016-06-21 | resolved: make sure that route-only domains are never added to /etc/resolv.conf | Lennart Poettering |
2016-06-21 | string-table: make sure DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN() handles NUL... | Lennart Poettering |
2016-06-21 | resolve: add "systemd-resolve --status" command | Lennart Poettering |
2016-06-21 | resolved: export the effective per-link DNSSEC setting, not the internal one | Lennart Poettering |
2016-06-21 | resolved: export global NTAs on the bus | Lennart Poettering |
2016-06-21 | networkd: fix bad memory access when parsing DNSSECNegativeTrustAnchors= | Lennart Poettering |
2016-06-20 | core: log the right set of the supported controllers (#3558) | Evgeny Vereshchagin |
2016-06-20 | Revert "do not pass-along the environment from the kernel or initrd" | Franck Bui |