index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-17
zsh-completion: fix for #4318 (#4394)
llua
1
-9
/
+5
2016-10-17
core/timer: reset next_elapse_*time when timer is not waiting
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2016-10-17
pid1: do not use mtime==0 as sign of masking (#4388)
Zbigniew Jędrzejewski-Szmek
1
-8
/
+12
2016-10-17
test-calendarspec: test that hourly timers are incremented properly
Zbigniew Jędrzejewski-Szmek
1
-1
/
+24
2016-10-17
tree-wide: introduce free_and_replace helper
Zbigniew Jędrzejewski-Szmek
9
-42
/
+35
2016-10-17
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
64
-228
/
+105
2016-10-17
shared/install: use _cleanup_free_
Zbigniew Jędrzejewski-Szmek
1
-8
/
+7
2016-10-16
loginctl: report tty in session listings
Zbigniew Jędrzejewski-Szmek
1
-17
/
+61
2016-10-16
loginctl: drop casts in printf
Zbigniew Jędrzejewski-Szmek
1
-7
/
+7
2016-10-16
man: document sd_event_get_tid() return value (#4385)
Martin Ejdestig
1
-2
/
+3
2016-10-16
man: drop discouragment of runtime and vendor drop-ins
Zbigniew Jędrzejewski-Szmek
1
-3
/
+1
2016-10-16
man: add journal-upload.conf(5)
Zbigniew Jędrzejewski-Szmek
3
-7
/
+126
2016-10-16
man: add notes about thread safety of sd_journal_* functions
Zbigniew Jędrzejewski-Szmek
14
-3
/
+66
2016-10-16
man: add crosslink between systemd.resource-control(5) and systemd.exec(5)
Zbigniew Jędrzejewski-Szmek
2
-0
/
+11
2016-10-15
virt: add possibility to skip the check for chroot (#4374)
Lukáš Nykrýn
1
-0
/
+4
2016-10-15
hwdb: Add sensitivity for Dell Latitude E7470 pointingstick
Ben Gamari
1
-0
/
+4
2016-10-15
core: make settings for unified cgroup hierarchy supersede the ones for legac...
Tejun Heo
2
-190
/
+195
2016-10-13
nspawn: remove unused variable (#4369)
Thomas H. P. Andersen
1
-1
/
+0
2016-10-13
nspawn: cleanup and chown the synced cgroup hierarchy (#4223)
Evgeny Vereshchagin
7
-21
/
+93
2016-10-12
man: typo fixes
Thomas Hindoe Paaboel Andersen
13
-19
/
+19
2016-10-12
coredump: use for() loop instead of while()
Stefan Schweter
1
-1
/
+1
2016-10-12
basic: use for() loop instead of while()
Stefan Schweter
1
-1
/
+1
2016-10-12
update TODO
Lennart Poettering
1
-9
/
+0
2016-10-12
journalctl: say in which directory we vacuum stuff
Lennart Poettering
1
-1
/
+1
2016-10-12
journalctl: don't claim the journal was stored on disk
Lennart Poettering
1
-1
/
+1
2016-10-12
journal: refuse opening journal files from the future for writing
Lennart Poettering
2
-2
/
+23
2016-10-12
journald: automatically rotate journal files when the clock jumps backwards
Lennart Poettering
2
-6
/
+25
2016-10-12
journald: use the event loop dispatch timestamp for journal entries
Lennart Poettering
1
-3
/
+10
2016-10-12
journal: when iterating through entry arrays and we hit an invalid one keep g...
Lennart Poettering
1
-19
/
+35
2016-10-12
journal: add an explicit check for uninitialized objects
Lennart Poettering
1
-0
/
+4
2016-10-12
journal: also check that our entry arrays are properly ordered
Lennart Poettering
1
-6
/
+19
2016-10-12
journal: split out check for properly ordered arrays into its own function
Lennart Poettering
1
-3
/
+15
2016-10-12
journal: split out array index inc/dec code into a new call bump_array_index()
Lennart Poettering
1
-23
/
+25
2016-10-12
journal: when we encounter a broken journal file, add some debug logging
Lennart Poettering
2
-7
/
+21
2016-10-12
build-sys: Allow disabling installation of pam config snippet
Felipe Sateler
3
-1
/
+7
2016-10-12
Avoid forever loop for journalctl --list-boots command (#4278)
hese10
1
-1
/
+8
2016-10-12
systemd-user: add pam_unix account module
Felipe Sateler
1
-0
/
+2
2016-10-12
hwdb: Treat Latitude 2110 brightness keys like on Inspiron 1520 (#4355)
Ben Harris
1
-1
/
+2
2016-10-12
test: add test to make sure that ProtectKernelModules=yes disconnect mount pr...
Djalal Harouni
3
-2
/
+11
2016-10-12
core: make sure to dump ProtectKernelModules= value
Djalal Harouni
1
-0
/
+2
2016-10-12
core: check protect_kernel_modules and private_devices in order to setup NNP
Djalal Harouni
1
-0
/
+2
2016-10-12
core:sandbox: lets make /lib/modules/ inaccessible on ProtectKernelModules=
Djalal Harouni
5
-27
/
+69
2016-10-12
doc: minor hint about InaccessiblePaths= in regard of ProtectKernelTunables=
Djalal Harouni
1
-1
/
+4
2016-10-12
test: add test to make sure that CAP_SYS_RAWIO was removed on PrivateDevices=yes
Djalal Harouni
3
-0
/
+16
2016-10-12
core:sandbox: remove CAP_SYS_RAWIO on PrivateDevices=yes
Djalal Harouni
2
-3
/
+3
2016-10-12
test: add capability tests for ProtectKernelModules=
Djalal Harouni
4
-0
/
+27
2016-10-12
core:sandbox: Add ProtectKernelModules= option
Djalal Harouni
7
-2
/
+80
2016-10-12
units: journal-upload Wants= and After=network-online.target (#4354)
Yu Watanabe
1
-1
/
+2
2016-10-12
Allow block and char classes in DeviceAllow bus properties (#4353)
Zbigniew Jędrzejewski-Szmek
4
-7
/
+11
2016-10-12
networkd: add dbus interface for lease raw options (#3528)
Andrew Jeddeloh
3
-0
/
+144
[next]