summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcs (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-10/+10
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* standard blurb;jmc2014-03-221-3/+4
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* Fix handling of msg queues when in crash dump mode: the kernel structuresguenther2012-02-051-10/+16
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-10/+10
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-4/+4
* document exit returns; from daniel dickmanjmc2010-07-221-2/+4
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* more malloc(n * m) -> calloc(n, m); from Igor Zinovikderaadt2007-09-021-7/+7
* convert to new .Dd format;jmc2007-05-311-2/+2
* - note some apps which are xpg4, not posixjmc2007-05-311-1/+11
* sort options; sync usage();jmc2005-02-222-17/+17
* - section reorderjmc2003-06-101-2/+2
* term 3 & 4 from tholo after permissionderaadt2003-06-042-6/+2
* Make SysV-style shared memory and semaphore limits sysctl'able.millert2002-12-171-60/+70
* enlarge ID column to fix output alignment.matthieu2002-06-151-7/+7
* a real pid_t cleanup.mpech2002-06-121-2/+2
* Since all our arches have /dev/ksyms, replace rigid mentions of the kernelmiod2001-11-091-18/+3
* Use the new KERN_SYSVIPC_*_INFO sysctls; simonb@netbsd.orgmillert2001-09-282-283/+624
* Add missing "and semaphores" at the end of the description of the -T optionmillert2001-09-271-2/+2
* Declare globals made extern in sys/sem.h; naddy@millert2001-08-131-1/+8
* Don't reference seminfo.semmap as it no longer exists.millert2001-08-131-3/+1
* first pass at a -Wall cleanupderaadt2001-07-121-8/+8
* Relax advertising requirements on copyrighttholo2001-02-142-10/+4
* - Section shuffling: comply to the section ordering outlined in mdoc(7).aaron2000-11-101-6/+6
* Print space between the last process to attach/use and the access time.angelos2000-05-291-4/+4
* do not use semconfig()deraadt2000-05-011-9/+1
* Various cleanups and improvements.aaron2000-03-081-5/+9
* The .Bl -tag flag expects a -width argument.aaron1999-10-051-3/+1
* The descriptions of the -C and -N options were swapped. Also, mentionmillert1999-09-071-13/+17
* nuke unused variablemillert1999-08-161-2/+1
* correct use of .Nm; some other formatting nitsaaron1999-07-041-4/+4
* typo; nash@mcs.netaaron1999-03-181-2/+2
* usr.bin/ man page fixes, f-m.aaron1998-09-261-3/+2
* whack kmem gid after kvm_openfiles()deraadt1998-07-081-1/+4
* $OpenBSD$deraadt1997-09-211-2/+1
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
* Deal with _POSIX_SAVED_IDS when relinquishing privilegestholo1996-12-221-2/+4
* Attempt at cleanup.michaels1996-10-081-2/+2
* one incorrect variable; jin@george.lbl.gov via freebsdderaadt1996-08-111-2/+2
* kernel is /bsdccappuc1996-07-061-3/+3
* rcsidderaadt1996-06-263-0/+3
* syncderaadt1996-06-161-26/+66
* revoke privs before opening kvm if user has specified mem/kernel pathsderaadt1996-05-301-0/+6
* initial import of NetBSD treederaadt1995-10-183-0/+640