chiark / gitweb /
elogind.git
2018-05-30 Lennart Poetteringlogind: fix typo in comment
2018-05-30 Lennart Poetteringlogind: open device if needed
2018-05-30 Lennart Poetteringlogind: cast away return value we don't care about
2018-05-30 Lennart Poetteringlogind: voidify a function we never check the return...
2018-05-30 Lennart Poetteringmount-setup: change bpf mount mode to 0700 (#8334)
2018-05-30 Zbigniew Jędrzejewsk... Remove /sbin from paths if split-bin is false (#8324)
2018-05-30 Zbigniew Jędrzejewsk... meson: support both separate and merged sbin-bin direct...
2018-05-30 Zbigniew Jędrzejewsk... meson: autodetect split-usr
2018-05-30 Lennart Poetteringprocfs-util: drop unnecessary zero initializations...
2018-05-30 Zbigniew Jędrzejewsk... basic/cgroup-util: simplify cg_get_keyed_attribute...
2018-05-30 Lennart Poetteringupdate TODO
2018-05-30 Lennart Poetteringcore: turn on memory/cpu/tasks accounting by default...
2018-05-30 Lennart Poetteringcore: hook up /proc queries for the root slice, too
2018-05-30 Lennart Poetteringcgroup-util: rework cg_get_keyed_attribute() a bit
2018-05-30 Lennart Poetteringprocfs-util: add APIs to get consumed CPU time and...
2018-05-30 Lennart Poetteringcore: don't process dbus unit and job queue when there...
2018-05-30 Lennart Poetteringsd-bus: add APIs to query the current read and write...
2018-05-30 Lennart Poetteringprocess-util: don't install atfork() handler more than...
2018-05-30 Lennart Poetteringutil: add new safe_close_above_stdio() wrapper
2018-05-30 Zbigniew Jędrzejewsk... meson: install compat symlinks for systemctl and system...
2018-05-30 Lennart Poetteringdoc: add a new doc/ directory, and move two markdown...
2018-05-30 Franck Buirules: add a missing comma in 70-uaccess.rules since...
2018-05-30 Zbigniew Jędrzejewsk... missing_syscall: add pkey_mprotect for ppc (#8292)
2018-05-30 Lennart Poetteringkhash: try to detect broken AF_ALG support in centos...
2018-05-30 Lennart Poetteringsd-login: make use of _cleanup_close_ where possible
2018-05-30 Lennart Poetteringlogind: make sure we don't trip up on half-initialized...
2018-05-30 Lennart Poetteringlogind: check file is device node before using .st_rdev
2018-05-30 Lennart Poetteringlogind: let's pack a few struct fields we can pack
2018-05-30 Lennart Poetteringlogind: fd 0 is a valid fd
2018-05-30 Lennart Poetteringlogind: let's reduce one level of indentation
2018-05-30 Lennart Poetteringlogind: propagate the right error, don't make up ENOMEM
2018-05-30 Lennart Poetteringlogind: rework sd_eviocrevoke()
2018-05-30 Lennart Poetteringlogind: trivial improvements
2018-05-30 Zbigniew Jędrzejewsk... basic/xattr-util: do not cast ssize_t to int
2018-05-30 Zbigniew Jędrzejewsk... basic/exec-util: use _exit() to return from child
2018-05-30 Zbigniew Jędrzejewsk... basic: shorten the code a bit in two places
2018-05-30 Zbigniew Jędrzejewsk... tree-wide: use reallocarray instead of our home-grown...
2018-05-30 Zbigniew Jędrzejewsk... basic/virt: provide a nicer message is /proc/cpuinfo...
2018-05-30 Zbigniew Jędrzejewsk... basic/log: add an assert that does not recurse into...
2018-05-30 Zbigniew Jędrzejewsk... udev/net-id: check all snprintf return values
2018-05-30 Zbigniew Jędrzejewsk... basic/log: make sure header is printed correctly, add...
2018-05-30 Zbigniew Jędrzejewsk... basic/log: fix confusion with parameters to log_dispatc...
2018-05-30 Zbigniew Jędrzejewsk... basic/log: make log_object_internalv static
2018-05-30 Zbigniew Jędrzejewsk... basic/log: voidify snprintf statements
2018-05-30 Zbigniew Jędrzejewsk... Revert "Replace use of snprintf with xsprintf"
2018-05-30 Alan Jenkinslogin: fix user@.service case, so we don't allow nested...
2018-05-30 Patrick UiterwijkFix format-truncation compile failure by typecasting...
2018-05-30 Shuang Liuvirt: detect QNX hypervisor Detect QNX hypervisor based...
2018-05-30 Lennart Poetteringmount-setup: always use the same source as fstype for...
2018-05-30 Lennart Poetteringbpf: use BPF_F_ALLOW_MULTI flag if it is available
2018-05-30 Lennart Poetteringbpf: mount bpffs by default on boot
2018-05-30 Lennart Poetteringnologin: extend the /run/nologin descriptions a bit...
2018-05-30 Lennart Poetteringbasic: split out update_reboot_parameter_and_warn(...
2018-05-30 Lennart Poetteringbasic: add a common syscall wrapper around reboot()
2018-05-30 Lennart Poetteringmissing: always use __NR_ as prefix for syscall numbers
2018-05-30 Lennart Poetteringmissing: Fix statx syscall ifdeffery
2018-05-30 Lennart Poetteringtree-wide: reopen log when we need to log in FORK_CLOSE...
2018-05-30 Lennart Poetteringlog: only open kmsg on fallback if we actually want...
2018-05-30 Zbigniew Jędrzejewsk... missing_syscall: when adding syscall replacements,...
2018-05-30 Zbigniew Jędrzejewsk... test-user-util: skip most tests for nobody if synthenti...
2018-05-30 Zbigniew Jędrzejewsk... test-user-util: print function delimiters
2018-05-30 Zbigniew Jędrzejewsk... TODO: drop one item
2018-05-30 Yu Watanabemount-util: call mount_option_mangle() in mount_verbose()
2018-05-30 Yu Watanabemount-util: add mount_option_mangle()
2018-05-30 Lennart Poetteringxattr-util: use crtime/btime if statx() is available...
2018-05-30 Lennart Poetteringxattr-util: support AT_EMPTY_PATH in fgetxattrat_fake()
2018-05-30 Lennart Poetteringio-util: add an unlikely decorator for a test that...
2018-05-30 Lennart Poetteringtree-wide: make use of fsync_directory_of_file() all...
2018-05-30 Lennart Poetteringfs-util: move fsync_directory_of_file() into generic...
2018-05-30 Lennart Poetteringstat-util: unify code that checks whether something...
2018-05-30 Zbigniew Jędrzejewsk... tests: add a simple test for utf8_n_codepoints()
2018-05-30 Zbigniew Jędrzejewsk... Some comment adjustments
2018-05-30 Zbigniew Jędrzejewsk... pid1: do not initialize join_controllers by default
2018-05-30 Zbigniew Jędrzejewsk... Move config_parse_join_controllers to shared, add test
2018-05-30 Zbigniew Jędrzejewsk... shared/conf-parser: define a macro for the repeating...
2018-05-30 Zbigniew Jędrzejewsk... test-process-util: one more (void)
2018-05-30 Zbigniew Jędrzejewsk... Add some handling to remaining unlinkat calls
2018-05-30 Zbigniew Jędrzejewsk... login,user-sessions: always warn when we fail to remove...
2018-05-30 Caio Marcelo... meson: apply defaults if /etc/login.defs doesn't exist
2018-05-30 Caio Marcelo... meson: use multiline string syntax (#8214)
2018-05-30 Zbigniew Jędrzejewsk... meson: drop unnecessary "transformation" of policy...
2018-05-30 Zbigniew Jędrzejewsk... meson: drop double .in suffix for o.fd.systemd1.policy...
2018-05-30 Gunnar HjalmarssonGettextize policy files
2018-05-30 Zbigniew Jędrzejewsk... logind: change check_gc to may_gc everywhere
2018-05-30 Zbigniew Jędrzejewsk... meson: add -Dmemory-accounting-default=true|false
2018-05-30 Lennart Poetteringpid1: turn memory accounting on by default now
2018-05-30 Lennart Poetteringutf8: add utf8_n_codepoints() for counting complete...
2018-05-30 Lennart Poetteringterminal-util: make resolve_dev_console() less weird
2018-05-30 Lennart Poetteringterminal-util: modernize get_kernel_consoles() a bit
2018-05-30 Lennart Poetteringtty-ask-password-agent: reenable color for boot-time...
2018-05-30 Lennart Poetteringterminal-util: add some explanatory comments
2018-05-30 Lennart Poetteringupdate TODO
2018-05-30 Lennart Poetteringprocess: shortcut getenv_for_pid() for our own process
2018-05-30 Lennart Poetteringterminal-util: minor, trivial fixes and improvements
2018-05-30 Lennart Poetteringterminal-util: when making /dev/null or the console...
2018-05-30 Lennart Poetteringterminal-util: rework acquire_terminal()
2018-05-30 Lennart Poetteringupdate TODO
2018-05-30 Lennart Poetteringcore: add new new bus call for migrating foreign proces...
2018-05-30 Lennart Poetteringsd-bus: synthesize a description for user/system bus...
2018-05-30 Lennart Poetteringuser-util: also consider /bin/false and /bin/true as...
next