summaryrefslogtreecommitdiff
path: root/usr.bin/ipcs/ipcs.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-02-07ipcs(1): drop obsolete error checkingAndriy Voskoboinyk
2018-02-16Follow r329348 in ipcs for getting rid of the requirement to include SysV IPCLi-Wen Hsu
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-04-13ipcs: fix warnings (WARNS=1 -> WARNS=6)Eitan Adler
2011-07-14Remove semaphore map entry count "semmap" field and its tuningBjoern A. Zeeb
2009-06-24Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin
2009-03-02Correct types of variables used to track amount of allocated SysV sharedKonstantin Belousov
2008-12-16Fix printing of shared memory limits.Ruslan Ermilov
2007-12-25Add the ability to clean up all shared memory segments which areEdwin Groothuis
2007-12-18Stylify ipcs/ipcs.c and ipcrm/ipcrm in preparation of the upcomingEdwin Groothuis
2006-05-15o Fix typo in a comment.Maxim Konovalov
2005-08-06Change the data type of the upper shared memory limits from a signedChristian S.J. Peron
2005-05-24If sysctlbyname fails for kernel related reasons, tag the errnoChristian S.J. Peron
2005-03-08Use 12 columns for (int) values, 20 columns for (long) and alignGiorgos Keramidas
2005-02-10Turn K&R functions into prototypes.Stefan Farfeleder
2004-11-12third of several commits to allow kernel System V IPC data structuresRobert Watson
2004-03-24Add -u option to ipcs(1) and document it in ipcs.1Bosko Milekic
2003-10-30Cosmetic fix on some TIME related columns.Mitsuru IWASAKI
2003-03-24Add -M, -Q, -S, and -T to the usage message.Tim J. Robbins
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-03-301) Add missing prototypes for fmt_perm and cvt_time.David Malone
2002-03-22remove __PWarner Losh
2002-02-19Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh
2001-06-24Include missing header files which define functions for which gcc hasDima Dorfman
2001-05-31Convert to use the sysctl interface to obtain the data when operatingDima Dorfman
2000-05-01Remove the undocumented semconfig() system calls. These cause more troublePeter Wemm
2000-03-31Instead of checking for a non-zero return value from kvm_read, checkJacques Vidrine
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-07-15Add rcsid, Remove unused vars.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-07-18s/msg/shm/ for one variable.Joerg Wunsch
1996-05-30Drop privileges if we're not reading standard kernel file or namelist.Paul Traina
1995-07-12Instantiate our own variables instead of depending on bogus commonBruce Evans
1994-09-19Declared msginfo, shminfo, and seminfo structs.David Greenman
1994-09-13Imported the NetBSD version which acts a lot more like the SYSV program.Doug Rabson
1994-09-13Added from FreeBSD-1.1.5 with some additions to list shared memory segments.Doug Rabson