Menu

Code Commit Log


Commit Date  
[516dbe] (HEADmaster) by WHR WHR

Make mfi_next_learn_time function to take a 'FILE *' argument for output

2025-12-19 07:35:32 Tree
[bd1f8b] by John Baldwin John Baldwin , pushed by WHR WHR

mfiutil: Change mfi_autolearn_(period|mode) to write to a FILE

This avoids using fragile logic with snprintf() to build strings.

For the calling code in mfi_show.c, I chose to pass stdout directly
instead of using fmemopen() to write to the temporary buffer since
that is simpler and avoids having to deal with output truncation.

Differential Revision: https://reviews.freebsd.org/D50881

Import from FreeBSD base commit fe1cd73, with changes

2025-12-19 05:22:52 Tree
[945608] by WHR WHR

Always use the provided 'scsi_inquiry.h' file for all platforms

2025-10-14 06:09:54 Tree
[46fc42] by WHR WHR

When changing boot drive or volume, make sure the specified drive or volume actually exists, before continuing

2025-10-03 02:36:43 Tree
[5bd376] by WHR WHR

Reject invalid volume target ID from function 'mfi_lookup_volume'

2025-10-02 09:15:11 Tree
[c88ad1] by WHR WHR

Add 'boot' subcommand

2025-10-02 08:32:14 Tree
[a7dd8d] by WHR WHR

Add 'show boot' subcommand

2025-09-30 06:12:17 Tree
[12a4f7] by WHR WHR

Recognize and report newer SPC versions for drives, up to SPC-7

2025-08-31 07:35:42 Tree
[b2e244] by WHR WHR

Fix incorrect reporting of SPC-3 drives as 'SAS'; properly report conforming SCSI version of drives, up to SPC-2

2025-02-15 04:41:53 Tree
[e8c628] by WHR WHR

Remove unnecessary GPL version 2 licensing option from scsi_inquiry.h since the modified BSD license is already compatible with the GNU GPL

2025-02-14 03:21:31 Tree
Older >