summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.c
AgeCommit message (Expand)Author
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-16logind: never select closing sessions for a VTDavid Herrmann
2015-07-16logind: prefer new sessions over older ones on VT switchesDavid Herrmann
2015-07-10logind: rename 'pos' to 'position'David Herrmann
2015-07-06login: use normal comparison to zero for integersZbigniew Jędrzejewski-Szmek
2015-06-16everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-28logind: handle closing sessions over daemon restartsMartin Pitt
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-07-08logind: allow switching to unused VTs via SwitchTo()David Herrmann
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek
2014-04-05logind: remove one castZbigniew Jędrzejewski-Szmek
2014-03-04logind: small simplificationsZbigniew Jędrzejewski-Szmek
2014-02-25login: set pos-slot to fallback on pos-evictionDavid Herrmann
2014-02-25login: fix pos-array allocationDavid Herrmann
2014-02-11logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek
2014-02-05Update some message formatsZbigniew Jędrzejewski-Szmek
2014-01-20logind: introduce session "positions"David Herrmann
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek
2013-11-28logind: require VTs on seat0 and forbid elsewhereDavid Herrmann
2013-11-28logind: make VT numbers unsignedDavid Herrmann
2013-11-28login: revert lazy session-activation on non-VT seatsDavid Herrmann
2013-11-05logind: port logind to libsystemd-busLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-01logind: send PropertyChanged during deactivationDavid Herrmann
2013-09-17logind: implement generic multi-sessionDavid Herrmann
2013-09-17logind: introduce session-devicesDavid Herrmann
2013-09-17logind: extract has_vts() from can_multi_session()David Herrmann
2013-09-17logind: fix seat_can_tty() to check for VTsDavid Herrmann
2013-09-17logind: rename vtconsole to seat0David Herrmann
2013-09-17logind: listen actively for session devicesDavid Herrmann
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek
2012-09-16logind: redefine idleness to start at last activityZbigniew Jędrzejewski-Szmek
2012-09-12logind: Avoid unnecesary rewrite of user file when switching sessions of the ...Colin Guthrie
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-06-21logind: expose CanGraphical and CanTTY properties on seat objectsLennart Poettering
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers