<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/spawn.h, branch release/14.2.0-p4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.2.0-p4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.2.0-p4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-03-11T00:25:58Z</updated>
<entry>
<title>posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NP</title>
<updated>2024-03-11T00:25:58Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-03-03T13:30:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b5e95d17ec8958e26efe70368405e6dd18df6336'/>
<id>urn:sha1:b5e95d17ec8958e26efe70368405e6dd18df6336</id>
<content type='text'>
(cherry picked from commit 822042fdfca79faada89e67110b01dd9ecc05996)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-16T17:54:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3e7694832e81d7a904a10f525f8797b753bf0d3'/>
<id>urn:sha1:b3e7694832e81d7a904a10f525f8797b753bf0d3</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
<updated>2023-05-12T16:44:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-05-10T15:40:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d846d260e2b9a3d4d0a701462568268cbfe7a5b'/>
<id>urn:sha1:4d846d260e2b9a3d4d0a701462568268cbfe7a5b</id>
<content type='text'>
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with:		pfg
MFC After:		3 days
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>posix_spawn: add closefrom non-portable action</title>
<updated>2021-11-30T01:43:54Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-11-27T22:54:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a18ddf775744f31a844fd01fbe90207f7c5e706d'/>
<id>urn:sha1:a18ddf775744f31a844fd01fbe90207f7c5e706d</id>
<content type='text'>
Namely posix_spawn_file_actions_addclosefrom_np, in the form it is
provided by glibc.

Reviewed by:	kevans, ngie (previous version)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D33143
</content>
</entry>
<entry>
<title>posix_spawn: add chdir-related non-portable actions</title>
<updated>2021-11-30T01:43:54Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-11-27T22:49:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25cda42a498101612687b32005856cd8b14f2f7a'/>
<id>urn:sha1:25cda42a498101612687b32005856cd8b14f2f7a</id>
<content type='text'>
Namely posix_spawn_file_actions_addchdir_np and
posix_spawn_file_actions_addfchdir_np.

Reviewed by:	kevans, ngie (previous version)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D33143
</content>
</entry>
<entry>
<title>include: General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-25T17:09:43Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-25T17:09:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e58eb3c437974277957187cfed4b9aa0c1a1e253'/>
<id>urn:sha1:e58eb3c437974277957187cfed4b9aa0c1a1e253</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>Remove __restrict keywords from array arguments to make GCC's -std=c99 work.</title>
<updated>2008-06-19T07:30:32Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2008-06-19T07:30:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b0a300c028c9b0432d0ed6e6a5eb4fc7a73146a'/>
<id>urn:sha1:6b0a300c028c9b0432d0ed6e6a5eb4fc7a73146a</id>
<content type='text'>
When GCC is invoked with -std=c99, the following errors are displayed when
including &lt;spawn.h&gt;:

/usr/include/spawn.h:69: error: static or type qualifiers in abstract declarator
/usr/include/spawn.h:69: error: static or type qualifiers in abstract declarator
/usr/include/spawn.h:72: error: static or type qualifiers in abstract declarator
/usr/include/spawn.h:72: error: static or type qualifiers in abstract declarator

We'd better remove the __restrict keywords here. The same is also done
in &lt;regex.h&gt;.

Submitted by:	Andrzej Tobola &lt;ato iem pw edu pl&gt;
Reviewed by:	davidxu
Approved by:	philip (mentor, implicit)
</content>
</entry>
<entry>
<title>Change my email address to the one from the FreeBSD project.</title>
<updated>2008-06-17T07:09:58Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2008-06-17T07:09:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1b2bd213cced856ee86ad9ae773459464fd6d34'/>
<id>urn:sha1:d1b2bd213cced856ee86ad9ae773459464fd6d34</id>
<content type='text'>
Approved by:	philip (mentor, implicit), davidxu
</content>
</entry>
<entry>
<title>Add POSIX routines called posix_spawn() and posix_spawnp(), which</title>
<updated>2008-06-17T06:26:29Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-06-17T06:26:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=947aa542e9b9539d4217d470ab7e3d1fe3b973a5'/>
<id>urn:sha1:947aa542e9b9539d4217d470ab7e3d1fe3b973a5</id>
<content type='text'>
can be used as replacements for exec/fork in a lot of cases. This
change also added execvpe() which allows environment variable
PATH to be used for searching executable file, it is used for
implementing posix_spawnp().

PR: standards/122051
</content>
</entry>
</feed>
