<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil/property.c, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-11-26T02:00:33Z</updated>
<entry>
<title>lib: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-26T02:00:33Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-26T02:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e53a4f90f82c4345f277dd87cc9292f26e04a29'/>
<id>urn:sha1:5e53a4f90f82c4345f277dd87cc9292f26e04a29</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified 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.
</content>
</entry>
<entry>
<title>Restore the previous state after a FILL operation in properties_read()</title>
<updated>2005-11-28T16:30:16Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-11-28T16:30:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a54bb702d77b01653ff82e9f000dcafd10a9ec13'/>
<id>urn:sha1:a54bb702d77b01653ff82e9f000dcafd10a9ec13</id>
<content type='text'>
rather than forcing the state to LOOK.  If we are in the middle of parsing
a line when we have to do a FILL we would have lost any token we were in
the middle of parsing and would have treated the next character as being
at the start of a new line instead.

PR:		kern/89181
Submitted by:	Antony Mawer gnats at mawer dot org
MFC after:	1 week
</content>
</entry>
<entry>
<title>Tidy up. Sort headers.</title>
<updated>2003-06-14T18:42:37Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-14T18:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485'/>
<id>urn:sha1:0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now return NULLified struct in case of empty config file</title>
<updated>2003-01-27T03:39:33Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-01-27T03:39:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5fe03aba3730a59ed55fe0eb72bf77e5a3a288eb'/>
<id>urn:sha1:5fe03aba3730a59ed55fe0eb72bf77e5a3a288eb</id>
<content type='text'>
(previous variant return NULL pointer for both empty file case and error case,
so caller can't sense error properly).

It not affect existen programs because property_find() now returns NULL
for both NULL pointer and NULLified struct.
</content>
</entry>
<entry>
<title>Handle read errors</title>
<updated>2003-01-27T03:14:04Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-01-27T03:14:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33a155e400ad53ef923e902dad4881909677f005'/>
<id>urn:sha1:33a155e400ad53ef923e902dad4881909677f005</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add (unsigned char) cast to ctype macros</title>
<updated>2003-01-19T03:05:01Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-01-19T03:05:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=779092a489af71ac21d78870132207e85f59224a'/>
<id>urn:sha1:779092a489af71ac21d78870132207e85f59224a</id>
<content type='text'>
Handle NULL return from malloc and strdup
</content>
</entry>
<entry>
<title>Replace various spelling with FALLTHROUGH which is lint()able</title>
<updated>2002-08-25T13:10:45Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-08-25T13:10:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7fed38d0a00297914313d5b57f3fae8ef7d4e627'/>
<id>urn:sha1:7fed38d0a00297914313d5b57f3fae8ef7d4e627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libutil</title>
<updated>2001-09-30T22:35:07Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:35:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8719c58fefefd5ceebb076be7e40b2a2be317c36'/>
<id>urn:sha1:8719c58fefefd5ceebb076be7e40b2a2be317c36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate inconsistency where a value that contains only whitespace</title>
<updated>2000-11-09T00:28:22Z</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2000-11-09T00:28:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40863aba32288f5674d8b18a4e19d27cc3cad9d6'/>
<id>urn:sha1:40863aba32288f5674d8b18a4e19d27cc3cad9d6</id>
<content type='text'>
confuses the parser.

Approved by:	jkh
</content>
</entry>
<entry>
<title>  Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h so</title>
<updated>2000-11-08T11:57:03Z</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2000-11-08T11:57:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f9f81f78d25d6c0e92dd89d82c9e9e04376fe668'/>
<id>urn:sha1:f9f81f78d25d6c0e92dd89d82c9e9e04376fe668</id>
<content type='text'>
that applications know how large of a buffer they must allocate before
calling property_find().  Also added a $FreeBSD$ tag while I'm here.

Approved by:	jkh
</content>
</entry>
</feed>
