Home | History | Annotate | Download | only in include
History log of /src/include/spawn.h
RevisionDateAuthorComments
 1.5  07-Nov-2021  christos Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva
 1.4  22-Feb-2012  martin branches: 1.4.2;
Use C++ compatible declaration for posix_spawn (instead of the C99 specific
posix one).
 1.3  21-Feb-2012  martin Make this include file C++ save, using the new __conly_restrict.
 1.2  20-Feb-2012  martin Add missing __BEGIN_DECLS, from Henning Petersen in PR misc/46058.
 1.1  11-Feb-2012  martin branches: 1.1.2;
Add userland part of posix_spawn. Libc functions imported from FreeBSD.
Based on Charles Zhang's summer of code project.
 1.1.2.2  23-Feb-2012  riz Pull up following revision(s) (requested by martin in ticket #36):
include/spawn.h: revision 1.4
lib/libc/gen/posix_spawnp.c: revision 1.2
Use C++ compatible declaration for posix_spawn (instead of the C99 specific
posix one).
 1.1.2.1  20-Feb-2012  sborrill Pull up the following revisions(s) (requested by martin in ticket #14):
include/spawn.h: revision 1.2
sys/kern/kern_exec.c: revision 1.341
sys/uvm/uvm_glue.c: revision 1.157
tests/lib/libc/gen/posix_spawn/t_fileactions.c: revision 1.3

posix_spawn: fix kernel bug when passing empty fileactions (PR kern/46038)
and add a test case for this. Fix potential race condition, doublefreeing
of memory and memory leaks in error cases.
 1.4.2.2  17-Apr-2012  yamt sync with head
 1.4.2.1  22-Feb-2012  yamt file spawn.h was added on branch yamt-pagecache on 2012-04-17 00:05:10 +0000

RSS XML Feed