summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-13logind: propagate session stop errorsLennart Poettering1-2/+2
2018-10-13logind: voidify a few callsLennart Poettering1-2/+2
2018-10-13logind: make better use of logging functionsLennart Poettering1-6/+4
2018-10-13logind: fix bad error propagationLennart Poettering1-1/+1
2018-10-13logind: rework Seat/Session/User object allocation and freeing a bitLennart Poettering1-14/+24
2018-08-24logind: make use of vtnr_from_tty() in seat_read_active_vt() (#9923)Franck Bui1-13/+4
2018-08-23logind: replace udev_device by sd_deviceYu Watanabe1-2/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-4/+2
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-23Merge pull request #8552 from keszybz/test-improvementsLennart Poettering1-1/+1
2018-03-23tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek1-1/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2018-03-22basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek1-1/+1
2018-02-15logind: change check_gc to may_gc everywhereZbigniew Jędrzejewski-Szmek1-4/+4
2017-12-14tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering1-3/+5
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-06mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()Yu Watanabe1-1/+1
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-2/+1
2017-07-21tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering1-2/+2
2017-02-20logind: check return value from lseekZbigniew Jędrzejewski-Szmek1-5/+4
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek1-2/+2
2017-02-02logind: Don't try to emit a change signal for the 'Sessions' property (#5211)afrantzis1-2/+0
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-6/+3
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack1-1/+2
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-4/+6
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering1-10/+15
2015-07-16logind: never select closing sessions for a VTDavid Herrmann1-1/+1
2015-07-16logind: prefer new sessions over older ones on VT switchesDavid Herrmann1-1/+1
2015-07-10logind: rename 'pos' to 'position'David Herrmann1-9/+9
2015-07-06login: use normal comparison to zero for integersZbigniew Jędrzejewski-Szmek1-5/+5
2015-06-16everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering1-1/+1
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-5/+0
2015-01-28logind: handle closing sessions over daemon restartsMartin Pitt1-1/+13
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek1-1/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-3/+3
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-3/+3
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering1-4/+4
2014-07-08logind: allow switching to unused VTs via SwitchTo()David Herrmann1-1/+6
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek1-1/+1
2014-04-05logind: remove one castZbigniew Jędrzejewski-Szmek1-2/+2