<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libsm, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-02-01T23:39:03Z</updated>
<entry>
<title>MFC: Add new sendmail 8.14.8 file</title>
<updated>2014-02-01T23:39:03Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2014-02-01T23:39:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=12b2fade47c785a83721d9b6260ddf8e583a2f57'/>
<id>urn:sha1:12b2fade47c785a83721d9b6260ddf8e583a2f57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r246880:</title>
<updated>2013-02-26T18:31:03Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-02-26T18:31:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=92db014f6aa19d198a6d3b208ae54c6f263d167c'/>
<id>urn:sha1:92db014f6aa19d198a6d3b208ae54c6f263d167c</id>
<content type='text'>
Since clang 3.2 now has an option to suppress warnings about implicitly
promoted K&amp;R parameters, remove the workarounds added for sendmail
components in r228558.
</content>
</entry>
<entry>
<title>MFC r232263:</title>
<updated>2012-03-13T18:39:57Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-03-13T18:39:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c16d5debe8f5c5200ed90ae2da394ba7d0fba83'/>
<id>urn:sha1:2c16d5debe8f5c5200ed90ae2da394ba7d0fba83</id>
<content type='text'>
Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to
get rid of testing explicitly for clang (using ${CC:T:Mclang}) in
individual Makefiles.

Instead, use the following extra macros, for use with clang:
- NO_WERROR.clang       (disables -Werror)
- NO_WCAST_ALIGN.clang  (disables -Wcast-align)
- NO_WFORMAT.clang	(disables -Wformat and friends)
- CLANG_NO_IAS		(disables integrated assembler)
- CLANG_OPT_SMALL	(adds flags for extra small size optimizations)

As a side effect, this enables setting CC/CXX/CPP in src.conf instead of
make.conf!  For clang, use the following:

CC=clang
CXX=clang++
CPP=clang-cpp
</content>
</entry>
<entry>
<title>MFC r228558, r228585, r228588, r228652, r228707:</title>
<updated>2011-12-31T15:03:29Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-31T15:03:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b5b947a8265d7d0c74c862d91f03d3628fce855'/>
<id>urn:sha1:4b5b947a8265d7d0c74c862d91f03d3628fce855</id>
<content type='text'>
  Unfortunately, clang gives warnings about sendmail code that cannot be
  turned off yet.  Since this is contrib code, and we don't really care
  about the warnings, just make them non-fatal for now.

MFC r228590:

  Fix typos in the comments about clang warnings in several
  sendmail-related Makefiles.

  Spotted by:	arundel

MFC r228708:

  In usr.bin/vacation/Makefile, fix a typo in the comment about clang
  warnings.

  Spotted by:	arundel
</content>
</entry>
<entry>
<title>Enable the use of nanosleep() instead of using pause() and signals.</title>
<updated>2010-03-04T05:53:06Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2010-03-04T05:53:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f37de12bbb422622bbed25c9e052b32e65884f7f'/>
<id>urn:sha1:f37de12bbb422622bbed25c9e052b32e65884f7f</id>
<content type='text'>
This Makefile change can be removed when the next version of sendmail
is imported as it will have this built in to the FreeBSD conf.h section.

Submitted by:	John Marshall
MFC after:	3 days
</content>
</entry>
<entry>
<title>Build lib/ with WARNS=6 by default.</title>
<updated>2010-01-02T09:58:07Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T09:58:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=daaf5759104f210a9315f49f80f1e0f01a8b3bff'/>
<id>urn:sha1:daaf5759104f210a9315f49f80f1e0f01a8b3bff</id>
<content type='text'>
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
</content>
</entry>
<entry>
<title>New files in sendmail 8.14.1</title>
<updated>2007-04-09T01:45:30Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2007-04-09T01:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4881b9c3248c4b3c95fd0a610cc06ab8d75e456e'/>
<id>urn:sha1:4881b9c3248c4b3c95fd0a610cc06ab8d75e456e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new libsm file from sendmail 8.13.6</title>
<updated>2006-03-22T16:58:15Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2006-03-22T16:58:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f7344736c4ab14eee138dd79ac5008fdaa7c7ec'/>
<id>urn:sha1:9f7344736c4ab14eee138dd79ac5008fdaa7c7ec</id>
<content type='text'>
MFC after:	4 days
</content>
</entry>
<entry>
<title>Reimplementation of world/kernel build options.  For details, see:</title>
<updated>2006-03-17T18:54:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-17T18:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1fe3dba5ce2826061f6489765be9b4a341736a9'/>
<id>urn:sha1:e1fe3dba5ce2826061f6489765be9b4a341736a9</id>
<content type='text'>
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
</content>
</entry>
<entry>
<title>Add a new source file in sendmail 8.13.4</title>
<updated>2005-06-07T04:18:25Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2005-06-07T04:18:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3852b24c31611edb45f8ab96cf3b6d35f6152a09'/>
<id>urn:sha1:3852b24c31611edb45f8ab96cf3b6d35f6152a09</id>
<content type='text'>
</content>
</entry>
</feed>
