<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin, branch release/3.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-21T00:55:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e61cbb7f50878e738849ea4384118c13733f09c'/>
<id>urn:sha1:2e61cbb7f50878e738849ea4384118c13733f09c</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.

This commit was manufactured to restore the state of the 3.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=76b5366091f76c9bc73570149ef5055648fc2c39'/>
<id>urn:sha1:76b5366091f76c9bc73570149ef5055648fc2c39</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow login to be linked statically even when PAM is used, since</title>
<updated>1999-01-20T21:58:46Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1999-01-20T21:58:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e40131079f40a52b039577c942a5bc430d8a8318'/>
<id>urn:sha1:e40131079f40a52b039577c942a5bc430d8a8318</id>
<content type='text'>
there is now a static version of libpam.
</content>
</entry>
<entry>
<title>Add support for accessing ports.  This was done to access parallel</title>
<updated>1999-01-20T17:55:22Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-01-20T17:55:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d54a6846873c203dc57aacaa95f048f4c33fdb5'/>
<id>urn:sha1:6d54a6846873c203dc57aacaa95f048f4c33fdb5</id>
<content type='text'>
ports, but should work for others as well.

Submitted by:  Parag Patel &lt;parag@cgt.com&gt;
</content>
</entry>
<entry>
<title>Add a compile knob to avoid using PAM code (login will use standard Unix</title>
<updated>1999-01-19T22:59:37Z</updated>
<author>
<name>Andrzej Bialecki</name>
<email>abial@FreeBSD.org</email>
</author>
<published>1999-01-19T22:59:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=11468b741a1da754843663dcebd09ab3a9c044a0'/>
<id>urn:sha1:11468b741a1da754843663dcebd09ab3a9c044a0</id>
<content type='text'>
authentication only). This comes handy when you're tight on space.

Submitted by:	mostly John Baldwin &lt;jobaldwi@vt.edu&gt;
Reviewed by:	John D. Polstra &lt;jdp@polstra.com&gt;
</content>
</entry>
<entry>
<title>Replace 'long int' with 'int' for Alpha.</title>
<updated>1999-01-19T06:48:44Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>1999-01-19T06:48:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dd81f3b0a0d9be6587d6e4a3b4f966a0cdc94ef4'/>
<id>urn:sha1:dd81f3b0a0d9be6587d6e4a3b4f966a0cdc94ef4</id>
<content type='text'>
This change should have no effect on i386.

Pointed out by: Steve Kargl &lt;sgk@troutmask.apl.washington.edu&gt;

Quote from http://www.netlib.org/f2c/readme:

NOTE:   f2c.h defines several types, e.g., real, integer, doublereal.
        The definitions in f2c.h are suitable for most machines, but if
        your machine has sizeof(double) &gt; 2*sizeof(long), you may need
        to adjust f2c.h appropriately.  f2c assumes
                sizeof(doublecomplex) = 2*sizeof(doublereal)
                sizeof(doublereal) = sizeof(complex)
                sizeof(doublereal) = 2*sizeof(real)
                sizeof(real) = sizeof(integer)
                sizeof(real) = sizeof(logical)
                sizeof(real) = 2*sizeof(shortint)
        EQUIVALENCEs may not be translated correctly if these
        assumptions are violated.

        On machines, such as those using a DEC Alpha processor, on
        which sizeof(short) == 2, sizeof(int) == sizeof(float) == 4,
        and sizeof(long) == sizeof(double) == 8, it suffices to
        modify f2c.h by removing the first occurrence of "long "
        on each line containing "long ", e.g., by issuing the
        commands
                mv f2c.h f2c.h0
                sed 's/long //' f2c.h0 &gt;f2c.h
        On such machines, one can enable INTEGER*8 by uncommenting
        the typedef of longint in f2c.h, so it reads
                typedef long longint;
        by compiling libI77 with -DAllow_TYQUAD, and by adjusting
        libF77/makefile as described in libF77/README.
</content>
</entry>
<entry>
<title>Fixed breakage of `make checkdpadd' in previous commit.</title>
<updated>1999-01-19T00:23:25Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-01-19T00:23:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0b4cb69d674a10615b66ade1dc26b2edcd73f197'/>
<id>urn:sha1:0b4cb69d674a10615b66ade1dc26b2edcd73f197</id>
<content type='text'>
Didn't fix related bogotification from moving the definitions of
DPADD and LDADD to here.  Setting these variables in a top-level
directory gives bogus dependencies in library subdirectories.
E.g., there is a dependency on `foo.so..' where the double dots
separate null shared library version numbers.

Set BINDIR properly by inheriting it from ../Makefile.inc.
</content>
</entry>
<entry>
<title>"19%02", tm.year -&gt; "%d", tm.year+1900</title>
<updated>1999-01-18T22:42:05Z</updated>
<author>
<name>Daniel O'Callaghan</name>
<email>danny@FreeBSD.org</email>
</author>
<published>1999-01-18T22:42:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a578eb627aa8f14d90da2b7386c8049ebb35050'/>
<id>urn:sha1:9a578eb627aa8f14d90da2b7386c8049ebb35050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow two digit years 1969-2068</title>
<updated>1999-01-18T22:15:09Z</updated>
<author>
<name>Daniel O'Callaghan</name>
<email>danny@FreeBSD.org</email>
</author>
<published>1999-01-18T22:15:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ea5cc207d2a36f299dfc21b46255ca426a3879ed'/>
<id>urn:sha1:ea5cc207d2a36f299dfc21b46255ca426a3879ed</id>
<content type='text'>
</content>
</entry>
</feed>
