Module Name:src
Committed By: riastradh
Date: Wed Aug 18 11:26:17 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/fbt/x86: fbt_isa.c
Log Message:
PR/56355: Exclude the symbol trap, not all symbols other than trap.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: christos
Date: Sun Aug 15 16:33:57 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/fbt/x86: fbt_isa.c
Log Message:
PR/56355: Taylor Campbell: restore strcmp() over strncmp()
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 sr
Module Name:src
Committed By: christos
Date: Wed Aug 11 11:16:49 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/fbt/x86: fbt_isa.c
Log Message:
PR/56355: Brad Harder: dtrace triggers double-fault in supervisor mode
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: skrll
Date: Sun Jul 25 06:07:42 UTC 2021
Modified Files:
src/external/cddl/osnet/sys/kern: opensolaris.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/sys/kern/opensolaris.c
Please note
Module Name:src
Committed By: kardel
Date: Sun Jul 18 07:22:22 UTC 2021
Modified Files:
src/external/cddl/osnet/sys/sys: vnode.h
Log Message:
PR kern/56316: vn_open doesn't follow symlinks
remove setting of O_NOFOLLOW. restores ZFS being able
to open devices via symlinks
Module Name:src
Committed By: hannken
Date: Sun Jul 4 11:25:07 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ctldir.c
Log Message:
Add VOP_PARSEPATH to zfs control dir vnode op table.
To generate a diff of this commit:
cvs rdiff -u -r1.12
Module Name:src
Committed By: dholland
Date: Fri Jul 2 17:14:37 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Add VOP_PARSEPATH to zfs's vnode table. "oops"
zfs not being under src/sys strikes again :-(
To generate a
Module Name:src
Committed By: hannken
Date: Fri May 21 17:32:49 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/common/nvpair: nvpair.c
Log Message:
Replace the Solaris style endian check (exactly one of
_LITTLE_ENDIAN or _BIG_ENDIAN is defined) with standard check
"
Module Name:src
Committed By: nia
Date: Thu May 13 09:05:19 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/lib/libzfs/common: libzfs_dataset.c
Log Message:
this is not FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/cddl/osne
Module Name:src
Committed By: nia
Date: Thu May 13 09:03:35 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/cmd/zfs: zfs_main.c
Log Message:
zfs: this is not FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/dist/cmd/zfs/zf
Module Name:src
Committed By: nia
Date: Fri Apr 30 18:59:31 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/cmd/zfs: zfs.8
src/external/cddl/osnet/dist/cmd/zpool: zpool.8
Log Message:
zfs: Fix up references to FreeBSD
To generate a diff of this commit:
cvs
Module Name:src
Committed By: hannken
Date: Wed Apr 21 10:02:34 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: arc.c
Log Message:
Prevent blocking l2arc_feed_thread() forever, skip the
cv_timedwait() for negative or zero ticks.
To generate a dif
Module Name:src
Committed By: christos
Date: Thu Apr 15 07:00:50 UTC 2021
Modified Files:
src/external/cddl/osnet/sys/sys: opentypes.h
Log Message:
avoid second typedef for boolean_t in kernel code originally defined in
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Thu Apr 15 06:59:57 UTC 2021
Modified Files:
src/external/cddl/osnet/sys/sys: vnode.h
Log Message:
remove extra typedef for vnode_t done in
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/cddl/osnet
Module Name:src
Committed By: mrg
Date: Tue Apr 13 09:28:42 UTC 2021
Modified Files:
src/external/cddl/osnet/usr.bin/ctfconvert: Makefile
Log Message:
ignore a "should be impossible" uninitialised variable error.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.
Module Name:src
Committed By: mrg
Date: Tue Apr 13 09:20:55 UTC 2021
Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile
Log Message:
XXX: ignore warning about overlapping buffers for sprintf().
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 sr
Module Name:src
Committed By: mrg
Date: Tue Apr 13 04:52:01 UTC 2021
Modified Files:
src/external/cddl/osnet: Makefile.inc Makefile.zfs
Log Message:
use -fcommon here.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/Makefile.inc
cvs rd
Module Name:src
Committed By: simonb
Date: Wed Apr 7 01:54:32 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_isa.c
Log Message:
Use NAL (nop-and-link) to get the current PC.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/extern
Module Name:src
Committed By: simonb
Date: Tue Apr 6 12:48:59 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
src/external/cddl/osnet/dev/dtrace/arm: dtrace_subr.c
src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
Log
Module Name:src
Committed By: simonb
Date: Tue Apr 6 12:48:36 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c
Log Message:
sizeof(*var) instead of sizeof(type)
Call kmem_free() with size of data being freed.
To generate a diff of this
Module Name:src
Committed By: christos
Date: Tue Apr 6 12:10:21 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_subr.c
Log Message:
sizeof(*var) instead of sizeof(type)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/extern
Module Name:src
Committed By: simonb
Date: Tue Apr 6 08:19:15 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_subr.c
Log Message:
Call kmem_free() with the size of the thing we are freeing. Fixes panic
when unloading the ktrace module on MIPS.
Module Name:src
Committed By: simonb
Date: Wed Mar 31 06:27:58 UTC 2021
Modified Files:
src/external/cddl/osnet/sbin/zfs: Makefile
src/external/cddl/osnet/sbin/zpool: Makefile
Log Message:
Use compat/exec.mk - zfs isn't compat32 friendly (yet?).
To generate a dif
Module Name:src
Committed By: simonb
Date: Wed Mar 31 06:26:27 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c
Log Message:
Simplify the CTF float encoding type logic: all floating point types of
4 bytes or less are "float", 8 bytes or less are
Module Name:src
Committed By: simonb
Date: Mon Mar 29 05:18:02 UTC 2021
Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile
Log Message:
Compile MIPS specific code.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/external/cddl/osnet/lib/libd
Module Name:src
Committed By: simonb
Date: Mon Mar 29 05:17:09 UTC 2021
Added Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_asm.S dtrace_isa.c
dtrace_subr.c regset.h
src/external/cddl/osnet/dev/fbt/mips: fbt_isa.c fbt_isa.h
Log Message:
Work in
Module Name:src
Committed By: simonb
Date: Mon Mar 29 03:27:38 UTC 2021
Added Files:
src/external/cddl/osnet/dev/cyclic/mips: cyclic_machdep.c
Log Message:
Add cyclic_machdep.c for MIPS
The code is identical to i386's one.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: simonb
Date: Mon Mar 29 01:43:18 UTC 2021
Modified Files:
src/external/cddl/osnet/sys/sys: mutex_impl.h
Log Message:
Don't define mtx_owner here. mtx_owner is always available, and not
all architecutres use the same structure for a kernel mut
Module Name:src
Committed By: simonb
Date: Sat Mar 27 02:58:39 UTC 2021
Modified Files:
src/external/cddl/osnet/usr.sbin/dtrace: Makefile
Log Message:
Use LDADD/DPADD instead of PROGDPLIBS - we are linking against installed
libraries.
Use compat/exec.mk - dtrace isn't com
Module Name:src
Committed By: gdt
Date: Thu Mar 25 18:41:29 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c
Log Message:
zfs_ioctl.c: Drop WARNING that ZFS is under development
Following discussions on current-users@, it seems many rel
Module Name:src
Committed By: simonb
Date: Wed Mar 24 04:46:41 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c fbt_isa.h
Log Message:
Add NetBSD CVS IDs.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/dev/f
Module Name:src
Committed By: hannken
Date: Tue Feb 16 09:54:17 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: zfs_context.h
Log Message:
Use the right uid / gid for nobody:nobody like FreeBSD does.
Prevents null pointer dereferences when ZFS
Module Name:src
Committed By: yhardy
Date: Sat Nov 28 22:53:06 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_disk.c
Log Message:
Use vn_close to release the vnodes in the error handling blocks, since
the vnodes were opened for writing. Fix p
Module Name:src
Committed By: chs
Date: Tue Nov 17 03:20:33 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c
Log Message:
Remove a pointless printf.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 \
src/external/cddl/osn
Module Name:src
Committed By: chs
Date: Sun Nov 15 00:54:13 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Commit the ZFS file that I forgot in this previous commit:
Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pa
Module Name:src
Committed By: rin
Date: Thu Nov 12 02:15:56 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c
Log Message:
One more catch up with ``aarch64 is not mips'' change.
Fix evbarm-aarch64 build.
To generate a diff of this commit:
Module Name:src
Committed By: chs
Date: Wed Nov 11 03:31:04 UTC 2020
Modified Files:
src/external/cddl/osnet/sys/kern: kmem.c
Log Message:
kmem_cache_create()'s "name" parameter can be on the stack,
so make a copy of it rather than keeping a pointer to it.
To generate a
Module Name:src
Committed By: hannken
Date: Mon Oct 12 08:21:21 UTC 2020
Modified Files:
src/external/cddl/osnet/sys/sys: cred.h
Log Message:
Stub groupmember() has to test both group list and current group id.
Fixes kern/55675: ZFS mounts do not work with setuid programs
Module Name:src
Committed By: kardel
Date: Fri Oct 9 08:18:01 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu_tx.c
Log Message:
PR kern/55705:
don't attempt to sleep for negative time, we are late anyway - avoids
DIAGNOSTIC panic
To generat
Module Name:src
Committed By: christos
Date: Mon Sep 7 19:04:27 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dnode_sync.c
Log Message:
Comment out index out of bounds debugging code.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: mrg
Date: Mon Sep 7 07:44:53 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_raidz.c
Log Message:
i can't confirm or deny that GCC 9 is wrong about parity_valid[]
having uninitialised members, but since setting u
Module Name:src
Committed By: christos
Date: Sun Sep 6 21:49:44 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_options.c
Log Message:
Stop using alloca
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/external/cddl/os
Module Name:src
Committed By: christos
Date: Sun Sep 6 21:49:32 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c
Log Message:
Adjust string sizes
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/cddl/o
Module Name:src
Committed By: christos
Date: Sun Sep 6 16:44:17 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c
Log Message:
fix zeroing
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/external/cddl/osnet/dist/lib
Module Name:src
Committed By: hannken
Date: Fri Aug 28 16:13:48 UTC 2020
Modified Files:
src/external/cddl/osnet/sys/kern: policy.c
Log Message:
Glue operation secpolicy_fs_mount() passes wrong arguments to
operation kauth_authorize_system().
KAUTH_SYSTEM_MOUNT / KAUTH_RE
Module Name:src
Committed By: hannken
Date: Thu Aug 27 09:57:34 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vfsops.c
zfs_vnops.c zfs_znode.c
Log Message:
Enable NCLOOKUP for ZFS.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jdolecek
Date: Sat Jun 27 21:21:11 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_queue.c
Log Message:
fix bug introduced in conversion to kmem(9), passing address of the local
variable instead of pointer to allo
Module Name:src
Committed By: mlelstv
Date: Thu Jun 25 09:39:15 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_disk.c
Log Message:
Don't assume everything is a wedge and has a parent device. On non-wedges
this crashes.
Instead, just talk to
Module Name:src
Committed By: jdolecek
Date: Wed Jun 24 16:29:34 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dsl_scan.c
Log Message:
reduce stack usage in dsl_scan_recurse() - allocate memory for
temporary zbookmark_phys_t using kmem_alloc() ra
Module Name:src
Committed By: jdolecek
Date: Wed Jun 24 16:23:16 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dsl_scan.c
Log Message:
change dsl_scan_visitbp() to allocate blkptr_t dynamically rather than
on-stack - this function is called recur
Module Name:src
Committed By: jdolecek
Date: Wed Jun 24 16:16:01 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_queue.c
Log Message:
reduce stack usage in vdev_queue_io_to_issue() - zio_t is about 1KB, and
the function potentially recurses in
Module Name:src
Committed By: jmcneill
Date: Sun Jun 21 21:29:11 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_disk.c
Log Message:
If calling d_minphys on the parent disk device, make sure we use the
parent disk device's dev_t. Fixes zfs on
Module Name:src
Committed By: jdolecek
Date: Fri Jun 19 14:13:23 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zio.c
Log Message:
use pool_cache for (meta)data buffers also on NetBSD
this should generally slightly improve performance on MP syste
Module Name:src
Committed By: fox
Date: Sun Jun 7 23:26:54 UTC 2020
Modified Files:
src/external/cddl/osnet/usr.bin/ctfmerge: Makefile
Log Message:
external/cddl/osnet: Suppress -Werror=stringop-truncation error
This logic correctly uses strncpy(3) to fully initialize a
Module Name:src
Committed By: hannken
Date: Tue May 26 08:39:27 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vfsops.c
src/external/cddl/osnet/sys/sys: vnode.h
Log Message:
Replace vp->v_count with vrefcnt(vp) and
remove now unneeded
Module Name:src
Committed By: ad
Date: Thu May 21 20:43:23 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Fix bugs in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 \
src/external/cddl/osnet/
Module Name:src
Committed By: ad
Date: Wed May 20 20:47:18 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
zfs_netbsd_getpages:
- implement the PGO_LOCKED case
- handle npages > 1 for PGO_SYNCIO
To generate a diff of thi
Module Name:src
Committed By: ad
Date: Fri May 15 23:57:17 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/profile: profile.c
Log Message:
Bump PROF_ARTIFICIAL_FRAMES to 4 now that cyclics are run from statclock().
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: chs
Date: Wed May 13 05:52:54 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
fix the handling in putpage of the page containing EOF.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r
Module Name:src
Committed By: hannken
Date: Thu May 7 09:13:06 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_znode.c
Log Message:
Operation zfs_zget_cleaner() cannot fail, comment and add assertions.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: hannken
Date: Thu May 7 09:12:32 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_znode.c
Log Message:
Revert Rev. 1.31 as it is no longer possible for the handle to be NULL.
To generate a diff of this commit:
cv
Module Name:src
Committed By: hannken
Date: Thu May 7 09:12:03 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Revert Rev. 1.63 and add a comment why we have to zil_commit() here:
Operation zfs_znode.c::zfs_zget_cleaner()
Module Name:src
Committed By: riastradh
Date: Wed Apr 29 04:30:40 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_disk.c
Log Message:
Set up more of a fake struct buf, for ldminphys.
Fixes:
arm64# zpool create rpool ld4
[ 198.4376097] panic:
Module Name:src
Committed By: mlelstv
Date: Sat Apr 4 13:45:22 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/lib/libzfs/common: libzfs_import.c
Log Message:
When collecting zpool devices, skip disks with wedges so that a
concurrent test of a wedge on that disk doe
Module Name:src
Committed By: christos
Date: Sat Apr 4 13:15:48 UTC 2020
Modified Files:
src/external/cddl/osnet/usr.sbin/dtrace: Makefile
Log Message:
Add libproc
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/cddl/osnet/usr.sbin/dtrace/Make
Module Name:src
Committed By: hannken
Date: Fri Mar 20 08:26:01 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_znode.c
Log Message:
With zfs_netbsd_reclaim() no longer doing an unconditional
zil commit dmu_buf_get_user() may return a NULL hand
Module Name:src
Committed By: fox
Date: Tue Mar 17 01:36:29 UTC 2020
Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile
Log Message:
external/cddl/osnet: Do not suppress the warning output for libdtrace.
Changed -Wno-maybe-uninitialized to -Wno-error=maybe-un
Module Name:src
Committed By: fox
Date: Tue Mar 17 00:54:03 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_acl.c
Log Message:
external/cddl/osnet: Fix -Werror=maybe-uninitialized error in zfs_acl.c.
Detected by build.sh with MKLIBCSANITIZER=y
Module Name:src
Committed By: fox
Date: Tue Mar 17 00:50:12 UTC 2020
Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile
Log Message:
external/cddl/osnet: Supress -Werror=maybe-uninitialized error in libdtrace.
It looks like this is a false positive, since the
Module Name:src
Committed By: fox
Date: Mon Mar 9 15:40:50 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: metaslab.c
Log Message:
external/cddl/osnet: Fix possible null pointer access.
Detected by UBSan and fixed upstream, pick only the fix from
Module Name:src
Committed By: fox
Date: Mon Mar 9 15:37:46 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu_tx.c spa.c
Log Message:
external/cddl/osnet: Fix possible signed integer overflow
Detected by UBSan and fixed upstream
Cherry-pick:
>F
Module Name:src
Committed By: mgorny
Date: Sun Mar 8 22:11:48 UTC 2020
Modified Files:
src/external/cddl/osnet/lib/libdtrace: errno.d
Added Files:
src/external/cddl/osnet/lib/libdtrace: make-errno-d.awk
Log Message:
Update dtrace errno.d mapping and add a script f
Module Name:src
Committed By: riastradh
Date: Sun Mar 8 19:59:45 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Avoid unnecessary zil_commit on rm.
1. Issue zil_commit only if we're actually updating something --
ther
Module Name:src
Committed By: riastradh
Date: Thu Mar 5 16:05:06 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/tools/ctf/cvt: fixup_tdescs.c
Log Message:
Revert "Add fixup operation to remove private mutex types for x86."
The x86 (and arm) definitions of struct k
Module Name:src
Committed By: riastradh
Date: Tue Mar 3 06:44:38 UTC 2020
Modified Files:
src/external/cddl/osnet/sys/kern: printf.c
Log Message:
Use vpanic, not vprintf and then panic.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/
Module Name:src
Committed By: kamil
Date: Mon Mar 2 15:45:33 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/common/nvpair: nvpair.c
Log Message:
Fix undefined behavior in misaligned pointer usage
Detected by UBSan and already fixed upstream.
Cherry-pick:
>From aa
Module Name:src
Committed By: mlelstv
Date: Sat Feb 29 17:15:43 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_disk.c
Log Message:
Use utility functions to handle disk geometry.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14
Module Name:src
Committed By: mlelstv
Date: Sat Feb 29 17:03:33 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zvol.c
Log Message:
Fix disk geometry calculation. Add DIOCGPARTINFO to support
getdisksize() used by other drivers, filesystems and spe
Module Name:src
Committed By: riastradh
Date: Fri Feb 28 03:52:26 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c
Log Message:
Teach zfs bdevsw to do b_psize.
This is needed, among other things, to swap on zvols.
Attempting to swap on
Module Name:src
Committed By: riastradh
Date: Sun Feb 23 06:15:27 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Teach device nodes on zfs to handle fsync by calling spec_fsync too.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Feb 23 05:50:25 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Teach zfs spec nodes to VOP_BWRITE too.
Fixes hang on writing to, e.g., ffs mounted on a device node that
li
Module Name:src
Committed By: riastradh
Date: Wed Feb 19 17:05:06 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: spa_history.c
Log Message:
Mark previous #ifdef __NetBSD__, per request from hannken.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: riastradh
Date: Wed Feb 19 16:11:19 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: spa_history.c
src/external/cddl/osnet/sys/kern: misc.c
Log Message:
Report the OS name and release appropriately for NetBSD.
Module Name:src
Committed By: riastradh
Date: Wed Feb 19 05:52:52 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Define VOP_STRATEGY on zfs device nodes too.
Fixes eternal hangs in attempts to do I/O on device nodes on zf
Module Name:src
Committed By: roy
Date: Sun Feb 16 14:06:10 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/cmd/zpool: zpool_vdev.c
Log Message:
zpool: The NetBSD specific ioctl needs to include sys/ioctl.h
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.
Module Name:src
Committed By: riastradh
Date: Sat Feb 15 19:03:15 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Teach zfs to revoke vnodes the usual way.
XXX pullup
To generate a diff of this commit:
cvs rdiff -u -r1.5
Module Name:src
Committed By: hannken
Date: Thu Feb 13 16:53:32 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
zfs_netbsd_setattr: ignore size changes on device nodes.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 06:05:23 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c
Log Message:
Change the address ranges that aarch64 considers toxic for dtrace.
`Toxic' means dtrace forbids D scripts from
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 06:05:31 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c
Log Message:
Switch from db_write_bytes to using direct-mapping.
This way there's no dependency on ddb.
To generate a diff of th
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 01:10:25 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c
Log Message:
Count the number of artificial frames in aarch64 fbt probe correctly.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 01:09:27 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c
Log Message:
Use db_write_bytes to overwrite kernel text.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/externa
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 01:09:48 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c
Log Message:
Tidy up a bit: don't set things we won't use; assert nonzeroness.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 01:10:08 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_impl.h
dt_module.c dt_open.c
Log Message:
Use /dev/ksyms, not /netbsd, for the running kernel's symbols.
To genera
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 01:09:39 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c
Log Message:
Tidy up a bit. No functional change intended.
aarc
Module Name:src
Committed By: riastradh
Date: Wed Feb 12 01:10:16 UTC 2020
Modified Files:
src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_isa.c
Log Message:
Teach dtrace about el1_trap_exit frames on aarch64.
Implement dtrace_getarg and dtrace_getreg while here.
To
Module Name:src
Committed By: fox
Date: Sun Feb 9 07:55:13 UTC 2020
Modified Files:
src/external/cddl/osnet/usr.bin/ctfconvert: Makefile
Log Message:
external/cddl/osnet: Suppress -Werror=stringop-truncation error.
Add GCC_NO_STRINGOP_TRUNCATION dwarf.c to prevent build
Module Name:src
Committed By: ad
Date: Sat Jan 18 15:21:32 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Track page dirtyness for ZFS (yamt-pagecache). I had forgotten that it had
its own cache. Thanks to hannken@ for t
Module Name:src
Committed By: pgoyette
Date: Tue Dec 31 14:51:29 UTC 2019
Modified Files:
src/external/cddl/osnet/sys/kern: misc.c
Log Message:
Another rename from uvm_free() --> uvm_availmem()
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl
Module Name:src
Committed By: sevan
Date: Mon Dec 9 00:15:11 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: arc.c
Log Message:
We currently lack a tunable to control ZFS prefetch, so skip the warning and
FreeBSD specific instructions on settings.
Module Name:src
Committed By: riastradh
Date: Thu Dec 5 03:21:42 UTC 2019
Modified Files:
src/external/cddl/osnet/sys/sys: opentypes.h
Log Message:
Avoid redefining uint_t &c. if compat_defs.h already defines them.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -
1 - 100 of 585 matches
Mail list logo