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
*
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...
Lennart Poettering
2015-10-27
1
-1
/
+1
*
util-lib: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
3
-4
/
+6
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
2
-0
/
+2
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
2
-0
/
+2
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
3
-1
/
+4
*
socket-util: move remaining socket-related calls from util.[ch] to socket-uti...
Lennart Poettering
2015-10-26
2
-0
/
+2
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
2
-0
/
+2
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
4
-3
/
+7
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
6
-26
/
+26
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-7
/
+8
*
path-util: unify how we process paths specified on the command line
Lennart Poettering
2015-10-24
1
-33
/
+8
*
util-lib: get_current_dir_name() can return errors other than ENOMEM
Lennart Poettering
2015-10-24
1
-3
/
+4
*
nspawn: don't try to resolve passed binary before entering namespace
Lennart Poettering
2015-10-22
1
-4
/
+3
*
nspawn: rework how we determine private networking settings
Lennart Poettering
2015-10-22
3
-8
/
+36
*
btrfs: beef-up btrfs support with a limited understanding of quota
Lennart Poettering
2015-10-22
1
-3
/
+3
*
nspawn: skip /sys-as-tmpfs if we don't use private-network
Iago López Galeiras
2015-10-20
3
-15
/
+33
*
nspawn: create /sys/fs/cgroup for unified hierarchy as well
Mirco Tischler
2015-10-09
1
-2
/
+4
*
machinectl: fix race when opening new shells with "machinectl shell"
Lennart Poettering
2015-10-07
1
-1
/
+1
*
tree-wide: clean up log_syntax() usage
Lennart Poettering
2015-09-30
1
-1
/
+1
*
nspawn: mount /sys as tmpfs, and then mount only select subdirs of the real s...
Lennart Poettering
2015-09-30
3
-1
/
+54
*
nspawn: fix user namespace support
Lennart Poettering
2015-09-30
3
-6
/
+7
*
nspawn: order includes
Lennart Poettering
2015-09-30
1
-3
/
+3
*
nspawn: make sure mount_legacy_cgroup_hierarchy() can deal with NULL root dir...
Lennart Poettering
2015-09-30
1
-1
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-4
/
+1
*
util: unify implementation of NOP signal handler
Lennart Poettering
2015-09-29
1
-3
/
+1
*
tree-wide: take benefit of the fact that fdset_free() returns NULL
Lennart Poettering
2015-09-29
1
-2
/
+1
*
tree-wide: port more code to use send_one_fd() and receive_one_fd()
Lennart Poettering
2015-09-29
2
-3
/
+3
*
nspawn, machined: fix comments and error messages
Krzesimir Nowak
2015-09-22
1
-2
/
+2
*
nspawn: close unneeded sockets in outer child
Krzesimir Nowak
2015-09-22
1
-0
/
+2
*
util: introduce {send,receive}_one_fd()
David Herrmann
2015-09-22
2
-62
/
+11
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-1
/
+1
*
nspawn: add missing comma to gperf file
Lennart Poettering
2015-09-09
1
-1
/
+1
*
nspawn: also close uid shift socket in the parent
Lennart Poettering
2015-09-08
1
-0
/
+1
*
nspawn: short reads do not set errno, hence don't try to print it
Lennart Poettering
2015-09-08
1
-2
/
+2
*
inspawn: switch from SOCK_DGRAM to SOCK_SEQPACKET for internal socketpairs
Lennart Poettering
2015-09-08
1
-4
/
+4
*
nspawn: properly propagate errors when we fail to set soemthing up
Lennart Poettering
2015-09-08
1
-2
/
+4
*
nspawn: sort and clean up included header list
Lennart Poettering
2015-09-07
1
-56
/
+44
*
nspawn: remove nspawn.h, it's empty now
Lennart Poettering
2015-09-07
11
-32
/
+1
*
nspawn: split out --uid= logic into nspawn-setuid.[ch]
Lennart Poettering
2015-09-07
3
-242
/
+299
*
nspawn: split out machined registration code to nspawn-register.[ch]
Lennart Poettering
2015-09-07
3
-218
/
+294
*
nspawn: split out cgroup related calls into nspawn-cgroup.[ch]
Lennart Poettering
2015-09-07
3
-140
/
+200
*
nspawn: split out network related code to nspawn-network.[ch]
Lennart Poettering
2015-09-07
3
-439
/
+504
*
nspawn: split all port exposure code into nspawn-expose-port.[ch]
Lennart Poettering
2015-09-07
6
-271
/
+337
*
nspawn: split out mount related functions into a new nspawn-mount.c file
Lennart Poettering
2015-09-07
5
-835
/
+949
*
nspawn: add new .nspawn files for container settings
Lennart Poettering
2015-09-06
6
-220
/
+984
*
nspawn: enable all controllers we can for the "payload" subcgroup we create
Lennart Poettering
2015-09-04
1
-0
/
+7
*
core: unified cgroup hierarchy support
Lennart Poettering
2015-09-01
1
-13
/
+220
*
nspawn: don't try to extract quotes from option string, glibc doesn't do that...
Lennart Poettering
2015-08-29
1
-1
/
+1
*
nspawn: add (no)rbind option to --bind and --bind-ro
Eugene Yakubovich
2015-08-29
1
-6
/
+50
[next]