summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to build svr4 module with SYSV support separatelly from the kernel build.dchagin2016-04-231-25/+4
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-181-7/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-8/+8
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-29/+4
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-081-8/+12
* Don't try to copyin extra data for IPC_RMID requests to msgctl() orjhb2006-07-061-6/+1
* Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Markjhb2006-06-271-46/+31
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-82/+33
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-291-0/+6
* Rototill this file so that it actually compiles. It doesn't do anythingjhb2005-07-071-144/+135
* - Implement svr4_emul_find() using kern_alternate_path(). This changesjhb2005-02-071-21/+4
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Use __FBSDID().obrien2003-06-101-8/+4
* SCARGS removal take II.alfred2002-12-141-83/+83
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-83/+83
* Remove SCARGS.alfred2002-12-131-83/+83
* Remove __P.alfred2002-03-201-29/+29
* FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take anjhb2001-01-231-3/+3
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-6/+6
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* SVR4 emulator source files now take their compilation options fromnewton1999-12-081-1/+1
* Remove unnecessary includes.newton1999-10-171-10/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$ tagsnewton1999-07-301-0/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+831
OpenPOWER on IntegriCloud