<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/ypxfr/yp_dbwrite.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:54:42Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-16T17:54:42Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d386b48a555f61cb7325543adbbb5c3f3407a66'/>
<id>urn:sha1:1d386b48a555f61cb7325543adbbb5c3f3407a66</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</content>
</entry>
<entry>
<title>spdx: initial adoption of licensing ID tags.</title>
<updated>2017-11-18T14:26:50Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-18T14:26:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df57947f083046d50552e99b91074927d2458708'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Revert r228592, as the non-messy way of fixing ypxfr breaks other yp</title>
<updated>2011-12-16T21:57:44Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-16T21:57:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db83a3919361df2df5556f49f8ca5c5aaf782a5f'/>
<id>urn:sha1:db83a3919361df2df5556f49f8ca5c5aaf782a5f</id>
<content type='text'>
programs (e.g. usr.sbin/rpc.yppasswdd).

Spotted by:	np
MFC after:	1 week
</content>
</entry>
<entry>
<title>Attempt to fix the numerous incompatible enum conversions in</title>
<updated>2011-12-16T19:39:49Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-16T19:39:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f553bfb278901f5dc387bbf85dbdf3ba58f3397'/>
<id>urn:sha1:8f553bfb278901f5dc387bbf85dbdf3ba58f3397</id>
<content type='text'>
libexec/ypxfr in the least disruptive way.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Use __FBSDID vs. rcsid[].</title>
<updated>2003-05-04T00:59:13Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-04T00:59:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=22e9bc15f9a8ceae8bcfda46b8d95041e87f607a'/>
<id>urn:sha1:22e9bc15f9a8ceae8bcfda46b8d95041e87f607a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ANSIfy and remove some dead code.</title>
<updated>2002-02-06T15:26:07Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-06T15:26:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dc584ddbc5eb111cdb9863e2652621d7b5e9ba76'/>
<id>urn:sha1:dc584ddbc5eb111cdb9863e2652621d7b5e9ba76</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Apply the following mechanical transformations in preparation for</title>
<updated>2002-02-06T13:30:31Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-06T13:30:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed4d1c46a27632aa553e7c24c969262bfc2d5c97'/>
<id>urn:sha1:ed4d1c46a27632aa553e7c24c969262bfc2d5c97</id>
<content type='text'>
ansification and constification:

    s{\s+__P\((\(.*?\))\)}{$1}g;
    s{\(\s+}{\(}g;
    s{\s+\)}{\)}g;
    s{\s+,}{,}g;
    s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g;
    s{return ([^\(].*?);}{return ($1);}g;
    s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g;
    s{\s+$}{\n};g

Also add $FreeBSD$ where needed.

MFC after:	1 week
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use full path in synopsis. Sort #includes. Use .Tn for NIS.</title>
<updated>1997-12-08T07:49:56Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-12-08T07:49:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=27eed7e3b4c4965abc52b651ed9523a4c3993f6d'/>
<id>urn:sha1:27eed7e3b4c4965abc52b651ed9523a4c3993f6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T14:22:49Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T14:22:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e522f7a18a64d3b9ea901ed70d0eee78342f0c6'/>
<id>urn:sha1:9e522f7a18a64d3b9ea901ed70d0eee78342f0c6</id>
<content type='text'>
</content>
</entry>
</feed>
