summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tree-wide: use the usual SPDX header for our own filesZbigniew Jędrzejewski-Szmek2020-10-293-0/+6
* | | | | socket-util: make socket_set_recvpktinfo control PACKET_AUXDATA sockopt on AF...Lennart Poettering2020-10-271-0/+3
|/ / / /
* | | | Revert "basic/env-util: (mostly) follow POSIX for what variable names are all...Zbigniew Jędrzejewski-Szmek2020-10-231-10/+7
* | | | basic/env-util: make function shorterZbigniew Jędrzejewski-Szmek2020-10-231-4/+1
| |/ / |/| |
* | | Merge pull request #17324 from keszybz/resolvectl-compat-outputLennart Poettering2020-10-222-0/+8
|\ \ \
| * | | format-table: add TABLE_STRV_WRAPPEDZbigniew Jędrzejewski-Szmek2020-10-221-1/+3
| * | | resolvectl: use compat status string instead of a field-by-field tableZbigniew Jędrzejewski-Szmek2020-10-201-0/+4
| * | | resolvectl: break nta/domain/dns listings with newlinesZbigniew Jędrzejewski-Szmek2020-10-201-0/+2
* | | | Merge pull request #16632 from keszybz/test-path-yet-againLennart Poettering2020-10-223-1/+12
|\ \ \ \
| * | | | tests: add helper function to autodetect CI environmentsZbigniew Jędrzejewski-Szmek2020-10-221-0/+6
| * | | | meson: convert developer_mode boolean to an enumZbigniew Jędrzejewski-Szmek2020-10-222-1/+6
* | | | | Merge pull request #13589 from williamvds/systemctl-edit-copyLennart Poettering2020-10-224-9/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add WRITE_STRING_FILE_TRUNCATE to set O_TRUNCwilliamvds2020-10-212-9/+11
| * | | | Add strv_prependwilliamvds2020-10-212-0/+14
* | | | | macro: introduce POINTER_MAX as define for (void*) -1Lennart Poettering2020-10-224-8/+11
* | | | | cgtop: Display cpu time in microseonds with --rawArian van Putten2020-10-211-0/+6
* | | | | util: make size macros unsignedLennart Poettering2020-10-202-5/+8
|/ / / /
* | | | meson: Fix missing libseccomp dependenciesMichal Koutný2020-10-161-0/+1
* | | | Merge pull request #15206 from anitazha/systoomd-v0Zbigniew Jędrzejewski-Szmek2020-10-157-4/+149
|\ \ \ \
| * | | | cgroup-util: add cg_get_attribute_as_bool() helperAnita Zhang2020-10-072-0/+23
| * | | | parse-util: add parse_loadavg_fixed_pointAnita Zhang2020-10-074-4/+107
| * | | | core: add varlink call to get cgroup paths of units using ManagedOOM*=Anita Zhang2020-10-071-0/+2
| * | | | core: add ManagedOOM*= properties to configure systemd-oomd on the unitAnita Zhang2020-10-072-0/+17
* | | | | Merge pull request #17188 from keszybz/envvars-posixLennart Poettering2020-10-141-10/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | basic/env-util: (mostly) follow POSIX for what variable names are allowedZbigniew Jędrzejewski-Szmek2020-10-121-10/+14
| | |/ / | |/| |
* | | | Merge pull request #17338 from poettering/close-rangeLennart Poettering2020-10-143-6/+142
|\ \ \ \
| * | | | fd-util: port close_all_fds() to close_range()Lennart Poettering2020-10-141-0/+90
| * | | | missing: add close_range() wrapperLennart Poettering2020-10-141-0/+46
| * | | | alloc-util: avoid allocating zero size memory blocksLennart Poettering2020-10-141-6/+6
* | | | | Merge pull request #17267 from yuwata/hashmap_put_strdupZbigniew Jędrzejewski-Szmek2020-10-145-12/+30
|\ \ \ \ \
| * | | | | util: introduce two trivial hash_opsYu Watanabe2020-10-132-0/+15
| * | | | | hashmap: introduce {hashmap,set}_put_strdup_full()Yu Watanabe2020-10-133-12/+15
| |/ / / /
* | | | | sd-dhcp-client: make sd_dhcp_client_set_request_option() not return -EEXISTYu Watanabe2020-10-141-0/+3
|/ / / /
* | | | basic/selinux: work around mallinfo deprecationZbigniew Jędrzejewski-Szmek2020-10-122-8/+26
* | | | Merge pull request #17273 from mrc0mmand/coccinelle-check-for-bad-errnoLennart Poettering2020-10-123-8/+3
|\ \ \ \ | |/ / / |/| | |
| * | | tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
| * | | tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-092-6/+2
* | | | missing_syscall: fixup syscall numbers for x32 vs. amd64mirabilos2020-10-091-11/+17
|/ / /
* | | ratelimit: add ratelimit_configured() helperLennart Poettering2020-10-092-1/+5
* | | missing-syscall: fix copypastaLennart Poettering2020-10-081-1/+1
| |/ |/|
* | basic/missing_syscall: fix syscall numbers for mips*Michael Biebl2020-10-081-2/+26
* | Merge pull request #17279 from poettering/systemctl-split-upLennart Poettering2020-10-081-0/+1
|\ \
| * | basic: include stddef.h since we use NULL in headerLennart Poettering2020-10-071-0/+1
| |/
* | basic: import linux/ipv6_route.hYu Watanabe2020-10-072-0/+65
* | meson: add missing filesYu Watanabe2020-10-071-0/+2
|/
* basic/virt: Detect PowerVM hypervisorMichal Suchanek2020-10-062-0/+7
* virt: reference correct file path in log messageLennart Poettering2020-10-051-1/+1
* Merge pull request #17230 from mrc0mmand/coccinelle_fixesZbigniew Jędrzejewski-Szmek2020-10-051-1/+1
|\
| * tree-wide: coccinelle fixesFrantisek Sumsal2020-10-041-1/+1
* | man: fix typosSamanta Navarro2020-10-031-1/+1
|/