Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | gpt-auto-generator: apply partition-type flags only to specific partition-types | Kay Sievers | |
The partition-type flags are defined independently for every partition-type. Apply them only to the types where they are defined, and not to the ESP, which does not appear to share the same set of flags. https://github.com/systemd/systemd/issues/920 | |||
2015-04-14 | udev: downgrade a few warnings to debug messages | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=89885 | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek | |
Types used for pids and uids in various interfaces are unpredictable. Too bad. | |||
2015-01-05 | udevadm,..: make --help output of udev tools more like the output of the ↵ | Lennart Poettering | |
various other tools | |||
2014-12-14 | blkid: Warn when rejecting a superblock with a bad csum | Gabriel de Perthuis | |
Bump libblkid requirement from 2.20 to 2.24. util-linux 2.25 is actually required since fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5 | |||
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek | |
No functional change expected :) | |||
2014-03-07 | udev-builtin-blkid: remove dead code | Kay Sievers | |
2014-03-07 | udev: automatically create a symlink /dev/disk/by-id/gpt-auto-root if ↵ | Lennart Poettering | |
there's a suitable root partition | |||
2014-03-07 | udev-builtin-blkid: when we find a GPT partition marked as root disk on the ↵ | Lennart Poettering | |
same disk as the ESP, expose a property on the udev device This is preparation for a logic to automatically discover the root partition to boot from if no partition has been configured explicitly. This makes use of our newly defined GPT type GUIDs for our root disks: #define GPT_ROOT_X86 SD_ID128_MAKE(44,47,95,40,f2,97,41,b2,9a,f7,d1,31,d5,f0,45,8a) #define GPT_ROOT_X86_64 SD_ID128_MAKE(4f,68,bc,e3,e8,cd,4d,b1,96,e7,fb,ca,f9,84,b7,09) We define differen GUIDs for different architectures to allow images which finde the right root partition for the appropriate arch. | |||
2014-03-07 | udev-builtin-blkid: modernizations and minor fixes | Lennart Poettering | |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid ↵ | Lennart Poettering | |
including it in the log strings | |||
2013-09-19 | udev-builtin-blkid: export ID_PART_TABLE_UUID | Dave Reisner | |
2013-02-17 | udev: expose new ISO9660 properties from libblkid | Zeeshan Ali (Khattak) | |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers | |
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-04-16 | udev: use startswith() and streq() | Kay Sievers | |
2012-04-13 | udev: fix a few issues detected by the llvm static analyzer | Kay Sievers | |
2012-04-10 | udev: fix gcc warnings showing up after adding $(AM_CFLAGS) | Kay Sievers | |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |