index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nspawn: add new .nspawn files for container settings
Lennart Poettering
2015-09-06
1
-4
/
+3
*
nspawn: enable all controllers we can for the "payload" subcgroup we create
Lennart Poettering
2015-09-04
1
-1
/
+1
*
cgroup: always read the supported controllers from the root cgroup of the loc...
Lennart Poettering
2015-09-04
1
-2
/
+10
*
cgroup: fix potential access of uninitialized variable
Lennart Poettering
2015-09-04
1
-1
/
+1
*
cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ...
Lennart Poettering
2015-09-04
1
-1
/
+1
*
cgroup: fix potential bad memory access
Lennart Poettering
2015-09-04
1
-2
/
+2
*
cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroups
Lennart Poettering
2015-09-04
1
-0
/
+2
*
cgroup: when comparing agent paths, use path_equal()
Lennart Poettering
2015-09-04
1
-1
/
+1
*
audit: audit calls should return ENODATA when process are not in an audit ses...
Lennart Poettering
2015-09-04
1
-1
/
+8
*
util: document why parse_uid() returns ENXIO
Lennart Poettering
2015-09-04
1
-1
/
+4
*
cgroup: move controller to dirname translation into join_path_legacy()
Lennart Poettering
2015-09-04
1
-16
/
+13
*
util: add new uid_is_valid() call
Lennart Poettering
2015-09-04
2
-7
/
+18
*
macro: introduce new PID_TO_PTR macros and make use of them
Lennart Poettering
2015-09-04
2
-5
/
+8
*
cg_get_path: Removed unreachable statement
reverendhomer
2015-09-03
1
-4
/
+1
*
tree-wide: fix indentation
Thomas Hindoe Paaboel Andersen
2015-09-02
1
-1
/
+1
*
Merge pull request #1116 from poettering/unified-rebased
Lennart Poettering
2015-09-02
5
-252
/
+567
|
\
|
*
core: unified cgroup hierarchy support
Lennart Poettering
2015-09-01
5
-252
/
+567
*
|
Merge pull request #1112 from poettering/sd-bus-container-fixes
David Herrmann
2015-09-02
3
-0
/
+24
|
\
\
|
*
|
machined: introduce a ptsname_namespace() call and make use of it
Lennart Poettering
2015-09-01
2
-0
/
+21
|
*
|
machined: call unlockpt() in container, not host
Lennart Poettering
2015-09-01
1
-0
/
+3
*
|
|
virt: detect parallels virtualization
Evgeny Vereshchagin
2015-09-02
1
-2
/
+4
*
|
|
Merge pull request #1098 from filbranden/cpuaffinity2
Lennart Poettering
2015-09-01
1
-0
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
util: Declare a cleanup routine for a cpu_set_t
Filipe Brandenburger
2015-09-01
1
-0
/
+3
*
|
|
Merge pull request #1107 from msekletar/selinux-get-raw-context
Lennart Poettering
2015-09-01
1
-5
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
selinux: always use *_raw API from libselinux
Michal Sekletar
2015-09-01
1
-5
/
+5
|
|
/
*
|
Merge pull request #1111 from poettering/more-cgroup-fixes
Tom Gundersen
2015-09-01
3
-49
/
+68
|
\
\
|
*
|
cgroup: the root cgroup is always populated
Lennart Poettering
2015-09-01
1
-0
/
+4
|
*
|
cgroup: drop "ignore_self" argument from cg_is_empty()
Lennart Poettering
2015-09-01
2
-22
/
+15
|
*
|
cgroup: small cleanups and coding style fixes
Lennart Poettering
2015-09-01
1
-24
/
+36
|
*
|
cgroup: don't allow hidden cgroups
Lennart Poettering
2015-09-01
1
-1
/
+1
|
*
|
cgroup: never migrate kernel threads out of the root cgroup
Lennart Poettering
2015-09-01
1
-0
/
+8
|
*
|
set: return NULL on destructors
Lennart Poettering
2015-09-01
1
-2
/
+4
|
|
/
*
|
Merge pull request #1108 from phomes/dont-shadow-globals
David Herrmann
2015-09-01
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
tree-wide: do not shadow the global var timezone
Thomas Hindoe Paaboel Andersen
2015-09-01
1
-2
/
+2
*
|
process-util: trivial optimization
Lennart Poettering
2015-08-31
1
-2
/
+2
*
|
util: treat 'C' and 'POSIX' locale identical
Lennart Poettering
2015-08-31
1
-1
/
+1
*
|
extract_first_word: Refactor EXTRACT_DONT_COALESCE_SEPARATORS handling
Filipe Brandenburger
2015-08-31
1
-9
/
+6
*
|
extract_first_word: Refactor allocation in empty argument case
Filipe Brandenburger
2015-08-31
1
-10
/
+10
|
/
*
util: make malloc0 ask calloc for one block of size n
Thomas Hindoe Paaboel Andersen
2015-08-30
1
-1
/
+1
*
Merge pull request #1063 from poettering/dbus-interface-from-type
Tom Gundersen
2015-08-28
4
-1
/
+63
|
\
|
*
cgtop: major modernizations
Lennart Poettering
2015-08-28
2
-0
/
+23
|
*
core: add unit_dbus_interface_from_type() to unit-name.h
Lennart Poettering
2015-08-28
2
-1
/
+40
*
|
Merge pull request #1061 from poettering/pager
Daniel Mack
2015-08-28
1
-2
/
+18
|
\
\
|
*
|
copy: add splice() based fallback
Lennart Poettering
2015-08-28
1
-2
/
+18
|
|
/
*
|
Merge pull request #1055 from poettering/dhcp-updates
Tom Gundersen
2015-08-27
4
-4
/
+38
|
\
\
|
|
/
|
/
|
|
*
tree-wide: we place the opening bracket on the same line as the function name
Lennart Poettering
2015-08-27
1
-2
/
+1
|
*
basic: document that people shouldn't use refcnt.h without reason
Lennart Poettering
2015-08-26
1
-1
/
+3
|
*
time-util: add new get_timezone() call to get local timezone
Lennart Poettering
2015-08-26
2
-1
/
+34
*
|
Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"
David Herrmann
2015-08-27
1
-0
/
+1
|
/
*
machined: introduce pseudo-machine ".host" refererring to the host system
Lennart Poettering
2015-08-24
2
-0
/
+27
[next]