summaryrefslogtreecommitdiffstats
path: root/.vimrc (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-16docs: tweak index.md generation and run it againLennart Poettering2-25/+19
2018-11-16docs: migrate boot loader interface from fdo wiki to gitLennart Poettering3-7/+81
2018-11-16docs/TRANSIENT-SETTINGS: drop PermissionsStartOnly= fromZbigniew Jędrzejewski-Szmek1-1/+0
2018-11-16analyze: add some minimal ANSI highlighting of syscall-filter outputLennart Poettering1-4/+13
2018-11-16seccomp: add some missing syscalls to filter setsLennart Poettering1-0/+3
2018-11-16analyze: show list of syscalls the kernel supports but not included in any gr...Lennart Poettering1-2/+79
2018-11-16cocci: simplify some if checksLennart Poettering4-15/+59
2018-11-16logind: fix determination of CanHibernate() and other callsHenry Tung1-5/+7
2018-11-16logind: imply right to reboot when user has right to set reboot-to-firmware flagLennart Poettering1-0/+1
2018-11-16efivars: let's add some validation of boot menu entry name syntaxLennart Poettering2-4/+19
2018-11-16efivars: add new helper efi_set_variable_string()Lennart Poettering2-15/+30
2018-11-16logind: log correct error msgLennart Poettering1-1/+1
2018-11-16logind: sort includesLennart Poettering1-1/+1
2018-11-16bootctl: display loader features in a pretty way.Lennart Poettering3-0/+90
2018-11-16util: force time multiplications to happen in longsLennart Poettering1-2/+2
2018-11-16locale-util: add special glyph support for check marks/cross marksLennart Poettering3-1/+10
2018-11-16efi: NUL terminate strings read with efivar_get()Lennart Poettering1-2/+17
2018-11-16sd-boot: make sure special menu items also work if menu is skippedLennart Poettering1-5/+5
2018-11-16sd-boot: use structured initializationLennart Poettering1-4/+5
2018-11-16sd-boot: change name of automatic entry for rebooting into firmwareLennart Poettering1-1/+1
2018-11-16sd-boot: add new EFI variable exposing feature set of boot loaderLennart Poettering2-0/+18
2018-11-16efi: make sure parse_boolean() does something useful on a NULL parameterLennart Poettering1-0/+3
2018-11-16efi: add 'const' to various util.h API parametersLennart Poettering2-18/+18
2018-11-16sd-boot: introduce a one-time override for the boot menu timeoutLennart Poettering2-5/+20
2018-11-16sd-boot: when converting menu timeout for UINTN to INTN saturateLennart Poettering1-1/+1
2018-11-16efi: add simple macros for MAX values of EFI's UINTN/INTN typesLennart Poettering1-0/+3
2018-11-16sd-boot: timeout_sec is unsigned hence show it with %uLennart Poettering1-3/+4
2018-11-16logind: also expose bool prop on bus that declares whether we are on external...Lennart Poettering1-0/+2
2018-11-16logind: make sure that if we can't figure out whether we are on AC we presume...Lennart Poettering1-5/+3
2018-11-16logind: don't claim that RebootToFirmwareSetup was constantLennart Poettering1-1/+1
2018-11-16logind: expose a boolean on the bus explaining whether logind thinks the lid ...Lennart Poettering3-0/+14
2018-11-16job: simplify status message extractionLennart Poettering1-15/+8
2018-11-16job: when a job was skipped due to a failed condition, log about itLennart Poettering1-4/+18
2018-11-16core: make unit_start() return a distinguishable error code in case condition...Lennart Poettering3-3/+5
2018-11-16job: add two explanatory commentsLennart Poettering1-3/+4
2018-11-16job: let's remove one comparison and reduce indentation level by oneLennart Poettering1-12/+14
2018-11-16core: log a recognizable message when a unit succeeds, tooLennart Poettering12-8/+44
2018-11-16core: make log messages about unit processes exiting recognizableLennart Poettering8-25/+69
2018-11-16core: make log messages about units entering a 'failed' state recognizableLennart Poettering12-8/+33
2018-11-16sd-messages: add comment and reorder a bitLennart Poettering1-2/+5
2018-11-16catalog: update job begin/done messagesLennart Poettering1-20/+28
2018-11-16job: also include job ID in log messages when we begin with a jobLennart Poettering1-4/+8
2018-11-16core: move unit_status_emit_starting_stopping_reloading() and related calls t...Lennart Poettering3-103/+103
2018-11-16job: add log message when we can't enable the job run event sourceLennart Poettering1-2/+7
2018-11-16job: add comment for EAGAIN job run caseLennart Poettering1-3/+3
2018-11-16job: minor coding style tweaksLennart Poettering1-3/+4
2018-11-16job: include JOB_ID field in log message about jobsLennart Poettering1-5/+7
2018-11-16tests: run fuzzers four times in a row (#10794)Evgeny Vereshchagin1-1/+7
2018-11-16sd-ndisc: do not unref() event sources when update or disable themYu Watanabe1-41/+24
2018-11-16sd-ndisc: use structured initializer at one more placeYu Watanabe1-3/+5