summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-161-1/+1
* MFC: Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-07-311-29/+4
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. ThisJohn Baldwin2006-07-081-8/+12
* Don't try to copyin extra data for IPC_RMID requests to msgctl() orJohn Baldwin2006-07-061-6/+1
* Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. MarkJohn Baldwin2006-06-271-46/+31
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerJohn Baldwin2006-06-271-82/+33
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-191-0/+2
* Add missing dependencies on the SYSVIPC modules.John Baldwin2005-07-291-0/+6
* Rototill this file so that it actually compiles. It doesn't do anythingJohn Baldwin2005-07-071-144/+135
* - Implement svr4_emul_find() using kern_alternate_path(). This changesJohn Baldwin2005-02-071-21/+4
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-8/+4
* SCARGS removal take II.Alfred Perlstein2002-12-141-83/+83
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-83/+83
* Remove SCARGS.Alfred Perlstein2002-12-131-83/+83
* Remove __P.Alfred Perlstein2002-03-201-29/+29
* FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take anJohn Baldwin2001-01-231-3/+3
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-08-311-6/+6
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* SVR4 emulator source files now take their compilation options fromMark Newton1999-12-081-1/+1
* Remove unnecessary includes.Mark Newton1999-10-171-10/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$ tagsMark Newton1999-07-301-0/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.Mark Newton1999-01-301-0/+831