freebsd-dev/patches
2008-11-20 12:01:55 -08:00
..
lztest-lzdb.patch Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00
no-debug-userspace.patch Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00
no-events.patch Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00
port-no-zmod.patch Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00
port-pragma-init.patch Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00
pthreads.patch Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00
README Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00
zap-cursor-move-to-key.patch Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00

#
# 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