index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gpt-auto-generator
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[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
-12
/
+14
*
gpt-auto-generator: fix duplicate backing partition check
Lennart Poettering
2015-10-06
1
-1
/
+0
*
gpt-auto-generator: check fstab for /boot entries
Kay Sievers
2015-09-30
1
-0
/
+7
*
gpt-auto: fix ESP options and description
Marius Thesing
2015-09-08
1
-2
/
+2
*
basic: rework virtualization detection API
Lennart Poettering
2015-09-07
1
-2
/
+2
*
gpt-auto: minor simplificatin handling the no-auto GPT flag
Lennart Poettering
2015-09-07
1
-6
/
+7
*
gpt-auto: try to handle LUKS root partitions better
Lennart Poettering
2015-09-07
1
-2
/
+77
*
gpt-auto-generator: warn on ambiguous blkid probe
Tom Gundersen
2015-08-11
1
-2
/
+5
*
gpt-auto-generator: don't warn on !ENABLE_EFI
Tom Gundersen
2015-08-11
1
-78
/
+80
*
gpt-auto-generator: apply partition-type flags only to specific partition-types
Kay Sievers
2015-08-11
1
-8
/
+15
*
gpt-auto-generator: remove unused variable
Thomas Hindoe Paaboel Andersen
2015-08-04
1
-1
/
+1
*
tree-wide: use free_and_strdup()
Daniel Mack
2015-07-30
1
-9
/
+6
*
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-12
/
+12
*
gpt-auto-generator: merge efi-boot-generator
Kay Sievers
2015-07-29
1
-50
/
+268
*
fileio: consolidate write_string_file*()
Daniel Mack
2015-07-07
1
-1
/
+2
*
path-util: Change path_is_mount_point() symlink arg from bool to flags
Martin Pitt
2015-05-29
1
-1
/
+1
*
core: rework unit name validation and manipulation logic
Lennart Poettering
2015-05-06
1
-12
/
+13
*
gpt-generator: Find device on a stateless system
Tobias Hunger
2015-04-12
1
-2
/
+7
*
gpt-auto-generator: prefix messages with device name
Zbigniew Jędrzejewski-Szmek
2015-03-15
1
-26
/
+26
*
gpt-auto-generator: allow type check to fail
Zbigniew Jędrzejewski-Szmek
2015-03-14
1
-8
/
+5
*
gpt-auto-generator: fix detection of /srv
Mathieu Chevrier
2015-03-13
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-1
/
+1
*
gpt-auto-generator: make use of new btrfs-util.h APIs
Lennart Poettering
2014-12-12
1
-53
/
+2
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-44
/
+22
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-17
/
+17
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-16
/
+9
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-5
/
+5
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-5
/
+5
*
gpt-auto-generator: properly ignore value
Zbigniew Jędrzejewski-Szmek
2014-11-24
1
-2
/
+2
*
util: simplify proc_cmdline() to reuse get_process_cmdline()
Lennart Poettering
2014-11-07
1
-2
/
+3
*
readahead: wipe out readahead
Daniel Buch
2014-09-25
1
-1
/
+0
*
gpt-auto-generator: fix typo
Lukas Nykryn
2014-09-16
1
-1
/
+1
*
stop complaining about unknown kernel cmdline options
Lennart Poettering
2014-06-19
1
-2
/
+0
*
gpt-auto-generator: there's no point in looking for a superblock on raw disk,...
Lennart Poettering
2014-03-13
1
-2
/
+0
*
gpt-auto-generator: print debug messages when we ignore a block device
Lennart Poettering
2014-03-13
1
-5
/
+15
*
gpt-auto-generator: honour read-only and no-auto flag from GPT data
Lennart Poettering
2014-03-13
1
-11
/
+27
*
gpt-auto-generator: don't return OOM on parentless devices
Tomasz Torcz
2014-03-12
1
-1
/
+1
*
gpt-auto-generator: rename root device node symlink to /dev/gpt-auto-root
Lennart Poettering
2014-03-11
1
-1
/
+1
*
nspawn: add --image= switch to boot GPT disk images that follow the Discovera...
Lennart Poettering
2014-03-10
1
-4
/
+2
*
gpt-auto-generator: probe only partition table and partitions we are interest...
Lennart Poettering
2014-03-08
1
-169
/
+183
*
gpt-auto-generator: automatically find the root disk of the system
Lennart Poettering
2014-03-07
1
-63
/
+172
*
generators: make automatic discovery generators work correctly when reloading
Lennart Poettering
2014-03-06
1
-1
/
+2
[next]