summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* strv: add new helper strv_rebreak_lines() with a simple line breaking algorithmLennart Poettering2024-06-172-0/+92
* utf8: export utf8_char_console_width()Lennart Poettering2024-06-172-1/+2
* string-util: introduce string_is_safe_ascii helperMike Yuan2024-06-161-0/+4
* basic/utf8: modernize ascii_is_valid_n, make ascii_is_valid static inlineMike Yuan2024-06-162-20/+10
* basic/utf8: modernize utf8_is_valid_n a bitMike Yuan2024-06-162-9/+9
* Merge pull request #33352 from YHNdnzj/freeconp-voidLuca Boccassi2024-06-151-4/+8
|\
| * missing_loop: add missing assertions for fallback valuesMike Yuan2024-06-151-4/+8
* | random-util: add crypto_random_bytes_allocate_iovec()Lennart Poettering2024-06-152-0/+21
|/
* Merge pull request #33037 from keszybz/dlopen-open-code-definitionsMike Yuan2024-06-155-105/+103
|\
| * basic/dlfcn-util: deobfuscate macro definitionsZbigniew Jędrzejewski-Szmek2024-06-125-105/+103
* | utf8: let utf8_console_width() handle NULL strings somewhat reasonablyLennart Poettering2024-06-151-1/+4
* | Merge pull request #33325 from poettering/vsock-ret-optionalLuca Boccassi2024-06-151-3/+2
|\ \
| * | socket-util: make return parameter for socket_address_parse_vsock() optionalLennart Poettering2024-06-141-3/+2
* | | src/basic/missing_loop.h: fix missing LOOP_SET_BLOCK_SIZERaphaël Mélotte2024-06-151-0/+4
* | | fs-util: add simple open_mkdir() wrapperLennart Poettering2024-06-151-0/+3
* | | string-util: make sure strrepa() doesn't doubly evaluate expressionsLennart Poettering2024-06-151-3/+6
* | | fileio: add new helper write_base64_file_at() which encodes a binary object i...Lennart Poettering2024-06-142-0/+18
* | | utf8: assume tabs are 8 characters wide when written to consoleLennart Poettering2024-06-141-0/+3
* | | iovec-util: add exported constant empty but valid (i.e. non-NULL) iovecLennart Poettering2024-06-142-5/+14
|/ /
* | io-util: move fputs_with_newline to fileioMike Yuan2024-06-134-19/+24
* | io-util: add new helper fputs_with_newline()Lennart Poettering2024-06-132-0/+19
|/
* Merge pull request #33284 from yuwata/hwdb-optimizeLuca Boccassi2024-06-122-15/+15
|\
| * strbuf: make length for strbuf_add_string() optionalYu Watanabe2024-06-122-2/+8
| * strbuf: several cleanups for strbuf_add_string()Yu Watanabe2024-06-121-9/+6
| * strbuf: use GREEDY_REALLOC to grow the bufferq662024-06-121-4/+1
* | Merge pull request #32961 from YHNdnzj/starttime-mainYu Watanabe2024-06-122-8/+8
|\ \
| * | process-util: make pid*_get_start_time return usec_tMike Yuan2024-05-222-8/+8
* | | Merge pull request #33074 from keszybz/bpf-fd-handlingYu Watanabe2024-06-121-11/+2
|\ \ \
| * | | basic/fd-util: drop report from fd_cloexec_manyZbigniew Jędrzejewski-Szmek2024-05-301-3/+0
| * | | basic/fd-util: drop unnecessary {}Zbigniew Jędrzejewski-Szmek2024-05-301-8/+2
* | | | Merge pull request #32933 from YHNdnzj/faccessat-empty-pathYu Watanabe2024-06-126-55/+69
|\ \ \ \
| * | | | fs-util: try AT_EMPTY_PATH for access_fd() firstMike Yuan2024-05-211-0/+8
| * | | | fs-util: if /proc/ is mounted, return -EBADF when appropriate for link_fd()Mike Yuan2024-05-211-2/+5
| * | | | fd-util: introduce proc_fd_enoent_errno helperMike Yuan2024-05-214-44/+28
| * | | | fs-util: use RET_GATHER at one more placeMike Yuan2024-05-211-2/+2
| * | | | fs-util: add missing assertionsMike Yuan2024-05-211-0/+10
| * | | | mountpoint-util: add missing assertions, make mount_fd staticMike Yuan2024-05-212-7/+16
| | |/ / | |/| |
* | | | Merge pull request #32603 from YHNdnzj/install-basenameYu Watanabe2024-06-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | unit-file,portable: replace streq + basename with path_equal_filenameMike Yuan2024-06-121-1/+1
* | | | core/socket: allow MPTCP protocolMatthieu Baerts (NGI0)2024-06-121-0/+7
|/ / /
* | | chase: Tighten "." and "./" checkDaan De Meyer2024-06-111-3/+3
* | | user-util: fix fgetxxent_sane on muslMike Gilbert2024-06-101-8/+8
* | | Update syscalls tablesLuca Boccassi2024-06-0620-0/+20
* | | util: add keyring_describe helper and move to basicLuca Boccassi2024-06-063-0/+79
* | | basic: Add BCACHEFS magicChris Packham2024-05-312-0/+8
* | | Merge pull request #33081 from keszybz/networkctl-formattingLuca Boccassi2024-05-301-5/+7
|\ \ \
| * | | shared/format-table: do not print '.0'Zbigniew Jędrzejewski-Szmek2024-05-301-5/+7
| | |/ | |/|
* | | cgroup-util: Don't try to open pidfd for pids from cgroup.threadsDaan De Meyer2024-05-302-2/+12
* | | basic: Add debug logging for pidref_set_pid()Daan De Meyer2024-05-291-1/+1
* | | cgroup-util: Add debug logging for cg_kill_recursive()Daan De Meyer2024-05-291-9/+13
|/ /