[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/PTHREAD-EMBEDDED PATCH 1/8] Add documentation


  • To: minios-devel@xxxxxxxxxxxxx
  • From: Costin Lupu <costin.lupu@xxxxxxxxx>
  • Date: Mon, 15 Apr 2019 15:43:13 +0300
  • Cc: felipe.huici@xxxxxxxxx, Florian.Schmidt@xxxxxxxxx, simon.kuenzer@xxxxxxxxx, yuri.volchkov@xxxxxxxxx, sharan.santhanam@xxxxxxxxx
  • Delivery-date: Mon, 15 Apr 2019 12:44:39 +0000
  • Ironport-phdr: 9a23:5KecnBIexXhCgvGJxNmcpTZWNBhigK39O0sv0rFitYgXK/z8rarrMEGX3/hxlliBBdydt6sdzbCH+P26ESxYuNDd6ShEKMQNHzY+yuwu1zQ6B8CEDUCpZNXLVAcdWPp4aVl+4nugOlJUEsutL3fbo3m18CJAUk6nbVk9Kev6AJPdgNqq3O6u5ZLTfx9IhD2gar9uMRm6twrcutQLjYd4NKo8zhTFr3tWd+9LwW9kOU+fkwzz68ut4JJv6Thct+4k+8VdTaj0YqM0QKBCAj87KW41/srrtRfCTQuL+HQRV3gdnwRLDQbY8hz0R4/9vSTmuOVz3imaJtD2QqsvWTu+9adrSQTnhzkBOjUk7WzYkM1wjKZcoBK8uxxyxpPfbY+JOPZieK7WYNUXTndDUMlMTSxMGoOyYZUSAeQPPuhWqIvyp1UVoBeiGQWhHv/jxyVUinPq26AxzuQvERvB3AwlB98DrnPUrM7pNKcTV+C+0a/GzSjbb/NLxDzw75THchc6ofGQXLJwd9DdyU0yFwPdk1WdspDqPyiP2uQVrmiU9PBsVfioi2M+rQx6vzuhxt80h4XUiY8Z10rI+CZ5zYovO9G0Vkx2bcSqHZdIqi2XOJZ6TtkhTmxooio21LMLtJChcCQXx5kr2RjSYOGdfYeS+BLsTuORLC99hHJiZb2wmQ6/8VOlyu3gTsm010tKrjZdntnMqH8N0xvT59CZSvt45Eih2DKP2xrP5eFfO0w0jbfbJIU7zr4qkZofqUXDHinol0XqlKKaa0op9vWy5+nkYrjqvIGQO5F2hw3kPKkigsm/Dv45MggKUWib4+O81Lj78ELlR7VKleE2kqjfsJzAIcQbu7a5AxJO34k/8BazFS+m0MkDknUdNlJFfwqLj5L1NFHWPPD4EfC/jkypkDdqwfDGP7rhAo7UInfejrjhY6hy60pHxQo3zNBf/I5UCqobLPP8REDxssbUDhgjMwy72+znEsly1psCWWKTBa+UKKPcsVuP5uI1IumDfokVtCzgJfc55/7uiH45lkIBfaSy25sYdmy3HvB8LEqCe3bjnMoBG38QvgUiVOzqlEGCUTlLana8Qa084jA7CJq4AovZRoCtnb2B0zu6HpBNYGBJFEyDEXPyeIqfQfsDdj+SKNd7kjMYTbihV5Mh1Ra2uQ/hy7poNPDU9TcetZ75z9h6/evTlQ0y9TNuCcSSyWSNQnpynmwWWzA22LpwrldnxlidzKhym+ZYGsBL5/NVTgc6MobRz/d7C9D3XQLBeM2FSFW7Qtq4BzEwT8w+w8UVbkZ7BdqtkhTD0DCxDLMPibOLGYQ+8rjA0HjpO8Z913HG2bEhjlk7WMtPNHeqhrB49wjXG4HJk0aZl6G0dakH2i7C6nuMzW6Us05DSgJ/T7jFDjgjYR7TrNL44ViHQ7KwBLAPNgpa1dXEOqZMLNrzggZoXvDmbf/ZeH6wnS+UGA6VjueHa5H2emNb2DjFFWAPiEYL4HzALw9oVXTpmH7XEDE7TQGnWEjr6+Qr8H4=
  • Ironport-sdr: mpJtaJobToNvrDDnjc5CLhGOs/B84ZMUpzjT7OBiO6BFXU8S3NnCp8SBTN0qnY1k5cCBvThaLf 8Ug1H4THSz9Q==
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>

Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx>
---
 CODING_STYLE.md |  4 ++++
 CONTRIBUTING.md |  4 ++++
 COPYING.md      | 30 ++++++++++++++++++++++++++++++
 MAINTAINERS.md  | 10 ++++++++++
 README.md       |  5 +++++
 5 files changed, 53 insertions(+)
 create mode 100644 CODING_STYLE.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 COPYING.md
 create mode 100644 MAINTAINERS.md
 create mode 100644 README.md

diff --git a/CODING_STYLE.md b/CODING_STYLE.md
new file mode 100644
index 0000000..5730041
--- /dev/null
+++ b/CODING_STYLE.md
@@ -0,0 +1,4 @@
+Coding Style
+============
+
+Please refer to the `CODING_STYLE.md` file in the main Unikraft repository.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..5f55eca
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,4 @@
+Contributing to Unikraft
+=======================
+
+Please refer to the `CONTRIBUTING.md` file in the main Unikraft repository.
diff --git a/COPYING.md b/COPYING.md
new file mode 100644
index 0000000..cf05853
--- /dev/null
+++ b/COPYING.md
@@ -0,0 +1,30 @@
+License
+=======
+
+Unikraft pthread-embedded wrappers
+----------------------------------
+
+This repository contains wrapper code to build pthread-embedded with Unikraft.
+Each C code file in this repository should declare who is the
+copyright owner and under which terms and conditions the code is
+licensed. If such a licence note is missing, the following copyright
+notice will apply:
+
+
+       Copyright(C) TODO
+       
+       This library is free software; you can redistribute it and/or
+       modify it under the terms of the GNU Lesser General Public
+       License as published by the Free Software Foundation; either
+       version 2 of the License, or (at your option) any later version.
+       
+       This library is distributed in the hope that it will be useful,
+       but WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+       Lesser General Public License for more details.
+       
+       You should have received a copy of the GNU Lesser General Public
+       License along with this library in the file COPYING.LIB;
+       if not, write to the Free Software Foundation, Inc.,
+       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
index 0000000..ceadfce
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,10 @@
+Maintainers List
+================
+
+For notes on how to read this information, please refer to `MAINTAINERS.md` in
+the main Unikraft repository.
+
+       PTHREAD-EMBEDDED-UNIKRAFT
+       M:      Costin Lupu <costin.lupu@xxxxxxxxx>
+       L:      minios-devel@xxxxxxxxxxxxx
+       F: *
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2ecc239
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+pthread-embedded for Unikraft
+=============================
+
+Please refer to the `README.md` as well as the documentation in the `doc/`
+subdirectory of the main unikraft repository.
-- 
2.11.0


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.