Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat
Module Name: src
Committed By: njoly
Date: Fri Dec 21 22:26:23 UTC 2007
Modified Files:
src/sys/compat/linux/arch/alpha: syscalls.master
src/sys/compat/linux/arch/amd64: syscalls.master
src/sys/compat/linux/arch/arm: syscalls.master
src/sys/compat/linux/arch/i386: syscalls.master
src/sys/compat/linux/arch/m68k: syscalls.master
src/sys/compat/linux/arch/mips: syscalls.master
src/sys/compat/linux/arch/powerpc: syscalls.master
src/sys/compat/linux/common: linux_misc.c
src/sys/compat/linux32/arch/amd64: syscalls.master
src/sys/compat/linux32/common: linux32_unistd.c
Log Message:
- Fix setfsuid to return uid on success.
- Replace getfsuid, which never existed on Linux, by correct setfsgid
syscall.
ok by christos and dsl.
To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/compat/linux/arch/alpha/syscalls.master
cvs rdiff -r1.20 -r1.21 src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -r1.30 -r1.31 src/sys/compat/linux/arch/arm/syscalls.master
cvs rdiff -r1.86 -r1.87 src/sys/compat/linux/arch/i386/syscalls.master
cvs rdiff -r1.56 -r1.57 src/sys/compat/linux/arch/m68k/syscalls.master
cvs rdiff -r1.25 -r1.26 src/sys/compat/linux/arch/mips/syscalls.master
cvs rdiff -r1.33 -r1.34 src/sys/compat/linux/arch/powerpc/syscalls.master
cvs rdiff -r1.190 -r1.191 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.21 -r1.22 src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -r1.17 -r1.18 src/sys/compat/linux32/common/linux32_unistd.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