]> xenbits.xensource.com Git - unikraft/libs/pthreadpool.git/log
unikraft/libs/pthreadpool.git
3 years agoCorrect license headers introduced by University Politehnica of Bucharest RELEASE-0.10.0 RELEASE-0.11.0 RELEASE-0.12.0 RELEASE-0.13.0 RELEASE-0.13.1 RELEASE-0.14.0 RELEASE-0.6 RELEASE-0.7.0 RELEASE-0.8.0 RELEASE-0.9.0
Simon Kuenzer [Tue, 13 Jul 2021 19:11:10 +0000 (21:11 +0200)]
Correct license headers introduced by University Politehnica of Bucharest

This commit removes the additional clause
"THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY"
from BSD license headers that got introduced by mistake
with the following commits:
 ca8fb4f - Initial port of pthreadpool to Unikraft (Vlad-Andrei BĂDOIU (78692))

On the one hand, this additional clause is redundant because
the BSD license already states that it must remain and the
copyright notice must be kept.
On the other hand, the clause freezes the file header
and prohibits future contributors from extending the
copyright notice for their contributions. This additional
clause is not part of the official BSD 3-clause.

The original author(s) or an authorized representative from
the author's affiliation consents to the change with a
`Reviewed-by` tag to this commit.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
5 years agoFreeze the library against a particular commit hash. RELEASE-0.5
Felipe Huici [Thu, 2 Apr 2020 09:43:16 +0000 (11:43 +0200)]
Freeze the library against a particular commit hash.

Currently pthreadpool builds against master. Since master changes,
this makes the build of this library brittle; in this patch we freeze
against one of the latest commits.

Signed-off-by: Felipe Huici <felipe.huici@neclab.eu>
Reviewed-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
5 years agoAdd threadpool-legacy.c to Makefile RELEASE-0.4
Vlad-Andrei BĂDOIU (78692) [Tue, 15 Oct 2019 13:12:55 +0000 (13:12 +0000)]
Add threadpool-legacy.c to Makefile

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoInitial port of pthreadpool to Unikraft
Vlad-Andrei BĂDOIU (78692) [Thu, 13 Jun 2019 17:07:01 +0000 (17:07 +0000)]
Initial port of pthreadpool to Unikraft

This is our initial port of pthreadpool to Unikraft as an external library. Libfxdiv
and pthreads are required. When adding the library to the dependency list, this
library should come after libfxdiv.
(e.g. ...:$(UK_LIBS)/libunwind:$(UK_LIBS)/compiler-rt:$(UK_LIBS)/libcxxabi:
$(UK_LIBS)/libcxx:$(UK_LIBS)/pthread-embedded:$(UK_LIBS)/newlib:
$(UK_LIBS)/fxdiv:(UK_LIBS)/pthreadpool:...)

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoAdd documentation
Vlad-Andrei BĂDOIU (78692) [Thu, 13 Jun 2019 17:07:00 +0000 (17:07 +0000)]
Add documentation

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoAdd .gitignore
Vlad-Andrei BĂDOIU (78692) [Thu, 13 Jun 2019 17:07:00 +0000 (17:07 +0000)]
Add .gitignore

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoInitial commit (empty)
Felipe Huici [Mon, 10 Jun 2019 18:19:15 +0000 (20:19 +0200)]
Initial commit (empty)