Up to [cvs.NetBSD.org] / src / lib / libpthread
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 10 10:38:33 2022 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored)
pthread: Nix trailing whitespace.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Feb 12 14:59:32 2022 UTC (11 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.19: +5 -2
lines
Diff to previous 1.19 (colored)
libpthread: Move namespacing include to top of .c files. Stuff like libc's namespace.h, or atomic_op_namespace.h, which does namespacing tricks like `#define atomic_cas_uint _atomic_cas_uint', has to go at the top of each .c file. If it goes in the middle, it might be too late to affect the declarations, and result in compile errors. I tripped over this by including <sys/atomic.h> in mips <machine/lock.h>. (Maybe we should create a new pthread_namespace.h file for the purpose, but this'll do for now.)
Revision 1.18.4.1 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:15 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.18: +74 -2
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
Merge changes from current as of 20200406
Revision 1.19 / (download) - annotate - [select for diffs], Wed Jan 29 13:47:31 2020 UTC (3 years ago) by kamil
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.18: +74 -2
lines
Diff to previous 1.18 (colored)
Use the pta_magic field in pthread attribute Set PT_ATTR_DEAD on pthread_attr_destroy(). Check pta_magic before using pthread_attr_t in a bunch of other functions.
Revision 1.16.24.2 / (download) - annotate - [select for diffs], Sun Oct 1 16:37:57 2017 UTC (5 years, 4 months ago) by snj
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Changes since 1.16.24.1: +5 -4
lines
Diff to previous 1.16.24.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
Pull up following revision(s) (requested by martin in ticket #295): lib/libpthread/pthread_attr.c: revision 1.18 pthread__attr_init_private: malloc+memset -> calloc. Also initialize all values to the proper defaults. This fixes the "rustc panic" discussed on pkgsrc-users. OK: joerg
Revision 1.16.24.1 / (download) - annotate - [select for diffs], Thu Aug 31 08:32:39 2017 UTC (5 years, 5 months ago) by bouyer
Branch: netbsd-8
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
Pull up following revision(s) (requested by joerg in ticket #234): sys/arch/amd64/include/vmparam.h: revision 1.43 sys/kern/exec_subr.c: revision 1.79 lib/libpthread/pthread_int.h: revision 1.94 sys/arch/mips/include/vmparam.h: revision 1.58 sys/arch/mips/include/vmparam.h: revision 1.59 lib/libpthread/TODO: revision 1.19 sys/arch/powerpc/include/vmparam.h: revision 1.20 sys/arch/riscv/include/vmparam.h: revision 1.2 sys/arch/riscv/include/vmparam.h: revision 1.3 sys/arch/i386/include/vmparam.h: revision 1.85 tests/lib/libpthread/t_join.c: revision 1.9 sys/uvm/uvm_meter.c: revision 1.66 sys/uvm/uvm_param.h: revision 1.36 sys/kern/exec_subr.c: revision 1.80 sys/uvm/uvm_param.h: revision 1.37 sys/kern/exec_subr.c: revision 1.81 sys/kern/exec_subr.c: revision 1.82 lib/libpthread/pthread_attr_getguardsize.3: revision 1.4 lib/libpthread/pthread.c: revision 1.148 lib/libpthread/pthread_attr.c: revision 1.17 sys/arch/amd64/include/vmparam.h: revision 1.42 Always include a 1MB guard area beyond the end of stack. While ASLR will normally create a guard area as well, this provides a deterministic area for all binaries. Mitigates the rest of CVE-2017-1000374 and CVE-2017-1000375 from Qualys. Revert for the moment, creates problems on i386. Recommit exec_subr.c revision 1.79: Always include a 1MB guard area beyond the end of stack. While ASLR will normally create a guard area as well, this provides a deterministic area for all binaries. Mitigates the rest of CVE-2017-1000374 and CVE-2017-1000375 from Qualys. Additionally, change VM_DEFAULT_ADDRESS_TOPDOWN to include user_stack_guard_size in the size reservation. Update VM_DEFAULT_ADDRESS32_TOPDOWN to include guard area. Export the guard size of the main thread via vm.guard_size. Add a complementary writable sysctl for the initial guard size of threads created via pthread_create. Let the existing attribut accessors do the right thing. Raise the default guard size for threads to 64KB.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 1 12:31:45 2017 UTC (5 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: phil-wifi-base,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9
Branch point for: phil-wifi
Changes since 1.17: +5 -4
lines
Diff to previous 1.17 (colored)
pthread__attr_init_private: malloc+memset -> calloc. Also initialize all values to the proper defaults. This fixes the "rustc panic" discussed on pkgsrc-users. OK: joerg
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 2 16:41:32 2017 UTC (5 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base,
perseant-stdc-iso10646
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
Export the guard size of the main thread via vm.guard_size. Add a complementary writable sysctl for the initial guard size of threads created via pthread_create. Let the existing attribut accessors do the right thing. Raise the default guard size for threads to 64KB.
Revision 1.15.6.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:31 2012 UTC (10 years, 9 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored) next main 1.16 (colored)
sync with head
Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 2 18:06:05 2012 UTC (10 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
netbsd-8-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
Branch point for: netbsd-8
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Separate pthread_t from thread stack. Drop additional alignment restrictions on the thread stack. Remove remaining parts of stackid.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Aug 6 15:21:50 2010 UTC (12 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.14: +5 -5
lines
Diff to previous 1.14 (colored)
move namespace protection before inclusion.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 6 14:23:06 2010 UTC (12 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.13: +8 -2
lines
Diff to previous 1.13 (colored)
Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 6 05:25:02 2010 UTC (12 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.12: +15 -2
lines
Diff to previous 1.12 (colored)
Add pthread_getattr_np()
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 18 12:14:16 2009 UTC (14 years ago) by lukem
Branch: MAIN
CVS Tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
fix -Wsign-compare issues
Revision 1.11.4.2 / (download) - annotate - [select for diffs], Fri Oct 10 09:13:21 2008 UTC (14 years, 3 months ago) by ad
Branch: christos-time_t
Changes since 1.11.4.1: +445 -0
lines
Diff to previous 1.11.4.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
pthread_attr_getschedparam: allow without preceding setparam on the attr structure.
Revision 1.11.4.1, Fri Oct 10 09:13:20 2008 UTC (14 years, 3 months ago) by ad
Branch: christos-time_t
Changes since 1.11: +0 -445
lines
FILE REMOVED
file pthread_attr.c was added on branch christos-time_t on 2008-10-10 09:13:21 +0000
Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 10 09:13:20 2008 UTC (14 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
christos-time_t-nbase,
christos-time_t-base
Branch point for: christos-time_t
Changes since 1.10: +5 -4
lines
Diff to previous 1.10 (colored)
pthread_attr_getschedparam: allow without preceding setparam on the attr structure.
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:39:24 2008 UTC (14 years, 4 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.8: +46 -28
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 28 10:29:37 2008 UTC (14 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2
Changes since 1.9: +43 -28
lines
Diff to previous 1.9 (colored)
Now that we have all the scheduling gunk, make these do something useful: pthread_attr_get_np pthread_attr_setschedparam pthread_attr_getschedparam pthread_attr_setschedpolicy pthread_attr_getschedpolicy
Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 25 11:07:07 2008 UTC (14 years, 7 months ago) by ad
Branch: MAIN
Changes since 1.8: +5 -2
lines
Diff to previous 1.8 (colored)
pthread_attr_setstacksize: EINVAL if the requested size is less than sysconf(_SC_THREAD_STACK_MIN).
Revision 1.7.4.1 / (download) - annotate - [select for diffs], Sun May 18 12:30:39 2008 UTC (14 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.7: +2 -9
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
sync with head.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:01 2008 UTC (14 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.7: +2 -9
lines
Diff to previous 1.7 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Sun Mar 23 00:40:28 2008 UTC (14 years, 10 months ago) by matt
Branch: matt-armv6
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
sync with HEAD
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 8 20:56:08 2008 UTC (15 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
matt-armv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base
Branch point for: yamt-pf42
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (colored)
add missing static decls.
Revision 1.5.8.1 / (download) - annotate - [select for diffs], Mon Sep 3 10:14:14 2007 UTC (15 years, 5 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Sync with HEAD.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 16 01:09:34 2007 UTC (15 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: nick-csl-alignment-base5,
nick-csl-alignment-base4,
nick-csl-alignment-base3,
matt-armv6-prevmlocking,
matt-armv6-base,
cube-autoconf-base,
cube-autoconf
Branch point for: matt-armv6
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Remove PT_FIXEDSTACKSIZE_LG.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Tue Sep 27 20:23:04 2005 UTC (17 years, 4 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Pull up following revision(s) (requested by tv in ticket #818): lib/libpthread/pthread_attr.c: revision 1.5 pthread_attr_getschedpolicy() wasn't setting the return buffer at all. SCHED_OTHER happens to be 0, so this assignment to "int *" succeeds, and becomes a no-op. Fix by dereferencing "policy" to do the assignment, thus filling the return buffer with 0.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 21 15:27:14 2005 UTC (17 years, 4 months ago) by tv
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
nick-csl-alignment-base2,
nick-csl-alignment-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: nick-csl-alignment
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
pthread_attr_getschedpolicy() wasn't setting the return buffer at all. SCHED_OTHER happens to be 0, so this assignment to "int *" succeeds, and becomes a no-op. Fix by dereferencing "policy" to do the assignment, thus filling the return buffer with 0.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 29 00:59:57 2004 UTC (18 years, 1 month ago) by nathanw
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.3: +27 -2
lines
Diff to previous 1.3 (colored)
Implement pthread_attr_{set,get}schedpolicy() at the same level as the other scheduling stuff: only handle SCHED_OTHER. Like the rest of the scheduling stuff, this is for the benefit of code that can't be bothered to test against _POSIX_THREAD_PRIORITY_SCHEDULING.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 9 18:56:48 2003 UTC (19 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.2: +9 -2
lines
Diff to previous 1.2 (colored)
Add: int pthread_attr_setcreatesuspend_np(pthread_attr_t *); int pthread_suspend_np(pthread_t); int pthread_resume_np(pthread_t); needed for java. Approved and fixed by cl.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 11 21:51:57 2003 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.1: +4 -2
lines
Diff to previous 1.1 (colored)
sprinkle ARGSUSED for good cheer.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 18 22:33:46 2003 UTC (19 years, 6 months ago) by nathanw
Branch: MAIN
pthread.c was getting a bit unwieldly. Move pthread_attr stuff out into a new file, and put the shared private structure definition in pthread_int.h.