首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
1
Star
0
Fork
0
Huanghe
/
efivar
Fork 仓库
加载中
取消
确认
代码
Issues
0
Pull Requests
0
Wiki
0
统计
标签
标签名
描述
提交信息
操作
37
Bump version to 37 - Minor coverity fixes - Improve ACPI device path formatting - Add support for SOC devices that use FDT as their PCI root node - Make devices we can't parse the "device" sysfs link for use DEV_ABBREV_ONLY - Handle SCSI port numbers better - Don't require an EUI for NVMe - Fix the accidental requirement on ACPI UID nodes existing - Add support for EMMC devices - Add support for PCI root nodes without a device link in sysfs - Add support for partitioned MD devices - Fix partition number detection when the number isn't provided - Add support for ACPI Generic Container and Embedded Controller root nodes - Add limited support for SAS/SATA port expanders Signed-off-by: Peter Jones <pjones@redhat.com>
c1d6b10
2018-12-06 00:17
下载
36
Bump version to 36 - Add NVDIMM support - Re-written linux interface parser to handle how devices are partitioned better, and for cleaner code, with one file per device type. - lots of verbosity updates - better CI - analysis with clang's analyzer as well as coverity - Better handling of immutable bits in sysfs - LIBEFIVAR_OPS=help - lots of code cleanups.
ef34492
2018-06-09 03:14
下载
35
efivar 35 - fixes for older compilers - efi_get_variable_exists() - Lots of stuff to make CI work. - use usleep() to avoid hitting the kernel rate limiter on efivarfs - better EFI_GUID macro - add efi_guid_fwupdate (0abba7dc-e516-4167-bbf5-4d9d1c739416)
67e3602
2018-04-10 02:52
下载
34
efivar 34 - More fixes to nvdimm support - Workarounds for abidiff bugs :/ - Build fixes for musl libc - Better support for cross compiling - UX Capsule symbol version fixes - various cleanups
97e1165
2018-02-14 00:21
下载
33
Bump version to 33 - Add NVDIMM support. - Doesn't change much, but we need to bump to 33 because of an fwupdate bug. Signed-off-by: Peter Jones <pjones@redhat.com>
2f8db19
2018-01-24 00:12
下载
32
efivar 32 - lots of coverity fixes; mostly leaked memory and fds and the like - fix sysfs pci path formats - handle device paths for dns, nfit, bluetooth, wifi, emmc, btle. - improved abi checking on releases - Fix failures on EDIT_WRITE in edit_variable() when the variable doesn't exist - Add efi_guid_ux_capsule_guid to our guids
dabdb9c
2017-09-12 21:59
下载
31
efivar 31 - Work around NVMe EUI sysfs change - Provide some oldish version strings we should have kept. - lots of overflow checking on our pointer math in dp parsing - fix major/minor device number handling in the linux code - Do better formatting checks for MBR partitions - Fixes for gcc 7 - Release ABI checking
1132479
2017-03-08 00:16
下载
30
efivar 30 - Fix efidp_*() functions with __pure__ that break with some optimizations - Fix NVMe EUI parsing.
fa7e428
2016-09-28 02:21
下载
29
efivar 29 - Use -pie not -PIE in our linker config - Fix some overflow checks for gcc < 5.x - Make variable class probes other than the first one actually work - Move -flto to CFLAGS - Pack all of the efi device path headers - Fix redundant decl of efi_guid_zero()
e04b795
2016-09-28 02:01
下载
28
efivar 28 We're moving fast, because I keep writing bugs. This time, make our soname stay stable when our version changes, so we don't break our otherwise very compatible linking.
72b3c65
2016-08-17 21:01
下载
27
efivar 27 - Bug fix for 086eeb17 in efivar 26.
1429d89
2016-08-17 04:33
下载
26
Release efivar 26 - Rework version numbers. - Add error tracking API. - Remove use of deprecated readdir_r - SATA device path fixes. - Use symmacros.h to make newer compilers happy - Fix a bug in efidp_size() double-counting End nodes sometimes. - Handle nonnull comparisons in the headers more gracefully.
ae8f55c
2016-08-11 23:47
下载
25
efivar 25: - Rework version numbers. - Add error tracking API. - Remove use of deprecated readdir_r - SATA device path fixes.
db72014
2016-08-09 22:59
下载
0.24
efivar 0.24! - make nvme work sanely - better argument checking in several places - clean up some license confusion - fixes for gcc 6 - get rid of variadic mess on efi_set_variable() - which means using symbol versioning - but clang does not implement gnu symbol versioning - so clang still will not work - lots of valgrind
963cb2e
2016-06-30 22:50
下载
24
efivar 0.24! - make nvme work sanely - better argument checking in several places - clean up some license confusion - fixes for gcc 6 - get rid of variadic mess on efi_set_variable() - which means using symbol versioning - but clang does not implement gnu symbol versioning - so clang still will not work - lots of valgrind
963cb2e
2016-06-30 22:50
下载
0.23
efivar 0.23 - Work with gcc 6 / binutils 2.26 - get the immutable bits of variable edit/delete cycles right - get the byte order right in all representations of guids - link correctly without a previous version of efivar installed - don't have a 1 in some representations of efi_guid_empty / efi_guid_zero - compile without -fshort-wchar - work slightly better with clang
6478af5
2016-02-16 02:38
下载
23
efivar 0.23 - Work with gcc 6 / binutils 2.26 - get the immutable bits of variable edit/delete cycles right - get the byte order right in all representations of guids - link correctly without a previous version of efivar installed - don't have a 1 in some representations of efi_guid_empty / efi_guid_zero - compile without -fshort-wchar - work slightly better with clang
6478af5
2016-02-16 02:38
下载
0.22
Release 0.22 This has some new things in it: - various build fixes for several compilers - hopefully getting SATA PMP IDs right - Reworked makefiles - better handling of device node numbers - devices mounted at more than one path work now - make -j works better now - lots of device path fixes - fixes to efivar -L - better nvme handling in libefiboot - efivar (and libefivar) will now work transparently with immutable efivarfs files.
81586e0
2016-02-11 04:58
下载
22
Release 0.22 This has some new things in it: - various build fixes for several compilers - hopefully getting SATA PMP IDs right - Reworked makefiles - better handling of device node numbers - devices mounted at more than one path work now - make -j works better now - lots of device path fixes - fixes to efivar -L - better nvme handling in libefiboot - efivar (and libefivar) will now work transparently with immutable efivarfs files.
81586e0
2016-02-11 04:58
下载
0.21
efivar 0.21 =========== * Mon Jul 13 2015 Peter Jones <pjones@redhat.com> - 0.21-1 - Rename "make test" so packagers don't think it's a good idea to run it during builds. - Error check sizes in vars_get_variable() - Fix some file size comparisons - make SONAME reflect the correct values. - Fix some uses of "const" - Compile with -O2 by default - Fix some strict-aliasing violations - Fix some of the .pc files and how we do linking to work better.
aab6c2a
2015-07-14 01:17
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载