<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/ipcs/ipc.c, branch releng/11.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-03-05T07:26:05Z</updated>
<entry>
<title>MFC r326276:</title>
<updated>2018-03-05T07:26:05Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-05T07:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=25d4b2c1b89d42d752e23f9935692f481cb272ea'/>
<id>urn:sha1:25d4b2c1b89d42d752e23f9935692f481cb272ea</id>
<content type='text'>
various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>MFC r326361: Remove unused include.</title>
<updated>2017-12-13T06:17:20Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2017-12-13T06:17:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=927abd7bfbac68de1f9bd9bfcad7bfff9daee931'/>
<id>urn:sha1:927abd7bfbac68de1f9bd9bfcad7bfff9daee931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipcs: fix builds that use gcc</title>
<updated>2015-04-14T04:52:52Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2015-04-14T04:52:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=340bde81785a84df539728fe78fbb51472c56934'/>
<id>urn:sha1:340bde81785a84df539728fe78fbb51472c56934</id>
<content type='text'>
	gcc gets annoyed by duplicate declarations

Reported by:	sbruno
Reviewed by:	sbruno
</content>
</entry>
<entry>
<title>ipcs: fix warnings (WARNS=1 -&gt; WARNS=6)</title>
<updated>2015-04-13T19:58:11Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2015-04-13T19:58:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=11f4012fa1b74ad0c5bb33f85ac1e712f818f840'/>
<id>urn:sha1:11f4012fa1b74ad0c5bb33f85ac1e712f818f840</id>
<content type='text'>
	- fix shadow warnings
	- change type from off_t to size_t which is more correct and avoids
	  signed/unsigned compare
	- use new initializer format to avoid "missing values" warning

Reviewed by:	jhb
</content>
</entry>
<entry>
<title>Spelling fixes for usr.bin/</title>
<updated>2011-12-30T11:02:40Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-12-30T11:02:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=487ac9ac212077c859aafc40ac9660a84d0f294e'/>
<id>urn:sha1:487ac9ac212077c859aafc40ac9660a84d0f294e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove semaphore map entry count "semmap" field and its tuning</title>
<updated>2011-07-14T14:18:14Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-07-14T14:18:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1080a2c85d12422ae33390c21df17305218ba729'/>
<id>urn:sha1:1080a2c85d12422ae33390c21df17305218ba729</id>
<content type='text'>
option that is highly recommended to be adjusted in too much
documentation while doing nothing in FreeBSD since r2729 (rev 1.1).

ipcs(1) needs to be recompiled as it is accessing _KERNEL private
variables.

Reviewed by:	jhb (before comment change on linux code)
Sponsored by:	Sandvine Incorporated
</content>
</entry>
<entry>
<title>Use %zu when printing size_t.</title>
<updated>2011-07-11T05:50:24Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2011-07-11T05:50:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8dc79f22fa5532a049c8083f33a2060c4c1150ef'/>
<id>urn:sha1:8dc79f22fa5532a049c8083f33a2060c4c1150ef</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
<entry>
<title>Make the char *n_name member of struct nlist 'const'.</title>
<updated>2010-06-10T14:19:51Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2010-06-10T14:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=54e57c8145e0c37cc49e92adf0021c7da62587d6'/>
<id>urn:sha1:54e57c8145e0c37cc49e92adf0021c7da62587d6</id>
<content type='text'>
This avoids errors or __DECONST() from places with higher WARNS levels.

Adjust a local cache variable in ipcs to const as well
to compile in the new world order.

Suggested by:	jhb
Reviewed by:	jhb, kib, brueffer (man)
</content>
</entry>
<entry>
<title>Add the ability to clean up all shared memory segments which are</title>
<updated>2007-12-25T00:52:24Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2007-12-25T00:52:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=55e2cb41f216b713fb865aaf392ddb17ebbd57d1'/>
<id>urn:sha1:55e2cb41f216b713fb865aaf392ddb17ebbd57d1</id>
<content type='text'>
unused in one go.

From the original PR:

	I've observed that linux apps running under the linuxulator
	have a habit of leaving behind shared memory segments which
	are unused, but which eventually cause the system to run
	out of free segments and these apps will stop working.
	ipcrm(1) currently only allows removal of unused message
	queues, shared memory segments and semaphores on an individual
	basis, or those having a matching (non-zero) key. However
	it would often be convenient to just do a complete cleanup
	of everything, usually as root.

PR:		bin/118292
Submitted by:	Callum Gibson &lt;callumgibson@optusnet.com.au&gt;
Not reviewed by:	grog@
Approved by:	grog@
</content>
</entry>
</feed>
