No description
Find a file
2022-11-07 18:28:23 +08:00
0001-stdlib-Suppress-gcc-diagnostic-that-char8_t-is-a-key.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0002-wcsmbs-Add-missing-test-c8rtomb-test-mbrtoc8-depende.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0003-dlfcn-Pass-caller-pointer-to-static-dlopen-implement.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0004-Update-syscall-lists-for-Linux-5.19.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0005-elf-Replace-strcpy-call-with-memcpy-BZ-29454.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0006-Linux-Terminate-subprocess-on-late-failure-in-tst-pi.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0007-alpha-Fix-generic-brk-system-call-emulation-in-__brk.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0008-socket-Check-lengths-before-advancing-pointer-in-CMS.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0009-NEWS-Add-entry-for-bug-28846.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0010-glibcextract.py-Add-compile_c_snippet.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0011-linux-Use-compile_c_snippet-to-check-linux-pidfd.h-a.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0012-linux-Mimic-kernel-defition-for-BLOCK_SIZE.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0013-linux-Use-compile_c_snippet-to-check-linux-mount.h-a.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0014-linux-Fix-sys-mount.h-usage-with-kernel-headers.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0015-Linux-Fix-enum-fsconfig_command-detection-in-sys-mou.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0016-syslog-Fix-large-messages-BZ-29536.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0017-elf-Call-__libc_early_init-for-reused-namespaces-bug.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0018-Apply-asm-redirections-in-wchar.h-before-first-use.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
0019-elf-Restore-how-vDSO-dependency-is-printed-with-LD_T.patch sync patches from 2.36 release branch 2022-09-01 17:56:44 +08:00
bench.mk init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-2.36.tar.xz rebase to 2.36 2022-08-04 16:33:39 +08:00
glibc-bench-compare init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-cs-path.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-deprecated-selinux-makedb.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-fix-newlocale-error-return.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-no-archive-for-localedef.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-nscd-add-syslog-target-dependency.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-place-info-into-Libraries-category.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc-python3.patch init from upstream 2.35 2022-03-03 20:05:59 +08:00
glibc.spec optimise spec file 2022-11-07 18:28:23 +08:00
parse-SUPPORTED.py init from upstream 2.35 2022-03-03 20:05:59 +08:00
README.md init for Anolis OS 23 2022-02-22 14:27:07 +08:00
wrap-find-debuginfo.sh init from upstream 2.35 2022-03-03 20:05:59 +08:00

Anolis OS

代码仓库说明

分支说明

进行代码开发工作时,请注意选择当前版本对应的分支

  • aX分支为对应大版本的主分支,如a8分支对应当前最新版本
  • aX.Y分支为对应小版本的维护分支如a8.2分支对应8.2版本

开发流程

  1. 首先fork目标分支到自己的namespace
  2. 在自己的fork分支上做出修改
  3. 向对应的仓库中提交merge request源分支为fork分支