<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/mail/cmd2.c, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-06-30T05:25:07Z</updated>
<entry>
<title>Consistently use FBSDID</title>
<updated>2002-06-30T05:25:07Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:25:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e026a48c34d396fe7d0e382673a69bc047c0bfca'/>
<id>urn:sha1:e026a48c34d396fe7d0e382673a69bc047c0bfca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add (unsigned char) cast to ctype macros</title>
<updated>2001-12-19T21:50:22Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-12-19T21:50:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d48fa438787d4171b4023215a25a490db1bb389'/>
<id>urn:sha1:6d48fa438787d4171b4023215a25a490db1bb389</id>
<content type='text'>
ftell-&gt;ftello, fseek-&gt;fseeko
File 'newsize' type int-&gt;off_t
Add visible (long) cast to fsize() when it called to small one message file and
result is assigned to long.
</content>
</entry>
<entry>
<title>Cleanup mail(1)'s varying styles by converting to using style(9).</title>
<updated>2001-05-27T20:26:22Z</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2001-05-27T20:26:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9ce73e901878324070d0420a285d144d5acffe2d'/>
<id>urn:sha1:9ce73e901878324070d0420a285d144d5acffe2d</id>
<content type='text'>
Also take a stab at cleaning up BDECFLAGS and convert all uses of
NOSTR, NIL, NONE, NOVAR, NOGRP, NOGE to NULL. Also kill 'register' to
get diffs somewhat closer to OpenBSD/NetBSD.

There are no functional changes however.
Reviewed by:	nra (visual inspection)
</content>
</entry>
<entry>
<title>Merge various changes from OpenBSD and NetBSD.</title>
<updated>2001-03-25T04:57:05Z</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2001-03-25T04:57:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0c3a8314c00f58f16823e8cd6186757d5e8bcdcc'/>
<id>urn:sha1:0c3a8314c00f58f16823e8cd6186757d5e8bcdcc</id>
<content type='text'>
o remove panic() in favor of err(3) and use err(3) functions
  consistently throughout
o use stat(2)'s S_IS* macros rather than S_IF*
o [r]index -&gt; str[r]chr
o convert some static buffers to dynamic ones
o use real tempfiles rather than reopening the same templates
o rename some functions that clash with libc
o convert wait_status from union to int and use wait(2) status macros
o fix multiple potential buffer overflows
o fix a few comments
o add $FreeBSD$

Reviewed by:	nra, nectar (earlier version)
</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-test2/commit/?id=46ccc3e9325d53b452c75fee49f86015cfea97a8'/>
<id>urn:sha1:46ccc3e9325d53b452c75fee49f86015cfea97a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Many places in the code NULL is used in integer context, where</title>
<updated>1997-09-18T14:08:40Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1997-09-18T14:08:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d030d2d2aee170303ffb5eed3183616ef7ddfbb4'/>
<id>urn:sha1:d030d2d2aee170303ffb5eed3183616ef7ddfbb4</id>
<content type='text'>
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul &lt;arnej@imf.unit.no&gt;
</content>
</entry>
<entry>
<title>Renamed undelete() to undelete_messages() to avoid conflict with new</title>
<updated>1997-04-14T16:49:30Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-04-14T16:49:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c05b924fca33c20542c38e8cf391dc01f500af8c'/>
<id>urn:sha1:c05b924fca33c20542c38e8cf391dc01f500af8c</id>
<content type='text'>
undelete() syscall.

Submitted by:	partly by roberto
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:41:30Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7799f52a32f592a7efe259bc3411ba52d13db797'/>
<id>urn:sha1:7799f52a32f592a7efe259bc3411ba52d13db797</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Usr.bin Sources</title>
<updated>1994-05-27T12:33:43Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:33:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b50d9027575220cb6dd09b3e62f03f511e908b8'/>
<id>urn:sha1:9b50d9027575220cb6dd09b3e62f03f511e908b8</id>
<content type='text'>
</content>
</entry>
</feed>
