freebsd-nq/lib/libthr/thread
Pedro F. Giffuni df57947f08 spdx: initial adoption of licensing ID tags.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
2017-11-18 14:26:50 +00:00
..
Makefile.inc
thr_affinity.c
thr_attr.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
thr_autoinit.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
thr_barrier.c libthr: check for possible overflow in the pthread_barrier_init() count. 2017-07-15 15:00:13 +00:00
thr_barrierattr.c
thr_cancel.c
thr_clean.c
thr_concurrency.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
thr_cond.c Do not leak curthread->inact_mtx when cancelling in pthread_cond_wait(3). 2016-12-06 17:13:17 +00:00
thr_condattr.c
thr_create.c
thr_ctrdtr.c
thr_detach.c
thr_equal.c
thr_event.c
thr_exit.c libthr: fix warnings from GCC when WARNS=6 2017-05-23 16:12:50 +00:00
thr_fork.c
thr_getcpuclockid.c
thr_getprio.c
thr_getschedparam.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
thr_getthreadid_np.c
thr_info.c
thr_init.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
thr_join.c
thr_kern.c libthr: fix warnings from GCC when WARNS=6 2017-05-23 16:12:50 +00:00
thr_kill.c
thr_list.c libthr: fix warnings from GCC when WARNS=6 2017-05-23 16:12:50 +00:00
thr_main_np.c
thr_multi_np.c
thr_mutex.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
thr_mutexattr.c Add implementation of robust mutexes, hopefully close enough to the 2016-05-17 09:56:22 +00:00
thr_once.c Remove empty initializer for the once facility. It was not needed 2016-07-27 15:14:11 +00:00
thr_printf.c libthr: _thread_vprintf: Enhance support for %p, %#x 2016-06-01 16:11:09 +00:00
thr_private.h [libthr] revert change of visibility of _thread_keytable to unbreak debugger 2017-10-02 20:33:16 +00:00
thr_pshared.c
thr_pspinlock.c
thr_resume_np.c
thr_rtld.c
thr_rwlock.c libthr: change CHECK_AND_INIT_RWLOCK to an inline function 2017-05-20 17:30:48 +00:00
thr_rwlockattr.c
thr_self.c
thr_sem.c
thr_setprio.c
thr_setschedparam.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
thr_sig.c libthr: fix style in previous commit 2017-05-26 15:53:27 +00:00
thr_single_np.c
thr_sleepq.c
thr_spec.c [libthr] revert change of visibility of _thread_keytable to unbreak debugger 2017-10-02 20:33:16 +00:00
thr_spinlock.c Remove old spinlock_debug code from libc 2017-05-20 17:32:01 +00:00
thr_stack.c libthr: Use CLI flags instead of pragmas to disable warnings 2017-05-20 17:33:47 +00:00
thr_suspend_np.c
thr_switch_np.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
thr_symbols.c libthr: Use CLI flags instead of pragmas to disable warnings 2017-05-20 17:33:47 +00:00
thr_syscalls.c Add clock_nanosleep() 2017-03-19 00:51:12 +00:00
thr_umtx.c libthr: fix warnings at WARNS=6 2017-05-19 13:04:05 +00:00
thr_umtx.h libthr: fix warnings at WARNS=6 2017-05-19 13:04:05 +00:00
thr_yield.c