mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-11-07 23:04:53 +03:00
| .. | ||
| lztest-lzdb.patch | ||
| no-debug-userspace.patch | ||
| no-events.patch | ||
| port-no-zmod.patch | ||
| port-pragma-init.patch | ||
| pthreads.patch | ||
| README | ||
| zap-cursor-move-to-key.patch | ||
# # Mostly patches for a userspace build. For now I'm leaving them all # out until we go through the code base and sort out the userspace # portion of the build system. We may find we do not want or need # many of these patches anymore. -Brian # zap-cursor-move-to-key.patch # Add a ZAP API to move a ZAP cursor to a given key. spa-force-readonly.patch # Add API to discard all writes no-debug-userspace.patch # Disable debug code on userspace no-events.patch # Define away spa_event_notify() in userspace pthreads.patch # Use POSIX threads in userspace. port-no-zmod.patch # Do not use zmod.h in userspace. port-pragma-init.patch # Use constructor attribute on non-Solaris platforms. lztest-lzdb.patch # Make lztest call lzdb from PATH. zpool-force.patch # Change -f to -F in zpool command