summaryrefslogtreecommitdiff
path: root/src/basic/terminal-util.h
AgeCommit message (Collapse)AuthorFilesLines
2015-09-01machined: introduce a ptsname_namespace() call and make use of itLennart Poettering1-0/+2
The call is like ptsname() but does not assume the pty path was accessible in the local namespace. It uses the same internal ioctl though.
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers1-0/+109
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/