index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
cddl
Age
Commit message (
Expand
)
Author
2021-12-17
In vattr_init_mask() check for va_flags and if set add to the mask of
simonb
2021-11-30
In zfs_statvfs(), set f_bresvd and f_fresvd to 0. Fixes random kernel
simonb
2021-10-27
Hacks to get zdb working on NetBSD:
simonb
2021-10-20
Overhaul of the EVFILT_VNODE kevent(2) filter:
thorpej
2021-09-06
Clamp zfs nlinks at UINT32_MAX (nlink_t max) instead of (much) smaller
simonb
2021-09-05
Don't use __FBSDID, similar to kern/kobj.c, kern/misc.c, kern/sysevent.c
mlelstv
2021-09-05
osnet: fix lint warning about empty declaration
rillig
2021-08-29
Include <time.h> for all GNU systems (hurd). From Damien Zammit
christos
2021-08-28
libzfs: Zero DIOCLWEDGES input before ioctl.
riastradh
2021-08-18
PR/56355: Exclude the symbol trap, not all symbols other than trap.
riastradh
2021-08-15
PR/56355: Taylor Campbell: restore strcmp() over strncmp()
christos
2021-08-11
PR/56355: Brad Harder: dtrace triggers double-fault in supervisor mode
christos
2021-07-25
KNF
skrll
2021-07-18
Abolish all the silly indirection macros for initializing vnode ops tables.
dholland
2021-07-18
Use macros for the canned parts of device and fifo vnode op tables.
dholland
2021-07-18
PR kern/56316: vn_open doesn't follow symlinks
kardel
2021-07-04
Add VOP_PARSEPATH to zfs control dir vnode op table.
hannken
2021-07-02
Add VOP_PARSEPATH to zfs's vnode table. "oops"
dholland
2021-06-29
Add containment for the cloning devices hack in vn_open.
dholland
2021-05-21
Replace the Solaris style endian check (exactly one of
hannken
2021-05-13
this is not FreeBSD
nia
2021-05-13
zfs: this is not FreeBSD
nia
2021-04-30
zfs: Fix up references to FreeBSD
nia
2021-04-21
Prevent blocking l2arc_feed_thread() forever, skip the
hannken
2021-04-15
avoid second typedef for boolean_t in kernel code originally defined in
christos
2021-04-15
remove extra typedef for vnode_t done in <sys/vnode.h>
christos
2021-04-13
ignore a "should be impossible" uninitialised variable error.
mrg
2021-04-13
XXX: ignore warning about overlapping buffers for sprintf().
mrg
2021-04-13
use -fcommon here.
mrg
2021-04-07
Revert the change to not build and install /usr/lib/dtrace/drti.o; this
simonb
2021-04-07
Use NAL (nop-and-link) to get the current PC.
simonb
2021-04-06
sizeof(*var) instead of sizeof(type)
simonb
2021-04-06
sizeof(*var) instead of sizeof(type)
simonb
2021-04-06
sizeof(*var) instead of sizeof(type)
christos
2021-04-06
Call kmem_free() with the size of the thing we are freeing. Fixes panic
simonb
2021-03-31
Use compat/exec.mk - zfs isn't compat32 friendly (yet?).
simonb
2021-03-31
Simplify the CTF float encoding type logic: all floating point types of
simonb
2021-03-29
Compile MIPS specific code.
simonb
2021-03-29
Work in progress dtrace for MIPS. MIPS support mostly copied from
simonb
2021-03-29
Add cyclic_machdep.c for MIPS
simonb
2021-03-29
Don't build or install /usr/lib/dtrace/drti.o - currently not used, may
simonb
2021-03-29
Don't define mtx_owner here. mtx_owner is always available, and not
simonb
2021-03-27
Use LDADD/DPADD instead of PROGDPLIBS - we are linking against installed
simonb
2021-03-25
zfs_ioctl.c: Drop WARNING that ZFS is under development
gdt
2021-03-24
Add NetBSD CVS IDs.
simonb
2021-02-16
Use the right uid / gid for nobody:nobody like FreeBSD does.
hannken
2020-11-28
Use vn_close to release the vnodes in the error handling blocks, since
yhardy
2020-11-17
Remove a pointless printf.
chs
2020-11-15
Commit the ZFS file that I forgot in this previous commit:
chs
2020-11-12
One more catch up with ``aarch64 is not mips'' change.
rin
[next]