aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris
Commit message (Expand)AuthorAgeFilesLines
* Revert "dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag"Andriy Gapon2024-04-211-2/+3
* dtrace: make 'ring' and 'fill' policies imply 'noswitch' flagAndriy Gapon2024-01-281-3/+2
* dtrace: Fix a kernel panic in printm()Domagoj Stolfa2023-09-061-1/+21
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* inline_fls: remove redundant INLINE_FLS testDoug Moore2023-07-061-2/+2
* dtrace: deduplicate arm64 breakpoint definitionChristos Margiolis2023-06-031-0/+6
* dtrace: deduplicate some RISC-V functionsChristos Margiolis2023-05-301-0/+8
* dtrace: remove ifdef around dtrace_instr_size()Christos Margiolis2023-05-231-2/+0
* dtrace: export dtrace_dis_get_byte()Christos Margiolis2023-05-221-0/+4
* dtrace: expose dtrace_instr_size() to userland and implement it for riscvChristos Margiolis2023-04-201-1/+4
* dtrace: get rid of uchar_t typesChristos Margiolis2023-04-201-2/+2
* dtrace: Improve a verifier error messageDomagoj Stolfa2023-01-241-10/+10
* powerpc/dtrace: Guard fuword64 usage for powerpc64 onlyJustin Hibbits2022-11-211-0/+4
* dtrace: Make pid provider work on trivial testsJustin Hibbits2022-10-301-0/+4
* dtrace: Add a "regs" variableMark Johnston2022-10-041-19/+7
* dtrace/amd64: Implement emulation of call instructionsMark Johnston2022-08-091-0/+4
* Adjust dtrace_getf_barrier() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-021-2/+2
* zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska2022-03-081-2/+2
* ctf: Import ctf.h from OpenBSDMark Johnston2022-03-071-360/+0
* fasttrap: Avoid creating WX mappingsMark Johnston2022-03-012-3/+4
* fasttrap: Assert that fasttrap_fork() successfully unmaps scratch spaceMark Johnston2022-03-011-2/+3
* fd: rename fget*_locked to fget*_norefMateusz Guzik2022-02-221-1/+4
* Teach DTrace about BTI on arm64Andrew Turner2022-01-191-0/+3
* dtrace: add a knob to control maximum size of principal buffersAndriy Gapon2022-01-111-1/+3
* dtrace: Disable getf() as it is broken on FreeBSDDomagoj Stolfa2021-12-171-0/+4
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+1
* sys/cddl: remove extraneous semicolonsEd Maste2021-08-161-1/+1
* dtrace: use %zu format specifier for data of size_t typeKonstantin Belousov2021-08-081-1/+1
* Teach DTrace that unaligned accesses are OK on aarch64, not just x86.Robert Watson2021-03-221-1/+1
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-031-0/+2
* Handle using a sub instruction in the arm64 fbtAndrew Turner2021-01-121-0/+9
* Only allow a store through sp in the arm64 fbtAndrew Turner2021-01-121-1/+3
* dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.Bryan Drewery2021-01-081-0/+8
* Install dtrace.h and dependenciesAlex Richardson2021-01-071-2/+12
* [cddl] Fix lz4 function definitions to not tri pup compile.Adrian Chadd2020-11-172-2/+7
* Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy2020-10-171-2130/+0
* Add zstd support to the boot loader.Warner Losh2020-10-121-243/+0
* ZFS: band-aid for -DNO_CLEANMatt Macy2020-08-251-1/+3
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-25298-196927/+25
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-183-3/+20
* Fix linker error in libuutil with recent LLVMAlex Richardson2020-08-072-8/+1
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-071-1/+8
* MFOpenZFS: Add support for boot environment data to be stored in the labelToomas Soome2020-08-056-14/+242
* zfs_keys_nextboot array is missing ZPOOL_CONFIG_POOL_GUID and ZPOOL_CONFIG_GUIDToomas Soome2020-08-051-1/+3
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* zfs: add support for lockless lookupMateusz Guzik2020-07-255-10/+147
* Fix a memory leak in dsl_scan_visitbp().Mark Johnston2020-07-201-1/+1
* Fix page fault in zfsctl_snapdir_getattrAlan Somers2020-07-021-1/+2
* Fix "current" variable name conflict with openzfsMatt Macy2020-06-271-39/+39