<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/login, 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>2007-12-06T10:50:35Z</updated>
<entry>
<title>MFC r1.33: Add a cross-reference to newgrp(1).</title>
<updated>2007-12-06T10:50:35Z</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2007-12-06T10:50:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=406ba5f77d3b93618299509b8c65f5db88dcd75c'/>
<id>urn:sha1:406ba5f77d3b93618299509b8c65f5db88dcd75c</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Use NULL instead of 0 for the return value of fopen().</title>
<updated>2007-09-21T01:55:11Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2007-09-21T01:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8bcd62f2ff6745726c72cb2d2b8c12180a820608'/>
<id>urn:sha1:8bcd62f2ff6745726c72cb2d2b8c12180a820608</id>
<content type='text'>
Approved by: re (kensmith)
</content>
</entry>
<entry>
<title>Significantly reduce the memory leak as noted in BUGS section for</title>
<updated>2007-07-04T00:00:41Z</updated>
<author>
<name>Sean Farley</name>
<email>scf@FreeBSD.org</email>
</author>
<published>2007-07-04T00:00:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2966d28c322dcfa4b9db2558da0b91839e7798b9'/>
<id>urn:sha1:2966d28c322dcfa4b9db2558da0b91839e7798b9</id>
<content type='text'>
setenv(3) by tracking the size of the memory allocated instead of using
strlen() on the current value.

Convert all calls to POSIX from historic BSD API:
 - unsetenv returns an int.
 - putenv takes a char * instead of const char *.
 - putenv no longer makes a copy of the input string.
 - errno is set appropriately for POSIX.  Exceptions involve bad environ
   variable and internal initialization code.  These both set errno to
   EFAULT.

Several patches to base utilities to handle the POSIX changes from
Andrey Chernov's previous commit.  A few I re-wrote to use setenv()
instead of putenv().

New regression module for tools/regression/environ to test these
functions.  It also can be used to test the performance.

Bump __FreeBSD_version to 700050 due to API change.

PR:		kern/99826
Approved by:	wes
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Fix some warnings by making things const, adding missing headers,</title>
<updated>2007-05-07T11:01:36Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2007-05-07T11:01:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bc7e44309252d06580b114e9c8feb858d65155d6'/>
<id>urn:sha1:bc7e44309252d06580b114e9c8feb858d65155d6</id>
<content type='text'>
removing some unused variables and making a variable unsigned.

MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Back out all POSIXified *env() changes.</title>
<updated>2007-05-01T16:02:44Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2007-05-01T16:02:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ba174a5e38b1ab764c4a36ef4dd83e80c4add148'/>
<id>urn:sha1:ba174a5e38b1ab764c4a36ef4dd83e80c4add148</id>
<content type='text'>
Not because I admit they are technically wrong and not because of bug
reports (I receive nothing). But because I surprisingly meets so
strong opposition and resistance so lost any desire to continue that.

Anyone who interested in POSIX can dig out what changes and how
through cvs diffs.
</content>
</entry>
<entry>
<title>Slightly tune previous fix: free memory if !export</title>
<updated>2007-04-30T12:54:02Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2007-04-30T12:54:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8673ed156552bd8add414f536a5043a66927087c'/>
<id>urn:sha1:8673ed156552bd8add414f536a5043a66927087c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare for upcoming POSIXed putenv() rewrite:</title>
<updated>2007-04-30T12:44:04Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2007-04-30T12:44:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2efaac818fb265c1bf28bada95bf68f20432f9c3'/>
<id>urn:sha1:2efaac818fb265c1bf28bada95bf68f20432f9c3</id>
<content type='text'>
don't free memory after putenv()
</content>
</entry>
<entry>
<title>Teach login(1) about the make.conf NO_AUDIT variable.  This allows us to</title>
<updated>2006-12-13T06:13:32Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2006-12-13T06:13:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0c59c145edb2403bc0bb9dda12d5b8d09ff6dfd2'/>
<id>urn:sha1:0c59c145edb2403bc0bb9dda12d5b8d09ff6dfd2</id>
<content type='text'>
conditionally build in audit support.

Submitted by:	bz
MFC after:	1 week
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2006-09-29T15:20:48Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-29T15:20:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cb29445a92708496312b59658abe2020d2359ac2'/>
<id>urn:sha1:cb29445a92708496312b59658abe2020d2359ac2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove references to the pam(8) manual page.  It does not exist.</title>
<updated>2006-09-13T17:46:20Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2006-09-13T17:46:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3e1f33155354813045eb88b899b8e32d4d56af7f'/>
<id>urn:sha1:3e1f33155354813045eb88b899b8e32d4d56af7f</id>
<content type='text'>
Requested by:	novel
Discussed with:	brueffer, simon
</content>
</entry>
</feed>
