<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/lpr/lpd/Makefile, branch release/3.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-09-16T08:26:13+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-09-16T08:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5be28542797ac26e17de490f50e0830003596d38'/>
<id>5be28542797ac26e17de490f50e0830003596d38</id>
<content type='text'>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T15:57:45+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T15:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a92bee191d618605d749ddc8e410d0ae66d03752'/>
<id>a92bee191d618605d749ddc8e410d0ae66d03752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix additional warnings.  Remove -Werror, since some people have complained</title>
<updated>1998-09-11T18:49:33+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1998-09-11T18:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=90cf373d9b190e5a1f0542be317f1cd585e304b4'/>
<id>90cf373d9b190e5a1f0542be317f1cd585e304b4</id>
<content type='text'>
about it.

PR:		7886
Submitted by:	Stefan Eggers &lt;seggers@semyam.dinoco.de&gt; (partially)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
about it.

PR:		7886
Submitted by:	Stefan Eggers &lt;seggers@semyam.dinoco.de&gt; (partially)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits</title>
<updated>1998-06-11T03:53:23+00:00</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-06-11T03:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0793ce314a3115e950fe4d9f6f7033526cb50a12'/>
<id>0793ce314a3115e950fe4d9f6f7033526cb50a12</id>
<content type='text'>
warnings from unused static inline functions in headers if you happen
to set CFLAGS without -O.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warnings from unused static inline functions in headers if you happen
to set CFLAGS without -O.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make -Werror i386 specific because -nostinc on alpha spits warnings</title>
<updated>1998-05-13T06:50:09+00:00</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-05-13T06:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=84cc0c31af3a698aeb31919d7c40e5de8904fab2'/>
<id>84cc0c31af3a698aeb31919d7c40e5de8904fab2</id>
<content type='text'>
for unused static inline functions in header files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for unused static inline functions in header files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal</title>
<updated>1998-03-07T09:48:14+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-07T09:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=06c779979afdce3ff0482c42ff0297a38abf873e'/>
<id>06c779979afdce3ff0482c42ff0297a38abf873e</id>
<content type='text'>
libraries so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.

Get the default BINDIR correctly (by including ../Makefile.inc recursively.
Override the default it it is wrong.

Don't override defaults when the defaults are correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libraries so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.

Get the default BINDIR correctly (by including ../Makefile.inc recursively.
Override the default it it is wrong.

Don't override defaults when the defaults are correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed DPADD.</title>
<updated>1997-12-16T17:53:39+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-12-16T17:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b732d6bad565d111295844178428e42b554994ad'/>
<id>b732d6bad565d111295844178428e42b554994ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mega lpd/lpd upgrade, part I:</title>
<updated>1997-12-02T20:46:22+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1997-12-02T20:46:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4a1a0dbedbb3fa74041adb9862f4608cd990a3c5'/>
<id>4a1a0dbedbb3fa74041adb9862f4608cd990a3c5</id>
<content type='text'>
- Get rid of a lot of the static variables which were shared by
  many routines and programs in the suite.
- Create an abstract interface to the printcap database, so that
  other retrieval and iteration mechanisms could be developed
  (e.g., YP, Hesiod, or automatic retrieval from a trusted server).
- Give each capability a human-readable name in addition to the historic
  two-character one.
- Otherwise generally clean up a lot of dark corners.  Many still remain.
- When submitting jobs, use the official login name record (from getlogin())
  if there is one, rather than reverse-mapping the uid.

More to come...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Get rid of a lot of the static variables which were shared by
  many routines and programs in the suite.
- Create an abstract interface to the printcap database, so that
  other retrieval and iteration mechanisms could be developed
  (e.g., YP, Hesiod, or automatic retrieval from a trusted server).
- Give each capability a human-readable name in addition to the historic
  two-character one.
- Otherwise generally clean up a lot of dark corners.  Many still remain.
- When submitting jobs, use the official login name record (from getlogin())
  if there is one, rather than reverse-mapping the uid.

More to come...
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile:  Add new modes.c file to list of objects.</title>
<updated>1996-04-03T22:49:15+00:00</updated>
<author>
<name>Sean Eric Fagan</name>
<email>sef@FreeBSD.org</email>
</author>
<published>1996-04-03T22:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e0048e96584cd7ff18552941bdc4a70a420e0a56'/>
<id>e0048e96584cd7ff18552941bdc4a70a420e0a56</id>
<content type='text'>
printjob.c:  Use termios instead of sgtty structs and ioctls; remove
support for fs/fc/xs/xc capabilities, and replace them with the ms
capability (stty-like words, instead of octal bit patterns).
modes.c:  Modified from stty's file, parses comma-seperated list of
tty modes (e.g., "cs8,-paren,-opost").

Reviewed by:	rgrimes, joerg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
printjob.c:  Use termios instead of sgtty structs and ioctls; remove
support for fs/fc/xs/xc capabilities, and replace them with the ms
capability (stty-like words, instead of octal bit patterns).
modes.c:  Modified from stty's file, parses comma-seperated list of
tty modes (e.g., "cs8,-paren,-opost").

Reviewed by:	rgrimes, joerg
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of update.  Make man page installation work with our scheme</title>
<updated>1994-08-05T16:31:05+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-08-05T16:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=84e59eb50d533ef4e842fd057460814a2190b05c'/>
<id>84e59eb50d533ef4e842fd057460814a2190b05c</id>
<content type='text'>
(and rename a few in the process).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(and rename a few in the process).
</pre>
</div>
</content>
</entry>
</feed>
