forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defines needed for btree-test #111
Draft
andrewc12
wants to merge
232
commits into
openzfsonwindows:windows
Choose a base branch
from
andrewc12:andrew_win-rand
base: windows
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
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
andrewc12
force-pushed
the
andrew_win-rand
branch
from
August 10, 2022 12:29
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
andrewc12
force-pushed
the
andrew_win-rand
branch
from
August 18, 2022 08:04
6281bc7
to
7bf3dc4
Compare
andrewc12
force-pushed
the
windows
branch
2 times, most recently
from
October 6, 2022 23:30
f19f80f
to
f93eb66
Compare
lundman
force-pushed
the
windows
branch
3 times, most recently
from
October 18, 2022 06:59
1332e14
to
62b7a68
Compare
lundman
force-pushed
the
windows
branch
15 times, most recently
from
March 11, 2023 06:03
db7af11
to
ceb4324
Compare
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
.