summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|/ /
* | socket-util: use GREEDY_REALLOC_APPEND where appropriateMike Yuan2024-05-281-5/+1
* | missing_loop.h: fix LOOP_SET_STATUS_SETTABLE_FLAGSYu Watanabe2024-05-281-1/+1
* | missing_loop: fix potential compile-time assertionYu Watanabe2024-05-281-1/+1
* | lock-util: do not expect EACCES when it cannot happenLuca Boccassi2024-05-221-1/+8
|/
* shared/mountpoint-util: for old kernels, assume "norecovery" is supported by ...Zbigniew Jędrzejewski-Szmek2024-05-211-1/+5
* mountpoint-util: Deal with kernel API breakage in "norecovery" mount optionDaan De Meyer2024-05-172-5/+20
* fd-util: check and log error properly for fd_reopen_propagate_append_and_posi...Mike Yuan2024-05-161-14/+11
* Update syscalls tableLuca Boccassi2024-05-141-1/+1
* cgroup-util: allow cg_read_pid() to skip unmapped (zero) pidsTimo Rothenpieler2024-05-142-26/+36
* dlfcn-util: fix typoYu Watanabe2024-05-141-1/+1
* tree-wide: use LOG_PRI() and LOG_FAC()Yu Watanabe2024-05-121-4/+4
* time-util: define TIMESPEC_OMITYu Watanabe2024-05-102-1/+3
* basic/linux: Copy netfilter.h to the source treeFlorian Fainelli2024-05-091-0/+76
* path-util: take char* const* for strv where appropriateMike Yuan2024-05-092-7/+14
* pidfd: properly detect if libc offers pidfd syscalls and make use of them thenLennart Poettering2024-05-081-0/+4
* tree-wide: add dlopen ELF notes to all dlopen() deps of oursLennart Poettering2024-05-082-0/+20
* dlfcn: add macro for exporting dlopen() module names in ELF sectionsLennart Poettering2024-05-081-0/+41
* basic/mkdir: use timespec_store instead of _nsec for mkdir_p_root_fullMike Yuan2024-05-071-9/+8
* repart: respect `SOURCE_DATE_EPOCH` on `mkdir_p_root`Moritz Sanft2024-05-072-8/+24
* logs-show: adjust source timestamp with header timestampYu Watanabe2024-05-011-0/+1
* build-path: fix SIGSEGV on RISC-V and MIPSLuca Boccassi2024-04-301-4/+11
* basic: add open_mkdir_at_full()Christian Göttsche2024-04-292-6/+9
* Merge pull request #32547 from YHNdnzj/minor-cleanupMike Yuan2024-04-292-14/+18
|\
| * fs-util: modernize touch_file a bitMike Yuan2024-04-291-8/+5
| * fs-util: try AT_EMPTY_PATH first for futimens_opathMike Yuan2024-04-291-2/+12
| * efivars: drop unneeded UTIME_NOWMike Yuan2024-04-291-4/+1
* | core: Add systemd.crash_action= kernel command line argumentDaan De Meyer2024-04-291-0/+2
|/
* various: drop unnecessary DISABLE_WARNING_FORMAT_NONLITERALMike Yuan2024-04-281-3/+1
* errno-util: consider ENOPROTOOPT another "not supported"Lennart Poettering2024-04-251-1/+2
* capability-util: avoid thread_localLennart Poettering2024-04-241-23/+24