summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcs/ipc.h
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
|
* Add the ability to clean up all shared memory segments which areedwin2007-12-251-0/+71
unused in one go. From the original PR: I've observed that linux apps running under the linuxulator have a habit of leaving behind shared memory segments which are unused, but which eventually cause the system to run out of free segments and these apps will stop working. ipcrm(1) currently only allows removal of unused message queues, shared memory segments and semaphores on an individual basis, or those having a matching (non-zero) key. However it would often be convenient to just do a complete cleanup of everything, usually as root. PR: bin/118292 Submitted by: Callum Gibson <callumgibson@optusnet.com.au> Not reviewed by: grog@ Approved by: grog@
OpenPOWER on IntegriCloud