index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot
/
efi
/
boot.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-01
sd-boot: don't dereference NULL ptr if loaded_image_path is NULL
Lennart Poettering
1
-1
/
+1
2019-03-01
sd-boot: pass device handle to config_entry_add_linux()
Lennart Poettering
1
-3
/
+3
2019-03-01
bootspec: only sort entries list once
Lennart Poettering
1
-10
/
+2
2019-03-01
bootspec: also look for boot loader spec type 2 entries (i.e. unified kernel ...
Lennart Poettering
3
-0
/
+313
2019-03-01
bootctl: properly handle readdir() errors
Lennart Poettering
1
-1
/
+1
2019-03-01
bootctl: let's make sure we always add empty line after EFI binary output
Lennart Poettering
1
-4
/
+6
2019-03-01
bootspec: use verify_fsroot_dir() in verify_xbootldr() too
Lennart Poettering
1
-23
/
+5
2019-03-01
bootspec: also optoinally validate XBOOTLDR partition with udev insteado of b...
Lennart Poettering
1
-5
/
+65
2019-03-01
bootspec: split out code that validates whether directory is top-level dir of fs
Lennart Poettering
1
-24
/
+67
2019-03-01
bootspec: if unprivileged validate partition data with udev rather than blkid...
Lennart Poettering
1
-4
/
+100
2019-03-01
bootspec: also split out XBOOTLDR partition blkid code into its own function
Lennart Poettering
1
-55
/
+69
2019-03-01
bootspec: split out ESP blkid validation into function of its own
Lennart Poettering
1
-82
/
+108
2019-03-01
bootspec: add comment explaining verify_esp() return codes
Lennart Poettering
1
-0
/
+7
2019-03-01
bootspec: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
1
-53
/
+44
2019-03-01
boot-bless: port over to new $BOOT discovery calls
Lennart Poettering
1
-75
/
+116
2019-03-01
bootctl: output where we found $BOOT
Lennart Poettering
1
-2
/
+25
2019-03-01
bootctl: teach bootctl the new partition type
Lennart Poettering
1
-113
/
+237
2019-03-01
bootspec: load entries from both the ESP and XBOOTLDR partitions
Lennart Poettering
4
-34
/
+50
2019-03-01
systemctl: add missing OOM checks
Lennart Poettering
1
-1
/
+8
2019-03-01
systemctl: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
1
-4
/
+3
2019-03-01
systemctl: drop arg_esp_path variable from systemctl
Lennart Poettering
1
-3
/
+1
2019-03-01
bootspec: store 'root' field in each bootspec entry we load
Lennart Poettering
3
-14
/
+27
2019-03-01
bootspec: add internal APIs to discover the XBOOTLDR partition
Lennart Poettering
2
-0
/
+169
2019-03-01
gpt-auto: also load the boot loader partition during regular boots
Lennart Poettering
1
-15
/
+71
2019-03-01
dissect: when mounting an image mount the XBOOTLDR partition to /boot
Lennart Poettering
1
-12
/
+21
2019-03-01
dissect: automatically detect boot loader spec $BOOT partition
Lennart Poettering
2
-12
/
+54
2019-03-01
gpt: add definition for boot loader spec partition
Lennart Poettering
1
-0
/
+1
2019-03-01
bootctl: safety check for regular file when reading EFI images
Lennart Poettering
1
-0
/
+4
2019-03-01
bootctl: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
1
-6
/
+3
2019-03-01
dissect: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
1
-4
/
+2
2019-03-01
bootspec: use SYNTHETIC_ERRNO() at one more place
Lennart Poettering
1
-4
/
+2
2019-03-01
bootspec: update log message, to indicate the error is ignored
Lennart Poettering
1
-2
/
+2
2019-03-01
fs-util: add new helper syncfs_path()
Lennart Poettering
2
-0
/
+17
2019-03-01
env-file: (void)ify an unlink() call
Lennart Poettering
1
-1
/
+1
2019-03-01
json: don't call va_end() twice in json_build()
Lennart Poettering
1
-2
/
+0
2019-03-01
semaphoreci: Run subset of autopkgtests in LXC (#11814)
Martin Pitt
2
-27
/
+76
2019-03-01
test-network: add tests for address pool
Yu Watanabe
2
-1
/
+29
2019-03-01
network: generate addresses from pool with larger prefixlen
Yu Watanabe
1
-2
/
+2
2019-03-01
network: generate random prefix from address pool
Yu Watanabe
1
-15
/
+16
2019-03-01
test: add tests for in_addr_random_prefix()
Yu Watanabe
1
-0
/
+48
2019-03-01
util: introduce in_addr_random_prefix()
Yu Watanabe
2
-0
/
+79
2019-03-01
network: propagate error from in_addr_is_null()
Yu Watanabe
1
-2
/
+3
2019-03-01
man: mention Address= can be specified once in [Address] section
Yu Watanabe
1
-4
/
+4
2019-03-01
man: mention limit about prefix length when null address is specified to Addr...
Yu Watanabe
1
-12
/
+8
2019-03-01
network: check prefixlen when null address is specified to Address=
Yu Watanabe
1
-0
/
+13
2019-03-01
network: use fd00::/8 for ipv6 address pool
Yu Watanabe
1
-1
/
+1
2019-03-01
network: make address_pool_new() static
Yu Watanabe
2
-2
/
+1
2019-02-28
test-fs-util: test chase_symlinks with user-owned dirs
David Michael
1
-0
/
+24