summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18416 from yuwata/strverscmpZbigniew Jędrzejewski-Szmek2021-02-098-358/+5
|\
| * tree-wide: replace strverscmp() and str_verscmp() with strverscmp_improved()Yu Watanabe2021-02-093-65/+1
| * fundamental: move several macros and functions into src/fundamental/Yu Watanabe2021-02-095-293/+4
* | log: do not use uninitialized valueYu Watanabe2021-02-091-1/+3
|/
* Merge pull request #18375 from yuwata/cli-tools-also-read-kernel-command-lineZbigniew Jędrzejewski-Szmek2021-02-084-25/+54
|\
| * log: skip reading the kernel command line if the process is invoked by a scriptYu Watanabe2021-01-311-4/+26
| * env-util: introduce env_update_systemd_exec_pid()Yu Watanabe2021-01-312-0/+25
| * tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-312-15/+2
| * log: make tools also read the kernel command line when run as a serviceYu Watanabe2021-01-312-10/+5
* | copy: use stat_verify_directory() where appropriateLennart Poettering2021-02-061-4/+8
* | fs-util: make sure conservative_renameat() properly detects identity of longe...Lennart Poettering2021-02-041-7/+21
* | Merge pull request #18444 from anitazha/proprenameZbigniew Jędrzejewski-Szmek2021-02-042-39/+101
|\ \
| * | parse-util: add permyriad parsingAnita Zhang2021-02-022-39/+101
| |/
* | Merge pull request #18462 from poettering/copy-timeYu Watanabe2021-02-041-17/+10
|\ \
| * | copy: simplify futimens() invocationLennart Poettering2021-02-031-15/+3
| * | copy: also attempt to copy atime/mtime when copying symlinks, device nodes, f...Lennart Poettering2021-02-031-2/+7
* | | path-util: tighten path_is_valid() checksLennart Poettering2021-02-031-4/+19
|/ /
* | path-util: tighten path_extract_filename()Lennart Poettering2021-02-031-12/+13
* | logind: Introduce RebootWithFlags and othersDeepak Rawat2021-02-021-0/+8
|/
* Merge pull request #18320 from yuwata/network-reduce-trigger-network-eventsZbigniew Jędrzejewski-Szmek2021-01-302-2/+5
|\
| * fs-util: rename conservative_rename() -> conservative_renameat()Yu Watanabe2021-01-222-2/+5
* | tools: rename helper to match target nameZbigniew Jędrzejewski-Szmek2021-01-281-1/+1
* | Use .txt as the extension of arch syscall listsZbigniew Jędrzejewski-Szmek2021-01-2817-1/+1
* | Use .txt as the extension for syscall list fileZbigniew Jędrzejewski-Szmek2021-01-282-1/+1
* | tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-289-1/+13
* | missing-syscalls: add license header in the version-controlled generated fileZbigniew Jędrzejewski-Szmek2021-01-272-2/+8
* | treewide: tighten variable scope in loops (#18372)Susant Sahani2021-01-2714-51/+30
* | Merge pull request #18371 from yuwata/use-ansi-normalYu Watanabe2021-01-252-8/+8
|\ \
| * | terminal-util: use ansi_normal() or friends instead of ANSI_NORMALYu Watanabe2021-01-251-7/+7
| * | log: use ansi_normal() instead of ANSI_NORMALYu Watanabe2021-01-251-1/+1
* | | log: drop unused LogRealmYu Watanabe2021-01-252-113/+54
* | | selinux-util: do not use log_internal_realm() without setting log realmYu Watanabe2021-01-251-1/+1
* | | log: drop unused log_full_errno_realm() macroYu Watanabe2021-01-251-8/+4
|/ /
* / feature: display status with a different shape depending on the status (#17728)Jiehong2021-01-224-0/+33
|/
* Merge pull request #18325 from ssahani/more-cleanupLuca Boccassi2021-01-201-17/+12
|\
| * btrfs-util: tighten variable scope used in loopSusant Sahani2021-01-201-17/+12
* | path-util: simplify check_x_access()Yu Watanabe2021-01-201-23/+11
|/
* fs-util/rm-rf: improve remove+free destructors to take and return NULLLennart Poettering2021-01-192-4/+23
* Allow control characters in environment variable valuesZbigniew Jędrzejewski-Szmek2021-01-191-13/+8
* Merge pull request #18300 from yuwata/analyze-verify-18252Zbigniew Jędrzejewski-Szmek2021-01-191-29/+28
|\
| * path-util: also check absolute path is a directory or not in find_executable()Yu Watanabe2021-01-181-29/+28
* | meson: slightly disentangle code dependenciesYu Watanabe2021-01-181-2/+2
* | efi: create symbolic link to efi/loader-feature.hYu Watanabe2021-01-181-1/+0
* | util: move several DNS related definitions to src/basic/dns-def.hYu Watanabe2021-01-182-0/+18
* | util: move unit-file.[ch] to src/basicYu Watanabe2021-01-183-0/+664
* | util: move parse_syscall_and_errno() to seccomp-util.cYu Watanabe2021-01-182-46/+0
|/
* basic: drop unused moduleYu Watanabe2021-01-171-1/+0
* Merge pull request #18230 from ssahani/macvlan-bcqueuelenYu Watanabe2021-01-171-2/+5
|\
| * basic: Add macvlan netlink attributesSusant Sahani2021-01-141-2/+5
* | tree-wide: fix typoYu Watanabe2021-01-171-1/+1