Date: Wed, 24 Jun 2009 20:01:13 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern syscalls.master sysv_msg.c sysv_sem.c sysv_shm.c Message-ID: <200906242001.n5OK1VUe050557@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-06-24 20:01:13 UTC
FreeBSD src repository
Modified files:
sys/kern syscalls.master sysv_msg.c sysv_sem.c
sysv_shm.c
Log:
SVN rev 194894 on 2009-06-24 20:01:13Z by jhb
Deprecate the msgsys(), semsys(), and shmsys() system calls by moving
them under COMPAT_FREEBSD[4567]. Starting with FreeBSD 5.0 the SYSV IPC
API was implemented via direct system calls (e.g. msgctl(), msgget(), etc.)
rather than indirecting through the var-args *sys() system calls. The
shmsys() system call was already effectively deprecated for all but
COMPAT_FREEBSD4 already as its implementation for the !COMPAT_FREEBSD4 case
was to simply invoke nosys().
Revision Changes Path
1.257 +0 -3 src/sys/kern/syscalls.master
1.76 +40 -34 src/sys/kern/sysv_msg.c
1.98 +39 -33 src/sys/kern/sysv_sem.c
1.121 +106 -115 src/sys/kern/sysv_shm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906242001.n5OK1VUe050557>
