index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2016-11-17
core: include the unit name when notifying that a confirmation question timed...
Franck Bui
2016-11-17
core: add 'c' in confirmation_spawn to resume the boot process
Franck Bui
2016-11-17
core: add 'j' in confirmation_spawn to list the jobs that are in progress
Franck Bui
2016-11-17
core: add 'D' in confirmat spawn to show a full dump of the unit to spawn
Franck Bui
2016-11-17
core: add 'i' in confirm spawn to give a short summary of the unit to spawn
Franck Bui
2016-11-17
core: rework the confirmation spawn prompt
Franck Bui
2016-11-17
core: limit the length of the confirmation question
Franck Bui
2016-11-17
core: in confirm_spawn, the meaning of 'n' and 's' choices are confusing
Franck Bui
2016-11-17
core: rework ask_for_confirmation()
Franck Bui
2016-11-17
core: allow to redirect confirmation messages to a different console
Franck Bui
2016-11-17
core: prevent the cylon when confirmation_spawn=yes (#2194)
Franck Bui
2016-11-08
core: on DynamicUser= make sure that protecting sensitive paths is enforced (...
Djalal Harouni
2016-11-08
Merge pull request #4536 from poettering/seccomp-namespaces
Zbigniew Jędrzejewski-Szmek
2016-11-08
Merge pull request #4612 from keszybz/format-strings
Zbigniew Jędrzejewski-Szmek
2016-11-08
Merge pull request #4509 from keszybz/foreach-word-quoted
Martin Pitt
2016-11-07
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
nspawn: slight simplification
Zbigniew Jędrzejewski-Szmek
2016-11-07
nspawn: avoid one strdup by using free_and_replace
Zbigniew Jędrzejewski-Szmek
2016-11-07
core: make RootDirectory= and ProtectKernelModules= work
Djalal Harouni
2016-11-05
core/device: port to extract_first_word
Zbigniew Jędrzejewski-Szmek
2016-11-05
core/load-fragment: modify existing environment instead of copying strv over ...
Zbigniew Jędrzejewski-Szmek
2016-11-05
core/load-fragment: port to extract_first_word
Zbigniew Jędrzejewski-Szmek
2016-11-05
tree-wide: drop unneded WHITESPACE param to extract_first_word
Zbigniew Jędrzejewski-Szmek
2016-11-04
core: add new RestrictNamespaces= unit file setting
Lennart Poettering
2016-11-03
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-11-03
core: intialize user aux groups and SupplementaryGroups= when DynamicUser= is...
Djalal Harouni
2016-11-02
Revert some uses of xsprintf
Zbigniew Jędrzejewski-Szmek
2016-11-02
Merge pull request #4481 from poettering/perpetual
Zbigniew Jędrzejewski-Szmek
2016-11-02
core: make a constant table actually constant
Lennart Poettering
2016-11-02
core: don't hit an assert when printing status messages about units with over...
Lennart Poettering
2016-11-02
Merge pull request #4456 from keszybz/stored-fds
Lennart Poettering
2016-11-02
Merge pull request #4483 from poettering/exec-order
Lennart Poettering
2016-11-02
pid1: fix fd memleak when we hit FileDescriptorStoreMax limit
Zbigniew Jędrzejewski-Szmek
2016-11-02
core: change mount_synthesize_root() return to int
Lennart Poettering
2016-11-02
unit: unify some code with new unit_new_for_name() call
Lennart Poettering
2016-11-02
core: make the root mount perpetual too
Lennart Poettering
2016-11-02
core: rework the "no_gc" unit flag to become a more generic "perpetual" flag
Lennart Poettering
2016-11-02
core: initialize groups list before checking SupplementaryGroups= of a unit (...
Djalal Harouni
2016-11-02
execute: apply seccomp filters after changing selinux/aa/smack contexts
Lennart Poettering
2016-11-01
core: when restarting services, don't close fds
Zbigniew Jędrzejewski-Szmek
2016-10-28
pid1: nicely log when doing operation on stored fds
Zbigniew Jędrzejewski-Szmek
2016-10-28
pid1: only log about added fd if it was really added
Zbigniew Jędrzejewski-Szmek
2016-10-28
Merge pull request #4495 from topimiettinen/block-shmat-exec
Djalal Harouni
2016-10-28
Merge pull request #4458 from keszybz/man-nonewprivileges
Martin Pitt
2016-10-27
core: make unit argument const for apply seccomp functions
Djalal Harouni
2016-10-27
core: lets apply working directory just after mount namespaces
Djalal Harouni
2016-10-27
core: get the working directory value inside apply_working_directory()
Djalal Harouni
2016-10-27
core: move apply working directory code into its own apply_working_directory()
Djalal Harouni
2016-10-27
core: move the code that setups namespaces on its own function
Djalal Harouni
2016-10-26
seccomp: also block shmat(..., SHM_EXEC) for MemoryDenyWriteExecute
Topi Miettinen
[next]