summaryrefslogtreecommitdiffstats
path: root/coccinelle (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-09Add parser and printer for coredump filter maskZbigniew Jędrzejewski-Szmek5-0/+175
2020-04-09basic/parse-util: add safe_atoux64()Zbigniew Jędrzejewski-Szmek3-3/+52
2020-04-03capability: don't skip ambient caps setup if we actually have something to setLennart Poettering1-3/+5
2020-04-03shared/dissect-image: log messages from cryptsetupTopi Miettinen1-0/+4
2020-04-03resolve: reload /etc/hosts on inode changeGiedrius Statkevičius3-2/+11
2020-04-02sd-bus: remove unused priority logicDaan De Meyer1-14/+10
2020-04-02sd-bus: Deprecate priority functionsDaan De Meyer4-28/+5
2020-04-02units: run systemd-repart only if there's configuration for itLennart Poettering1-0/+4
2020-04-02Revert "units: make systemd-repart.service installable"Lennart Poettering3-6/+2
2020-04-02update TODOLennart Poettering1-0/+4
2020-04-02string-util: make clear that split() + FOREACH_WORD() should dieLennart Poettering1-0/+2
2020-04-02string-util: make sure we eat even half complete words in split()Lennart Poettering2-3/+8
2020-04-02string-util: some minor coding style updatesLennart Poettering1-27/+40
2020-04-02update TODOLennart Poettering1-1/+3
2020-04-02sd-bus: add va_list variants of variadic convenience functionsVito Caputo6-41/+208
2020-04-02udev: Fix SIGSEGV in AlternativeNamesPolicy handlingLénaïc Huard1-1/+1
2020-04-01network: can: add support for CAN-FD related propertiesRichard Petri5-0/+64
2020-04-01network: can: introduce a config parser function for bitratesRichard Petri5-8/+49
2020-04-01network: DHCPv6 Add support to send MUD URLSusant Sahani8-0/+64
2020-04-01sd-dhcpv6: Add support to set request MUD URLSusant Sahani2-0/+50
2020-04-01man: mention that stdout logging works the same as stderr loggingLennart Poettering1-10/+8
2020-04-01sd-bus: sd_bus_call docs improvementsDaan De Meyer1-17/+22
2020-04-01sd-bus: Add sd_bus_get/set_priority docs + fixesDaan De Meyer3-5/+28
2020-03-31sd-bus: Add note about sd_bus_reply_method_return to SD_BUS_METHOD docsDaan De Meyer2-26/+29
2020-03-31sd-bus: Add sd_bus_add_object and callback docsDaan De Meyer3-3/+66
2020-03-31sd-bus: Fix typos in sd_bus_add_object_vtable docsDaan De Meyer1-3/+3
2020-03-31sd-bus: Wrap add_object_vtable docs at 100 columnsDaan De Meyer1-89/+97
2020-03-31*: use _cleanup_close_ with fdopendir() where trivialVito Caputo2-8/+6
2020-03-31*: use _cleanup_close_ with fdopen() where trivialVito Caputo5-25/+16
2020-03-31*: convert amenable fdopendir() calls to take_fdopendir()Vito Caputo3-6/+6
2020-03-31fileio: add take_fdopendir() variantVito Caputo2-0/+13
2020-03-31*: convert amenable fdopen calls to take_fdopenVito Caputo12-37/+16
2020-03-31fileio: introduce take_fdopen{_unlocked}() variantVito Caputo2-0/+28
2020-03-31units: do not pull in home.mount from systemd-homed.serviceLennart Poettering1-1/+1
2020-03-31home: fix several typosVito Caputo11-35/+35
2020-03-31test: print path to build directory on misconfigurationZbigniew Jędrzejewski-Szmek1-1/+1
2020-03-31units: make systemd-userdbd.{socket,service} installableZbigniew Jędrzejewski-Szmek4-2/+8
2020-03-31units: make systemd-homed.service installableZbigniew Jędrzejewski-Szmek4-3/+9
2020-03-31units: make systemd-repart.service installableZbigniew Jędrzejewski-Szmek3-3/+7
2020-03-31user-util: switch order of checks in valid_user_group_name_or_id_full()Lennart Poettering1-2/+2
2020-03-31home: narrow scope of 'size_t n'Vito Caputo1-2/+1
2020-03-31homectl: fix a typoPiero La Terza1-1/+1
2020-03-30network: DHCPv4 - introduce The Manufacturer Usage Description (MUD)Susant Sahani7-0/+68
2020-03-30sd-dhcpv4: introduce The Manufacturer Usage Description (MUD)Susant Sahani2-0/+38
2020-03-30userwork: fix signal worker sends to manager requesting more workersLennart Poettering1-1/+1
2020-03-30ci: turn off FuzzBuzzEvgeny Vereshchagin7-67/+5
2020-03-30travis: install ninja with pipEvgeny Vereshchagin1-2/+2
2020-03-29networkctl: Add support to display DHCP SMTP serversSusant Sahani1-1/+5
2020-03-29sd-network: Add support to emit and receive SMTP server informationSusant Sahani2-0/+7
2020-03-29network: DHCP - add support to emit and receive SMTP server informationSusant Sahani9-15/+182