]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cddl
Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,
[FreeBSD/FreeBSD.git] / sys / cddl /
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-06-17 mmImport latest ARC change from OpenSolaris:
2010-06-17 pjdTurn off UMA allocations on all archs by default. It...
2010-06-16 pjdRemove redundant assignment.
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-12 mmFix arc_read_done may try to byteswap undefined data...
2010-06-12 mmFix panic in zfs_getsecattr
2010-06-12 mmFix possible zfs panic on zpool import
2010-06-12 mmFix zpool resilver stalls with spa_scrub_thread in...
2010-06-12 mmFix ZFS panic deadlock: cycle in blocking chain via...
2010-06-12 mmFix vdev_probe() starvation brings txg train to a scree...
2010-06-12 mmFix incomplete resilvering after disk replacement ...
2010-06-12 mmFix zfs destroy fails to free object in open context...
2010-06-12 mmFix unable to remove a file over NFS after hitting...
2010-06-11 jhbUpdate several places that iterate over CPUs to use...
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-03 mmFix freeing space after deleting large files with holes.
2010-06-01 mmFix ZIL close when doing zfs rollback or zfs receive...
2010-05-31 pjdFix a bug where resilver is not started automatically...
2010-05-31 pjdFix panic when reading label from provider with non...
2010-05-23 mmRemove kstat.zfs.arcstats.l2_write_bytes_written
2010-05-23 mmFix zfs receive temporarily changing unchanged stream...
2010-05-23 pjdCreate UMA zones unconditionally.
2010-05-23 pjdRemove ZIO_USE_UMA from arc.c as well.
2010-05-23 kibReorganize syscall entry and leave handling.
2010-05-23 mmFix kernel panic when calling spa_tryimport() on a...
2010-05-23 mmFix mutex_exit misorder that can cause a kernel panic.
2010-05-21 mmUpdate L2ARC code and fix several bugs.
2010-05-21 mmReorder some already introduced locking variables.
2010-05-21 mmFix stack overflow in zfs send.
2010-05-21 mmFix: vdev_reopen() can lead to failed allocations
2010-05-16 pjdFix userland build by making io_task available only...
2010-05-16 pjdAllow to configure UMA usage for ZIO data via loader...
2010-05-16 pjdAdd task structure to zio and use it instead of allocat...
2010-05-16 pjdThe whole point of having dedicated worker thread for...
2010-05-16 mmFix deadlock between zfs_dirent_lock and zfs_rmdir
2010-05-16 mmFix perfomance problem with ZFS prefetch caching [1]
2010-05-13 mmFix ZIL-related panic on zfs rollback.
2010-05-13 mmImport OpenSolaris revision 7837:001de5627df3
2010-05-13 traszAdd missing check to prevent local users from panicing...
2010-05-12 mmFix possible hang when replaying large truncations.
2010-05-11 pjdI added vfs_lowvnodes event, but it was only used for...
2010-05-11 pjdEventhough r203504 eliminates taste traffic provoked...
2010-05-11 pjdAdd missing new line characters to the warnings.
2010-05-11 mmFix failed assertion on destroying datasets from an...
2010-05-11 mmFix possible panic with zfs destroy.
2010-05-11 mmFix zfs rename (may occasionally fail with dataset...
2010-05-11 mmFix endianess bug in ZFS intent log (ZIL).
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-07 traszEnforce RLIMIT_FSIZE in ZFS.
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-05 marius- Fix broken symlinks on cross platform zfs send/recv...
2010-05-05 mmIntroduce hardforce export option (-F) for "zpool export".
2010-05-04 mmSpeed up ZFS list operation with objset prefetching.
2010-05-04 mmFix deadlock during zfs receive.
2010-05-01 mmAdd sysctl and loader tunable vfs.zfs.txg.write_limit_o...
2010-05-01 mmChange description of tunable group vfs.zfs.txg to...
2010-04-30 mmFix improper pool write throughput calculation.
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 pjdBackport fix for 'zfs_znode_dmu_init: existing znode...
2010-04-28 mckusickUpdate to current version of head.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-22 pjdAllow to modify directory's content even if the ZFS_NOU...
2010-04-20 rpauloRename the cyclic global variable lapic_cyclic_clock_fu...
2010-04-20 rpauloThe amd64 version of the cyclic dtrace module is a...
2010-04-19 delphijPartially MFp4 #176265 by pjd@:
2010-04-18 pjdRestore previous order.
2010-04-18 pjdStyle fixes.
2010-04-18 pjdAdd missing list and lock destruction.
2010-04-18 pjdExtend locks scope to match OpenSolaris.
2010-04-18 pjdRemove racy assertion.
2010-04-18 pjdSet ARC_L2_WRITING on L2ARC header creation.
2010-04-15 impsvn merge svn+ssh://svn.freebsd.org/base/head@206684
2010-04-15 pjdFix 3-way deadlock that can happen because of ZFS and...
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 pjdThe same code is used to import and to create pool.
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-17 kmacy- cache line align arcs_lock array (h/t Marius Nuennerich)
2010-03-17 kmacyuse CACHE_LINE_SIZE instead of hardcoding 128 for lock pad
2010-03-16 kmacy- reduce contention by breaking up ARC state locks...
2010-03-13 kmacyfix compilation under ZIO_USE_UMA
2010-03-13 kmacyDon't bottleneck on acquiring the stream locks - this...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-12 pjdRemove bogus assertion.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-06 pjdRemove racy assertion.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-03-02 impMerge with latest head.
2010-02-28 rajMerge DTC-d75b33af.
2010-02-22 marcelUse mf and not mf.a. The latter doesn't force memory...
next