aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ipcs/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Follow r329348 in ipcs for getting rid of the requirement to include SysV IPCLi-Wen Hsu2018-02-161-3/+4
* Remove unused include.Xin LI2017-11-291-1/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* ipcs: fix builds that use gccEitan Adler2015-04-141-1/+0
* ipcs: fix warnings (WARNS=1 -> WARNS=6)Eitan Adler2015-04-131-10/+10
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Remove semaphore map entry count "semmap" field and its tuningBjoern A. Zeeb2011-07-141-2/+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
* Add the ability to clean up all shared memory segments which areEdwin Groothuis2007-12-251-0/+207