{"id":19984540,"url":"https://github.com/intellabs/c3-glibc","last_synced_at":"2025-05-04T06:33:21.100Z","repository":{"id":148596654,"uuid":"331717378","full_name":"IntelLabs/c3-glibc","owner":"IntelLabs","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-13T18:37:32.000Z","size":155940,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-08-13T21:19:50.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntelLabs.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/Makefile","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-21T18:27:24.000Z","updated_at":"2024-05-14T14:33:59.000Z","dependencies_parsed_at":"2024-08-13T21:13:18.378Z","dependency_job_id":null,"html_url":"https://github.com/IntelLabs/c3-glibc","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelLabs%2Fc3-glibc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelLabs%2Fc3-glibc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelLabs%2Fc3-glibc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelLabs%2Fc3-glibc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntelLabs","download_url":"https://codeload.github.com/IntelLabs/c3-glibc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224386233,"owners_count":17302622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T04:19:27.172Z","updated_at":"2024-11-13T04:19:27.937Z","avatar_url":"https://github.com/IntelLabs.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Notice:\n\nThe contents of this repository and linked repositories are solely for research\npurposes and may contain software with vulnerabilities, such as outdated\nlibraries. Do not use in production.\n\nThis library is solely intended for use in the context of the system contained\nin https://github.com/IntelLabs/c3-simulator.\n\nThis material is based upon work supported by the Naval Information Warfare\nCenter Pacific and the Defense Advanced Research Project Agency under Prototype\nOther Transaction Agreement No. N66001-23-9-4004. Any opinions, findings and\nconclusions or recommendations expressed in this material are those of the\nauthor(s) and do not necessarily reflect the views of the Naval Information\nWarfare Center Pacific or the Defense Advanced Research Project Agency.\n\n== Original README:\n\nThis directory contains the sources of the GNU C Library.\nSee the file \"version.h\" for what release version you have.\n\nThe GNU C Library is the standard system C library for all GNU systems,\nand is an important part of what makes up a GNU system.  It provides the\nsystem API for all programs written in C and C-compatible languages such\nas C++ and Objective C; the runtime facilities of other programming\nlanguages use the C library to access the underlying operating system.\n\nIn GNU/Linux systems, the C library works with the Linux kernel to\nimplement the operating system behavior seen by user applications.\nIn GNU/Hurd systems, it works with a microkernel and Hurd servers.\n\nThe GNU C Library implements much of the POSIX.1 functionality in the\nGNU/Hurd system, using configurations i[4567]86-*-gnu.\n\nWhen working with Linux kernels, this version of the GNU C Library\nrequires Linux kernel version 3.2 or later.\n\nAlso note that the shared version of the libgcc_s library must be\ninstalled for the pthread library to work correctly.\n\nThe GNU C Library supports these configurations for using Linux kernels:\n\n\taarch64*-*-linux-gnu\n\talpha*-*-linux-gnu\n\tarm-*-linux-gnueabi\n\tcsky-*-linux-gnuabiv2\n\thppa-*-linux-gnu\n\ti[4567]86-*-linux-gnu\n\tx86_64-*-linux-gnu\tCan build either x86_64 or x32\n\tia64-*-linux-gnu\n\tm68k-*-linux-gnu\n\tmicroblaze*-*-linux-gnu\n\tmips-*-linux-gnu\n\tmips64-*-linux-gnu\n\tpowerpc-*-linux-gnu\tHardware or software floating point, BE only.\n\tpowerpc64*-*-linux-gnu\tBig-endian and little-endian.\n\ts390-*-linux-gnu\n\ts390x-*-linux-gnu\n\triscv64-*-linux-gnu\n\tsh[34]-*-linux-gnu\n\tsparc*-*-linux-gnu\n\tsparc64*-*-linux-gnu\n\nIf you are interested in doing a port, please contact the glibc\nmaintainers; see http://www.gnu.org/software/libc/ for more\ninformation.\n\nSee the file INSTALL to find out how to configure, build, and install\nthe GNU C Library.  You might also consider reading the WWW pages for\nthe C library at http://www.gnu.org/software/libc/.\n\nThe GNU C Library is (almost) completely documented by the Texinfo manual\nfound in the `manual/' subdirectory.  The manual is still being updated\nand contains some known errors and omissions; we regret that we do not\nhave the resources to work on the manual as much as we would like.  For\ncorrections to the manual, please file a bug in the `manual' component,\nfollowing the bug-reporting instructions below.  Please be sure to check\nthe manual in the current development sources to see if your problem has\nalready been corrected.\n\nPlease see http://www.gnu.org/software/libc/bugs.html for bug reporting\ninformation.  We are now using the Bugzilla system to track all bug reports.\nThis web page gives detailed information on how to report bugs properly.\n\nThe GNU C Library is free software.  See the file COPYING.LIB for copying\nconditions, and LICENSES for notices about a few contributions that require\nthese additional notices to be distributed.  License copyright years may be\nlisted using range notation, e.g., 1996-2015, indicating that every year in\nthe range, inclusive, is a copyrightable year that would otherwise be listed\nindividually.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellabs%2Fc3-glibc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintellabs%2Fc3-glibc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellabs%2Fc3-glibc/lists"}