index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #28832 from dtardon/list-clear
Luca Boccassi
2023-08-17
1
-0
/
+12
|
\
|
*
list: add LIST_CLEAR() helper that empties the list
David Tardon
2023-08-17
1
-0
/
+12
*
|
Merge pull request #28869 from DaanDeMeyer/repart-trailing
Daan De Meyer
2023-08-17
2
-3
/
+15
|
\
\
|
*
|
path-util: Add path_simplify_full()
Daan De Meyer
2023-08-17
2
-3
/
+15
|
|
/
*
|
Merge pull request #28751 from yuwata/mount-revert
Luca Boccassi
2023-08-17
2
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
Revert "mount: check right before invoking /bin/umount if it makes sense"
Yu Watanabe
2023-08-14
2
-2
/
+0
*
|
Merge pull request #28758 from keszybz/negative-errno-macro
Luca Boccassi
2023-08-16
4
-77
/
+91
|
\
\
|
*
|
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
3
-21
/
+15
|
*
|
errno-util: allow ERRNO_IS_* to accept types wider than int
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-12
/
+15
|
*
|
basic/errno-util: add wrappers which only accept negative errno
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-56
/
+73
*
|
|
btrfs: use ERRNO_IS_NOT_SUPPORTED() where appropriate
Lennart Poettering
2023-08-16
1
-1
/
+1
*
|
|
btrfs: drop O_PATH from dir_fd passed to btrfs_subvol_make() if needed
Lennart Poettering
2023-08-16
1
-5
/
+12
|
/
/
*
|
Merge pull request #28833 from DaanDeMeyer/copy-subvolume
Daan De Meyer
2023-08-15
8
-9
/
+122
|
\
\
|
*
|
mkdir: Add support for creating subvolumes to mkdir_p_root()
Daan De Meyer
2023-08-14
2
-6
/
+11
|
*
|
fs-util: Add XO_SUBVOLUME flag for xopenat()
Daan De Meyer
2023-08-14
2
-2
/
+7
|
*
|
btrfs-util: Move subvolume creation to basic/btrfs.h
Daan De Meyer
2023-08-14
3
-0
/
+101
|
*
|
path-util: Make ret argument optional for path_extract_directory()
Daan De Meyer
2023-08-14
1
-1
/
+3
|
|
/
*
/
fd-util: Use /proc/pid/fd instead of /proc/self/fd
Daan De Meyer
2023-08-14
1
-3
/
+8
|
/
*
Merge pull request #28809 from YHNdnzj/proc-cmdline-true-when-missing
Yu Watanabe
2023-08-13
2
-9
/
+13
|
\
|
*
proc-cmdline: do assert on flags earlier
Mike Yuan
2023-08-13
1
-4
/
+4
|
*
proc-cmdline: introduce PROC_CMDLINE_TRUE_WHEN_MISSING
Mike Yuan
2023-08-13
2
-8
/
+12
*
|
basic: add comment for LFS assert in dirent-util.h
Sam James
2023-08-13
1
-0
/
+2
|
/
*
iovec-util: add iovw_isempty() helper
Lennart Poettering
2023-08-11
2
-2
/
+9
*
io-util: introduce iovw_append() helper function
Yu Watanabe
2023-08-10
2
-0
/
+38
*
coredump: use a cleanup handler for destroying iovw objects
Lennart Poettering
2023-08-10
1
-0
/
+3
*
Merge pull request #28734 from loongarch64/dev-wu-main
Luca Boccassi
2023-08-09
4
-22
/
+22
|
\
|
*
LoongArch: Replace __loongarch64 with __loongarch_lp64
Xiaotian Wu
2023-08-09
4
-22
/
+22
*
|
tree-wide: drop _pure_ + _const_ from local, static functions
Lennart Poettering
2023-08-09
2
-2
/
+2
*
|
proc-cmdline: make proc_cmdline_get_bool() take flags
Yu Watanabe
2023-08-09
2
-3
/
+3
|
/
*
openssl: add ecc_pkey_new(), ecc_pkey_from_curve_x_y(), ecc_pkey_to_curve_x_y()
Dan Streetman
2023-08-04
1
-0
/
+9
*
Add tool to display emergency log message full-screen on boot failure.
OMOJOLA JOSHUA
2023-08-04
2
-0
/
+19
*
include sys/file.h for LOCK_EX
Khem Raj
2023-08-02
1
-0
/
+1
*
Merge pull request #28423 from dvdhrm/pr/memfd
Luca Boccassi
2023-08-01
2
-19
/
+33
|
\
|
*
basic/memfd: fix memfd_map() seal test
David Rheinsberg
2023-08-01
1
-5
/
+6
|
*
basic/memfd: add fcntl() wrappers
David Rheinsberg
2023-08-01
2
-8
/
+27
|
*
basic/memfd: reduce default seals to historic set
David Rheinsberg
2023-08-01
1
-7
/
+1
|
*
basic/memfd: drop test for F_SEAL_SEAL
David Rheinsberg
2023-08-01
1
-1
/
+1
*
|
Merge pull request #28474 from yuwata/chase-fix
Daan De Meyer
2023-07-31
2
-22
/
+96
|
\
\
|
*
|
chase: propagate error in dir_fd_is_root()
Yu Watanabe
2023-07-29
1
-1
/
+12
|
*
|
chase: check root path in more detail
Yu Watanabe
2023-07-29
2
-1
/
+38
|
*
|
chase: carefully handle result of extracting parent directory
Yu Watanabe
2023-07-29
1
-2
/
+18
|
*
|
chase: add two more assertions
Yu Watanabe
2023-07-29
1
-0
/
+2
|
*
|
chase: drop CHASE_AT_RESOLVE_IN_ROOT earlier
Yu Watanabe
2023-07-29
1
-2
/
+7
|
*
|
chase: fix CHASE_STEP with ".."
Yu Watanabe
2023-07-29
1
-2
/
+8
|
*
|
chase: reuse "done" to open fd of starting point
Yu Watanabe
2023-07-29
1
-14
/
+11
*
|
|
Merge pull request #28567 from yuwata/meson-versiondep
Luca Boccassi
2023-07-31
2
-4
/
+1
|
\
\
\
|
*
|
|
meson: unconditionally add version dependency for all executables and libraries
Yu Watanabe
2023-07-29
1
-2
/
+1
|
*
|
|
tree-wide: drop unnecessary inclusion of version.h
Yu Watanabe
2023-07-29
1
-2
/
+0
|
|
/
/
*
/
/
in-addr-util: introduce PTR_TO_IN4_ADDR() and IN4_ADDR_TO_PTR()
Yu Watanabe
2023-07-30
1
-0
/
+10
|
/
/
*
|
Merge pull request #28557 from bluca/utils
Luca Boccassi
2023-07-29
2
-0
/
+148
|
\
\
[next]