-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tyler Erickson <[email protected]>
- Loading branch information
1 parent
89094aa
commit e4e66b9
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule opensea-common
updated
20 files
+9 −8 | include/impl_io_utils.h | |
+9 −8 | include/impl_string_utils.h | |
+1 −1 | include/io_utils.h | |
+1 −1 | include/memory_safety.h | |
+36 −21 | include/secure_file.h | |
+1 −1 | src/constraint_handling.c | |
+1 −1 | src/error_translation.c | |
+7 −7 | src/io_utils.c | |
+7 −7 | src/memory_safety.c | |
+2 −2 | src/pattern_utils.c | |
+36 −36 | src/posix_env_detect.c | |
+3 −2 | src/posix_secure_file.c | |
+2 −2 | src/safe_lsearch.c | |
+8 −8 | src/secure_file.c | |
+10 −10 | src/time_utils.c | |
+1 −1 | src/uefi_env_detect.c | |
+2 −2 | src/validate_format.c | |
+2 −2 | src/windows_env_detect.c | |
+18 −18 | src/windows_secure_file.c | |
+1 −1 | src/windows_version_detect.c |
Submodule opensea-operations
updated
27 files
+6 −6 | src/ata_Security.c | |
+4 −4 | src/ata_device_config_overlay.c | |
+1 −1 | src/buffer_test.c | |
+11 −11 | src/defect.c | |
+29 −29 | src/depopulate.c | |
+10 −10 | src/device_statistics.c | |
+148 −134 | src/drive_info.c | |
+12 −12 | src/dst.c | |
+1 −1 | src/farm_log.c | |
+5 −5 | src/firmware_download.c | |
+14 −13 | src/format.c | |
+24 −24 | src/generic_tests.c | |
+5 −5 | src/host_erase.c | |
+41 −40 | src/logs.c | |
+3 −3 | src/nvme_operations.c | |
+23 −23 | src/operations.c | |
+8 −8 | src/partition_info.c | |
+31 −31 | src/power_control.c | |
+18 −18 | src/reservations.c | |
+1 −1 | src/sanitize.c | |
+1 −1 | src/sas_phy.c | |
+27 −27 | src/seagate_operations.c | |
+12 −12 | src/sector_repair.c | |
+4 −4 | src/set_max_lba.c | |
+2 −2 | src/trim_unmap.c | |
+12 −12 | src/writesame.c | |
+5 −5 | src/zoned_operations.c |
Submodule opensea-transport
updated
23 files
+115 −100 | include/ata_helper.h | |
+20 −15 | include/ata_helper_func.h | |
+10 −8 | include/ciss_helper_func.h | |
+85 −63 | include/cmds.h | |
+11 −8 | include/common_public.h | |
+129 −105 | include/csmi_helper_func.h | |
+6 −6 | include/csmi_legacy_pt_cdb_helper.h | |
+8 −7 | include/jmicron_nvme_helper.h | |
+4 −3 | include/nec_legacy_helper.h | |
+145 −117 | include/nvme_helper_func.h | |
+10 −6 | include/prolific_legacy_helper.h | |
+7 −5 | include/psp_legacy_helper.h | |
+12 −7 | include/raid_scan_helper.h | |
+10 −7 | include/realtek_nvme_helper.h | |
+26 −16 | include/sat_helper_func.h | |
+2 −2 | include/sata_helper_func.h | |
+884 −734 | include/scsi_helper_func.h | |
+5 −5 | src/aix_helper.c | |
+8 −8 | src/ata_helper.c | |
+4 −4 | src/cam_helper.c | |
+7 −7 | src/ciss_helper.c | |
+5 −5 | src/cmds.c | |
+170 −16 | src/common_public.c |