summaryrefslogtreecommitdiff
path: root/usr.bin/ipcs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ipcs: fix warnings (WARNS=1 -> WARNS=6)Eitan Adler2015-04-131-2/+0
| | | | | | | | | | | | - fix shadow warnings - change type from off_t to size_t which is more correct and avoids signed/unsigned compare - use new initializer format to avoid "missing values" warning Reviewed by: jhb Notes: svn path=/head/; revision=281501
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Add the ability to clean up all shared memory segments which areEdwin Groothuis2007-12-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=174891
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* Don't install setgid kmem.Dima Dorfman2001-06-011-2/+0
| | | | Notes: svn path=/head/; revision=77562
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Imported the NetBSD version which acts a lot more like the SYSV program.Doug Rabson1994-09-131-5/+5
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=2738
* Added from FreeBSD-1.1.5 with some additions to list shared memory segments.Doug Rabson1994-09-131-0/+9
Notes: svn path=/head/; revision=2731