index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
catalog
/
systemd.zh_CN.catalog.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-05
build-sys: bump so revisions for prepation of 235
Lennart Poettering
1
-2
/
+2
2017-10-05
Update mailmap and contributor list (#7006)
Zbigniew Jędrzejewski-Szmek
2
-6
/
+7
2017-10-05
units: restore User=systemd-journal-gateway in systemd-journal-gatewayd.servi...
Lennart Poettering
1
-0
/
+1
2017-10-05
core: make gc_marker unsigned (#7004)
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-10-05
seccomp: remove 'gettid' syscall from '@process' syscall set (#6989)
Djalal Harouni
1
-1
/
+0
2017-10-05
NEWS: some nitpicking and bike-shedding
Zbigniew Jędrzejewski-Szmek
1
-39
/
+37
2017-10-05
generator: when we insert a '\n', actually place a proper newline, too
Lennart Poettering
1
-4
/
+10
2017-10-05
unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeou...
Lennart Poettering
5
-2
/
+81
2017-10-05
Revert "networkd: change UseMTU default to true. (#6837)" (#6950)
Andrew Jeddeloh
3
-7
/
+3
2017-10-05
resolved: rework how we handle truncation in the stub resolver
Lennart Poettering
9
-37
/
+69
2017-10-05
resolved: take benefit of log_xyz_errno() returning the negative error code
Lennart Poettering
1
-12
/
+6
2017-10-05
seccomp: ignore (and debug log) errors by all invocations of seccomp_rule_add...
Lennart Poettering
1
-2
/
+4
2017-10-05
seccomp: always handle seccomp_load() failing the same way
Lennart Poettering
1
-3
/
+7
2017-10-05
seccomp: react gracefully if we can't translate a syscall name
Lennart Poettering
1
-5
/
+6
2017-10-05
seccomp: include prlimit64 and ugetrlimit in @default
Lennart Poettering
2
-2
/
+2
2017-10-05
hwdb: Add accelerometer orientation entry for Chuwi Hi8 Pro tablet (#6998)
Hans de Goede
1
-0
/
+4
2017-10-04
tmpfiles: change btmp mode 0600 → 0660 (#6997)
Lennart Poettering
2
-1
/
+10
2017-10-04
dynamic-user: don't use a UID that currently owns IPC objects (#6962)
Lennart Poettering
3
-41
/
+131
2017-10-04
NEWS: add comment about change sync/async behaviour for shutdown commands
Lennart Poettering
1
-1
/
+15
2017-10-04
man: document which special "systemctl" commands are synchronous and which as...
Lennart Poettering
1
-72
/
+74
2017-10-04
logind: don's change dry-run boolean before we actually enqueue the operation
Lennart Poettering
1
-1
/
+4
2017-10-04
logind: reorder things a bit
Lennart Poettering
1
-28
/
+28
2017-10-04
systemctl: make sure "reboot", "suspend" and friends are always asynchronous
Lennart Poettering
1
-2
/
+10
2017-10-04
logind: add Halt() and CanHalt() APIs
Lennart Poettering
4
-16
/
+98
2017-10-04
hwdb: switch meson to use ids_parser.py (#6964)
Zbigniew Jędrzejewski-Szmek
2
-376
/
+1
2017-10-04
udevadm,basic: replace nulstr_contains with STR_IN_SET (#6965)
Zbigniew Jędrzejewski-Szmek
2
-61
/
+46
2017-10-04
nss-systemd: if cannot open bus, then try to read user info directly (#6971)
Yu Watanabe
1
-53
/
+72
2017-10-04
logind: use pid_is_valid() where appropriate
Alan Jenkins
1
-2
/
+2
2017-10-04
systemctl: use pid_is_valid() where appropriate
Alan Jenkins
1
-2
/
+4
2017-10-04
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
92
-191
/
+168
2017-10-04
test-sizeof: add pid_t and gid_t
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2017-10-04
test-copy: fix operation when test-copy is too small
Zbigniew Jędrzejewski-Szmek
1
-4
/
+12
2017-10-04
man: fix that the same option is listed twice (#6991)
Yu Watanabe
1
-1
/
+1
2017-10-04
units: prohibit all IP traffic on all our long-running services (#6921)
Lennart Poettering
8
-0
/
+8
2017-10-04
meson: generate ENABLE_* names automatically
Zbigniew Jędrzejewski-Szmek
1
-36
/
+35
2017-10-04
build-sys: s/ENABLE_RESOLVED/ENABLE_RESOLVE/
Zbigniew Jędrzejewski-Szmek
15
-26
/
+26
2017-10-04
build-sys: s/HAVE_MYHOSTNAME/ENABLE_MYHOSTNAME/
Zbigniew Jędrzejewski-Szmek
4
-6
/
+6
2017-10-04
build-sys: s/HAVE_SMACK/ENABLE_SMACK/
Zbigniew Jędrzejewski-Szmek
8
-16
/
+16
2017-10-04
build-sys: s/HAVE_IMA/ENABLE_IMA/
Zbigniew Jędrzejewski-Szmek
3
-4
/
+4
2017-10-04
build-sys: s/HAVE_UTMP/ENABLE_UTMP/
Zbigniew Jędrzejewski-Szmek
9
-13
/
+13
2017-10-04
build-sys: require all defines under #if to be present
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-10-04
test-nss: fix names of two defines
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2017-10-04
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
140
-565
/
+598
2017-10-04
seccomp: add sched_yield syscall to the @default syscall set
Djalal Harouni
1
-0
/
+1
2017-10-04
core: use strv_isempty to check if supplementary_groups is empty
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2017-10-04
load-fragment: do not create empty array
Yu Watanabe
1
-22
/
+2
2017-10-04
man: empty string resets the list of NTP servers (#6984)
Yu Watanabe
1
-4
/
+8
2017-10-03
Revert "tree-wide: use pid_is_valid() at more places"
Alan Jenkins
5
-12
/
+10
2017-10-03
meson: check for sys/auxv.h
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2017-10-03
build-sys: change all HAVE_DECL_ macros to HAVE_
Zbigniew Jędrzejewski-Szmek
5
-38
/
+38
[next]