summaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove iBCS2, part3: the implementationMateusz Guzik2018-12-191-562/+0
* Add ) missing from r330297Ed Maste2018-03-211-1/+1
* sys: Fix a few potential infoleaks in cloudabiEitan Adler2018-03-071-0/+4
* Rename kernel-only members of semid_ds and msgid_ds.Brooks Davis2018-03-021-6/+2
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-8/+8
* Fix ibcs2_ipc.c build by adding missing limits.h include.Robert Watson2009-06-251-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-2/+4
* - Split the IBCS2 ipc foosys() system calls up into subfunctions matchingJohn Baldwin2006-07-081-152/+298
* Add missing dependencies on the SYSVIPC modules.John Baldwin2005-07-291-0/+4
* /* -> /*- for license, add FreeBSD tagWarner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* SCARGS removal take II.Alfred Perlstein2002-12-141-31/+30
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-30/+31
* Remove SCARGS.Alfred Perlstein2002-12-131-31/+30
* Remove __P.Alfred Perlstein2002-03-201-10/+10
* KSE Milestone 2Julian Elischer2001-09-121-24/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 1) Fix our view of how ibcs2_semid_ds looks. There is no padding int thereGuido van Rooij1999-02-071-11/+45
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-25/+22
* Removed unused #includes.Bruce Evans1997-07-201-27/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* In the IBCS2 semctl system call, the last parameter arg is passed bySteven Wallace1996-12-171-0/+16
* Clean up -Wunused warnings.Gary Palmer1996-06-121-1/+4
* reran makesyscallsPeter Wemm1996-01-081-8/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)Garrett Wollman1996-01-041-0/+3
* Added bogus casts to avoid compiler warnings.Bruce Evans1995-11-131-2/+3
* Remove old files no longer needed.Steven Wallace1995-10-101-38/+350
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* iBCS2 emulator core files.Søren Schmidt1994-10-141-0/+75