251 Commits

Author SHA1 Message Date
openeuler-ci-bot
7f8301d45c !47 build extra libpthreadcond.so
Merge pull request !47 from 徐会杰/master
2020-08-17 14:18:32 +08:00
xuhuijie
94a9b01b4e the new pthread_cond_wait function is slow when in multi core environment
because of the queue. so we build old version function in an extra .so file.
you can use it by adding LD_PRELOAD=./libpthreadcond.so in front of your
program (eg: LD_PRELOAD=./libpthreadcond.so ./test).
use with-libpthreadcond to open the spec compile option.
2020-08-17 10:20:27 +08:00
openeuler-ci-bot
753dac954a !48 use the https address instead of ssh.
Merge pull request !48 from liqingqing_1229/master
2020-08-04 21:22:37 +08:00
liqingqing_1229
b82bc1047a 由于ssh的路径容易被防火墙隔离,替换成https的路径。 2020-08-04 21:18:24 +08:00
openeuler-ci-bot
b991e5dd47 !42 Disable warnings due to deprecated libselinux symbols used by nss and nscd
Merge pull request !42 from wswsamao/mymaster
2020-07-25 16:34:12 +08:00
wangshuo
9093b3b59e disable warnings due to deprecated libselinux symbols used by nss and nscd 2020-07-25 11:43:05 +08:00
openeuler-ci-bot
2228e001ce !41 fix CVE-2020-6096 and some bugs
Merge pull request !41 from wswsamao/mymaster
2020-07-24 15:07:34 +08:00
wangshuo
817b947c74 fix CVE-2020-6096 and some bugs 2020-07-24 14:18:22 +08:00
openeuler-ci-bot
ed4da6c78e !39 upgrade glibc from 2.28-45 to 2.31-1 version
Merge pull request !39 from 吴旭/master
2020-07-20 11:42:11 +08:00
buque
5458339cff upgrade glibc from 2.28-45 to 2.31-1 version 2020-07-16 11:06:13 +08:00
openeuler-ci-bot
375e608c78 !38 disable rpc and compilation
Merge pull request !38 from wswsamao/mymaster
2020-07-08 09:48:11 +08:00
wangshuo
0491b6ca1d disable osbolete rpc and disable parallel compilation 2020-07-07 17:37:12 +08:00
openeuler-ci-bot
05cc3ed19d !28 add glibc.yaml to check upstream community latest version
Merge pull request !28 from 吴旭/master
2020-07-07 17:12:16 +08:00
openeuler-ci-bot
386e402886 !36 backup to version 40
Merge pull request !36 from wswsamao/mymaster
2020-07-07 00:55:27 +08:00
wswsamao
39c8c0d45f backup to version 40 2020-07-07 00:08:19 +08:00
openeuler-ci-bot
2d75575078 !35 disable rpc and parallel compilation
Merge pull request !35 from wswsamao/mymaster
2020-07-06 23:28:42 +08:00
wangshuo
62468d7411 disable osbolete rpc and disable parallel compilation 2020-07-06 22:06:53 +08:00
openeuler-ci-bot
ef20d9bd4d !32 add zh and en to LanguageList
Merge pull request !32 from wswsamao/mymaster
2020-07-06 21:48:52 +08:00
wangshuo
cd79ca222e add zh and en to LanguageList 2020-07-06 09:03:03 +08:00
openeuler-ci-bot
7e9c5e6176 !29 add filelist and backport many patch
Merge pull request !29 from wswsamao/mymaster
2020-07-03 19:19:22 +08:00
wangshuo
b9801063d3 add filelist and backport many patch 2020-07-02 20:54:42 +08:00
wuxu_buque
e44e95b6d1 add glibc.yaml to check upstream community latest version 2020-07-02 17:28:35 +08:00
openeuler-ci-bot
d4a140875a !27 add glibc.yaml for automated verification
Merge pull request !27 from wswsamao/mymaster
2020-07-01 11:23:56 +08:00
wangshuo
c38a2ec343 add glibc.yaml for automated verification 2020-07-01 10:45:51 +08:00
openeuler-ci-bot
662a05fd69 !26 Fix array overflow in backtrace on PowerPC
Merge pull request !26 from wswsamao/mybranch
2020-06-02 15:34:52 +08:00
wangshuo
6bc9a41b03 fix array overflow in backtrace on PowerPC 2020-06-02 14:52:23 +08:00
openeuler-ci-bot
903350c3e9 !24 disable Werror temporarily
Merge pull request !24 from jdkboy/master
2020-05-28 20:26:16 +08:00
jdkboy
b90d9464f2 disable Werror temporarily 2020-05-28 20:22:07 +08:00
openeuler-ci-bot
623f61a0a3 !18 Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).
Merge pull request !18 from liqingqing/master
2020-05-07 09:34:47 +08:00
liqingqing_1229
72b20c6624 Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487) 2020-04-28 17:02:07 +08:00
openeuler-ci-bot
6d440956b5 !17 backport Kunpeng patches
Merge pull request !17 from 王彬/wangbin
2020-04-17 09:10:33 +08:00
wangbin
62a6b759e1 backport Kunpeng patches 2020-04-16 21:06:14 +08:00
openeuler-ci-bot
1931365f63 !16 fix build src.rpm error
Merge pull request !16 from HukunaMatata/master
2020-03-20 15:18:44 +08:00
HukunaMatata
9326fefed1 fix build src.rpm error 2020-03-19 20:43:08 +08:00
openeuler-ci-bot
6b6cfb3421 !15 exclude conflict files about rpc
Merge pull request !15 from wswsamao/master
2020-03-13 23:22:01 +08:00
wangshuo
8128dbd2f5 glibc: exclude conflict files about rpc 2020-03-13 23:20:40 +08:00
openeuler-ci-bot
babacea5b3 !13 enable obsolete rpc
Merge pull request !13 from wswsamao/master
2020-03-13 18:03:07 +08:00
wangshuo
efe70b58cf glibc: enable obsolete rpc 2020-03-13 16:56:37 +08:00
openeuler-ci-bot
a368d09957 !10 fix use after free in glob when expanding user bug
Merge pull request !10 from liqingqing/master
2020-03-13 14:26:59 +08:00
liqingqing_1229
bd7176f084 fix use after free in glob when expanding user bug. 2020-03-10 14:54:34 +08:00
openeuler-ci-bot
dd1801bb6b !8 remove aditional require for debugutils package
Merge pull request !8 from wswsamao/local
2020-02-27 17:00:36 +08:00
wangshuo
b9fe0c7026 glibc: remove aditional require for debugutils package 2020-02-26 16:11:31 +08:00
openeuler-ci-bot
cc1b7a5262 !3 Fix compile macro
Merge pull request !3 from wswsamao/wsamao
2020-01-07 19:00:38 +08:00
HukunaMatata
463be4ca12 glibc: fix compile macro 2020-01-07 16:59:52 +08:00
openeuler-ci-bot
3ab4bc9086 !1 language包增加Obsoletes symbol
Merge pull request !1 from wswsamao/wsamao
2020-01-07 16:37:06 +08:00
HukunaMatata
ee18190446 glibc: add obsoletes symbol for language 2020-01-06 19:36:40 +08:00
dogsheng
3c86b6c217 Package init 2019-12-25 15:46:41 +08:00
dogsheng
19c6df1b2e Package init 2019-12-14 14:32:18 +08:00
dogsheng
38535d6eac Package init 2019-12-13 15:17:55 +08:00
zhuchunyi
b77b83abe0 update code 2019-11-06 19:08:30 +08:00