Include additional info in ptrace(2) KTR traces:
[freebsd.git] / sys / cddl /
2015-10-03 mavRestore original array_rd_sz semantics.
2015-09-30 markjMFV r288408:
2015-09-29 avgsdt: static-ize couple of variables
2015-09-29 avgsdt module does not seem to actually use any symbol...
2015-09-29 avgstd: it is important that func name is never an empty...
2015-09-29 avgsdt: start checking version field when parsing probe...
2015-09-29 avgdtrace_getarg: remove stray return statement on amd64...
2015-09-28 avgdefine aok in libnvpair which is linked to all zfs...
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-25 delphijMFV r288063: make dataset property de-registration...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-21 avgMFV r287817: 6220 memleak in l2arc on debug build
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-13 delphijMFV r287623: 5997 FRU field not set during pool creatio...
2015-09-13 delphijNote r286552 as merged and reduce diff against upstream.
2015-09-12 delphijMFV r287699: 6214 zpools going south
2015-09-12 delphijMFV r287684: 6091 avl_add doesn't assert on non-debug...
2015-09-12 delphijMFV r287624: 5987 zfs prefetch code needs work
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 markjRemove the arg0 field from struct amd64_frame. Its...
2015-09-11 markjMFV r283513:
2015-09-11 markjMFV r283512:
2015-09-04 delphijExpose an interface to determine if an ACE is inherited.
2015-08-31 allanjudeApply the noline attribute to vdev_queue_max_async_writes
2015-08-29 delphijFix a buffer overrun which may lead to data corruption...
2015-08-29 delphijIn r286705 (Illumos 5960/a2cdcdd), a separate thread...
2015-08-24 avgMFV (partial) r286889: 5692 expose the number of hole...
2015-08-24 avgspa_import_rootpool: prevent lock and resource leak
2015-08-24 avgaccount for ashift when gathering buffers to be written...
2015-08-21 avgtry to fix lor between z_teardown_lock and spa_namespac...
2015-08-21 avgfix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_hand...
2015-08-20 mavRestore part of r274628, reverted at r286776.
2015-08-15 oshogboAdd support for the arrays in nvlist library.
2015-08-14 mavRemove some random accumulated diff from Illumos.
2015-08-14 mav2618 arc.c mistypes in the comments
2015-08-14 mavFix r286766 build with debug.
2015-08-14 mavFix minor mismerge sometimes earlier.
2015-08-14 mavMFV r286765: 5817 change type of arcs_size from uint64_...
2015-08-14 mavMFV r285025: 6033 arc_adjust() should search MFU lists...
2015-08-14 mavMFV r277431: 5497 lock contention on arcs_mtx
2015-08-14 mavRevert part of r205231, introducing multiple ARC state...
2015-08-13 mavMFV 286711: 6096 ZFS_SMB_ACL_RENAME needs to cleanup...
2015-08-13 mavMFV 286709:
2015-08-12 mavMFV 286707: 5959 clean up per-dataset feature count...
2015-08-12 mavMFV r286704: 5960 zfs recv should prefetch indirect...
2015-08-12 mavMFV r284763: 5981 Deadlock in dmu_objset_find_dp
2015-08-12 mavMFV r284762: 5269 zpool import slow
2015-08-12 mavMFV r286682: 5765 add support for estimating send strea...
2015-08-12 mavMFV r286224: 5695 dmu_sync'ed holes do not retain birth...
2015-08-12 mavFix set of sign extension bugs in r286625.
2015-08-11 mavFix assertion panic caused by combination of r286598...
2015-08-11 mavFix r286625 build on i386.
2015-08-11 mavFix minor mismerge in r286574.
2015-08-11 mavMFV r277425:
2015-08-11 mavRemove extra lock, that IMO only creates potential...
2015-08-10 mavMFV 286604: 5812 assertion failed in zrl_tryenter(...
2015-08-10 mavMFV 286602: 5810 zdb should print details of bpobj
2015-08-10 mavMFV 286599: 5808 spa_check_logs is not necessary on...
2015-08-10 mavMFV 286597: 5701 zpool list reports incorrect "alloc...
2015-08-10 mavLocal addition and mismerge fix for r286579.
2015-08-10 mavMFV 286588: 5820 verify failed in zio_done(): BP_EQUAL...
2015-08-10 mavMFV 286586: 5746 more checksumming in zfs send
2015-08-10 mavMFV r277430: 5313 Allow I/Os to be aggregated across...
2015-08-10 mavFix r286574 build in user-space.
2015-08-10 mavFix r286570 build with debug.
2015-08-10 mavMFV r277428: 5056 ZFS deadlock on db_mtx and dn_holds
2015-08-10 mavMFV r277427: 5445 Add more visibility via arcstats...
2015-08-10 mavMFV r277426: 5408 managing ZFS cache devices requires...
2015-08-09 mavMFV 286555: Avoid 128K kmem allocations in mzap_upgrade()
2015-08-09 mavMFV 286553: 5769 Cast 'zfs bad bloc' to ULL for x86
2015-08-09 mavMFV 286550: 5694 traverse_prefetcher does not prefetch...
2015-08-09 mavMFV 286548:
2015-08-09 mavMFV 286546:
2015-08-09 mavMFV 286544:
2015-08-09 mavMFV 286542: 5592 NULL pointer dereference in dsl_prop_n...
2015-08-09 mavMFV 286540: 5531 NULL pointer dereference in dsl_prop_g...
2015-08-09 mavMFV 286538:
2015-08-03 markjRemove a couple of unused fields from the FBT probe...
2015-08-03 smhFix KSTACK_PAGES check in ZFS module
2015-08-02 markjAvoid dereferencing curthread->td_proc->p_cred in DTrac...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 smhAdd warning about low KSTACK_PAGES for ZFS use
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-21 markjRemove checks for a NULL return value from M_WAITOK...
2015-07-20 edAdd an API for easily creating userspace threads in...
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-18 markjModify lockstat_nsecs() to just return unless lockstat...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-16 kibWhen checking for the valid value of the frame pointer...
2015-07-16 mjgvfs: implement v_holdcnt/v_usecount manipulation using...
2015-07-11 mjgCreate a dedicated function for ensuring that cdir...
2015-07-09 oshogboRename zfs nvpair files to not colidate with our nvlist.
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 mjgfd: make 'rights' a manadatory argument to fget* functions
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
next