Module Name:src
Committed By: mlelstv
Date: Fri Feb 18 06:43:00 UTC 2022
Modified Files:
src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c
Log Message:
Don't crash when reporting an undefined symbol.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys
Module Name:src
Committed By: mlelstv
Date: Fri Feb 18 06:43:00 UTC 2022
Modified Files:
src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c
Log Message:
Don't crash when reporting an undefined symbol.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys
Module Name:src
Committed By: thorpej
Date: Thu Feb 17 16:28:29 UTC 2022
Modified Files:
src/sys/kern: sys_eventfd.c sys_timerfd.c
Log Message:
Implement eventfd_ioctl() and handle FIONBIO so that fcntl(O_NONBLOCK)
works. While here, also implement FIONREAD and FIONWRITE,
Module Name:src
Committed By: thorpej
Date: Thu Feb 17 16:28:29 UTC 2022
Modified Files:
src/sys/kern: sys_eventfd.c sys_timerfd.c
Log Message:
Implement eventfd_ioctl() and handle FIONBIO so that fcntl(O_NONBLOCK)
works. While here, also implement FIONREAD and FIONWRITE,
Module Name:src
Committed By: macallan
Date: Thu Feb 17 16:09:00 UTC 2022
Modified Files:
src/sys/arch/powerpc/conf: files.powerpc
Log Message:
include pmap_pvt.c in bridge mode as well
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/powerpc/c
Module Name:src
Committed By: macallan
Date: Thu Feb 17 16:09:00 UTC 2022
Modified Files:
src/sys/arch/powerpc/conf: files.powerpc
Log Message:
include pmap_pvt.c in bridge mode as well
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/powerpc/c
Module Name:src
Committed By: hannken
Date: Thu Feb 17 14:39:51 UTC 2022
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
Do the space accounting before VOP_INACTIVE() so we may
unlock the vnode after VOP_INCATIVE().
This was the last call from vrelel() to VOP_UNLOC
Module Name:src
Committed By: hannken
Date: Thu Feb 17 14:39:51 UTC 2022
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
Do the space accounting before VOP_INACTIVE() so we may
unlock the vnode after VOP_INCATIVE().
This was the last call from vrelel() to VOP_UNLOC
Module Name:src
Committed By: hannken
Date: Thu Feb 17 14:39:14 UTC 2022
Modified Files:
src/sys/kern: vfs_vnode.c
src/usr.sbin/pstat: pstat.c
Log Message:
Add a marker VUSECOUNT_VGET to v_usecount that gets set whenever
vcache_vget() or vache_tryvget() succeeds.
Module Name:src
Committed By: hannken
Date: Thu Feb 17 14:39:14 UTC 2022
Modified Files:
src/sys/kern: vfs_vnode.c
src/usr.sbin/pstat: pstat.c
Log Message:
Add a marker VUSECOUNT_VGET to v_usecount that gets set whenever
vcache_vget() or vache_tryvget() succeeds.
Module Name:src
Committed By: hannken
Date: Thu Feb 17 14:38:06 UTC 2022
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
If the vnode to vrelel() is already reclaimed there is no need
to lock or defer it. Jump straight to decrement usecount and requeue.
To genera
Module Name:src
Committed By: hannken
Date: Thu Feb 17 14:38:06 UTC 2022
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
If the vnode to vrelel() is already reclaimed there is no need
to lock or defer it. Jump straight to decrement usecount and requeue.
To genera
Module Name:src
Committed By: andvar
Date: Thu Feb 17 14:33:25 UTC 2022
Modified Files:
src/sbin/nvmectl: identify.c
Log Message:
remove one whitespace to align report, misalignment occured after typo fix.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/s
Module Name:src
Committed By: andvar
Date: Thu Feb 17 14:33:25 UTC 2022
Modified Files:
src/sbin/nvmectl: identify.c
Log Message:
remove one whitespace to align report, misalignment occured after typo fix.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/s
14 matches
Mail list logo