<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/mailwrapper, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-04-29T00:28:34Z</updated>
<entry>
<title>MFC r205938:</title>
<updated>2010-04-29T00:28:34Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-04-29T00:28:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f347c17fa99365c6ceaf4dae21858e85b6322b5c'/>
<id>urn:sha1:f347c17fa99365c6ceaf4dae21858e85b6322b5c</id>
<content type='text'>
Sync with OpenBSD:
 - avoid coredump when there's only one token on a line;
 - Use calloc();
 - Remove a line inherited from example mdoc.

Obtained from:  OpenBSD
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2006-09-29T17:57:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-29T17:57:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bc84aa4ba392b392f15d988ddf09682340668672'/>
<id>urn:sha1:bc84aa4ba392b392f15d988ddf09682340668672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update NetBSD and OpenBSD SCM tags to match the reality.  Note that</title>
<updated>2006-08-07T10:29:18Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-08-07T10:29:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49fe7301af40c4dced8d61f76b8615381466032a'/>
<id>urn:sha1:49fe7301af40c4dced8d61f76b8615381466032a</id>
<content type='text'>
NetBSD revisions 1.8 and 1.9 are not actually applied to our code base
because we have solved the problem differently, therefore, these changes
can be safely skipped.
</content>
</entry>
<entry>
<title>Merge all applicable NetBSD and OpenBSD improvements over this manpage</title>
<updated>2006-08-07T10:22:08Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-08-07T10:22:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e87aff9d58f90ff27f3b87051bbb6b10a8b4c97'/>
<id>urn:sha1:7e87aff9d58f90ff27f3b87051bbb6b10a8b4c97</id>
<content type='text'>
till NetBSD mailwrapper.8,v 1.11 and OpenBSD mailwrapper.8,v 1.8:

 - Separate exit status out from diagnostics section.
 - Fix typos.

Obtained from:	NetBSD, OpenBSD
MFC After:	Along with mailwrapper(8) updates.
</content>
</entry>
<entry>
<title>Cleanups for mailwrapper(8):</title>
<updated>2006-06-06T05:01:12Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-06-06T05:01:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8fe1b8c03eb5fa61b63f6b4b10a57a1b184830ef'/>
<id>urn:sha1:8fe1b8c03eb5fa61b63f6b4b10a57a1b184830ef</id>
<content type='text'>
 - K&amp;R -&gt; ANSI prototype [O]
 - Do not bother to do free right before exit() or execve() [O]
 - Remove some dead code in addarg()
 - Make additional parameters specified in mailer.conf(5)
   actually work and document the fact. [N]
 - Avoid using __progname but instead use getprogname()
   and setprogname() to provide more sensible messages. [O, N]
 - Update $OpenBSD$ and $NetBSD$ to reflect the fact that we
   have sync'ed with their code.
 - WARNS=6

Obtained from/Inspired by:	OpenBSD [O], NetBSD [N] (partially)
</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-test2/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>Replaced afterinstall: with FILES.</title>
<updated>2004-10-18T17:20:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-18T17:20:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a5d15979f248a6b7aced06dbff7494a0e01053d5'/>
<id>urn:sha1:a5d15979f248a6b7aced06dbff7494a0e01053d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:13:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:13:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=07bfccd71e05867cb46c11ea07ec0027794972b3'/>
<id>urn:sha1:07bfccd71e05867cb46c11ea07ec0027794972b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not install SYMLINKS if both NO_MAILWRAPPER and</title>
<updated>2004-01-17T23:58:23Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2004-01-17T23:58:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ef271e585842297f2d102d70dca153e7d234f433'/>
<id>urn:sha1:ef271e585842297f2d102d70dca153e7d234f433</id>
<content type='text'>
NO_SENDMAIL is defined.

PR:		57058
Reported by:	Henri Hennebert &lt;hlh@cocoon.cercle.be&gt;
		Melvyn Sopacua on current@
Submitted by:	ru@
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>add FBSDID</title>
<updated>2003-07-06T12:44:11Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-07-06T12:44:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=54ede02d10a37efefa790e3e5631aba9859fef49'/>
<id>urn:sha1:54ede02d10a37efefa790e3e5631aba9859fef49</id>
<content type='text'>
</content>
</entry>
</feed>
