index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.vimrc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-16
docs: tweak index.md generation and run it again
Lennart Poettering
2
-25
/
+19
2018-11-16
docs: migrate boot loader interface from fdo wiki to git
Lennart Poettering
3
-7
/
+81
2018-11-16
docs/TRANSIENT-SETTINGS: drop PermissionsStartOnly= from
Zbigniew Jędrzejewski-Szmek
1
-1
/
+0
2018-11-16
analyze: add some minimal ANSI highlighting of syscall-filter output
Lennart Poettering
1
-4
/
+13
2018-11-16
seccomp: add some missing syscalls to filter sets
Lennart Poettering
1
-0
/
+3
2018-11-16
analyze: show list of syscalls the kernel supports but not included in any gr...
Lennart Poettering
1
-2
/
+79
2018-11-16
cocci: simplify some if checks
Lennart Poettering
4
-15
/
+59
2018-11-16
logind: fix determination of CanHibernate() and other calls
Henry Tung
1
-5
/
+7
2018-11-16
logind: imply right to reboot when user has right to set reboot-to-firmware flag
Lennart Poettering
1
-0
/
+1
2018-11-16
efivars: let's add some validation of boot menu entry name syntax
Lennart Poettering
2
-4
/
+19
2018-11-16
efivars: add new helper efi_set_variable_string()
Lennart Poettering
2
-15
/
+30
2018-11-16
logind: log correct error msg
Lennart Poettering
1
-1
/
+1
2018-11-16
logind: sort includes
Lennart Poettering
1
-1
/
+1
2018-11-16
bootctl: display loader features in a pretty way.
Lennart Poettering
3
-0
/
+90
2018-11-16
util: force time multiplications to happen in longs
Lennart Poettering
1
-2
/
+2
2018-11-16
locale-util: add special glyph support for check marks/cross marks
Lennart Poettering
3
-1
/
+10
2018-11-16
efi: NUL terminate strings read with efivar_get()
Lennart Poettering
1
-2
/
+17
2018-11-16
sd-boot: make sure special menu items also work if menu is skipped
Lennart Poettering
1
-5
/
+5
2018-11-16
sd-boot: use structured initialization
Lennart Poettering
1
-4
/
+5
2018-11-16
sd-boot: change name of automatic entry for rebooting into firmware
Lennart Poettering
1
-1
/
+1
2018-11-16
sd-boot: add new EFI variable exposing feature set of boot loader
Lennart Poettering
2
-0
/
+18
2018-11-16
efi: make sure parse_boolean() does something useful on a NULL parameter
Lennart Poettering
1
-0
/
+3
2018-11-16
efi: add 'const' to various util.h API parameters
Lennart Poettering
2
-18
/
+18
2018-11-16
sd-boot: introduce a one-time override for the boot menu timeout
Lennart Poettering
2
-5
/
+20
2018-11-16
sd-boot: when converting menu timeout for UINTN to INTN saturate
Lennart Poettering
1
-1
/
+1
2018-11-16
efi: add simple macros for MAX values of EFI's UINTN/INTN types
Lennart Poettering
1
-0
/
+3
2018-11-16
sd-boot: timeout_sec is unsigned hence show it with %u
Lennart Poettering
1
-3
/
+4
2018-11-16
logind: also expose bool prop on bus that declares whether we are on external...
Lennart Poettering
1
-0
/
+2
2018-11-16
logind: make sure that if we can't figure out whether we are on AC we presume...
Lennart Poettering
1
-5
/
+3
2018-11-16
logind: don't claim that RebootToFirmwareSetup was constant
Lennart Poettering
1
-1
/
+1
2018-11-16
logind: expose a boolean on the bus explaining whether logind thinks the lid ...
Lennart Poettering
3
-0
/
+14
2018-11-16
job: simplify status message extraction
Lennart Poettering
1
-15
/
+8
2018-11-16
job: when a job was skipped due to a failed condition, log about it
Lennart Poettering
1
-4
/
+18
2018-11-16
core: make unit_start() return a distinguishable error code in case condition...
Lennart Poettering
3
-3
/
+5
2018-11-16
job: add two explanatory comments
Lennart Poettering
1
-3
/
+4
2018-11-16
job: let's remove one comparison and reduce indentation level by one
Lennart Poettering
1
-12
/
+14
2018-11-16
core: log a recognizable message when a unit succeeds, too
Lennart Poettering
12
-8
/
+44
2018-11-16
core: make log messages about unit processes exiting recognizable
Lennart Poettering
8
-25
/
+69
2018-11-16
core: make log messages about units entering a 'failed' state recognizable
Lennart Poettering
12
-8
/
+33
2018-11-16
sd-messages: add comment and reorder a bit
Lennart Poettering
1
-2
/
+5
2018-11-16
catalog: update job begin/done messages
Lennart Poettering
1
-20
/
+28
2018-11-16
job: also include job ID in log messages when we begin with a job
Lennart Poettering
1
-4
/
+8
2018-11-16
core: move unit_status_emit_starting_stopping_reloading() and related calls t...
Lennart Poettering
3
-103
/
+103
2018-11-16
job: add log message when we can't enable the job run event source
Lennart Poettering
1
-2
/
+7
2018-11-16
job: add comment for EAGAIN job run case
Lennart Poettering
1
-3
/
+3
2018-11-16
job: minor coding style tweaks
Lennart Poettering
1
-3
/
+4
2018-11-16
job: include JOB_ID field in log message about jobs
Lennart Poettering
1
-5
/
+7
2018-11-16
tests: run fuzzers four times in a row (#10794)
Evgeny Vereshchagin
1
-1
/
+7
2018-11-16
sd-ndisc: do not unref() event sources when update or disable them
Yu Watanabe
1
-41
/
+24
2018-11-16
sd-ndisc: use structured initializer at one more place
Yu Watanabe
1
-3
/
+5
[next]