summaryrefslogtreecommitdiff
path: root/usr.bin/ipcs/ipcs.c
Commit message (Expand)AuthorAgeFilesLines
* Add -u option to ipcs(1) and document it in ipcs.1Bosko Milekic2004-03-241-3/+34
* Cosmetic fix on some TIME related columns.Mitsuru IWASAKI2003-10-301-6/+6
* Add -M, -Q, -S, and -T to the usage message.Tim J. Robbins2003-03-241-1/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* 1) Add missing prototypes for fmt_perm and cvt_time.David Malone2002-03-301-6/+8
* remove __PWarner Losh2002-03-221-4/+3
* Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh2002-02-191-0/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Convert to use the sysctl interface to obtain the data when operatingDima Dorfman2001-05-311-50/+221
* Remove the undocumented semconfig() system calls. These cause more troublePeter Wemm2000-05-011-8/+0
* Instead of checking for a non-zero return value from kvm_read, checkJacques Vidrine2000-03-311-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add rcsid, Remove unused vars.Philippe Charnier1997-07-151-10/+11
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* 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
* s/msg/shm/ for one variable.Joerg Wunsch1996-07-181-2/+2
* Drop privileges if we're not reading standard kernel file or namelist.Paul Traina1996-05-301-1/+9
* Instantiate our own variables instead of depending on bogus commonBruce Evans1995-07-121-2/+5
* Declared msginfo, shminfo, and seminfo structs.David Greenman1994-09-191-1/+5
* Imported the NetBSD version which acts a lot more like the SYSV program.Doug Rabson1994-09-131-303/+407
* Added from FreeBSD-1.1.5 with some additions to list shared memory segments.Doug Rabson1994-09-131-0/+374