Source-Changes archive

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

CVS commit: [thorpej-futex] src/sys/compat/linux



Module Name:    src
Committed By:   thorpej
Date:           Thu Dec 17 03:14:16 UTC 2020

Modified Files:
        src/sys/compat/linux/arch/alpha [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/amd64 [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/arm [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/i386 [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/m68k [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/mips [thorpej-futex]: syscalls.master
        src/sys/compat/linux/arch/powerpc [thorpej-futex]: syscalls.master
        src/sys/compat/linux/common [thorpej-futex]: linux_file.c

Log Message:
Add suppport for Linux preadv(2) and pwritev(2).  Same as native, except
for the silly way that the offset argument is passed in.


To generate a diff of this commit:
cvs rdiff -u -r1.97.2.1 -r1.97.2.2 \
    src/sys/compat/linux/arch/alpha/syscalls.master
cvs rdiff -u -r1.62.2.1 -r1.62.2.2 \
    src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -u -r1.69.2.1 -r1.69.2.2 \
    src/sys/compat/linux/arch/arm/syscalls.master
cvs rdiff -u -r1.124.2.1 -r1.124.2.2 \
    src/sys/compat/linux/arch/i386/syscalls.master
cvs rdiff -u -r1.95.2.1 -r1.95.2.2 \
    src/sys/compat/linux/arch/m68k/syscalls.master
cvs rdiff -u -r1.68.2.1 -r1.68.2.2 \
    src/sys/compat/linux/arch/mips/syscalls.master
cvs rdiff -u -r1.74.2.1 -r1.74.2.2 \
    src/sys/compat/linux/arch/powerpc/syscalls.master
cvs rdiff -u -r1.118 -r1.118.2.1 src/sys/compat/linux/common/linux_file.c

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