<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/mail/edit.c, branch stable/7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<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-test/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-test/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>File positions are off_t nowdays, not long, so:</title>
<updated>2001-09-02T14:40:51Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-09-02T14:40:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=af8c32621d9da465c26eac96e2399581a6b980cb'/>
<id>urn:sha1:af8c32621d9da465c26eac96e2399581a6b980cb</id>
<content type='text'>
    fseek -&gt; fseeko
    ftell -&gt; ftello

    NOTE: fseek/ftell not works for &gt;long offsets per POSIX:

    [EOVERFLOW] For fseek( ), the resulting file offset would be a value which
    cannot be represented correctly in an object of type long.

    [EOVERFLOW] For ftell ( ), the current file offset cannot be represented
    correctly in an object of type long.
</content>
</entry>
<entry>
<title>Removed duplicate VCS ID tags, as per style(9).</title>
<updated>2001-08-13T14:06:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-13T14:06:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8af1452cf8dd1b33da881f84e445d5981eaa9613'/>
<id>urn:sha1:8af1452cf8dd1b33da881f84e445d5981eaa9613</id>
<content type='text'>
</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-test/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-test/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>Add $FreeBSD$</title>
<updated>2000-10-24T13:54:31Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-10-24T13:54:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c23d986ebe78a5c97d6d533c2312e82c1337a1d5'/>
<id>urn:sha1:c23d986ebe78a5c97d6d533c2312e82c1337a1d5</id>
<content type='text'>
Rename local offsetof() macro to boffsetof() to avoid clashing with
the offsetof() from &lt;stddef.h&gt;
</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-test/commit/?id=f40053daa9be5223b4c5515f0049733310001b8c'/>
<id>urn:sha1:f40053daa9be5223b4c5515f0049733310001b8c</id>
<content type='text'>
protect against buffer overruns in mail temporary files.
</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-test/commit/?id=9b50d9027575220cb6dd09b3e62f03f511e908b8'/>
<id>urn:sha1:9b50d9027575220cb6dd09b3e62f03f511e908b8</id>
<content type='text'>
</content>
</entry>
</feed>
