Defines needed for btree-test#111
Draft
andrewc12 wants to merge 232 commits intoopenzfsonwindows:windowsfrom
Draft
Defines needed for btree-test#111andrewc12 wants to merge 232 commits intoopenzfsonwindows:windowsfrom
andrewc12 wants to merge 232 commits intoopenzfsonwindows:windowsfrom
Conversation
cstyle still needs to be applied
Unknown how other platforms get there
Not using vfork() and execve()
Amusingly, usleep() is more portable than poll() as a timing function.
These should probably rely on HAVE_UIO_H etc
Should probably rely on HAVE_UIO_H
5b2d2ab to
6281bc7
Compare
change Windows specific tunables to use new system, including hostid.
* Move perfmon functions to windows from zfs_ioctl.h to zfs_ioctl_os.c * remove static for zfs_dirty_data_sync_percent * uint64_t to ZFS_MODULE_ULONG * add ifdef _WIN32 to zvol.c * define posix_memalign_free for other os * add vdev_file_t for other os * remove duplicate check_file * Create build_for_wsl.yaml * move functions to zvol_os.c and add them to the header zvol_impl.h in answer to this discussion openzfsonwindows#119 (comment) * Fix code formatting in reference to openzfsonwindows#119 (comment) * revert the removal of static in dsl_pool.c * remove zfs_dirty_data_sync_percent in dsl_pool.h * make zvol_find_by_name not static * changed workflow name * cstyle zpool_vdev_os.c
6281bc7 to
7bf3dc4
Compare
f19f80f to
f93eb66
Compare
1332e14 to
62b7a68
Compare
db7af11 to
ceb4324
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Required to make some of the tests work
Description
Extracted changes from the fork to build the test programs since that won't be getting merged anytime soon
adds a mapping from posix random functions to windows rand functions
and also the flag for setting a core dump file size
How Has This Been Tested?
Compiled the software again
Types of changes
Checklist:
Signed-off-by.