summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28832 from dtardon/list-clearLuca Boccassi2023-08-171-0/+12
|\
| * list: add LIST_CLEAR() helper that empties the listDavid Tardon2023-08-171-0/+12
* | Merge pull request #28869 from DaanDeMeyer/repart-trailingDaan De Meyer2023-08-172-3/+15
|\ \
| * | path-util: Add path_simplify_full()Daan De Meyer2023-08-172-3/+15
| |/
* | Merge pull request #28751 from yuwata/mount-revertLuca Boccassi2023-08-172-2/+0
|\ \ | |/ |/|
| * Revert "mount: check right before invoking /bin/umount if it makes sense"Yu Watanabe2023-08-142-2/+0
* | Merge pull request #28758 from keszybz/negative-errno-macroLuca Boccassi2023-08-164-77/+91
|\ \
| * | various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-163-21/+15
| * | errno-util: allow ERRNO_IS_* to accept types wider than intZbigniew Jędrzejewski-Szmek2023-08-161-12/+15
| * | basic/errno-util: add wrappers which only accept negative errnoZbigniew Jędrzejewski-Szmek2023-08-161-56/+73
* | | btrfs: use ERRNO_IS_NOT_SUPPORTED() where appropriateLennart Poettering2023-08-161-1/+1
* | | btrfs: drop O_PATH from dir_fd passed to btrfs_subvol_make() if neededLennart Poettering2023-08-161-5/+12
|/ /
* | Merge pull request #28833 from DaanDeMeyer/copy-subvolumeDaan De Meyer2023-08-158-9/+122
|\ \
| * | mkdir: Add support for creating subvolumes to mkdir_p_root()Daan De Meyer2023-08-142-6/+11
| * | fs-util: Add XO_SUBVOLUME flag for xopenat()Daan De Meyer2023-08-142-2/+7
| * | btrfs-util: Move subvolume creation to basic/btrfs.hDaan De Meyer2023-08-143-0/+101
| * | path-util: Make ret argument optional for path_extract_directory()Daan De Meyer2023-08-141-1/+3
| |/
* / fd-util: Use /proc/pid/fd instead of /proc/self/fdDaan De Meyer2023-08-141-3/+8
|/
* Merge pull request #28809 from YHNdnzj/proc-cmdline-true-when-missingYu Watanabe2023-08-132-9/+13
|\
| * proc-cmdline: do assert on flags earlierMike Yuan2023-08-131-4/+4
| * proc-cmdline: introduce PROC_CMDLINE_TRUE_WHEN_MISSINGMike Yuan2023-08-132-8/+12
* | basic: add comment for LFS assert in dirent-util.hSam James2023-08-131-0/+2
|/
* iovec-util: add iovw_isempty() helperLennart Poettering2023-08-112-2/+9
* io-util: introduce iovw_append() helper functionYu Watanabe2023-08-102-0/+38
* coredump: use a cleanup handler for destroying iovw objectsLennart Poettering2023-08-101-0/+3
* Merge pull request #28734 from loongarch64/dev-wu-mainLuca Boccassi2023-08-094-22/+22
|\
| * LoongArch: Replace __loongarch64 with __loongarch_lp64Xiaotian Wu2023-08-094-22/+22
* | tree-wide: drop _pure_ + _const_ from local, static functionsLennart Poettering2023-08-092-2/+2
* | proc-cmdline: make proc_cmdline_get_bool() take flagsYu Watanabe2023-08-092-3/+3
|/
* openssl: add ecc_pkey_new(), ecc_pkey_from_curve_x_y(), ecc_pkey_to_curve_x_y()Dan Streetman2023-08-041-0/+9
* Add tool to display emergency log message full-screen on boot failure.OMOJOLA JOSHUA2023-08-042-0/+19
* include sys/file.h for LOCK_EXKhem Raj2023-08-021-0/+1
* Merge pull request #28423 from dvdhrm/pr/memfdLuca Boccassi2023-08-012-19/+33
|\
| * basic/memfd: fix memfd_map() seal testDavid Rheinsberg2023-08-011-5/+6
| * basic/memfd: add fcntl() wrappersDavid Rheinsberg2023-08-012-8/+27
| * basic/memfd: reduce default seals to historic setDavid Rheinsberg2023-08-011-7/+1
| * basic/memfd: drop test for F_SEAL_SEALDavid Rheinsberg2023-08-011-1/+1
* | Merge pull request #28474 from yuwata/chase-fixDaan De Meyer2023-07-312-22/+96
|\ \
| * | chase: propagate error in dir_fd_is_root()Yu Watanabe2023-07-291-1/+12
| * | chase: check root path in more detailYu Watanabe2023-07-292-1/+38
| * | chase: carefully handle result of extracting parent directoryYu Watanabe2023-07-291-2/+18
| * | chase: add two more assertionsYu Watanabe2023-07-291-0/+2
| * | chase: drop CHASE_AT_RESOLVE_IN_ROOT earlierYu Watanabe2023-07-291-2/+7
| * | chase: fix CHASE_STEP with ".."Yu Watanabe2023-07-291-2/+8
| * | chase: reuse "done" to open fd of starting pointYu Watanabe2023-07-291-14/+11
* | | Merge pull request #28567 from yuwata/meson-versiondepLuca Boccassi2023-07-312-4/+1
|\ \ \
| * | | meson: unconditionally add version dependency for all executables and librariesYu Watanabe2023-07-291-2/+1
| * | | tree-wide: drop unnecessary inclusion of version.hYu Watanabe2023-07-291-2/+0
| |/ /
* / / in-addr-util: introduce PTR_TO_IN4_ADDR() and IN4_ADDR_TO_PTR()Yu Watanabe2023-07-301-0/+10
|/ /
* | Merge pull request #28557 from bluca/utilsLuca Boccassi2023-07-292-0/+148
|\ \