]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cddl
Implement userspace gettimeofday(2) with HPET timecounter.
[FreeBSD/FreeBSD.git] / sys / cddl /
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r301526:
2016-08-16 markjMFV r301525:
2016-08-16 markjMFV r301524:
2016-08-16 markjMFV r296989:
2016-08-14 mmMFV r304060:
2016-08-09 avgfix a zfs cross-device rename crash introduced in r303763
2016-08-06 jhibbitsTwo fixups for dtrace
2016-08-06 avgfix .zfs-related cases in zfs_lookup that were broken...
2016-08-05 avgzfs: honour and make use of vfs vnode locking protocol
2016-08-02 brUpdate RISC-V port to Privileged Architecture Version...
2016-08-01 allanjudeMake boot code and loader check for unsupported ZFS...
2016-07-31 ngieConditionalize code which defines sysctls per _KERNEL...
2016-07-30 markjRestore an ifdef that should not have been removed...
2016-07-30 markjInclude fasttrap handling for DATAMODEL_ILP32 when...
2016-07-29 brRemove unused variables.
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-20 markjMerge {amd64,i386}/instr_size.c into x86_instr_size.c.
2016-07-14 avgMFV r302645: 6878 Add scrub completion info to "zpool...
2016-07-14 avgMFV r302650: 6940 Cannot unlink directories when over...
2016-07-14 avgMFV r302644: 6513 partially filled holes lose birth...
2016-07-14 avgMFV r302641: 6844 dnode_next_offset can detect fictiona...
2016-07-14 avgMFV r302640: 6874 rollback and receive need to reset...
2016-07-13 avgre-apply r299908: zfsctl_snapdir_lookup: clear VV_ROOT...
2016-07-09 markjAvoid truncating the return value of DTrace predicates.
2016-07-06 smhFix ZFS ARC min / max tunable
2016-07-06 nwhitehornReplace a number of conflations of mp_ncpus and mp_maxi...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-30 mavRevert r299454 and r299448.
2016-06-29 smhAllow ZFS ARC min / max to be tuned at runtime
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-23 avgfix deadlock-prone code in getzfsvfs()
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 asomersFix uninitialized variable from r300881
2016-06-18 kibFix gcc build.
2016-06-17 kibUse vnlru_free(9) to implement dnlc_reduce_cache().
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-13 avgl2arc: reset b_tmp_cdata to NULL in the case of unset...
2016-06-13 avgzfs_vptocnp: check for an invalid znode
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 avgzfs: set VROOT / VV_ROOT consistently and in a single...
2016-06-03 avgzfs_root: fix a potential root vnode reference leak
2016-06-03 delphijMFV r301238:
2016-06-01 asomersImprove the English in a comment
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-31 andrewSet oldfp so the check for fp == oldfp works as expected.
2016-05-31 allanjudeConnect the SHA-512t256 and Skein hashing algorithms...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-29 bdreweryAvoid more literal-suffix errors with C++11
2016-05-28 asomerszfsd(8), the ZFS fault management daemon
2016-05-27 ngieFix up r300870
2016-05-27 asomersAvoid issuing spa config updates for physical path...
2016-05-27 ngieUnbreak the zfs(4) build
2016-05-27 brCorrect the implementation of dtrace_interrupt_disable...
2016-05-27 andrewFix dtrace_interrupt_disable and dtrace_interrupt_enabl...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 bdreweryUse netinet/in.h to avoid include/arpa dependency for...
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-24 bzTry to unbreak the build after r300611 by including...
2016-05-24 brAdd initial DTrace support for RISC-V.
2016-05-24 andrewMark all memory before the kernel as toxic to DTrace.
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-18 avgadd vop_print methods to vnode operatios of various...
2016-05-18 avgmove zfsctl_freebsd_root_lookup right next to zfsctl_ro...
2016-05-18 avgzfsctl_common_fid: remove redundant assignment
2016-05-18 avgzfsctl: tighten an assertion and remove an unused defin...
2016-05-18 avgzfs_root: no need to set the root flag here
2016-05-18 avgzfsctl_freebsd_root_lookup: gfs_vop_lookup may return...
2016-05-17 asomersSpeed up vdev_geom_open_by_guids
2016-05-17 avgzfs_ioc_rename: fix a reversed condition
2016-05-16 avgdo not destroy 'snapdir' when it becomes inactive
2016-05-16 avgtry to recycle "snap" vnodes as soon as possible
2016-05-16 avgfix locking in zfsctl_root_lookup
2016-05-16 avggfs_lookup_dot() does not have to acquire any locks
2016-05-16 avgavoid deadlock between zfsctl_snapdir_lookup and zfsctl...
2016-05-16 avgfix a vnode reference leak caused by illumos compat...
2016-05-16 avgfix up r299902: mount_snapshot requires that the covere...
2016-05-16 avgzfsctl_ops_snapshot: remove methods should never be...
2016-05-16 avgzfsctl_snapdir_lookup: always clear VV_ROOT flag of...
2016-05-16 avgadd zfs_vptocnp with special handling for snapshots...
2016-05-16 avgmount_snapshot: consolidate all error handling
2016-05-16 avgzfsctl: fix several problems with reference counts
2016-05-14 jhbAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-13 ngieInclude arpa/inet.h to get the htonl(3) definition
2016-05-12 mmMFV r299425:
2016-05-11 cemcompat/opensolaris: Don't redefined off64_t if already...
2016-05-11 mavMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 mavMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 mavMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 mavMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 mavMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 mavMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 mavMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 mavMFV r299434: 6841 Undirty freed spill blocks
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 brImplement FBT provider (MD part) for DTrace on MIPS.
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-29 asomersFix a use-after-free when "zpool import" fails
next