Date: Sat, 9 Sep 2006 01:22:13 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c syscalls.master Message-ID: <200609090122.k891MDMN070834@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2006-09-09 01:22:13 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h
freebsd32_syscalls.c freebsd32_sysent.c
syscalls.master
Log:
The following functions need not to be reimplemented, reuse 64bit
syscalls instead:
sigqueue, thr_set_name, thr_setscheduler, thr_getscheduler,
thr_setschedparam.
Revision Changes Path
1.61 +0 -0 src/sys/compat/freebsd32/freebsd32_proto.h
1.59 +5 -0 src/sys/compat/freebsd32/freebsd32_syscall.h
1.50 +5 -5 src/sys/compat/freebsd32/freebsd32_syscalls.c
1.60 +5 -5 src/sys/compat/freebsd32/freebsd32_sysent.c
1.74 +12 -5 src/sys/compat/freebsd32/syscalls.master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609090122.k891MDMN070834>
