summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()Yu Watanabe2017-10-061-1/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+1
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-2/+2
* logind: check return value from lseekZbigniew Jędrzejewski-Szmek2017-02-201-5/+4
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-2/+2
* logind: Don't try to emit a change signal for the 'Sessions' property (#5211)afrantzis2017-02-021-2/+0
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-6/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+6
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-10/+15
* logind: never select closing sessions for a VTDavid Herrmann2015-07-161-1/+1
* logind: prefer new sessions over older ones on VT switchesDavid Herrmann2015-07-161-1/+1
* logind: rename 'pos' to 'position'David Herrmann2015-07-101-9/+9
* login: use normal comparison to zero for integersZbigniew Jędrzejewski-Szmek2015-07-061-5/+5
* everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering2015-06-161-1/+1
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* logind: handle closing sessions over daemon restartsMartin Pitt2015-01-281-1/+13
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-4/+4
* logind: allow switching to unused VTs via SwitchTo()David Herrmann2014-07-081-1/+6
* Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek2014-04-121-1/+1
* logind: remove one castZbigniew Jędrzejewski-Szmek2014-04-051-2/+2
* logind: small simplificationsZbigniew Jędrzejewski-Szmek2014-03-041-4/+2
* login: set pos-slot to fallback on pos-evictionDavid Herrmann2014-02-251-1/+13
* login: fix pos-array allocationDavid Herrmann2014-02-251-1/+1
* logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek2014-02-111-4/+4
* Update some message formatsZbigniew Jędrzejewski-Szmek2014-02-051-3/+3
* logind: introduce session "positions"David Herrmann2014-01-201-0/+96
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-061-1/+1
* logind: require VTs on seat0 and forbid elsewhereDavid Herrmann2013-11-281-0/+3
* logind: make VT numbers unsignedDavid Herrmann2013-11-281-7/+8
* login: revert lazy session-activation on non-VT seatsDavid Herrmann2013-11-281-2/+2
* logind: port logind to libsystemd-busLennart Poettering2013-11-051-23/+16
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-3/+3
* logind: send PropertyChanged during deactivationDavid Herrmann2013-10-011-1/+3
* logind: implement generic multi-sessionDavid Herrmann2013-09-171-0/+15
* logind: introduce session-devicesDavid Herrmann2013-09-171-1/+6
* logind: extract has_vts() from can_multi_session()David Herrmann2013-09-171-18/+14
* logind: fix seat_can_tty() to check for VTsDavid Herrmann2013-09-171-1/+1