aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ipcs
Commit message (Collapse)AuthorAgeFilesLines
* 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-338/+593
| | | | | | | 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