Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/getsolus/clr-boot-manager

Kernel & Boot Loader Management
https://github.com/getsolus/clr-boot-manager

Release v0.2

Signed-off-by: Ikey Doherty <[email protected]>

5d91f9e370f166d0e2e073e8efbaf5ab2d8a3412 authored over 8 years ago by Ikey Doherty <[email protected]>
tests: Resync with clang-format

Signed-off-by: Ikey Doherty <[email protected]>

1844cf0949480f41510e535e72a705b6566f42b6 authored over 8 years ago by Ikey Doherty <[email protected]>
Use cbm_sync exclusively

Signed-off-by: Ikey Doherty <[email protected]>

ed8c78d7da13767b7bdb5072c3b43be9c7fe5083 authored over 8 years ago by Ikey Doherty <[email protected]>
Cleanup

Signed-off-by: Ikey Doherty <[email protected]>

672d6ddae5b6634bdcb8e6e7a0cd7d0d63201290 authored over 8 years ago by Ikey Doherty <[email protected]>
test-init: Test efi asset directories only

This issue only raises its head on systems using an older systemd, which
has the bootctl command...

f9df95e56d2a778cb8920550aba4f5d489c8c567 authored over 8 years ago by Ikey Doherty <[email protected]>
Change the linking order to ensure .a's link with symbols

This fixes issue #2

Signed-off-by: Ikey Doherty <[email protected]>

98b5faf65be99d3aecbc4e7e61464667b52c2bf5 authored over 8 years ago by Ikey Doherty <[email protected]>
Clean up the makefile alignment

Signed-off-by: Ikey Doherty <[email protected]>

04892b17d738fa4f9fbc8fd65c39097b7c01a5b0 authored over 8 years ago by Ikey Doherty <[email protected]>
Automatically detect bootloader in configure to fix distcheck

Signed-off-by: Ikey Doherty <[email protected]>

40ca32742e67c715b85ef7823aa4fab53ccbc9cc authored over 8 years ago by Ikey Doherty <[email protected]>
Fix coverage generation

Signed-off-by: Ikey Doherty <[email protected]>

b253c84767ff8b4a7fae39e7f1393e7ef6a65413 authored over 8 years ago by Ikey Doherty <[email protected]>
Only call sync() when not in the test suite

Signed-off-by: Ikey Doherty <[email protected]>

9c51303d77f3347bc76eb8df2fbcd86b0c47ab95 authored over 8 years ago by Ikey Doherty <[email protected]>
Credit William in AUTHORS

Signed-off-by: Ikey Doherty <[email protected]>

7172913bc5a5315d33d2cef152e3ceba84cab35d authored over 8 years ago by Ikey Doherty <[email protected]>
Install bootloader test should always install

The BootManager was not set to require the bootloader needing to be
installed and so was skipped...

215d17fc7d54bdd804dd0c30bdf8118cb4a5d988 authored over 8 years ago by William Douglas <[email protected]>
Remove Werror

Werror can be nice for when starting a project to force you to fix
things as they come but once ...

1ee8e6ae39baaa686cbe3ccadfc223712595cbe6 authored over 8 years ago by William Douglas <[email protected]>
Copy all available bootloaders

Since bootloaders being available don't cause a conflict and the desired
bootloader is chosen at...

cf0ba4cfebf2171c0f16107f06ed790477a75c15 authored over 8 years ago by William Douglas <[email protected]>
Add gtags to gitignore

baf85b543ac14f543938282ed25ca80bc583ebbe authored over 8 years ago by William Douglas <[email protected]>
Set version to 0.1

Signed-off-by: Ikey Doherty <[email protected]>

c69eccae4052aff405aea7fa8414d94cc3546311 authored over 8 years ago by Ikey Doherty <[email protected]>
Fix distcheck

Signed-off-by: Ikey Doherty <[email protected]>

8e435dc92219ca358895b9f5caa0892b9a8fca52 authored over 8 years ago by Ikey Doherty <[email protected]>
Sync formatting

Signed-off-by: Ikey Doherty <[email protected]>

3144cb0128a87f5c399164c8235283227ce14dbe authored over 8 years ago by Ikey Doherty <[email protected]>
Ensure suppressions file is absolute path

Signed-off-by: Ikey Doherty <[email protected]>

451b4da582642261c4fa2aa84f01bb9137b25e6d authored over 8 years ago by Ikey Doherty <[email protected]>
Add modified valgrind m4 as sgcheck is broken with sscanf

Signed-off-by: Ikey Doherty <[email protected]>

a5349eb442403d0b1a1044bcba909d9095b6efd2 authored over 8 years ago by Ikey Doherty <[email protected]>
files: Plug a leak

Signed-off-by: Ikey Doherty <[email protected]>

7cc6e594259a9c2e5cae58dfb9a2bc95a1eb6f74 authored over 8 years ago by Ikey Doherty <[email protected]>
Move core into libcbm.la to allow test expansion

Signed-off-by: Ikey Doherty <[email protected]>

d8e019aa611096edf06da94cf3b52b4859ac91e8 authored over 8 years ago by Ikey Doherty <[email protected]>
Port codebase to use Nica

Signed-off-by: Ikey Doherty <[email protected]>

39d82a47b0ab1118b772e844e4df6cacdceb4773 authored over 8 years ago by Ikey Doherty <[email protected]>
Import nica to reduce duplication of code

Signed-off-by: Ikey Doherty <[email protected]>

2be4617120624caf71b453f49f8a103c4552628c authored over 8 years ago by Ikey Doherty <[email protected]>
bootman: Skip empty files

Signed-off-by: Ikey Doherty <[email protected]>

cdc6aec073ca5c1ed2f2f3a1887e9329b453d138 authored over 8 years ago by Ikey Doherty <[email protected]>
Move efi function into files to address build test failure

Signed-off-by: Ikey Doherty <[email protected]>

74819d6274364d8f077bc691aa14426d6c153299 authored over 8 years ago by Ikey Doherty <[email protected]>
Migrate to using copy_file_atomic

Signed-off-by: Ikey Doherty <[email protected]>

e89b13632cf0bbff514236d6a5ff3d1c2dc4ad8e authored over 8 years ago by Ikey Doherty <[email protected]>
files: Add copy_file_atomic, switch to sendfile()

Signed-off-by: Ikey Doherty <[email protected]>

10b84d10068340a2e05dfed735d8363ae0450416 authored over 8 years ago by Ikey Doherty <[email protected]>
Add utility method for determining if UEFI is in use

Signed-off-by: Ikey Doherty <[email protected]>

68deb3bf1a2f247f7b8793e8f9fc190dfadb507b authored over 8 years ago by Ikey Doherty <[email protected]>
Apply clang-format to the tree

Signed-off-by: Ikey Doherty <[email protected]>

4d7c98f0ce9a0656462f7f61dc1607409631b413 authored over 8 years ago by Ikey Doherty <[email protected]>
Add clang-format files

Signed-off-by: Ikey Doherty <[email protected]>

9ebcdf451e7079781831b03cba4e2e8c08d13dfb authored over 8 years ago by Ikey Doherty <[email protected]>
Initial commit

Signed-off-by: Ikey Doherty <[email protected]>

d152f0ce123eb721c1f9c2337b23344b55a65511 authored almost 9 years ago by Ikey Doherty <[email protected]>