<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/cron/lib/env.c, branch release/6.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-06T19:24:14Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-06T19:24:14Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-06T19:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26c52663cb5e53422c188e65b45755f348c2fbf3'/>
<id>urn:sha1:26c52663cb5e53422c188e65b45755f348c2fbf3</id>
<content type='text'>
'RELENG_6_1_0_RELEASE'.

This commit was manufactured to restore the state of the 6.1-RELEASE image.
</content>
</entry>
<entry>
<title>Allow inner whitespace in the right-hand side of an environment variable</title>
<updated>2003-02-10T11:20:58Z</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2003-02-10T11:20:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ced08bfa6bc773baae5d299e6161972f9a33fef'/>
<id>urn:sha1:6ced08bfa6bc773baae5d299e6161972f9a33fef</id>
<content type='text'>
assignment even if it is not quoted (as advertised by the man page).
This fixes a regression wrt RELENG_4 introduced in rev. 1.11.

Problem noted and patch tested by:	CHOI Junho &lt;cjh@kr.FreeBSD.org&gt;
Reviewed by:		roberto
</content>
</entry>
<entry>
<title>load_env(), the function that attempts to parse a crontab</title>
<updated>2002-05-23T13:16:30Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2002-05-23T13:16:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bb817201ed06dbf26f54ae7c0c7f8868e1bbea15'/>
<id>urn:sha1:bb817201ed06dbf26f54ae7c0c7f8868e1bbea15</id>
<content type='text'>
line as an environment variable assignment, is broken
and not conformant to its description in the manual page.

I think it is worthwhile to have that fix in 4.6.

PR:             bin/38374
Submitted by:   Thomas Quinot &lt;thomas@cuivre.fr.eu.org&gt;
MFC after:      2 days
</content>
</entry>
<entry>
<title>Fix a possible NULL reference that would be triggered</title>
<updated>2001-07-20T06:46:48Z</updated>
<author>
<name>David Nugent</name>
<email>davidn@FreeBSD.org</email>
</author>
<published>2001-07-20T06:46:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4a9e66b57bb83db240940077e39416e4d7b10383'/>
<id>urn:sha1:4a9e66b57bb83db240940077e39416e4d7b10383</id>
<content type='text'>
by invalid input in /etc/crontab.

MFC after:	2 days
</content>
</entry>
<entry>
<title>Allocate space for arrays of type "char *", not "char **".</title>
<updated>2000-04-30T15:57:00Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>2000-04-30T15:57:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d02e530b50aebaef5b6996e0b339bf14d134dd47'/>
<id>urn:sha1:d02e530b50aebaef5b6996e0b339bf14d134dd47</id>
<content type='text'>
Rev 1.8 made the type consistently incorrect.

Noted by:	Ben Smithurst &lt;ben@scientia.demon.co.uk&gt;
</content>
</entry>
<entry>
<title>Fix a situation where a pointer which should point to dynamically</title>
<updated>2000-04-28T15:31:28Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>2000-04-28T15:31:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8261236de4456a6ae64b5bfe71befe9d15221347'/>
<id>urn:sha1:8261236de4456a6ae64b5bfe71befe9d15221347</id>
<content type='text'>
allocated memory was instead pointed to a static string.  A later
free() on the value of the pointer was a possible source of reported
"warning: pointer to wrong page" messages from cron.

Use consistent types in sizeof when malloc'ing memory for the
environment.

PR:		kern/12248, bin/11169, bin/9722
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>urn:sha1:97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use err(3). Rewrote man page in mdoc format.</title>
<updated>1997-09-15T06:39:25Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-09-15T06:39:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=401e64688be376d8c5cdae5d0e2b4bf14e88ac15'/>
<id>urn:sha1:401e64688be376d8c5cdae5d0e2b4bf14e88ac15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T16:15:28Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T16:15:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=476602a9d0b9041b42a108349dc58a4ca6bf4223'/>
<id>urn:sha1:476602a9d0b9041b42a108349dc58a4ca6bf4223</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T07:20:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1130b656e5fe4c2d1ba299e024d1b40eaeebd380'/>
<id>urn:sha1:1130b656e5fe4c2d1ba299e024d1b40eaeebd380</id>
<content type='text'>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</content>
</entry>
</feed>
