Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-11 | sd-login: add a public accessor for the VT number | Giovanni Campagna | |
The VT number was already part of the DBus API, but was not exposed in the C API. | |||
2013-07-03 | build-sys: bump/correct library versions | Lennart Poettering | |
2013-06-21 | login: add an api to determine the slice a PID is located in to libsystemd-login | Lennart Poettering | |
2013-04-24 | login: add new call sd_get_machine_names() to get a list of current virtual ↵ | Lennart Poettering | |
machines and containers | |||
2013-04-16 | nspawn: introduce the new /machine/ tree in the cgroup tree and move ↵ | Lennart Poettering | |
containers there Containers will now carry a label (normally derived from the root directory name, but configurable by the user), and the container's root cgroup is /machine/<label>. This label is called "machine name", and can cover both containers and VMs (as soon as libvirt also makes use of /machine/). libsystemd-login can be used to query the machine name from a process. This patch also includes numerous clean-ups for the cgroup code. | |||
2013-04-15 | sd-login: add a sd_pid_get_user_unit() call | Lennart Poettering | |
2013-04-04 | login: add sd_login_monitor_get_timeout() public api call | Lennart Poettering | |
We don't need this right now, but we should keep our options open, in case we need more than just an fd for waking up. | |||
2013-04-04 | login: add new public API call sd_login_monitor_get_events() to get poll() ↵ | Lennart Poettering | |
flags to wait for We should keep our options open, so that we can watch for POLLOUT later on if we wish to. CUrrently this call will always return POLLIN however. | |||
2013-01-15 | login: introduce sd_session_get_tty() | Lennart Poettering | |
2012-06-21 | login: wrap CanTTY and CanGraphical seat attributes in libsystemd-login | Lennart Poettering | |
2012-06-21 | logind: introduce a state for session, being one of online, active, closing | Lennart Poettering | |
online = logged in active = logged in and session is in the fg closing = nominally logged out but some left-over processes still around Related to: https://bugzilla.gnome.org/show_bug.cgi?id=677556 | |||
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-02-15 | login: introduce sd_session_get_display() | Lennart Poettering | |
2012-02-14 | login: add new sd_session_get_type() and sd_session_get_class API calls | Lennart Poettering | |
2012-01-05 | login: implement sd_session_get_service() | 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 | login: introduce sd_pid_get_service() | Lennart Poettering | |
2011-12-31 | logind: move more files into subdirectory | Lennart Poettering | |