]> xenbits.xensource.com Git - unikraft/libs/libucontext.git/log
unikraft/libs/libucontext.git
18 months agoIntroduce `Library.uk` stable staging RELEASE-0.15.0 RELEASE-0.16.0
Alexander Jung [Tue, 11 Jul 2023 21:25:56 +0000 (21:25 +0000)]
Introduce `Library.uk`

This new file represents the first step towards proper versioning support of
external microlibrary in Unikraft.  The file itself acts as mechanism for
holding metadata-only values about the microlibrary.  This metadata is designed
to be compatible with GNU Make whilst simultaneously being human-readable and
readable by programs that are not GNU Make (e.g. tools such as KraftKit).

An important feature of this file is the inclusion of microlibrary versions.
In a later step, once relevant integrations have been made to Unikrat's core
build system and to relevant tools such as KraftKit, the user will be able to
see and select from different versions of the microlibrary.

In this initial commit, the relevant metadata is absorbed from both Makefile.uk,
Config.uk, but also includes new information such as SPDX License identifier.

Signed-off-by: Alexander Jung <alex@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #4

3 years agoCorrect license headers introduced by NEC Laboratories Europe GmbH 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:18:21 +0000 (21:18 +0200)]
Correct license headers introduced by NEC Laboratories Europe GmbH

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:
 02b28d5 - Add Makefile.uk (Charalampos Mainas)

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: Felipe Huici <felipe.huici@neclab.eu>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #1

3 years agoUpdate library source url
Razvan Virtan [Wed, 15 Sep 2021 08:34:37 +0000 (11:34 +0300)]
Update library source url

The url for libucontext is deprecated. Update `Makefile.uk` with a valid one.

Signed-off-by: Răzvan Vîrtan <virtanrazvan@gmail.com>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #3

5 years agoMakefile.uk: Rename SUPPRESS_FLAGS to LIBUCONTEXT_SUPPRESS_FLAGS RELEASE-0.4 RELEASE-0.5
Costin Lupu [Sat, 12 Oct 2019 12:36:45 +0000 (15:36 +0300)]
Makefile.uk: Rename SUPPRESS_FLAGS to LIBUCONTEXT_SUPPRESS_FLAGS

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoExport symbols
Charalampos Mainas [Mon, 9 Sep 2019 09:58:01 +0000 (11:58 +0200)]
Export symbols

Signed-off-by: Charalampos Mainas <Charalampos.Mainas@neclab.eu>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
5 years agoAdd patch for the original code
Charalampos Mainas [Mon, 9 Sep 2019 09:58:00 +0000 (11:58 +0200)]
Add patch for the original code

Replace signal.h with musl's ucontext.h. makecontext uses the struct
ucontext_t and this struct is defined in bits/signal.h which included
from ucontext.h. In musl signal.h includes bits/signal.h but this is not
the case with newlib which has no definition for ucontext_t struct.

Signed-off-by: Charalampos Mainas <Charalampos.Mainas@neclab.eu>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
5 years agoAdd Makefile.uk
Charalampos Mainas [Mon, 9 Sep 2019 09:57:59 +0000 (11:57 +0200)]
Add Makefile.uk

Signed-off-by: Charalampos Mainas <Charalampos.Mainas@neclab.eu>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
5 years agoIntroduce library skeleton
Charalampos Mainas [Mon, 9 Sep 2019 09:57:58 +0000 (11:57 +0200)]
Introduce library skeleton

We use the BSD-3-Clause license for this library glue code.

Signed-off-by: Charalampos Mainas <Charalampos.Mainas@neclab.eu>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
5 years agoInitial commit (empty)
Charalampos Mainas [Thu, 13 Jun 2019 08:54:43 +0000 (10:54 +0200)]
Initial commit (empty)