History log of /src/lib/libc/gen/posix_spawn.3 (Results 1 – 25 of 120)
Revision Date Author Comments
# 77c5f294 26-Jan-2026 Konstantin Belousov <kib@FreeBSD.org>

libc: document posix_spawnattr_{get,set}procdescp_np(3)

Reviewed by: asomers
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54899


# 58580dc0 24-Jan-2026 Konstantin Belousov <kib@FreeBSD.org>

libc: document posix_spawnattr_getexecfd_np(3)

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54862


# 6e1fc011 15-Oct-2024 Graham Percival <gperciva@tarsnap.com>

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tar

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts

Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1464

show more ...


# a725a7a2 03-Mar-2024 Konstantin Belousov <kib@FreeBSD.org>

posix_spawn(3): document POSIX_SPAWN_DISABLE_ASLR_NP

Sponsored by: The FreeBSD Foundation
MFC after: 1 week


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 78963d79 28-Nov-2021 Konstantin Belousov <kib@FreeBSD.org>

Document posix_spawn_file_actions_addclosefrom_np(3)

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.fre

Document posix_spawn_file_actions_addclosefrom_np(3)

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D33143

show more ...


# bd44dce5 28-Nov-2021 Konstantin Belousov <kib@FreeBSD.org>

Document posix_spawn_file_actions_addchdir_np(3)

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.or

Document posix_spawn_file_actions_addchdir_np(3)

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D33143

show more ...


# 8ed1e4a5 28-Nov-2021 Konstantin Belousov <kib@FreeBSD.org>

posix_spawn(3), posix_spawn_file_actions_addopen(3): use .Fo/.Fc

to wrap too long lines with function prototypes.

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
M

posix_spawn(3), posix_spawn_file_actions_addopen(3): use .Fo/.Fc

to wrap too long lines with function prototypes.

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D33143

show more ...


# 2c96ea9c 11-Dec-2020 Enji Cooper <ngie@FreeBSD.org>

posix_spawn(3): fix section that references `vfork`

`vfork(2)` should be referenced in paragraphs as `.Fn vfork`, not `vfork()`.
This change switches the reference to use `.Fn`, which in turn makes

posix_spawn(3): fix section that references `vfork`

`vfork(2)` should be referenced in paragraphs as `.Fn vfork`, not `vfork()`.
This change switches the reference to use `.Fn`, which in turn makes the
manpage `make manlint` clean.

MFC after: 1 week
Reported by: make manlint
Sponsored by: DellEMC Isilon

show more ...


# 77c5f294 26-Jan-2026 Konstantin Belousov <kib@FreeBSD.org>

libc: document posix_spawnattr_{get,set}procdescp_np(3)

Reviewed by: asomers
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54899


# 58580dc0 24-Jan-2026 Konstantin Belousov <kib@FreeBSD.org>

libc: document posix_spawnattr_getexecfd_np(3)

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54862


# 6e1fc011 15-Oct-2024 Graham Percival <gperciva@tarsnap.com>

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tar

manuals: Fix "unusual .Xr" warnings with a script

These were reported by `mandoc -T lint ...` as warnings:
- unusual Xr order
- unusual Xr punctuation

Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts

Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1464

show more ...


# a725a7a2 03-Mar-2024 Konstantin Belousov <kib@FreeBSD.org>

posix_spawn(3): document POSIX_SPAWN_DISABLE_ASLR_NP

Sponsored by: The FreeBSD Foundation
MFC after: 1 week


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 78963d79 28-Nov-2021 Konstantin Belousov <kib@FreeBSD.org>

Document posix_spawn_file_actions_addclosefrom_np(3)

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.fre

Document posix_spawn_file_actions_addclosefrom_np(3)

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D33143

show more ...


# bd44dce5 28-Nov-2021 Konstantin Belousov <kib@FreeBSD.org>

Document posix_spawn_file_actions_addchdir_np(3)

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.or

Document posix_spawn_file_actions_addchdir_np(3)

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D33143

show more ...


# 8ed1e4a5 28-Nov-2021 Konstantin Belousov <kib@FreeBSD.org>

posix_spawn(3), posix_spawn_file_actions_addopen(3): use .Fo/.Fc

to wrap too long lines with function prototypes.

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
M

posix_spawn(3), posix_spawn_file_actions_addopen(3): use .Fo/.Fc

to wrap too long lines with function prototypes.

Reviewed by: kevans, ngie (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D33143

show more ...


# 2c96ea9c 11-Dec-2020 Enji Cooper <ngie@FreeBSD.org>

posix_spawn(3): fix section that references `vfork`

`vfork(2)` should be referenced in paragraphs as `.Fn vfork`, not `vfork()`.
This change switches the reference to use `.Fn`, which in turn makes

posix_spawn(3): fix section that references `vfork`

`vfork(2)` should be referenced in paragraphs as `.Fn vfork`, not `vfork()`.
This change switches the reference to use `.Fn`, which in turn makes the
manpage `make manlint` clean.

MFC after: 1 week
Reported by: make manlint
Sponsored by: DellEMC Isilon

show more ...


# 8d55975f 27-Feb-2018 Bryan Drewery <bdrewery@FreeBSD.org>

Fix some grammar: "signals <...> are set"


# 009e81b1 22-Jan-2016 Bjoern A. Zeeb <bz@FreeBSD.org>

MFH @r294567


# 5dc6cc42 06-Jan-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r293175 through r293279.


# 1a5c9277 05-Jan-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 43d53dba 05-Jan-2016 Jilles Tjoelker <jilles@FreeBSD.org>

Add sbin and /usr/local directories to _PATH_DEFPATH.

Set _PATH_DEFPATH to
/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin. This is the
path in the default class in the default /etc/log

Add sbin and /usr/local directories to _PATH_DEFPATH.

Set _PATH_DEFPATH to
/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin. This is the
path in the default class in the default /etc/login.conf,
excluding ~/bin which would not be expanded properly in a string
constant.

For normal logins, _PATH_DEFPATH is overridden by /etc/login.conf,
~/.login_conf or shell startup files. _PATH_DEFPATH is still used as a
default by execlp(), execvp(), posix_spawnp() and sh if PATH is not set, and
by cron. Especially the latter is a common trap (most recently in PR
204813).

PR: 204813
Reviewed by: secteam (delphij), alfred

show more ...


# 416ba5c7 22-Jun-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with HEAD (r280229-r284686).


# 98e0ffae 27-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Merge sync of head


12345