Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   riastradh
Date:           Sat Apr 22 13:52:55 UTC 2023

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

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

XXX kernel revbump -- struct fileops API and ABI change


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/sys/kern/kern_event.c
cvs rdiff -u -r1.41 -r1.42 src/sys/kern/sys_descrip.c
cvs rdiff -u -r1.158 -r1.159 src/sys/kern/sys_pipe.c
cvs rdiff -u -r1.79 -r1.80 src/sys/kern/sys_socket.c
cvs rdiff -u -r1.239 -r1.240 src/sys/kern/vfs_vnops.c
cvs rdiff -u -r1.90 -r1.91 src/sys/sys/file.h

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




Home | Main Index | Thread Index | Old Index