aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* cddl: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-0424-256/+235
* Fix memory leaks in error cases in libdtrace.Mark Johnston2017-02-232-3/+9
* Fix a memory leak in an error case in libctf.Mark Johnston2017-02-231-0/+1
* When patching USDT probes, use non-unique names for aliases of weak symbols.Mark Johnston2017-02-101-32/+35
* Search for _DTRACE_VERSION in sys/sdt.h rather than unistd.h.Mark Johnston2017-02-051-3/+3
* Avoid using Sun compiler-specific flags.Mark Johnston2017-02-051-1/+1
* Fix a double free of libelf data buffers in the USDT link code.Mark Johnston2017-02-051-3/+5
* Use PC-relative relocations for USDT probe sites on i386 and amd64.Mark Johnston2017-02-053-107/+55
* Add an mbuf to ipinfo_t translator to finish cleanup of mbuf passing to TCP p...George V. Neville-Neil2017-02-011-0/+18
* Fix an unchecked return value in zfsdAlan Somers2017-01-181-2/+5
* Convert ipv4_flags and ipv4_offset fields into host byte order.Andrey V. Elsukov2016-12-291-2/+2
* Avoid modifying the object string table when patching USDT probes.Mark Johnston2016-12-201-5/+8
* Consistently print D variable indices in decimal when disassembling.Mark Johnston2016-12-201-1/+1
* Skip a ustack test that triggers an assertion on INVARIANTS kernels.Mark Johnston2016-12-141-0/+3
* err.D_PROC_CREATEFAIL.many.d passes, so remove the EFAIL annotation.Mark Johnston2016-12-081-3/+0
* Use the correct path to date(1).Mark Johnston2016-12-073-3/+3
* Use the native data model instead of forcing ILP32 in tst.provregex3.ksh.Mark Johnston2016-12-071-1/+1
* Run DTrace test scripts with "tst" set to the test script file name.Mark Johnston2016-12-071-1/+1
* libdtrace: Don't use a read-only handle for enumerating pid probes.Mark Johnston2016-12-061-1/+6
* libproc: Add support for some proc_attach() flags.Mark Johnston2016-12-062-3/+3
* libproc: Match prefixes when looking up mapped object by name.Mark Johnston2016-12-061-1/+1
* Revert r253678, r253661:Pedro F. Giffuni2016-12-034-55/+6
* MFV r308989: 6428 set canmount=off on unmounted filesystem tries toAndriy Gapon2016-11-241-1/+1
* revert r304520, set canmount=on is not supposed to mount the filesystemAndriy Gapon2016-11-221-8/+3
* After some ZIL changes 6 years ago zil_slog_limit got partially brokenAlexander Motin2016-11-171-1/+0
* Define dependencies for some auto-generated source files in libdtrace.Mark Johnston2016-11-171-7/+5
* Remove the DTrace printt and typeref actions.Mark Johnston2016-11-126-409/+10
* MFV r308222: 6051 lzc_receive: allow the caller to read the begin recordAndriy Gapon2016-11-032-8/+41
* zfsbootcfg: a simple tool to set next boot (one time) options for zfsbootAndriy Gapon2016-10-292-0/+23
* Fix tst.args1.c on LP64 platforms.Mark Johnston2016-10-161-2/+2
* tst.kpriv.ksh fails because DTrace privilege levels are unimplemented.Mark Johnston2016-10-161-0/+1
* Corrected non-portable reuse of va_list in dt_printf()George V. Neville-Neil2016-10-111-5/+16
* MFV r304159: 7277 zdb should be able to print zfs_dbgmsg'sAlexander Motin2016-09-031-4/+22
* MFV r303081: 7163 ztest failures due to excess error injectionAlexander Motin2016-09-031-2/+24
* MFV r303080: 6451 ztest fails due to checksum errorsAlexander Motin2016-09-031-1/+26
* MFV r303079:Alexander Motin2016-09-031-3/+12
* MFV r302991: 6950 ARC should cache compressed dataAlexander Motin2016-09-032-1/+8
* MFV r302662: 6447 handful of nvpair cleanupsAlexander Motin2016-09-011-3/+5
* MFV r302660: 6314 buffer overflow in dsl_dataset_nameAlexander Motin2016-09-0116-122/+131
* MFV r302659: 6931 lib/libzfs: cleanup gcc warningsAlexander Motin2016-09-017-54/+68
* MFV r302658: 6872 zfs libraries should not allow uninitialized variablesAlexander Motin2016-09-014-9/+9
* MFV r302657: 4521 zfstest is trying to execute evil "zfs unmount -a"Alexander Motin2016-09-014-13/+48
* MFV r302655: 6873 zfs_destroy_snaps_nvl leaks errlistAlexander Motin2016-09-011-2/+5
* MFV r302654:Alexander Motin2016-09-011-1/+1
* MFV r302653: 6111 zfs send should ignore datasets created after the ending sn...Alexander Motin2016-09-011-6/+108
* MFV r302643:Alexander Motin2016-09-018-18/+12
* MFV r302642:Alexander Motin2016-09-011-1/+6
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-311-0/+35
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-08-313-0/+6
* Recursively enumerate anonymous structs and unions in ctf_member_info().Mark Johnston2016-08-301-7/+24