index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptsetup
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-25
coredump: turn off coredump collection only when PID 1 crashes, not when jour...
Lennart Poettering
1
-3
/
+6
2016-07-25
systemctl: style tweaks for the new condition code
Zbigniew Jędrzejewski-Szmek
1
-20
/
+16
2016-07-25
core: change ExecStart=! syntax to ExecStart=+ (#3797)
Lennart Poettering
4
-24
/
+20
2016-07-25
man: use "search for unit"
Zbigniew Jędrzejewski-Szmek
1
-6
/
+5
2016-07-25
NEWS: reword the text about libshared
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2016-07-25
man: make chroot less prominent in discussion of nspawn
Zbigniew Jędrzejewski-Szmek
1
-6
/
+4
2016-07-25
shared/install: allow "enable" on linked unit files (#3790)
Zbigniew Jędrzejewski-Szmek
2
-2
/
+7
2016-07-25
getty@.service.m4: add Conflicts=/Before= against rescue.service (#3792)
Michal Soltys
1
-0
/
+6
2016-07-25
namespace: don't fail on masked mounts (#3794)
Alban Crequy
1
-11
/
+11
2016-07-25
NEWS: document the new shared library for internal code
Lennart Poettering
1
-2
/
+13
2016-07-25
update hwdb (#3795)
Lennart Poettering
4
-2124
/
+4737
2016-07-25
man: update systemctl man page for unit file commands, in particular "systemc...
Lennart Poettering
2
-101
/
+88
2016-07-25
NEWS: update mailmap to bring NEWS and "make git-contrib" in line
Lennart Poettering
2
-6
/
+10
2016-07-23
NEWS: more stuff for v231 (#3786)
Zbigniew Jędrzejewski-Szmek
1
-0
/
+22
2016-07-23
NEWS: remove duplicate names and fix a few typos
Zbigniew Jędrzejewski-Szmek
1
-20
/
+19
2016-07-23
nspawn: don't skip cleanup on locking error
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2016-07-23
import: don't log "fake" errno values
Zbigniew Jędrzejewski-Szmek
2
-4
/
+4
2016-07-23
Use "return log_error_errno" in more places"
Zbigniew Jędrzejewski-Szmek
9
-42
/
+26
2016-07-22
Populate NEWS a bit, in preparation for v231
Lennart Poettering
1
-13
/
+197
2016-07-22
man: rework resolved.conf's Cache= documentation
Lennart Poettering
1
-13
/
+7
2016-07-22
mailmap: add a few more names
Lennart Poettering
1
-0
/
+6
2016-07-22
coredump: turn off coredump collection entirely after journald or PID 1 crashed
Lennart Poettering
1
-0
/
+3
2016-07-22
coredump: make sure to handle crashes of PID 1 and journald special
Lennart Poettering
1
-6
/
+8
2016-07-22
coredump: truncate overly long coredump metadata fields (#3780)
Lennart Poettering
1
-4
/
+34
2016-07-22
systemctl: never check inhibitors if -H or -M are used (#3781)
Lennart Poettering
1
-0
/
+3
2016-07-22
cgroup: whitelist inaccessible devices for "auto" and "closed" DevicePolicy.
Alessandro Puccetti
1
-1
/
+4
2016-07-22
nspawn: set DevicesPolicy closed and clean up duplicated devices
Alessandro Puccetti
2
-24
/
+4
2016-07-22
namespace: ensure to return a valid inaccessible nodes (#3778)
Alessandro Puccetti
1
-2
/
+9
2016-07-22
core: check for overflow when handling scaled MemoryLimit= settings
Lennart Poettering
1
-2
/
+2
2016-07-22
macros.systemd.in: add %systemd_ordering (#3776)
Harald Hoyer
1
-0
/
+6
2016-07-22
core: change TasksMax= default for system services to 15%
Lennart Poettering
4
-8
/
+9
2016-07-22
logind: change TasksMax= value for user logins to 33%
Lennart Poettering
6
-8
/
+53
2016-07-22
main: simplify things a bit by moving container check into fixup_environment()
Lennart Poettering
1
-8
/
+10
2016-07-22
core: rename MemoryLimitByPhysicalMemory transient property to MemoryLimitScale
Lennart Poettering
2
-7
/
+9
2016-07-22
core: support percentage specifications on TasksMax=
Lennart Poettering
7
-27
/
+156
2016-07-22
machine-id-setup: add new --print switch
Lennart Poettering
2
-3
/
+33
2016-07-22
core: rework machine-id-setup.c to use the calls from id128-util.[ch]
Lennart Poettering
4
-155
/
+50
2016-07-22
sd-id128: handle NULL return parameter in sd_id128_from_string() nicer
Lennart Poettering
2
-9
/
+7
2016-07-22
main: make sure set_machine_id() doesn't clobber arg_machine_id on failure
Lennart Poettering
1
-2
/
+4
2016-07-22
machine-id-setup: port machine_id_commit() to new id128-util.c APIs
Lennart Poettering
4
-20
/
+29
2016-07-22
nspawn: rework /etc/machine-id handling
Lennart Poettering
2
-29
/
+30
2016-07-22
systemctl: fix format string for uint64_t field
Lennart Poettering
1
-1
/
+1
2016-07-22
systemctl: fix output alignment in "systemctl status"
Lennart Poettering
1
-6
/
+8
2016-07-22
nspawn: rework machine/boot ID handling code to use new calls from id128-util...
Lennart Poettering
1
-32
/
+22
2016-07-22
sd-id128: split UUID file read/write code into new id128-util.[ch]
Lennart Poettering
9
-134
/
+260
2016-07-22
tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriate
Lennart Poettering
8
-13
/
+13
2016-07-21
nspawn: enable major=0/minor=0 devices inside the container (#3773)
Alessandro Puccetti
3
-2
/
+9
2016-07-21
missing_syscall: add __NR_copy_file_range for powerpc architecture (#3772)
Alessio Igor Bogani
1
-0
/
+2
2016-07-21
update TODO
Lennart Poettering
1
-0
/
+2
2016-07-21
hwdb: axis resolution override for the Lenovo Y700 (#3769)
Peter Hutterer
1
-0
/
+7
[next]