<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/rcorder/rcorder.c, branch upstream/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-09-21T17:59:45Z</updated>
<entry>
<title>[rcorder] [crunch] Fix C function declarations to include void</title>
<updated>2020-09-21T17:59:45Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2020-09-21T17:59:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0dcdda0984d779cd2024030535a7d270b18b273d'/>
<id>urn:sha1:0dcdda0984d779cd2024030535a7d270b18b273d</id>
<content type='text'>
This fixes a compile issue under gcc6 which complains about
legacy style C function declarations.

Differential Revision:	https://reviews.freebsd.org/D26504
</content>
</entry>
<entry>
<title>Add a few features to rcorder:</title>
<updated>2020-09-08T10:36:11Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2020-09-08T10:36:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30fe2bbfaea1b8ca268a043b967d738575e24f84'/>
<id>urn:sha1:30fe2bbfaea1b8ca268a043b967d738575e24f84</id>
<content type='text'>
o Enhance dependency loop logging: print full chain instead of the
  last link competing the loop;
o Add -g option to generate dependency graph suitable for GraphViz
  visualization, loops and other graph generation issues are highlighted
  automatically;
o Add -p option that enables grouping items that can be processed in
  parallel.

Submitted by:	Boris Lytochkin &lt;lytboris at gmail&gt;
Reviewed by:	melifaro
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D25389
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

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.

No functional change intended.
</content>
</entry>
<entry>
<title>Remove `r_tmp` to fix a -Wunused-but-set-variable warning with gcc 4.9</title>
<updated>2016-02-01T07:15:31Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2016-02-01T07:15:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9650034d1a337792b33d212e7c0809a140f453c4'/>
<id>urn:sha1:9650034d1a337792b33d212e7c0809a140f453c4</id>
<content type='text'>
MFC after: 1 month
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Fix a ton of speelling errors</title>
<updated>2015-10-21T05:37:09Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2015-10-21T05:37:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=463a577b274c9523cb72f534d42e7efa4d8e1c3d'/>
<id>urn:sha1:463a577b274c9523cb72f534d42e7efa4d8e1c3d</id>
<content type='text'>
arc lint is helpful

Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337
</content>
</entry>
<entry>
<title>- Revert r277670 (#include order is required for fparseln)</title>
<updated>2015-01-25T03:02:29Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-01-25T03:02:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a1f476703f5ad42eb7bb8ef2a7a07c0034b0f74'/>
<id>urn:sha1:9a1f476703f5ad42eb7bb8ef2a7a07c0034b0f74</id>
<content type='text'>
- Remove unnecessary CFLAGS+= -I now that make is no longer required to make
  rcorder build
</content>
</entry>
<entry>
<title>Sort #include order</title>
<updated>2015-01-25T02:30:44Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-01-25T02:30:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6251a2629c2004292366779ce83a3a8d0ea29c37'/>
<id>urn:sha1:6251a2629c2004292366779ce83a3a8d0ea29c37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CFLAGS+=-DDEBUG by using the right header for libutil (libutil.h, not</title>
<updated>2014-11-30T09:03:34Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-11-30T09:03:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d370dc47a197539c6f52b1b665a55a825d5f1253'/>
<id>urn:sha1:d370dc47a197539c6f52b1b665a55a825d5f1253</id>
<content type='text'>
util.h)
</content>
</entry>
<entry>
<title>Fix warnings found by -Wmising-variable-declarations.</title>
<updated>2012-10-19T05:43:38Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-10-19T05:43:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae824d80f28cd14c0c0ec75076c796e6a369bc18'/>
<id>urn:sha1:ae824d80f28cd14c0c0ec75076c796e6a369bc18</id>
<content type='text'>
This self-written compiler warning, which is hopefully going to be
committed into LLVM sources soon, warns about potentially missing
`static' keywords, similar to -Wmissing-prototypes.

- bin/pax: Move external declaration of chdname and s_mask into extern.h.
- bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h.
- sbin/mount_fusefs: Remove char *progname; use getprogname().
- others: add `static' where possible.
</content>
</entry>
<entry>
<title>Add more static keywords to rcorder(8).</title>
<updated>2011-12-11T20:48:40Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-12-11T20:48:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2d582b918b49c296d8704822c3d739bb0157887'/>
<id>urn:sha1:c2d582b918b49c296d8704822c3d739bb0157887</id>
<content type='text'>
The global variables and functions provided by rcorder.c are not used in
the other C files, as the other C files only provide memory allocation
and hash functions. This reduces the binary size by 10%.
</content>
</entry>
</feed>
