summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-18udev: use an "inline" array instead of allocating for advertise modeZbigniew Jędrzejewski-Szmek3-23/+12
2018-11-18basic/util: import memeqzero from casyncZbigniew Jędrzejewski-Szmek3-0/+41
2018-11-18test-util: modernizeZbigniew Jędrzejewski-Szmek1-2/+28
2018-11-18ethtool: drop NetDevAdvertiseYu Watanabe4-52/+81
2018-11-18missing: add ETHTOOL_LINK_MODE_* and struct ethtool_link_settingsYu Watanabe1-0/+127
2018-11-17Merge pull request #10817 from evverx/audit-fuzzerZbigniew Jędrzejewski-Szmek7-26/+53
2018-11-17test: also tests enumerating subsystemsYu Watanabe1-41/+57
2018-11-17tests: introduce dummy_server_init and use it in all journald fuzzersEvgeny Vereshchagin5-40/+32
2018-11-17journald: check whether sscanf has changed the value corresponding to %nEvgeny Vereshchagin1-1/+2
2018-11-17conf-parse: use strjoina() where appropriateLennart Poettering1-12/+5
2018-11-17conf-parse: drop unused prototypeLennart Poettering1-1/+0
2018-11-17macro: remove double evaluation in FLAGS_SET()Lennart Poettering1-1/+1
2018-11-17rc-local-generator: add comment explaining the background of the generatorLennart Poettering1-0/+6
2018-11-16tests: add a fuzzer for process_audit_stringEvgeny Vereshchagin4-1/+35
2018-11-16fix build with -Defi=falseasavah1-12/+12
2018-11-16Merge pull request #10751 from yuwata/sd-event-utilLennart Poettering12-608/+544
2018-11-16Merge pull request #10770 from poettering/unit-done-logLennart Poettering13-171/+280
2018-11-16Merge pull request #10777 from poettering/seccomp-filter-othersLennart Poettering2-5/+94
2018-11-16Merge pull request #10785 from poettering/cgroup-join-removalLennart Poettering11-281/+149
2018-11-16Merge pull request #10802 from poettering/hide-only-onLennart Poettering1-1/+1
2018-11-16Merge pull request #10804 from poettering/sd-boot-updatesLennart Poettering3-37/+81
2018-11-16Merge pull request #10806 from poettering/logind-many-fixesLennart Poettering11-35/+181
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 Poettering3-15/+5
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 Poettering1-0/+10
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 Poettering1-3/+14
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