Module Name:    src
Committed By:   riastradh
Date:           Sat Apr 22 13:53:03 UTC 2023

Modified Files:
        src/sys/kern: sys_descrip.c sys_pipe.c sys_socket.c vfs_vnops.c
        src/sys/sys: file.h

Log Message:
file(9): New fo_posix_fadvise operation.

XXX kernel revbump -- changes struct fileops API and ABI


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/kern/sys_descrip.c
cvs rdiff -u -r1.159 -r1.160 src/sys/kern/sys_pipe.c
cvs rdiff -u -r1.80 -r1.81 src/sys/kern/sys_socket.c
cvs rdiff -u -r1.240 -r1.241 src/sys/kern/vfs_vnops.c
cvs rdiff -u -r1.91 -r1.92 src/sys/sys/file.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to