summaryrefslogtreecommitdiffstats
path: root/src/shared/seccomp-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-18dhcp: fix minor coding style issueYu Watanabe1-4/+3
2019-07-18catalog: reference ExecCondition= in unit skipped strAnita Zhang1-1/+2
2019-07-18NEWS: bullet point for ExecCondition=Anita Zhang1-0/+6
2019-07-18core: never propagate reload failure to service resultLennart Poettering1-1/+1
2019-07-17resolved: switch cache option to a tri-state option (systemd#5552).Jorge Niedbalski11-8/+49
2019-07-17network: update state file after dhcp6 eventsYu Watanabe1-0/+2
2019-07-17Revert "test-network: extend sleep time"Yu Watanabe1-4/+4
2019-07-17man: fix wrong section nameYu Watanabe1-1/+1
2019-07-17network: fix use after free()Yu Watanabe1-1/+1
2019-07-17network: drop unnecessary line breaksYu Watanabe1-2/+0
2019-07-17network: drop fallback mechanism to assign DHCPv6 addresses with IFA_F_NOPREF...Yu Watanabe3-14/+1
2019-07-17test/TEST-16: don't copy systemd-notify or lib from $BUILD_DIRDan Streetman1-2/+0
2019-07-17Rewrite IN_SET()Zbigniew Jędrzejewski-Szmek1-1/+2
2019-07-17Drop trailing slash from assert_cc() definitionZbigniew Jędrzejewski-Szmek6-8/+8
2019-07-17basic/macro: drop do {} while(0) from assert_not_reachedZbigniew Jędrzejewski-Szmek1-3/+1
2019-07-17firstboot: actually accept empty input to mean skipZbigniew Jędrzejewski-Szmek1-22/+17
2019-07-17firstboot: fix hang waiting for second Enter on inputZbigniew Jędrzejewski-Szmek1-1/+12
2019-07-17firstboot: only list all options on demandZbigniew Jędrzejewski-Szmek1-27/+19
2019-07-17firstboot: use free_and_strdup, free_and_replaceZbigniew Jędrzejewski-Szmek1-11/+2
2019-07-17mount-util: bind_remount: avoid calling statvfsJakob Unterwurzacher1-4/+27
2019-07-17sd-device: voidify and simplify calls to ordered_hashmap_iterate()Zbigniew Jędrzejewski-Szmek1-10/+2
2019-07-17sd-bus: voidify two calls to hashmap_iterate()Zbigniew Jędrzejewski-Szmek1-2/+2
2019-07-17test-networkd-conf: add missing assertZbigniew Jędrzejewski-Szmek1-1/+8
2019-07-17shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRAC...Zbigniew Jędrzejewski-Szmek4-2/+28
2019-07-17nspawn: fix misplaced parenthesis and merge two error handling pathsZbigniew Jędrzejewski-Szmek1-7/+3
2019-07-17nspawn: fix memleak in argument parsingZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-17coredumpctl: check return valueZbigniew Jędrzejewski-Szmek1-14/+16
2019-07-17coredumpctl: use free_and_replace in one more placeZbigniew Jędrzejewski-Szmek1-3/+1
2019-07-17shared: voidify call to loop_write() and trim duplicate codeZbigniew Jędrzejewski-Szmek1-48/+34
2019-07-17shared: fix assert callZbigniew Jędrzejewski-Szmek1-1/+1
2019-07-17core: ExecCondition= for servicesAnita Zhang21-23/+225
2019-07-17nspawn: make use of SIGINT handling when copying filesLennart Poettering1-27/+43
2019-07-17btrfs-util: expose SIGINT behaviour in snapshot copy fallback, tooLennart Poettering2-1/+2
2019-07-17copy: optionally check for SIGINT regularly, and abort operation safelyLennart Poettering2-1/+35
2019-07-17test/test-functions: fix install_dmeventd to correctly install bin/libsDan Streetman1-28/+1
2019-07-17Free up some resources on Azure PipelinesEvgeny Vereshchagin2-71/+0
2019-07-17test/test-functions: instmods call to find should use -type fDan Streetman1-1/+1
2019-07-17test: when stripping binaries, ignore case in suppressing "File format not re...Dan Streetman1-1/+1
2019-07-17test: ignore errors during test cleanup, so cleanup can finishDan Streetman2-17/+18
2019-07-17test: add create_empty_image_rootdir() to simplify testcase setupDan Streetman32-197/+76
2019-07-16test-network: drop warn_about_firewalld() as it is not necessary any moreYu Watanabe1-9/+0
2019-07-16test-network: stop firewalld in setUpModule()Yu Watanabe1-7/+14
2019-07-16test-network: add tests for link state file vs resolvectl or timedatectlYu Watanabe2-0/+107
2019-07-16resolve: fix memleakYu Watanabe1-0/+3
2019-07-16bash-completion: support ntp-servers and revert command for timedatectlYu Watanabe1-0/+9
2019-07-16timedatectl: add 'ntp-servers' and 'revert' commands to modify link NTP serversYu Watanabe2-0/+117
2019-07-16resolvectl: support networkd managed interfacesYu Watanabe2-150/+253
2019-07-16network: implement DBus methods to set DNS related propertiesYu Watanabe10-56/+865
2019-07-16resolve: expose dns_server_address_valid()Yu Watanabe5-18/+19
2019-07-16network: introduce GetLinkByName and GetLinkByIndex bus methodsYu Watanabe2-0/+79