6a6b8fb597glibc:add glibc-compat-2.17 subpackage to provide the function of the glibc-2.17 pthread library. Currently, provide pthread_condition function.
Yang Yanchao
2021-10-26 09:31:27 +08:00
af382177a3fix mtrace output and valgrind check failed for tunables_strdup. -mtrace fix output with PIE and ASLR. -elf: rtld copy terminating null in tunables strdup.
liqingqing_1229
2021-10-25 16:54:09 +08:00
072756a62c!226 [sync] PR-211: x86-64: Optimize load of all bits set into ZMM register [BZ #28252] From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-02 06:37:39 +00:00
89ddec60f7fpu: x86-64 optimize load of all bits set into ZMM register.
liqingqing_1229
2021-10-25 15:09:40 +08:00
edaae34689Add the testsuite whitelist. If a test case out of the trustlist fails, the compilation is interrupted.
Yang Yanchao
2021-10-12 16:28:32 +08:00
2cc8fc5dfa!223 [sync] PR-206: update string test memmove.c to cover 16KB From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-02 06:31:58 +00:00
b0f357c5e8update test memmove.c to cover 16KB
liqingqing_1229
2021-10-11 09:01:17 +08:00
024f162c45!222 [sync] PR-202: elf: drop elf/tls-macros.h in favor of thread tls_mode attribute From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-02 04:03:00 +00:00
353770b818elf: drop elf/tls-macros.h in favor of thread tls_mode attribute. use __ehdr_start for __GLOBAL_OFFSET_TABLE[0]
liqingqing_1229
2021-09-29 11:52:32 +08:00
ac3c8a34c8!221 [sync] PR-200: fix overflow ittimer tests on 32 bit system From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-02 00:50:39 +00:00
cf356da366time fix overflow itimer tests on 32 bit system
liqingqing_1229
2021-09-29 10:36:09 +08:00
5274c39942!220 [sync] PR-199: mtrace: use a static buffer for printing, fix upstream bug BZ #25947 From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-01 12:49:06 +00:00
270c700e66mtrace: use a static buffer for printing, fix upstream bug BZ #25947
liqingqing_1229
2021-09-27 19:17:12 +08:00
77d53dfe64!166 malloc: Initiate tcache shutdown even without allocations [BZ #28028] From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-07-05 01:14:57 +00:00
b49c4bc483malloc: tcache shutdown sequence does not work if the thread never allocated anything. (bug 28028)
liqingqing_1229
2021-07-03 15:47:42 +08:00
3bdc13a4b4!162 wordexp: Use strtoul instead of atoi so that overflow can be detected. From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-07-01 10:54:46 +00:00
c4279fb077fix CVE-2021-35942. wordexp: Use strtoul instead of atoi so that overflow can be detected.
liqingqing_1229
2021-07-01 14:26:02 +08:00
510db32aa5config yaml for patch tracking
gameoverboss
2020-10-30 15:56:47 +08:00
82fce85ce2!62 rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]. From: @sdrkun Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2020-10-12 20:21:13 +08:00
2ed033ad3crtld: Avoid using up static TLS surplus for optimizations [BZ #25051].
Sdrkun
2020-09-16 20:31:38 +08:00
5cced63bb9!50 remove country selection from tzselect.ksh Merge pull request !50 from MarsChan/master
openeuler-ci-bot
2020-09-10 16:13:23 +08:00
0c410efa03For political reasons, remove country selection from tzselect.ksh
MarsChan
2020-09-04 16:11:37 +08:00
7f8301d45c!47 build extra libpthreadcond.so Merge pull request !47 from 徐会杰/master
openeuler-ci-bot
2020-08-17 14:18:32 +08:00
94a9b01b4ethe 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.
xuhuijie
2020-08-04 19:05:22 +08:00
753dac954a!48 use the https address instead of ssh. Merge pull request !48 from liqingqing_1229/master
openeuler-ci-bot
2020-08-04 21:22:37 +08:00
b991e5dd47!42 Disable warnings due to deprecated libselinux symbols used by nss and nscd Merge pull request !42 from wswsamao/mymaster
openeuler-ci-bot
2020-07-25 16:34:12 +08:00
9093b3b59edisable warnings due to deprecated libselinux symbols used by nss and nscd
wangshuo
2020-07-25 11:43:05 +08:00
2228e001ce!41 fix CVE-2020-6096 and some bugs Merge pull request !41 from wswsamao/mymaster
openeuler-ci-bot
2020-07-24 15:07:34 +08:00
817b947c74fix CVE-2020-6096 and some bugs
wangshuo
2020-07-24 09:53:41 +08:00
ed4da6c78e!39 upgrade glibc from 2.28-45 to 2.31-1 version Merge pull request !39 from 吴旭/master
openeuler-ci-bot
2020-07-20 11:42:11 +08:00
5458339cffupgrade glibc from 2.28-45 to 2.31-1 version
buque
2020-07-09 19:57:24 +08:00
375e608c78!38 disable rpc and compilation Merge pull request !38 from wswsamao/mymaster
openeuler-ci-bot
2020-07-08 09:48:11 +08:00
05cc3ed19d!28 add glibc.yaml to check upstream community latest version Merge pull request !28 from 吴旭/master
openeuler-ci-bot
2020-07-07 17:12:16 +08:00
386e402886!36 backup to version 40 Merge pull request !36 from wswsamao/mymaster
openeuler-ci-bot
2020-07-07 00:55:27 +08:00
39c8c0d45fbackup to version 40
wswsamao
2020-07-07 00:08:19 +08:00
2d75575078!35 disable rpc and parallel compilation Merge pull request !35 from wswsamao/mymaster
openeuler-ci-bot
2020-07-06 23:28:42 +08:00