summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-8/+8
* Fix ibcs2_ipc.c build by adding missing limits.h include.rwatson2009-06-251-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-2/+4
* - Split the IBCS2 ipc foosys() system calls up into subfunctions matchingjhb2006-07-081-152/+298
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-291-0/+4
* /* -> /*- for license, add FreeBSD tagimp2005-01-061-1/+1
* Use __FBSDID().obrien2003-06-021-2/+3
* SCARGS removal take II.alfred2002-12-141-31/+30
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-30/+31
* Remove SCARGS.alfred2002-12-131-31/+30
* Remove __P.alfred2002-03-201-10/+10
* KSE Milestone 2julian2001-09-121-24/+24
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 1) Fix our view of how ibcs2_semid_ds looks. There is no padding int thereguido1999-02-071-11/+45
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-25/+22
* Removed unused #includes.bde1997-07-201-27/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* In the IBCS2 semctl system call, the last parameter arg is passed byswallace1996-12-171-0/+16
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+4
* reran makesyscallspeter1996-01-081-8/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-041-0/+3
* Added bogus casts to avoid compiler warnings.bde1995-11-131-2/+3
* Remove old files no longer needed.swallace1995-10-101-38/+350
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* iBCS2 emulator core files.sos1994-10-141-0/+75
OpenPOWER on IntegriCloud