summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcs
Commit message (Collapse)AuthorAgeFilesLines
* Remove the undocumented semconfig() system calls. These cause more troublepeter2000-05-011-8/+0
| | | | than they are worth.
* Instead of checking for a non-zero return value from kvm_read, checknectar2000-03-311-1/+1
| | | | whether we read as many bytes as we expected.
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-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.
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-5/+3
|
* Add rcsid, Remove unused vars.charnier1997-07-152-15/+16
|
* From the PR:eivind1997-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
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+2
|
* s/msg/shm/ for one variable.joerg1996-07-181-2/+2
| | | | Submitted by: jin@george.lbl.gov (Jin Guojun[ITG])
* Drop privileges if we're not reading standard kernel file or namelist.pst1996-05-301-1/+9
| | | | Submitted by: smpatel (Sujal Patel)
* Instantiate our own variables instead of depending on bogus commonbde1995-07-121-2/+5
| | | | declarations in system headers that will be fixed soon.
* NetBSD -> FreeBSDnate1994-11-191-2/+2
| | | | (Bring to 2.0 please)
* Declared msginfo, shminfo, and seminfo structs.dg1994-09-191-1/+5
|
* Imported the NetBSD version which acts a lot more like the SYSV program.dfr1994-09-133-338/+593
| | | | Obtained from: NetBSD
* Added from FreeBSD-1.1.5 with some additions to list shared memory segments.dfr1994-09-132-0/+383
OpenPOWER on IntegriCloud