index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/oss-fuzz: add clang library dir using -L
Zbigniew Jędrzejewski-Szmek
2018-03-12
1
-2
/
+9
*
Rename scripts/oss-fuzz.sh to tools/oss-fuzz.sh
Zbigniew Jędrzejewski-Szmek
2018-03-12
2
-2
/
+2
*
Rename scripts/coverity.sh to tools/coverity.sh
Zbigniew Jędrzejewski-Szmek
2018-03-12
2
-1
/
+1
*
fuzz-dhcp-server: fix name of options file
Zbigniew Jędrzejewski-Szmek
2018-03-11
1
-0
/
+0
*
fuzz-unit-file: add a dump of systemd.directives(7) as a corpus entry
Zbigniew Jędrzejewski-Szmek
2018-03-11
1
-0
/
+909
*
fuzz: allow logging to be configured, disable in fuzz-unit-file
Zbigniew Jędrzejewski-Szmek
2018-03-11
2
-0
/
+9
*
fuzz: skip bus error map in bus_error_name_to_errno()
Zbigniew Jędrzejewski-Szmek
2018-03-11
1
-0
/
+2
*
Add fuzzer for unit file parser
Zbigniew Jędrzejewski-Szmek
2018-03-11
13
-3
/
+407
*
Make MANAGER_TEST_RUN_MINIMAL just allocate data structures
Zbigniew Jędrzejewski-Szmek
2018-03-11
9
-30
/
+37
*
Introduce _cleanup_(unit_freep)
Zbigniew Jędrzejewski-Szmek
2018-03-11
4
-17
/
+11
*
Introduce _cleanup_(manager_freep)
Zbigniew Jędrzejewski-Szmek
2018-03-11
10
-52
/
+29
*
shared/sleep-config: fix unitialized variable and use STR_IN_SET (#8416)
Zbigniew Jędrzejewski-Szmek
2018-03-11
1
-10
/
+7
*
Merge pull request #8403 from evverx/test-mount-util
Zbigniew Jędrzejewski-Szmek
2018-03-10
3
-6
/
+6
|
\
|
*
tests: skip g_dbus_message_new_from_blob under asan
Evegeny Vereshchagin
2018-03-09
1
-0
/
+2
|
*
tests: make / private after creating a mount namespace
Evegeny Vereshchagin
2018-03-09
1
-0
/
+2
|
*
tests: skip the rest of test_mnt_id after getting any error
Evegeny Vereshchagin
2018-03-09
1
-6
/
+2
*
|
core: ignore errors from cg_create_and_attach() in test mode (#8401)
Michal Sekletar
2018-03-09
1
-11
/
+12
*
|
Merge pull request #8412 from keszybz/meson-warning-fixes
Zbigniew Jędrzejewski-Szmek
2018-03-09
2
-6
/
+6
|
\
\
|
*
|
meson: libmount is required for oss-fuzz builds now too
Zbigniew Jędrzejewski-Szmek
2018-03-09
1
-2
/
+1
|
*
|
meson: avoid warning about comparison of bool and string
Zbigniew Jędrzejewski-Szmek
2018-03-09
1
-2
/
+3
|
*
|
meson: use triple-quote delimition in one more place
Zbigniew Jędrzejewski-Szmek
2018-03-09
1
-2
/
+2
*
|
|
Merge pull request #8415 from Werkov/fix-man
Zbigniew Jędrzejewski-Szmek
2018-03-09
3
-4
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
man: Correct value of default KillUserProcesses=
Michal Koutný
2018-03-09
3
-2
/
+7
|
*
|
man: Unify values of boolean configuration values with sample config
Michal Koutný
2018-03-09
2
-2
/
+2
|
/
/
*
|
core/socket: support binary inside chroot when looking for SELinux label (#8405)
Filipe Brandenburger
2018-03-09
1
-2
/
+6
*
|
core/cgroup: accepts MemorySwapMax=0 (#8366)
Yu Watanabe
2018-03-09
3
-89
/
+127
*
|
hwdb: add axis overrides for HP Pavilion 15 (#8404)
Peter Hutterer
2018-03-09
1
-0
/
+7
|
/
*
Merge pull request #8372 from keszybz/two-cleanups
Lennart Poettering
2018-03-08
9
-44
/
+21
|
\
|
*
core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__
Zbigniew Jędrzejewski-Szmek
2018-03-06
8
-43
/
+21
|
*
basic/cgroup-util: remove unused variable
Zbigniew Jędrzejewski-Szmek
2018-03-06
1
-1
/
+0
*
|
core: do not free heap-allocated strings (#8391)
Yu Watanabe
2018-03-08
1
-2
/
+4
*
|
sd-bus: do not try to close already closed fd (#8392)
Yu Watanabe
2018-03-08
1
-2
/
+0
*
|
Introduce suspend-to-hibernate (#8274)
Mario Limonciello
2018-03-08
20
-46
/
+315
*
|
hwdb: add accelerometer mount matrix for Eve V (#8382)
Daniel Lin
2018-03-08
1
-0
/
+6
*
|
hwdb: add Dell Inspiron 3537 axis overrides (#8388)
Peter Hutterer
2018-03-08
1
-0
/
+14
*
|
Revert "core: don't setup init.scope in test mode (#8380)" (#8390)
Yu Watanabe
2018-03-08
1
-5
/
+3
*
|
test-cgroup-util: bail out when running under mock (#8365)
Zbigniew Jędrzejewski-Szmek
2018-03-07
1
-2
/
+8
*
|
core: don't setup init.scope in test mode (#8380)
Michal Sekletar
2018-03-07
1
-3
/
+5
*
|
Merge pull request #8378 from evverx/get-around-freopen
Zbigniew Jędrzejewski-Szmek
2018-03-07
1
-4
/
+8
|
\
\
|
*
|
tests: close a leftover file descriptor in `test-fileio`
Evegeny Vereshchagin
2018-03-05
1
-1
/
+2
|
*
|
tests: stop using `freopen` in `test-fileio`
Evegeny Vereshchagin
2018-03-05
1
-3
/
+6
*
|
|
Merge pull request #8086 from hdante/sdboot-setmode-v2
Zbigniew Jędrzejewski-Szmek
2018-03-07
6
-1
/
+152
|
\
\
\
|
*
|
|
bootctl: synchronize bootctl code with sd-boot code
Henrique Dante de Almeida
2018-02-03
3
-0
/
+4
|
*
|
|
boot/efi: improve automatic mode handling
Henrique Dante de Almeida
2018-02-03
1
-2
/
+62
|
*
|
|
boot/efi: add console-mode boot option to change resolution
Henrique Dante de Almeida
2018-02-03
3
-1
/
+88
*
|
|
|
Merge pull request #7817 from medhefgo/systemd-boot
Zbigniew Jędrzejewski-Szmek
2018-03-07
6
-124
/
+184
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
systemd-boot: fix off-by-one buffer overrun
Zbigniew Jędrzejewski-Szmek
2018-03-07
1
-3
/
+2
|
*
|
|
systemd-boot: reduce indentation in config_entry_add_linux()
Zbigniew Jędrzejewski-Szmek
2018-03-07
1
-94
/
+95
|
*
|
|
systemd-boot: Try harder not to add ourselves to the list
Jan Janssen
2018-03-07
1
-4
/
+24
|
*
|
|
systemd-boot: Make automatic entries configurable
Jan Janssen
2018-01-28
3
-6
/
+46
[next]