index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #5708 from vcatechnology/arm-cross-compile
Lennart Poettering
2017-04-17
1
-1
/
+1
|
\
|
*
build-sys: correct blkid.h includes
Matt Clarkson
2017-04-06
1
-1
/
+1
*
|
tree-wide: standardize on $(PACKAGE_VERSION) for the version string
Zbigniew Jędrzejewski-Szmek
2017-04-05
2
-5
/
+5
|
/
*
sd-boot: stub: check LoadOptions contains data (#5467)
Mikko Ylinen
2017-02-27
1
-1
/
+1
*
Merge pull request #5449 from keszybz/blkd-error-handling
Martin Pitt
2017-02-25
1
-38
/
+18
|
\
|
*
tree-wide: simplify handling of blkid errors
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-38
/
+18
*
|
Fix missing space in comments (#5439)
AsciiWolf
2017-02-24
1
-1
/
+1
*
|
bootctl: create loader.conf only if it doesn't exist yet
Lennart Poettering
2017-02-21
1
-6
/
+25
*
|
bootctl: rework file copy routines to reuse copy_bytes() from copy.c
Lennart Poettering
2017-02-21
1
-79
/
+42
|
/
*
boot: fix two typos
Zbigniew Jędrzejewski-Szmek
2017-01-31
2
-2
/
+2
*
bootctl: fix typo (#4897)
Lucas Werkmeister
2016-12-16
1
-1
/
+1
*
Update boot.c (#4780)
Yassine Imounachen
2016-12-01
1
-1
/
+1
*
bootctl: don't try to remove esp_path (#4407)
Evgeny Vereshchagin
2016-10-19
1
-1
/
+1
*
boot: fix `bootctl install` segfault (#4404)
Yu Watanabe
2016-10-19
1
-1
/
+2
*
sd-boot: trigger to record further logs to tcg 2.0 final event log area (#4302)
Lans Zhang
2016-10-10
1
-0
/
+23
*
bootctl: properly skip duplicate entries (#4048)
Mantas Mikulėnas
2016-08-30
1
-1
/
+4
*
Add enable_disable() helper
Zbigniew Jędrzejewski-Szmek
2016-08-01
1
-1
/
+1
*
Merge pull request #3757 from poettering/efi-search
Zbigniew Jędrzejewski-Szmek
2016-07-25
1
-183
/
+265
|
\
|
*
bootctl: modernize install_loader_config()
Lennart Poettering
2016-07-21
1
-25
/
+17
|
*
bootctl: various coding style updates
Lennart Poettering
2016-07-21
1
-9
/
+8
|
*
bootctl: clean up get_file_version()
Lennart Poettering
2016-07-21
1
-4
/
+6
|
*
bootctl: use F_TYPE_EQUAL() to compare statfs' .f_type field
Lennart Poettering
2016-07-21
1
-1
/
+3
|
*
bootctl: move toupper() implementation to string-util.h
Lennart Poettering
2016-07-21
1
-10
/
+1
|
*
bootctl: make use of STRV_FOREACH() where we can
Lennart Poettering
2016-07-21
1
-4
/
+4
|
*
bootctl: rework to use common verbs parsing, and add searching of ESP path
Lennart Poettering
2016-07-21
1
-122
/
+220
|
*
bootctl: fix error message check
Lennart Poettering
2016-07-21
1
-1
/
+1
|
*
bootctl: minor coding style improvements
Lennart Poettering
2016-07-21
1
-8
/
+6
*
|
tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriate
Lennart Poettering
2016-07-22
1
-2
/
+2
|
/
*
bootctl: Always use upper case for "/EFI/BOOT" and "/EFI/BOOT/BOOT*.EFI".
Alexander Kurtz
2016-07-21
1
-4
/
+4
*
bootctl: Use lower case string constants in case-insensitive comparisons.
Alexander Kurtz
2016-07-21
1
-1
/
+1
*
sd-boot: Fix waiting for keyboard input (#3735)
Jan Janssen
2016-07-18
1
-6
/
+2
*
Various fixes for typos found by lintian (#3705)
Michael Biebl
2016-07-12
1
-1
/
+1
*
tree-wide: rename draw_special_char to special_glyph
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-4
/
+4
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-2
/
+2
*
sd-boot: put hashed kernel command line in a PCR of the TPM
Harald Hoyer
2016-02-11
4
-0
/
+359
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
17
-34
/
+0
*
bootctl: replace readdir() loops with FOREACH_DIRENT
Michal Sekletar
2016-01-31
1
-12
/
+4
*
bootctl: use DRAW_TREE_RIGHT rather than hard-coded UTF-8 character
Daniel Mack
2016-01-20
1
-3
/
+3
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
7
-11
/
+11
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more locale-related calls to locale-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-17
/
+15
*
tree-wide: update empty-if coccinelle script to cover empty-while and more
Lennart Poettering
2015-09-09
1
-2
/
+1
*
tree-wide: we place the opening bracket on the same line as the function name
Lennart Poettering
2015-08-27
1
-10
/
+5
*
bootctl: fix path in log message
Karel Zak
2015-08-06
1
-1
/
+1
*
systemd-boot: sort /EFI/Linux/*.efi files
Kay Sievers
2015-07-30
1
-8
/
+21
*
Merge pull request #779 from poettering/fflush-and-check
Daniel Mack
2015-07-29
1
-4
/
+4
|
\
[prev]
[next]