CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-02-17 Thread Michael van Elst
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

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-02-17 Thread Michael van Elst
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

CVS commit: src/sys/kern

2022-02-17 Thread Jason R Thorpe
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

CVS commit: src/sys/kern

2022-02-17 Thread Jason R Thorpe
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

CVS commit: src/sys/arch/powerpc/conf

2022-02-17 Thread Michael Lorenz
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

CVS commit: src/sys/arch/powerpc/conf

2022-02-17 Thread Michael Lorenz
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

CVS commit: src/sys/kern

2022-02-17 Thread Juergen Hannken-Illjes
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

CVS commit: src/sys/kern

2022-02-17 Thread Juergen Hannken-Illjes
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

CVS commit: src

2022-02-17 Thread Juergen Hannken-Illjes
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.

CVS commit: src

2022-02-17 Thread Juergen Hannken-Illjes
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.

CVS commit: src/sys/kern

2022-02-17 Thread Juergen Hannken-Illjes
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

CVS commit: src/sys/kern

2022-02-17 Thread Juergen Hannken-Illjes
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

CVS commit: src/sbin/nvmectl

2022-02-17 Thread Andrius Varanavicius
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

CVS commit: src/sbin/nvmectl

2022-02-17 Thread Andrius Varanavicius
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