Up to [cvs.NetBSD.org] / src / lib / libc / gen
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:19 2012 UTC (13 months, 1 week ago) by yamt
Branch: yamt-pagecache
Changes since 1.2.2.1: +81 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)
sync with head
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Thu Feb 23 18:34:33 2012 UTC (15 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
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).
Revision 1.2.2.1, Wed Feb 22 17:51:01 2012 UTC (15 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.2: +0 -81
lines
FILE REMOVED
file posix_spawnp.c was added on branch yamt-pagecache on 2012-04-17 00:05:19 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 22 17:51:01 2012 UTC (15 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Branch point for: yamt-pagecache
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Use C++ compatible declaration for posix_spawn (instead of the C99 specific posix one).
Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 11 23:31:24 2012 UTC (15 months, 1 week ago) by martin
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Add userland part of posix_spawn. Libc functions imported from FreeBSD. Based on Charles Zhang's summer of code project.