summaryrefslogtreecommitdiffstats
path: root/src/udev/ata_id (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-05machine: make sure to call unlockpt() even for local host pty connectionsLennart Poettering1-2/+12
2015-09-05logind: make scope of wall message handling smallerLennart Poettering1-10/+12
2015-09-05unit: make unit_can_start() more accurateLennart Poettering1-3/+11
2015-09-05core: don't use uninitialized errnoLennart Poettering1-1/+1
2015-09-05machine: clarify that /var/lib/containers is legacyLennart Poettering1-1/+1
2015-09-05TODO: update networkd sectionDavid Herrmann1-2/+1
2015-09-05sd-login: minor header commenting improvementsLennart Poettering1-14/+14
2015-09-05sd-login: add new sd_pid_get_cgroup() APILennart Poettering6-8/+102
2015-09-05login: fix NULL-deref on wall_messageDavid Herrmann1-4/+6
2015-09-05NEWS: add entries for v226David Herrmann1-0/+61
2015-09-04shell-completion: update systemctl bash completionEvgeny Vereshchagin1-2/+20
2015-09-04networkd: adjust error codes for nonexisting DHCP dataMartin Pitt2-6/+6
2015-09-04tests: Skip tests which need to access /sys/fs/cgroup if that is not availableMartin Pitt4-3/+9
2015-09-04hwdb: Add Thinkpad T550 / W550s to 70-pointingstick.hwdbHans de Goede1-0/+2
2015-09-04bus-proxy: increase NOFILE limitDavid Herrmann1-0/+5
2015-09-04logind: when parsing a boolean via sd-bus the type must be "int"Lennart Poettering1-1/+1
2015-09-04logind: treat an empty wall message like a NULL oneLennart Poettering1-8/+11
2015-09-04cgroups: delegation to unprivileged services is safe in the unified hierarchyLennart Poettering1-4/+9
2015-09-04sd-login: rework error handlingLennart Poettering9-101/+323
2015-09-04sd-event: make sure RT signals are not droppedLennart Poettering2-139/+357
2015-09-04test: add one more test case for parse_pid()Lennart Poettering1-0/+3
2015-09-04nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering2-1/+8
2015-09-04cgroup: always read the supported controllers from the root cgroup of the loc...Lennart Poettering2-2/+22
2015-09-04cgroup: fix potential access of uninitialized variableLennart Poettering1-1/+1
2015-09-04cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ...Lennart Poettering1-1/+1
2015-09-04cgroup: fix potential bad memory accessLennart Poettering1-2/+2
2015-09-04cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroupsLennart Poettering1-0/+2
2015-09-04cgroup: when comparing agent paths, use path_equal()Lennart Poettering1-1/+1
2015-09-04audit: audit calls should return ENODATA when process are not in an audit ses...Lennart Poettering2-5/+12
2015-09-04util: document why parse_uid() returns ENXIOLennart Poettering2-1/+7
2015-09-04core: split up manager_get_unit_by_pid()Lennart Poettering3-9/+20
2015-09-04cgroup: move controller to dirname translation into join_path_legacy()Lennart Poettering1-16/+13
2015-09-04util: add new uid_is_valid() callLennart Poettering3-7/+23
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering6-24/+27
2015-09-04man: always use the same example in nss module documentationLennart Poettering2-4/+4
2015-09-04hwdb: Update database of Bluetooth company identifiersMarcel Holtmann1-0/+33
2015-09-03udev: ignore ENOEXEC from cgroup lookupDavid Herrmann1-1/+1
2015-09-03cg_get_path: Removed unreachable statementreverendhomer1-4/+1
2015-09-03Add Mionix MouseMangix1-0/+9
2015-09-02tree-wide: fix indentationThomas Hindoe Paaboel Andersen2-2/+2
2015-09-02scope: do not compare a bool return with "<= 0"Thomas Hindoe Paaboel Andersen1-1/+1
2015-09-02udev: net_id - support predictable ifnames on virtio busesTom Gundersen1-0/+8
2015-09-02man: *.d conf directories: add note about initrd regenerationJan Synacek1-1/+3
2015-09-02virt: detect parallels virtualizationEvgeny Vereshchagin2-3/+10
2015-09-01core: unified cgroup hierarchy supportLennart Poettering23-593/+1495
2015-09-01hwdb: more miceThomas Hindoe Paaboel Andersen1-0/+8
2015-09-01sd-bus: when connecting to a container, don't fall back to host busLennart Poettering1-6/+17
2015-09-01sd-bus: when connecting to a kdbus container bus pass error upLennart Poettering1-15/+31
2015-09-01machined: introduce a ptsname_namespace() call and make use of itLennart Poettering3-3/+25
2015-09-01machined: call unlockpt() in container, not hostLennart Poettering3-9/+6