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

[Minios-devel] [UNIKRAFT/PTHREAD-EMBEDDED PATCH 0/8] Initial port of pthread-embedded library


  • To: minios-devel@xxxxxxxxxxxxx
  • From: Costin Lupu <costin.lupu@xxxxxxxxx>
  • Date: Mon, 15 Apr 2019 15:43:12 +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:43 +0000
  • Ironport-phdr: 9a23:/LHzmB2fRdFbaTIxsmDT+DRfVm0co7zxezQtwd8ZsesXKv/xwZ3uMQTl6Ol3ixeRBMOHsqsC0bud7vqoGTRZp8rY6DZaKN0EfiRGoP1epxYnDs+BBB+zB9/RRAt+Iv5/UkR49WqwK0lfFZW2TVTTpnqv8WxaQU2nZkJ6KevvB4Hdkdm82fys9J3PeQVIgye2ba9vIBmsogjdq9QajZF8Jqs1xRfEomVEcPlSyW90OF6fhRnx6tqs8JJ57yhcp/ct/NNcXKvneKg1UaZWByk8PWAv483ruxjDTQ+R6XYZT24bjBlGDRXb4R/jRpv+vTf0ueR72CmBIM35Vqs0Vii476dqUxDnliEKPCMk/W7Ni8xwiKVboA+9pxF63oXZbp2ZOOZ4c6jAe94RWGhPUdtLVyFZAo2ycZYBAeQCM+hftITxu0cCoAGiCQS2GO/j1jlFjWL2060g1OQhFBnL0RInH9IVrHTUrdP1P7oUX+Co1KnI0CjIYvRK1jf684jIbhEhofeWUbJ0bMrR0VQvGhjZgVWLs4DlJy6V2f8Xv2iB6OptTOSigHMkpQFpujWj28ghhpTTio8Wyl3I7zt1zJg3KNGiRkN3ecOoHZRNuy2ANIZ7QtkuT39mtSs00LEKpJG2cDYMxZ863RDQceaHfJKN4h/7UeaRJip3i2x9dbKkghay7VCgyurhVsmoyFpKrjRKkt3Ltn0VyRzT79KISvp5/ku7xTmPzBrf6vlZIU8vj6bbMZkhzqYxlpoVr0vDAjf7lFj5gaOLbEkp+eil5/75brn4pJKQLYF5hhn7Mqs0m8y/Beo4MhIJX2ie4emzyLrj/VblQLVLiP06iK3ZsI3CJcQGvaO2HxRV3pw76xaiFDiqys4YnX4fIFJfZB2Hl5TpO03JIP3gCPe/glKskDZsx/DdJ7HuH4vCLmbdn7flZrt9709cyBEvzdBE/Z5VBa8OIPTpVk/2rtzYAQczMxaozOb/FNV9yoQeVHqPDK+dN6PSq16I6fgpI+WWeYEapDb9K/0k5/HzkX80glkdcre10psTcn+3Be5qLFuEYXD0mNcODX8KvhYiTOztkFCCXyBcZ3KzX6Ik+D43EoKmDZrCRo+xgbyMxyG7EYNKaWBCEF+DCm3keJuZW/0UciKdPtdhkiAYVbimU4IhzhGuuxXgy7V9KOrY4DYYuojl1Nhp5+3cjxcy+iZxD8mG1WGCUX17nmcSSDAtxqxwv1F9wE+Z0adkm/xYCcBT5/RRXwchNJ7cyut6C9boVgLCY9eGVlCmQ9S4DjErVd8xxcEBbFp5G9q4lR/PxTSlA6INnbyRGJM06r7c32T2J8tly3fGybMhj1g8TstRMm2mgrJw9wjQB47OjUWUjKCqeroA0y7J7miM1nCCs19FUF04baKQWHEZZ0zN6Nj0+E7GZ7uvEqg8dBtMz4iFMKQZRMfuiABtQ+z/OdKWR3+phi/kDhGT2rKKKo73Y3g11z6bEFUO1RoUqyXVfTMiDzus9jqNRAdlEkjiNhvh
  • Ironport-sdr: 5WExs1JaP2YvZ52T3VqXRMkmGLBzy3pcM0IP+jyPY72o2kxhUVTxS8NdAhJ3AT59BKfp7A+xp0 vjsUDFgl7/HA==
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>

This patches introduce support for pthread-embedded to Unikraft.

Costin Lupu (8):
  Add documentation
  Add .gitignore
  patches: Add patches for proper building of original library
  Initial port of pthread-embedded to Unikraft
  patches: Fix atomic operations
  Disable atomic functions
  Add missing functions for Ruby interpreter
  include/pthread.h: Guard C code for C++

 .gitignore                                         |  27 +
 CODING_STYLE.md                                    |   4 +
 CONTRIBUTING.md                                    |   4 +
 COPYING.md                                         |  30 ++
 Config.uk                                          |  30 ++
 MAINTAINERS.md                                     |  10 +
 Makefile.uk                                        | 326 +++++++++++++
 README.md                                          |  11 +
 exportsyms.uk                                      |  90 ++++
 include/pte_osal.h                                 |  16 +
 include/pte_types.h                                |  10 +
 include/pthread.h                                  |  51 ++
 include/sys/_pthreadtypes.h                        |   6 +
 missing_functions.c                                | 153 ++++++
 ...x-Set-type-size-of-result-used-in-pthread.patch | 494 +++++++++++++++++++
 ...x-Pass-right-arguments-on-tests-exit4-and.patch |  54 ++
 ...x-Fix-macro-definitions-for-tests-once3-a.patch |  36 ++
 ...le-priority-tests-until-we-add-preemptive.patch |  28 ++
 patches/0005-Use-Unikraft-yield-function.patch     |  22 +
 ...ader-inclusions-for-functions-from-header.patch |  35 ++
 patches/0007-Use-atomic-operations-as-macros.patch |  62 +++
 ...bugfix-Fix-atomic-operations-on-semaphore.patch |  63 +++
 pte_osal.c                                         | 541 +++++++++++++++++++++
 23 files changed, 2103 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 CODING_STYLE.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 COPYING.md
 create mode 100644 Config.uk
 create mode 100644 MAINTAINERS.md
 create mode 100644 Makefile.uk
 create mode 100644 README.md
 create mode 100644 exportsyms.uk
 create mode 100644 include/pte_osal.h
 create mode 100644 include/pte_types.h
 create mode 100644 include/pthread.h
 create mode 100644 include/sys/_pthreadtypes.h
 create mode 100644 missing_functions.c
 create mode 100644 
patches/0001-tests-bugfix-Set-type-size-of-result-used-in-pthread.patch
 create mode 100644 
patches/0002-tests-bugfix-Pass-right-arguments-on-tests-exit4-and.patch
 create mode 100644 
patches/0003-tests-bugfix-Fix-macro-definitions-for-tests-once3-a.patch
 create mode 100644 
patches/0004-tests-Disable-priority-tests-until-we-add-preemptive.patch
 create mode 100644 patches/0005-Use-Unikraft-yield-function.patch
 create mode 100644 
patches/0006-Separate-header-inclusions-for-functions-from-header.patch
 create mode 100644 patches/0007-Use-atomic-operations-as-macros.patch
 create mode 100644 patches/0008-bugfix-Fix-atomic-operations-on-semaphore.patch
 create mode 100644 pte_osal.c

-- 
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®.