summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-04resolved: correctly store interface index of RRs in cacheLennart Poettering
2016-02-04resolved: properly turn off DNSSEC for LLMNR/mDNS scopesLennart Poettering
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering
2016-02-04resolved: don't follow CNAMEs originating from DNS on LLMNRLennart Poettering
2016-02-03core: move service_unwatch_control_pid() call into service_enter_running()Lennart Poettering
2016-02-03journal: fix boolean handling in MMapCacheLennart Poettering
2016-02-03core: log about path_is_mount_point() errorsLennart Poettering
2016-02-03core: when a service's ExecStartPre= times out, skip ExecStop=Lennart Poettering
2016-02-03util: add check that makes sure time_t and TIME_T_MAX work the way we assume ...Lennart Poettering
2016-02-03gpt-auto: handle errors from blkid more correctlyLennart Poettering
2016-02-03nspawn: make sure --help fits it 79chLennart Poettering
2016-02-03nspawn: optionally run a stub init process as PID 1Lennart Poettering
2016-02-03resolved: apply epoch to system time from PID 1Lennart Poettering
2016-02-03nspawn: add new --chdir= switchLennart Poettering
2016-02-03Merge pull request #2509 from bengal/dhcp-nak-delay-v4Tom Gundersen
2016-02-03Merge pull request #2508 from fishilico/selinux-logindLennart Poettering
2016-02-03Merge pull request #2512 from 0xAX/mount-setupLennart Poettering
2016-02-03Merge pull request #2522 from 0xAX/check-early-mountLennart Poettering
2016-02-03Merge pull request #2519 from msekletar/journalctl-device-log-current-boot-v2Lennart Poettering
2016-02-03Merge pull request #2453 from poettering/journalctl-fTom Gundersen
2016-02-03journalctl: add match for the current boot when called with devpathMichal Sekletar
2016-02-03Merge pull request #2507 from evverx/fix-q-on-tmpfsLennart Poettering
2016-02-03manager: print fatal error if early mount failedAlexander Kuleshov
2016-02-02logind: load SELinux labelling systemNicolas Iooss
2016-02-03mount-setup: introduce mount_points_setupAlexander Kuleshov
2016-02-02Merge pull request #2510 from msekletar/journalctl-dev-sda-v4Lennart Poettering
2016-02-02journalctl: make "journalctl /dev/sda" workMichal Sekletar
2016-02-02dhcp: delay restarts after NAKsBeniamino Galvani
2016-02-01sd-journal: properly export has_{persistent|runtime}_files()Lennart Poettering
2016-02-01sd-journal: minor optimizationLennart Poettering
2016-02-01journalctl: add new --fields switch to dump all currently used field namesLennart Poettering
2016-02-01sd-journal: add an API to enumerate known field names of the journalLennart Poettering
2016-02-01sd-netlink: since whe acquire the netlink socket's sockaddr anyway, let's act...Lennart Poettering
2016-02-01sd-netlink: don't take possesion of netlink fd from caller on failureLennart Poettering
2016-02-01core: no need to use unlink_noerrno()Lennart Poettering
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2016-02-01core: fix support for transient resource limit propertiesLennart Poettering
2016-02-01resolve: work around clang limitationLennart Poettering
2016-02-01shared: simplify parsing of bus properties a bitLennart Poettering
2016-02-01core: when saving timer unit time values, store them in raw µsLennart Poettering
2016-02-01core: fix handling of AccuracyUSec and RandomDelayUSec bus propertiesLennart Poettering
2016-02-01basic: add new rlimit_format() callLennart Poettering
2016-02-01gpt-auto: don't log an EIO error if blkid finds something which is not a part...Lennart Poettering
2016-02-01core: move parsing of rlimits into rlimit-util.[ch]Lennart Poettering
2016-02-01core: store for each unit when the last low-level unit state change took placeLennart Poettering
2016-02-01sd-event: permit a USEC_INFINITY timeout as an alternative to a disabling an ...Lennart Poettering
2016-02-01sd-event: when determining the last allowed time a time event may elapse, dea...Lennart Poettering
2016-02-01util: add usec_add() which adds two usec_t values with overflow handlingLennart Poettering
2016-02-01resolved: rework what ResolveHostname() with family == AF_UNSPEC meansLennart Poettering
2016-02-01journal-cat: don't allocate memory for the syslog identifierLennart Poettering