aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ipcrm/ipcrm.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Fix build post r330299Brooks Davis2018-03-021-0/+1
* Get rid of the requirement to include SysV IPC headers with _KERNELBrooks Davis2018-02-161-6/+4
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Use correct number of arguments to semctl() for IPC_RMID.Craig Rodrigues2015-07-301-1/+1
* Get function prototypes for msg, shm, sem functionsCraig Rodrigues2015-07-301-0/+3
* Make some variables and functions static.Craig Rodrigues2015-07-301-15/+8
* Add the ability to clean up all shared memory segments which areEdwin Groothuis2007-12-251-16/+131
* Stylify ipcs/ipcs.c and ipcrm/ipcrm in preparation of the upcomingEdwin Groothuis2007-12-181-99/+116
* ANSIify function definitions.David Malone2002-09-041-20/+5
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* Add some function prototypes to squash warnings.Mark Murray2002-04-281-0/+6
* remove __PWarner Losh2002-03-221-5/+5
* Warns cleanups:David Malone2001-12-031-2/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add rcsid. Cosmetic in usage string. Typo in man page.Philippe Charnier1997-07-151-6/+11
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Utility for deleting message queues, semaphores and shared memory segments.Doug Rabson1994-09-131-0/+172