aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* Remove local variables missed in r321842.Mark Johnston2017-08-011-4/+0
* Let lockstat use ksyms(4)'s mmap interface.Mark Johnston2017-08-011-24/+0
* Add an auxiliary subroutine to generate some events for testingLi-Wen Hsu2017-07-261-0/+14
* The test case common.funcs.t_dtrace_contrib.tst_basename_d generates aLi-Wen Hsu2017-07-251-0/+8
* Modify glob patterns and expected output to match FreeBSD's implementation.Li-Wen Hsu2017-07-252-7/+15
* Make this test case accepts basename() in D script returns "" or "."Li-Wen Hsu2017-07-252-4/+22
* Explicitly set dynamic variable buffer size.Li-Wen Hsu2017-07-251-0/+1
* Explicitly set dynamic variable buffer size.Li-Wen Hsu2017-07-251-0/+1
* Add an auxiliary subroutine to generate read(2) event while testing.Li-Wen Hsu2017-07-251-0/+13
* Add a simple script which calls open(2) and others to generate events forLi-Wen Hsu2017-07-253-0/+32
* Add a simple program which calls sigtimedwait(2) to generate events for testingLi-Wen Hsu2017-07-253-0/+49
* Fix whitespace on a line in fix(..) accidentally missed in r321424Enji Cooper2017-07-241-1/+1
* Style cleanup: delete spurious trailing whitespaceEnji Cooper2017-07-241-4/+4
* Don't use incorrect hardcoded path to ksh -- use /usr/bin/envEnji Cooper2017-07-231-1/+1
* zfsd(8): Remove pidfile on shutdownAlan Somers2017-06-201-1/+1
* MFV r318946: 8021 ARC buf data scatter-izationAndriy Gapon2017-06-204-49/+79
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-10/+4
* MFV r319945,r319946: 8264 want support for promoting datasets in libzfs_coreAndriy Gapon2017-06-143-14/+33
* Override the locale so that file lists get a consistent sort order.Mark Johnston2017-06-101-0/+2
* follow up to r319746: add the new test files to the make fileAndriy Gapon2017-06-101-0/+2
* MFV r319740: 8168 NULL pointer dereference in zfs_create()Andriy Gapon2017-06-091-1/+3
* MFV r319744,r319745: 8269 dtrace stddev aggregation is normalized incorrectlyAndriy Gapon2017-06-092-0/+49
* New sentences start on new lines, fix two violationsAllan Jude2017-06-081-4/+8
* SHA-512 and Skein have been supported by the boot loader for some time.Allan Jude2017-06-081-11/+1
* MFV r316922: 5380 receive of a send -p stream doesn't need to try renaming sn...Andriy Gapon2017-05-241-3/+3
* MFC r316908: 7541 zpool import/tryimport ioctl returns ENOMEM because provide...Andriy Gapon2017-05-242-4/+7
* MFC r316904: 7729 libzfs_core`lzc_rollback() leaks result nvlAndriy Gapon2017-05-241-0/+2
* MFV r316860: 7545 zdb should disable reference trackingAndriy Gapon2017-05-241-0/+7
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-0/+1
* Add a little helper program for tst.exitcore.ksh.Mark Johnston2017-05-223-9/+40
* Fix time handling in cv_timedwait_hires().Alexander Motin2017-05-191-3/+8
* Remove the EXFAIL annotation for tests which pass as of r309596.Mark Johnston2017-05-191-5/+0
* MFV 316894Josh Paetzel2017-04-257-44/+140
* MFV 316891Josh Paetzel2017-04-215-22/+115
* MFV 316855Alan Somers2017-04-141-12/+8
* dtrace: fix normalization of stddev aggregationAndriy Gapon2017-04-141-0/+2
* MFV r316693:Pedro F. Giffuni2017-04-101-1/+1
* MFV r315290, r315291: 7303 dynamic metaslab selectionAlexander Motin2017-03-243-5/+27
* 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