aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ipcs
Commit message (Expand)AuthorAgeFilesLines
* Follow r329348 in ipcs for getting rid of the requirement to include SysV IPCLi-Wen Hsu2018-02-162-6/+8
* Get rid of the requirement to include SysV IPC headers with _KERNELBrooks Davis2018-02-161-0/+3
* Remove unused include.Xin LI2017-11-291-1/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-46/+40
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | ipcs: fix builds that use gccEitan Adler2015-04-142-4/+0
* | | ipcs: fix warnings (WARNS=1 -> WARNS=6)Eitan Adler2015-04-134-40/+39
* | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/|
* | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
|/
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-302-2/+2
* Remove semaphore map entry count "semmap" field and its tuningBjoern A. Zeeb2011-07-142-4/+1
* Use %zu when printing size_t.Xin LI2011-07-111-2/+2
* Make the char *n_name member of struct nlist 'const'.Bjoern A. Zeeb2010-06-101-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-1/+1
* Correct types of variables used to track amount of allocated SysV sharedKonstantin Belousov2009-03-021-2/+2
* Fix printing of shared memory limits.Ruslan Ermilov2008-12-161-5/+5
* Add the ability to clean up all shared memory segments which areEdwin Groothuis2007-12-254-197/+296
* Stylify ipcs/ipcs.c and ipcrm/ipcrm in preparation of the upcomingEdwin Groothuis2007-12-181-285/+354
* o Fix typo in a comment.Maxim Konovalov2006-05-151-1/+1
* Change the data type of the upper shared memory limits from a signedChristian S.J. Peron2005-08-061-5/+5
* If sysctlbyname fails for kernel related reasons, tag the errnoChristian S.J. Peron2005-05-241-1/+1
* Use 12 columns for (int) values, 20 columns for (long) and alignGiorgos Keramidas2005-03-081-47/+50
* Turn K&R functions into prototypes.Stefan Farfeleder2005-02-101-17/+6
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
* third of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-121-66/+66
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Added -u to the SYNOPSIS.Ruslan Ermilov2004-05-181-0/+1
* Bump document date on behalf of the -u option.Ruslan Ermilov2004-05-181-2/+2
* Add -u option to ipcs(1) and document it in ipcs.1Bosko Milekic2004-03-242-3/+39
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Cosmetic fix on some TIME related columns.Mitsuru IWASAKI2003-10-301-6/+6
* Markup bits.Ruslan Ermilov2003-05-211-2/+2
* The descriptions of the -C and -M options were around the wrong way;Tim J. Robbins2003-03-241-10/+10
* 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
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-3/+3
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+1
* 1) Add missing prototypes for fmt_perm and cvt_time.David Malone2002-03-301-6/+8
* remove __PWarner Losh2002-03-221-4/+3