index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nspawn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace free and reassignment with free_and_replace
Daniel Lockyer
2017-11-24
1
-3
/
+1
*
Merge pull request #7381 from poettering/cgroup-unified-delegate-rework
Zbigniew Jędrzejewski-Szmek
2017-11-22
1
-40
/
+53
|
\
|
*
cgroup-util: move Set* allocation into cg_kernel_controllers()
Lennart Poettering
2017-11-21
1
-5
/
+1
|
*
nspawn: minor optimization
Lennart Poettering
2017-11-21
1
-4
/
+4
|
*
nspawn-mount: rework get_controllers() a bit
Lennart Poettering
2017-11-21
1
-16
/
+22
|
*
nspawn: rework mount_systemd_cgroup_writable() a bit
Lennart Poettering
2017-11-21
1
-15
/
+26
*
|
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
2
-6
/
+6
|
/
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
22
-2
/
+24
*
nspawn: make recursive chown()ing logic safe for being aborted in the middle
Lennart Poettering
2017-11-17
4
-63
/
+121
*
nspawn: add missing #pragma once to header file
Lennart Poettering
2017-11-17
1
-0
/
+2
*
Merge pull request #6866 from sourcejedi/set-linger2
Lennart Poettering
2017-11-15
1
-0
/
+2
|
\
|
*
nspawn: comment to acknowledge lying about "user session"
Alan Jenkins
2017-10-18
1
-0
/
+2
*
|
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-3
/
+1
*
|
dissect: when we invoke dissection on a loop device with partscan help the user
Lennart Poettering
2017-10-26
1
-0
/
+4
*
|
machine-image: add partial discovery of block devices as images
Lennart Poettering
2017-10-26
1
-1
/
+1
*
|
nspawn: EROFS for chowning mount points is not fatal (#7122)
Lauri Tirkkonen
2017-10-24
1
-2
/
+6
*
|
nspawn: Fix calculation of capabilities for configuration file (#7087)
myrkr
2017-10-24
1
-1
/
+1
|
/
*
mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()
Yu Watanabe
2017-10-06
1
-1
/
+1
*
seccomp: add three more seccomp groups
Lennart Poettering
2017-10-05
1
-20
/
+3
*
seccomp: include prlimit64 and ugetrlimit in @default
Lennart Poettering
2017-10-05
1
-1
/
+0
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
4
-12
/
+12
*
seccomp: remove '@credentials' syscall set (#6958)
Djalal Harouni
2017-10-03
1
-1
/
+1
*
nspawn: properly report all kinds of changed UID/GID when patching things for...
Lennart Poettering
2017-10-02
1
-0
/
+2
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-3
/
+2
*
nspawn: set up a new session keyring for the container process
Lennart Poettering
2017-09-22
1
-0
/
+25
*
nspawn: replace syscall blacklist by a whitelist
Lennart Poettering
2017-09-14
1
-37
/
+156
*
nspawn: implement configurable syscall whitelisting/blacklisting
Lennart Poettering
2017-09-12
6
-9
/
+127
*
nspawn: replace homegrown seccomp filter table largely with references to the...
Lennart Poettering
2017-09-11
1
-54
/
+6
*
nspawn: part over seccomp code to use seccomp_add_syscall_filter_item()
Lennart Poettering
2017-09-11
1
-67
/
+65
*
util-lib: wrap personality() to fix up broken glibc error handling (#6766)
Lennart Poettering
2017-09-08
1
-4
/
+6
*
nspawn: do not mount /sys/fs/kdbus
Zbigniew Jędrzejewski-Szmek
2017-07-23
1
-3
/
+0
*
nspawn: downgrade warning when we get sd_notify() message from unexpected pro...
Lennart Poettering
2017-07-20
1
-1
/
+1
*
build-sys: drop gitignore patterns for in-tree builds
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
Merge pull request #6257 from keszybz/unnecessary-job-log
Lennart Poettering
2017-07-03
1
-1
/
+1
|
\
|
*
Be slightly more verbose in error message
Zbigniew Jędrzejewski-Szmek
2017-07-02
1
-1
/
+1
*
|
nspawn: wait for the scope to be created (#6261)
Zbigniew Jędrzejewski-Szmek
2017-07-03
1
-2
/
+16
|
/
*
nspawn: register a scope for the unit if --register=no is specified (#6166)
Lennart Poettering
2017-06-28
3
-60
/
+182
*
nspawn: make sure to send SIGTERM/SIGHUP to the main nspawn process if stubin...
Lennart Poettering
2017-06-23
1
-1
/
+10
*
nspawn: add nosuid and nodev to /tmp mount (#6004)
tomty89
2017-05-23
1
-1
/
+1
*
Merge pull request #5958 from keszybz/explicit-log-errno
Lennart Poettering
2017-05-22
1
-1
/
+1
|
\
|
*
tree-wide: fix incorrect uses of %m
Zbigniew Jędrzejewski-Szmek
2017-05-13
1
-1
/
+1
*
|
Fix includes (#5980)
Matija Skala
2017-05-19
2
-1
/
+2
|
/
*
tree-wide: use SET_FLAG in more places (#5892)
Zbigniew Jędrzejewski-Szmek
2017-05-07
1
-5
/
+3
*
Merge pull request #5801 from keszybz/help-error
Lennart Poettering
2017-04-29
1
-4
/
+4
|
\
|
*
nspawn: check cgroups after parsing options
Zbigniew Jędrzejewski-Szmek
2017-04-25
1
-4
/
+4
*
|
meson: reindent all files with 8 spaces
Zbigniew Jędrzejewski-Szmek
2017-04-24
1
-34
/
+32
*
|
meson: define tests
Zbigniew Jędrzejewski-Szmek
2017-04-24
1
-0
/
+9
*
|
meson: build systemd using meson
Zbigniew Jędrzejewski-Szmek
2017-04-24
1
-0
/
+33
|
/
[next]