summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcs/ipcs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add -u option to ipcs(1) and document it in ipcs.1bmilekic2004-03-241-3/+34
| | | | | | | It allows you to list IPC facilities owned by username/uid. Submitted by: Christian S.J. Peron <maneo@bsdpro.com> PR: bin/63463
* Cosmetic fix on some TIME related columns.iwasaki2003-10-301-6/+6
|
* Add -M, -Q, -S, and -T to the usage message.tjr2003-03-241-1/+1
|
* Consistently use FBSDIDobrien2002-06-301-4/+2
|
* 1) Add missing prototypes for fmt_perm and cvt_time.dwmalone2002-03-301-6/+8
| | | | | | | 2) Move a break outside a #if block to keep gcc3 from seeing a "default:" at the end of a block. 3) Fix some format warnings. Some remain which can be fixed more easily when we have a full C99 printf.
* remove __Pimp2002-03-221-4/+3
|
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-191-0/+2
| | | | | | | and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* Convert to use the sysctl interface to obtain the data when operatingdd2001-05-311-51/+222
| | | | | | | on a running system. Using kvm is still supported, primarily for postmortem analysis. Reviewed by: tmm
* 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-281-1/+1
|
* Add rcsid, Remove unused vars.charnier1997-07-151-10/+11
|
* 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-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* 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.
* 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-131-333/+437
| | | | Obtained from: NetBSD
* Added from FreeBSD-1.1.5 with some additions to list shared memory segments.dfr1994-09-131-0/+374
OpenPOWER on IntegriCloud