Date: Sat, 8 Jul 2006 19:54:12 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_ipc.c Message-ID: <200607081954.k68JsCWN086611@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-07-08 19:54:12 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_ipc.c Log: - Split the IBCS2 ipc foosys() system calls up into subfunctions matching the organization in svr4_ipc.c. - Use kern_msgctl(), kern_semctl(), and kern_shmctl() instead of the stackgap. Revision Changes Path 1.24 +298 -152 src/sys/i386/ibcs2/ibcs2_ipc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607081954.k68JsCWN086611>