Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



> Module Name:  src
> Committed By: martin
> Date:         Sat Feb 11 23:31:25 UTC 2012
> 
> Modified Files:
>       src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
>           md.sparc64 shl.mi
>       src/distrib/sets/lists/comp: mi
>       src/distrib/sets/lists/tests: mi
>       src/etc/mtree: NetBSD.dist.tests
>       src/include: Makefile
>       src/lib/libc: shlib_version
>       src/lib/libc/gen: Makefile.inc
>       src/lib/libc/sys: Makefile.inc
>       src/tests/kernel: Makefile
> Added Files:
>       src/include: spawn.h
>       src/lib/libc/gen: posix_spawn.3 posix_spawn_file_actions_addopen.3
>           posix_spawn_file_actions_init.3 posix_spawn_fileactions.c
>           posix_spawn_sched.c posix_spawnattr_getflags.3
>           posix_spawnattr_getpgroup.3 posix_spawnattr_getschedparam.3
>           posix_spawnattr_getschedpolicy.3 posix_spawnattr_getsigdefault.3
>           posix_spawnattr_getsigmask.3 posix_spawnattr_init.3 posix_spawnp.c
>       src/tests/kernel/posix_spawn: Makefile Makefile.inc h_fileactions.c
>           h_nonexec.sh h_spawn.c h_spawnattr.c t_fileactions.c t_spawn.c
>           t_spawnattr.c
> 
> Log Message:
> Add userland part of posix_spawn. Libc functions imported from FreeBSD.
> Based on Charles Zhang's summer of code project.

src/lib/libc/sys/makelintstub is missed?
(LintSysNoerr.c needs #include <sys/spawn.h>)

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index