aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ipcs
Commit message (Collapse)AuthorAgeFilesLines
* MFC: The descriptions of the -C and -M options were around the wrong way;Tim J. Robbins2003-04-081-9/+9
| | | | | | | | | fix this. PR: 49968 Notes: svn path=/stable/4/; revision=113251
* MFC rev. 1.21: Add -M, -Q, -S, and -T to the usage message.Tim J. Robbins2003-04-081-1/+1
| | | | | | | PR: 49968 Notes: svn path=/stable/4/; revision=113250
* The .Nm utilityPhilippe Charnier2002-06-211-1/+1
| | | | Notes: svn path=/stable/4/; revision=98564
* MFC: include missing header files.Dima Dorfman2001-07-301-0/+1
| | | | Notes: svn path=/stable/4/; revision=80621
* MFC: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/stable/4/; revision=70016
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=69768
* MFC: [rev 1.13] Check whether we read as many bytes as we expected.Paul Saab2000-07-021-1/+1
| | | | Notes: svn path=/stable/4/; revision=62394
* MFC: remove semconfig() callsPeter Wemm2000-05-011-8/+0
| | | | Notes: svn path=/stable/4/; revision=59825
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=55206
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-5/+3
| | | | Notes: svn path=/head/; revision=34801
* Add rcsid, Remove unused vars.Philippe Charnier1997-07-152-15/+16
| | | | Notes: svn path=/head/; revision=27421
* From the PR:Eivind Eklund1997-05-041-2/+2
| | | | | | | | | | | | | ipcs -T' shows system information about shared memory, message queues and semaphores. But the manual description does not mention semapores. Now it does. PR: docs/3489 Submitted by: k-horik@yk.rim.or.jp Notes: svn path=/head/; revision=25466
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+2
| | | | Notes: svn path=/head/; revision=18718
* s/msg/shm/ for one variable.Joerg Wunsch1996-07-181-2/+2
| | | | | | | Submitted by: jin@george.lbl.gov (Jin Guojun[ITG]) Notes: svn path=/head/; revision=17216
* Drop privileges if we're not reading standard kernel file or namelist.Paul Traina1996-05-301-1/+9
| | | | | | | Submitted by: smpatel (Sujal Patel) Notes: svn path=/head/; revision=15990
* Instantiate our own variables instead of depending on bogus commonBruce Evans1995-07-121-2/+5
| | | | | | | declarations in system headers that will be fixed soon. Notes: svn path=/head/; revision=9499
* NetBSD -> FreeBSDNate Williams1994-11-191-2/+2
| | | | | | | (Bring to 2.0 please) Notes: svn path=/head/; revision=4679
* Declared msginfo, shminfo, and seminfo structs.David Greenman1994-09-191-1/+5
| | | | Notes: svn path=/head/; revision=2890
* Imported the NetBSD version which acts a lot more like the SYSV program.Doug Rabson1994-09-133-308/+563
| | | | | | | 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-132-0/+383
Notes: svn path=/head/; revision=2731