summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcs
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for usr.bin/uqs2011-12-302-2/+2
* Remove semaphore map entry count "semmap" field and its tuningbz2011-07-142-4/+1
* Use %zu when printing size_t.delphij2011-07-111-2/+2
* Make the char *n_name member of struct nlist 'const'.bz2010-06-101-1/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-1/+1
* Correct types of variables used to track amount of allocated SysV sharedkib2009-03-021-2/+2
* Fix printing of shared memory limits.ru2008-12-161-5/+5
* Add the ability to clean up all shared memory segments which areedwin2007-12-254-197/+296
* Stylify ipcs/ipcs.c and ipcrm/ipcrm in preparation of the upcomingedwin2007-12-181-285/+354
* o Fix typo in a comment.maxim2006-05-151-1/+1
* Change the data type of the upper shared memory limits from a signedcsjp2005-08-061-5/+5
* If sysctlbyname fails for kernel related reasons, tag the errnocsjp2005-05-241-1/+1
* Use 12 columns for (int) values, 20 columns for (long) and alignkeramida2005-03-081-47/+50
* Turn K&R functions into prototypes.stefanf2005-02-101-17/+6
* Sort sections.ru2005-01-181-4/+4
* third of several commits to allow kernel System V IPC data structuresrwatson2004-11-121-66/+66
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
* Added -u to the SYNOPSIS.ru2004-05-181-0/+1
* Bump document date on behalf of the -u option.ru2004-05-181-2/+2
* Add -u option to ipcs(1) and document it in ipcs.1bmilekic2004-03-242-3/+39
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Cosmetic fix on some TIME related columns.iwasaki2003-10-301-6/+6
* Markup bits.ru2003-05-211-2/+2
* The descriptions of the -C and -M options were around the wrong way;tjr2003-03-241-10/+10
* Add -M, -Q, -S, and -T to the usage message.tjr2003-03-241-1/+1
* Consistently use FBSDIDobrien2002-06-301-4/+2
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-3/+3
* Use `The .Nm utility'charnier2002-04-201-1/+1
* 1) Add missing prototypes for fmt_perm and cvt_time.dwmalone2002-03-301-6/+8
* remove __Pimp2002-03-221-4/+3
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-191-0/+2
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* Don't install setgid kmem.dd2001-06-011-2/+0
* Convert to use the sysctl interface to obtain the data when operatingdd2001-05-312-52/+240
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Remove the undocumented semconfig() system calls. These cause more troublepeter2000-05-011-8/+0
* Instead of checking for a non-zero return value from kvm_read, checknectar2000-03-311-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $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
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+2
* s/msg/shm/ for one variable.joerg1996-07-181-2/+2
* Drop privileges if we're not reading standard kernel file or namelist.pst1996-05-301-1/+9
OpenPOWER on IntegriCloud