index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...
Lennart Poettering
2014-02-22
3
-8
/
+95
*
manager: be more precise in message about restart
Zbigniew Jędrzejewski-Szmek
2014-02-21
1
-1
/
+4
*
core: Add AppArmor profile switching
Michael Scherer
2014-02-21
7
-4
/
+108
*
selinux: Don't attempt to load policy in initramfs if it doesn't exist
Colin Walters
2014-02-21
1
-0
/
+7
*
hostnamectl: should the sanitized arch, not the native uname() one
Lennart Poettering
2014-02-21
1
-0
/
+3
*
core: add new ConditionArchitecture() that checks the architecture returned b...
Lennart Poettering
2014-02-21
2
-0
/
+4
*
condition: split out most of condition handling into libsystemd-shard
Tom Gundersen
2014-02-20
2
-255
/
+1
*
condition: refactor a bit
Tom Gundersen
2014-02-20
1
-50
/
+70
*
macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily
Lennart Poettering
2014-02-20
3
-20
/
+14
*
core/unit: fix unit_add_target_dependencies() for units with no dependencies
Daniel Mack
2014-02-20
1
-1
/
+1
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
18
-43
/
+43
*
update TODO
Lennart Poettering
2014-02-19
1
-1
/
+1
*
execute: modernizations
Lennart Poettering
2014-02-19
1
-12
/
+4
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-1
/
+1
*
core: add Personality= option for units to set the personality for spawned pr...
Lennart Poettering
2014-02-19
6
-0
/
+67
*
seccomp: add helper call to add all secondary archs to a seccomp filter
Lennart Poettering
2014-02-18
1
-4
/
+14
*
sd-rtnl-message: store reference to the bus in the message
Tom Gundersen
2014-02-18
1
-3
/
+3
*
Remove unused variable and two function stubs
Zbigniew Jędrzejewski-Szmek
2014-02-18
1
-1
/
+1
*
util: generalize code that checks whether PIDs are alive or unwaited for
Lennart Poettering
2014-02-18
2
-21
/
+6
*
doc: update punctuation
Jan Engelhardt
2014-02-18
1
-1
/
+1
*
core: more exact test on the procfs special string "(deleted)"
Jan Engelhardt
2014-02-18
1
-1
/
+1
*
Fix gperf syntax
Jasper St. Pierre
2014-02-17
1
-12
/
+6
*
core: warn when unit files with unsupported options are parsed
Lennart Poettering
2014-02-17
2
-9
/
+31
*
core: store and expose SELinuxContext field normalized as bool + string
Lennart Poettering
2014-02-17
6
-16
/
+75
*
main: make gcc shut up
Lennart Poettering
2014-02-17
1
-2
/
+2
*
core: fixate show_status earlier, so that we actually print the welcome message
Lennart Poettering
2014-02-17
1
-8
/
+24
*
core: find the closest parent slice that has a specfic cgroup controller enab...
Lennart Poettering
2014-02-17
1
-25
/
+35
*
core: fix property changes in transient units
Lennart Poettering
2014-02-17
2
-10
/
+6
*
unit: slice dependencies should not be subject to DefaultDependencies
Lennart Poettering
2014-02-17
1
-18
/
+22
*
main: don't set no_new_privs when using SystemCallArchitectures= system-wide
Lennart Poettering
2014-02-17
1
-0
/
+6
*
core: rework cgroup mask propagation
Lennart Poettering
2014-02-17
10
-33
/
+113
*
Pass log config from systemd to systemd-shutdown
Zbigniew Jędrzejewski-Szmek
2014-02-17
2
-32
/
+135
*
Some modernizations
Zbigniew Jędrzejewski-Szmek
2014-02-17
1
-23
/
+28
*
Extract looping over /proc/cmdline into a shared function
Zbigniew Jędrzejewski-Szmek
2014-02-17
1
-30
/
+1
*
Add white space between _XZ_FEATURE_ and _SECCOMP_FEATURE_
Djalal Harouni
2014-02-16
1
-1
/
+1
*
core: check for return value from get_process_state
Yuxuan Shui
2014-02-16
1
-1
/
+7
*
sd-rtnl: always include linux/rtnetlink.h
Tom Gundersen
2014-02-15
1
-1
/
+0
*
core: fix detection of dead processes
Yuxuan Shui
2014-02-15
1
-0
/
+8
*
service: when we complain about a notify message we cannot map to main pid be...
Lennart Poettering
2014-02-14
1
-1
/
+1
*
service: if we don't know the main pid of a service, we cannot accept any not...
Lennart Poettering
2014-02-14
1
-4
/
+6
*
rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_...
Lennart Poettering
2014-02-13
1
-3
/
+3
*
rtnl: drop "sd_" prefix from cleanup macros
Lennart Poettering
2014-02-13
1
-3
/
+3
*
seccomp: fix build again if libseccomp is missing
Lennart Poettering
2014-02-13
1
-0
/
+2
*
core: make StopWhenUnneeded work in conjunction with units that fail
Lennart Poettering
2014-02-13
1
-4
/
+5
*
core: add a system-wide SystemCallArchitectures= setting
Lennart Poettering
2014-02-13
5
-77
/
+150
*
core: add SystemCallArchitectures= unit setting to allow disabling of non-native
Lennart Poettering
2014-02-13
6
-18
/
+161
*
core: fix build without libseccomp
Lennart Poettering
2014-02-12
2
-0
/
+8
*
core: rework syscall filter
Lennart Poettering
2014-02-12
6
-110
/
+231
*
syscallfilter: port to libseccomp
Ronny Chevalier
2014-02-12
5
-90
/
+122
*
journald: log provenience of signals
Zbigniew Jędrzejewski-Szmek
2014-02-12
2
-20
/
+4
[next]