<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/mail, branch release/3.5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F3.5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F3.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-03-06T11:37:35Z</updated>
<entry>
<title>MFC: Remove single-space hard sentence breaks.</title>
<updated>2000-03-06T11:37:35Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-06T11:37:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca17de000c6919a96672a94b7d4e5366c5737d35'/>
<id>urn:sha1:ca17de000c6919a96672a94b7d4e5366c5737d35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: {rev 1.17} Document startup behaviour of mail(1).</title>
<updated>1999-11-22T10:33:49Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1999-11-22T10:33:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9aca59ead2b92842a7b44ceed1548be5a59d6806'/>
<id>urn:sha1:9aca59ead2b92842a7b44ceed1548be5a59d6806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Ignore the MAIL environment variable when the -u flag is set.</title>
<updated>1999-11-19T00:47:19Z</updated>
<author>
<name>Jean-Marc Zucconi</name>
<email>jmz@FreeBSD.org</email>
</author>
<published>1999-11-19T00:47:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5039626403a238f51df916afdd5b58d4a441601c'/>
<id>urn:sha1:5039626403a238f51df916afdd5b58d4a441601c</id>
<content type='text'>
Added $FreeBSD$
PR:		misc/14976
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T15:57:45Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T15:57:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a92bee191d618605d749ddc8e410d0ae66d03752'/>
<id>urn:sha1:a92bee191d618605d749ddc8e410d0ae66d03752</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allocate aligned memory according to sizeof(char *).</title>
<updated>1999-01-13T10:37:22Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>1999-01-13T10:37:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b919713bbb1021268f01b400f3bb624b4537136'/>
<id>urn:sha1:0b919713bbb1021268f01b400f3bb624b4537136</id>
<content type='text'>
Approved by: jkh
Obtained from: NetBSD
</content>
</entry>
<entry>
<title>vfork -&gt; fork.  The child calls abort(), which calls stdio.</title>
<updated>1998-10-10T19:21:39Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-10-10T19:21:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46ccc3e9325d53b452c75fee49f86015cfea97a8'/>
<id>urn:sha1:46ccc3e9325d53b452c75fee49f86015cfea97a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vfork -&gt; fork.  This home made popen() had the same bug as the library</title>
<updated>1998-10-10T19:18:30Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-10-10T19:18:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db6b691087dc3e2c3320873a8e68639efe775982'/>
<id>urn:sha1:db6b691087dc3e2c3320873a8e68639efe775982</id>
<content type='text'>
popen(), but worse.  The child calls execvp(), which calls malloc()
a bit more than execl(), and it calls non-library functions that call
malloc() and who-knows-what else (stdio is called in at least some
error cases).
</content>
</entry>
<entry>
<title>Fixed gross breakage in previous commit.  The malloc sizes for the</title>
<updated>1998-10-10T19:01:47Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-10-10T19:01:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4689d219ff5b9cdc0b12391447da9fa5cd8533f8'/>
<id>urn:sha1:4689d219ff5b9cdc0b12391447da9fa5cd8533f8</id>
<content type='text'>
temporary file names were uninitialized if TMPDIR was set and 1 too
small otherwise.

Fixed style bugs in previous commit.

Fixed missing checks for malloc failure in previous commit.

Report malloc failure consistently, at least in temp.c.
</content>
</entry>
<entry>
<title>Removed debugging cruft.</title>
<updated>1998-10-10T18:37:02Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-10-10T18:37:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e43edbda3d246bba767c8169ea44a48d37ce7c95'/>
<id>urn:sha1:e43edbda3d246bba767c8169ea44a48d37ce7c95</id>
<content type='text'>
Broken in:	previous commit
</content>
</entry>
<entry>
<title>PR:		bin/8250</title>
<updated>1998-10-10T09:58:20Z</updated>
<author>
<name>Peter Hawkins</name>
<email>thepish@FreeBSD.org</email>
</author>
<published>1998-10-10T09:58:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f40053daa9be5223b4c5515f0049733310001b8c'/>
<id>urn:sha1:f40053daa9be5223b4c5515f0049733310001b8c</id>
<content type='text'>
protect against buffer overruns in mail temporary files.
</content>
</entry>
</feed>
