summaryrefslogtreecommitdiffstats
path: root/sys/sys/msg.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove __Palfred2002-03-191-5/+5
|
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-011-57/+5
| | | | | | | | | | | | | | | Remove evil allocation macros from machdep.c (why was that there???) and use malloc() instead. Move paramters out of param.h and into the code itself. Move a bunch of internal definitions from public sys/*.h headers (without #ifdef _KERNEL even) into the code itself. I had hoped to make some of this more dynamic, but the cost of doing wakeups on all sleeping processes on old arrays was too frightening. The other possibility is to initialize on the first use, and allow dynamic sysctl changes to parameters right until that point. That would allow /etc/rc.sysctl to change SEM* and MSG* defaults as we presently do with SHM*, but without the nightmare of changing a running system.
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Removed #undef of MSGMAX, so that a warning gets printed if it isbde1997-01-271-1/+0
| | | | (bogusly) defined.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-3/+1
| | | | external linkage.
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-5/+5
| | | | the LINT configuation.
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
| | | | | (except in netccitt, netiso and netns) that I didn't notice when I fixed "all" such warnings before.
* Got rid of compiler warnings.dg1994-09-171-6/+4
|
* Added SYSV ipcs.dfr1994-09-131-0/+161
Obtained from: NetBSD and FreeBSD-1.1.5
OpenPOWER on IntegriCloud