Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-22 | login: move seat udev rules to login subdir | Kay Sievers | |
2012-01-22 | cgls: don't show kernel threads by default | Lennart Poettering | |
2012-01-18 | exec: introduce ControlGroupPersistant= to make cgroups persistant | Lennart Poettering | |
2012-01-18 | logind: move X11 socket | Lennart Poettering | |
2012-01-18 | logind: simplify session_activate() a bit | Lennart Poettering | |
2012-01-18 | logind: allow to create multiple sessions on non-multi-session seats to deal ↵ | Lennart Poettering | |
with left-over sessions | |||
2012-01-16 | dbus: more efficient implementation of properties | Michal Schmidt | |
The way the various properties[] arrays are initialized is inefficient: - only the .data members change at runtime, yet the whole arrays of properties with all the fields are constructed on the stack one by one by the code. - there's duplication, eg. the properties of "org.freedesktop.systemd1.Unit" are repeated in several unit types. Fix it by moving the information about properties into static const sections. Instead of storing the .data directly in the property, store a constant offset from a run-time base. The small arrays of struct BusBoundProperties bind together the constant information with the right runtime information (the base pointer). On my system the code shrinks by 60 KB, data increases by 10 KB. | |||
2012-01-16 | logind: downgrade login message to debug | Michal Schmidt | |
The messages make people nervous. https://bugzilla.redhat.com/show_bug.cgi?id=727315 | |||
2012-01-13 | pam: fix build | Lennart Poettering | |
2012-01-13 | pam: work correctly if a seat is specified but not vtnr | Lennart Poettering | |
2012-01-13 | sd-login: teach sd_pid_get_unit() proper handling of instantiated services | Lennart Poettering | |
2012-01-12 | core: switch all log targets to go directly to the journal, instead via syslog | Lennart Poettering | |
2012-01-05 | login: implement sd_session_get_service() | Lennart Poettering | |
2012-01-05 | build-sys: move public header files into a dir of their own | Lennart Poettering | |
2012-01-05 | logind: add needed include for sd_notify() | Kay Sievers | |
2012-01-04 | journald: parse configuration file | Lennart Poettering | |
2012-01-04 | journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since ↵ | Lennart Poettering | |
processes might also be related to mount, swap or socket units, not just services | |||
2012-01-03 | logind: send out Lock signal when locking | Lennart Poettering | |
2012-01-03 | logind: don't watch vcsa if nobody cares | Lennart Poettering | |
2012-01-03 | logind: if we can't open /dev/tty0, assume there is no VT subsystem and ↵ | Lennart Poettering | |
don't pretend we could do VT switching | |||
2012-01-03 | login: introduce sd_pid_get_service() | Lennart Poettering | |
2011-12-31 | login: move systemd-user-sessions.service into login/, too | Lennart Poettering | |
2011-12-31 | login: move the PAM module to src/login/ since it is just a client to logind | Lennart Poettering | |
2011-12-31 | login: move libsystemd-login.pc.in into src/login/ | Lennart Poettering | |
2011-12-31 | logind: move more files into subdirectory | Lennart Poettering | |
2011-12-31 | logind: move logind into its own subdirectory | Lennart Poettering | |