<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/rup/rup.c, branch stable/14</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove $FreeBSD$: two-line .c pattern</title>
<updated>2023-08-16T17:54:34+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e5d258c9e599d2b2fe642e678091cac5da8a10d1'/>
<id>e5d258c9e599d2b2fe642e678091cac5da8a10d1</id>
<content type='text'>
Remove /^#include\s+&lt;sys/cdefs.h&gt;.*$\n\s+__FBSDID\("\$FreeBSD\$"\);\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^#include\s+&lt;sys/cdefs.h&gt;.*$\n\s+__FBSDID\("\$FreeBSD\$"\);\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>rup: Fix -Wcast-align warnings</title>
<updated>2018-07-03T19:09:46+00:00</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2018-07-03T19:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8f8092f8e7d24a0eb0bc39d3d8505638dd13b8ea'/>
<id>8f8092f8e7d24a0eb0bc39d3d8505638dd13b8ea</id>
<content type='text'>
Fix possible strict aliasing issue (if time_t is the same size as int but
not int but for example long) which also resulted in a false positive
warning on systems with 64-bit time_t. Pointer casts are bad; we can just
copy the time_t.

Elsewhere, avoid casting char * to int * by using memcpy().

Reviewed by:	eadler
Differential Revision:	https://reviews.freebsd.org/D16075
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix possible strict aliasing issue (if time_t is the same size as int but
not int but for example long) which also resulted in a false positive
warning on systems with 64-bit time_t. Pointer casts are bad; we can just
copy the time_t.

Elsewhere, avoid casting char * to int * by using memcpy().

Reviewed by:	eadler
Differential Revision:	https://reviews.freebsd.org/D16075
</pre>
</div>
</content>
</entry>
<entry>
<title>rup: compile with WARNS=6</title>
<updated>2018-06-25T11:44:53+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-06-25T11:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f08b09a0eb33ea585604af3210f9103ffcdab9f'/>
<id>7f08b09a0eb33ea585604af3210f9103ffcdab9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spdx: initial adoption of licensing ID tags.</title>
<updated>2017-11-18T14:26:50+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-18T14:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df57947f083046d50552e99b91074927d2458708'/>
<id>df57947f083046d50552e99b91074927d2458708</id>
<content type='text'>
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch up with 64bit time_t on sparc64.  The rstat packet expects a 32bit</title>
<updated>2005-12-04T18:25:26+00:00</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2005-12-04T18:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5df9daab27bd2ec8e4c645f93eaf6ae5b2cf2a81'/>
<id>5df9daab27bd2ec8e4c645f93eaf6ae5b2cf2a81</id>
<content type='text'>
time_t and times will look incorrect on machines with 64bit time_t.

PR:		88788
Submitted by:	Keith White &lt;Keith.White -at- site.uottawa.ca&gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
time_t and times will look incorrect on machines with 64bit time_t.

PR:		88788
Submitted by:	Keith White &lt;Keith.White -at- site.uottawa.ca&gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync program's usage() with manpage's SYNOPSIS.</title>
<updated>2005-05-21T09:55:10+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-05-21T09:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f682f10c76449b3af3b1dd9afff859cd1cd07116'/>
<id>f682f10c76449b3af3b1dd9afff859cd1cd07116</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More xdrproc_t warnings.</title>
<updated>2003-10-26T04:57:32+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-10-26T04:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ed838bb1cd248c9ee0a737e97fa49d0f9d5e46bb'/>
<id>ed838bb1cd248c9ee0a737e97fa49d0f9d5e46bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Style only; format function declarations, sort header includes, and</title>
<updated>2002-04-28T10:49:15+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-28T10:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fb468639128404e0e884f6dddc0c564f849e3b56'/>
<id>fb468639128404e0e884f6dddc0c564f849e3b56</id>
<content type='text'>
use __FBSDID().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use __FBSDID().
</pre>
</div>
</content>
</entry>
<entry>
<title>If the remote uptime is less than one minute, print the uptime in</title>
<updated>2001-10-17T01:44:34+00:00</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2001-10-17T01:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2856a77139a76205cd66217939530c786622e23c'/>
<id>2856a77139a76205cd66217939530c786622e23c</id>
<content type='text'>
 seconds instead of leaving the uptime field blank.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 seconds instead of leaving the uptime field blank.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call clnt_destroy() to prevent exhausting resources.</title>
<updated>2001-06-19T03:48:26+00:00</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2001-06-19T03:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b1a7433e0b06c3aa84d6fca95dbc11a1cb07324d'/>
<id>b1a7433e0b06c3aa84d6fca95dbc11a1cb07324d</id>
<content type='text'>
PR:		bin/14255
Reviewed by:	Kenji Tomita &lt;tommy@ti.com&gt;
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/14255
Reviewed by:	Kenji Tomita &lt;tommy@ti.com&gt;
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
</feed>
