chiark / gitweb /
util: clean-ups to enum parsers
[elogind.git] / src /
2017-03-29 Lennart Poetteringutil: clean-ups to enum parsers
2017-03-29 Lennart Poetteringutil: minor cleanups for loop_read() and friends
2017-03-29 Kay Sieverspam: elogind-user - call selinux module
2017-03-29 Lennart Poetteringsd-id128: make size constraints a bit more obvious
2017-03-29 Michal Schmidtsd-bus: correct size calculation in DBus fd receive
2017-03-29 Mike GilbertAdd fallback for kcmp() in case __NR_kcmp is undefined
2017-03-29 Michal Schmidtbasic: make sure argument of ELEMENTSOF is an array
2017-03-29 Michal Schmidtbasic: nicer assert messages
2017-03-29 Lukas Nykrynloginctl: print nontrivial properties in logictl show-*
2017-03-29 doubleodouglogin: support more than just power-gpio-key
2017-03-29 David Herrmannsd-bus: drop weird empty lines
2017-03-29 Lennart Poetteringtree-wide: drop redundant if checks before safe_close()
2017-03-29 Lennart Poetteringtree-wide: make more code use safe_close()
2017-03-29 Maciej Wereskisd_pid_notify_with_fds: fix computing msg_controllen
2017-03-29 Sangjung Woosmack: bugfix the smack label of symlink when '--with...
2017-03-29 Sangjung Woosmack: introduce new mac_smack_copy() function
2017-03-29 Zbigniew Jędrzejew... sd-daemon: fix sd_is_mq for non-mq fds
2017-03-29 Lennart Poetteringsd-login: rework error handling
2017-03-29 Martin Pittlogind: Listen to WMI hotkeys to catch SW_DOCK state...
2017-03-29 Lennart Poetteringsd-login: improve error handling
2017-03-29 Lennart Poetteringpager: set $LESSCHARSET when we output UTF8 chars
2017-03-29 Lennart Poetteringpager: also redirect stderr
2017-03-29 Kefeng Wanglogind: add standard gpio power button support
2016-03-14 Mike Frysingerinclude sys/sysmacros.h in more places
2017-03-21 Sven EdenMerge pull request #3 from elogind/dev_v226-r1
2017-03-17 Sven Edenbasic/musl_missing.h : __compar_fn_t was defined twice...
2017-03-14 Sven EdenRename ELOGIND_CGROUP_CONTROLLER back to SYSTEMD_CGROUP...
2017-03-14 Sven EdenMajor cleanup of all leftovers after rebasing on
2017-03-14 Sven EdenUnifiy free() usage
2017-03-14 Sven EdenFix bug that program_invocation_name is NULL when backg...
2017-03-14 Sven EdenAdd mounting of a name=elogind cgroup if no init contro...
2017-03-14 Sven EdenAdd support for building elogind against musl libc
2017-03-14 Sven EdenFixed gawk script for git-tar target.
2017-03-14 Sven EdenRemove (non.existent) support for logging to journald.
2017-03-14 Sven EdenCleaned up more unneeded functions and types in:
2017-03-14 Sven Edenelogind_cgroup_agent registers as elogind.Agent, not...
2017-03-14 Sven EdenCleaned up more unneeded types and functions.
2017-03-14 Sven EdenFix libelogind.pc.in
2017-03-14 Sven Edenuser_start_slice() : The slice name must end with ...
2017-03-14 Sven Edencg_shift_path(): Do not shift if cgroup and root are...
2017-03-14 Sven EdenAdd --enable-debug=elogind configure option and fix...
2017-03-14 Sven EdenAllow NULL session parameter for manager_get_session_by...
2017-03-14 Sven EdenDetect running cgroup controller.
2017-03-14 Sven EdenEmit PrepareForSleep when resuming and clear pending...
2017-03-14 Sven EdenClassify processes from sessions into cgroups
2017-03-14 Sven EdenStop sessions on ReleaseSession
2017-03-14 Sven EdenUninstall the cgroup release agent when the manager...
2017-03-14 Sven EdenRemove src/basic/special.h, as all defines in there...
2017-03-14 Sven EdenAdd poweroff, suspend etc. loginctl commands
2017-03-14 Sven EdenIncorporate sleep.conf into logind.conf
2017-03-14 Sven EdenHandle suspend, shutdown, reboot, etc within elogind
2017-03-14 Sven EdenRemove support for auto-spawning VTs
2017-03-14 Sven EdenRemove dependency of systemd units, services and slices...
2017-03-14 Sven Eden[Patch 3/3] Add cgroups initialization and handling
2017-03-14 Sven Eden[Patch 2/3] Add cgroups initialization and handling
2017-03-14 Sven Eden[Patch 1/3] Add cgroups initialization and handling
2017-03-14 Sven EdenCreate /run/systemd as needed
2017-03-14 Sven EdenFix logind startup
2017-03-14 Sven EdenRemove obsolete headers and the src/core directory.
2017-03-14 Sven EdenRemove librt dependency.
2017-03-14 Sven EdenRemove sd_is_mq
2017-03-14 Sven EdenFix man page building to be less systemd and more elogind.
2017-03-14 Sven EdenRemove APPARMOR, BLKID and SECCOMP checks and feature.
2017-03-14 Sven EdenRemove unused and invalid udev definitions
2017-03-14 Sven EdenRemove libidn feature
2017-03-14 Sven EdenRemove ELFUTILS, GCRYPT, GNUTLS, IMA, LIBAUDIT, LIBCRYP...
2017-03-14 Sven EdenFix lookup_errno by adding a gperf length parameter...
2017-03-14 Sven EdenRemove kmod
2017-03-14 Sven EdenRemove cgroups-agent, it is not really needed.
2017-03-14 Sven EdenRemove SysV compat
2017-03-14 Sven EdenRemove utmp stuff that has found it's way back in.
2017-03-14 Sven EdenPrep 4xx6: Fix logind_gperf_lookup declaration
2017-03-14 Sven EdenPrep v226: Mask all unneeded functions
2017-03-14 Sven EdenPrep v226: loginctl.c: Fix call to (changed) cg_is_empt...
2017-03-14 Sven EdenPrep v226: Fix some function prototypes in bus-util.h
2017-03-14 Sven EdenPrep v226: Add src/basic/copy.[hc] to libbasic, the...
2017-03-14 Sven EdenPrep v220: Fix src/basic/time-util.h, unmask timezone_i...
2017-03-14 Sven EdenPrep v226: Apply missing fixes and changes to src/shared
2017-03-14 Sven EdenPrep v226: Apply missing fixes and changes to src/login
2017-03-14 Sven EdenPrep v226: Apply missing fixes and changes to src/libel...
2017-03-14 Sven EdenPrep v226: Apply missing fixes and changes to src/basic
2017-03-14 Lennart Poetteringsd-bus: when connecting to a container AF_UNIX bus...
2017-03-14 Lennart Poetteringlogind: make scope of wall message handling smaller
2017-03-14 David Herrmannsd-bus: make introspection data non-recursive
2017-03-14 David Herrmannsd-bus: derive uid from cgroup if possible
2017-03-14 David Herrmannlogin: fix NULL-deref on wall_message
2017-03-14 Lennart Poetteringlogind: when parsing a boolean via sd-bus the type...
2017-03-14 Lennart Poetteringlogind: treat an empty wall message like a NULL one
2017-03-14 Lennart Poetteringsd-login: minor header commenting improvements
2017-03-14 Lennart Poetteringsd-login: add new sd_pid_get_cgroup() API
2017-03-14 Lennart Poetteringsd-login: rework error handling
2017-03-14 Lennart Poetteringcgroup: when comparing agent paths, use path_equal()
2017-03-14 Lennart Poetteringaudit: audit calls should return ENODATA when process...
2017-03-14 Lennart Poetteringutil: add new uid_is_valid() call
2017-03-14 Lennart Poetteringsd-bus: when connecting to a container, don't fall...
2017-03-14 Lennart Poetteringsd-bus: when connecting to a kdbus container bus pass...
2017-03-14 Lennart Poetteringcgroup: don't allow hidden cgroups
2017-03-14 Lennart Poetteringcgroup: never migrate kernel threads out of the root...
2017-03-14 Lennart Poetteringset: return NULL on destructors
2017-03-14 Martin Pittlogind: Listen to WMI hotkeys to catch SW_DOCK state...
next