index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-03
linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h
Adhemerval Zanella
1
-0
/
+1
2023-11-03
linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.h
Adhemerval Zanella
1
-0
/
+2
2023-11-03
linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.h
Adhemerval Zanella
2
-1
/
+2
2023-11-03
Update kernel version to 6.6 in header constant tests
Adhemerval Zanella
2
-3
/
+3
2023-11-03
Update syscall lists for Linux 6.6
Adhemerval Zanella
28
-2
/
+32
2023-11-03
Format test results closer to what DejaGnu does
Maxim Kuvyrkov
2
-4
/
+10
2023-11-01
AArch64: Cleanup ifuncs
Wilco Dijkstra
18
-125
/
+41
2023-11-01
Use correct subdir when building tst-rfc3484* for mach and arm
Arjun Shankar
2
-6
/
+2
2023-10-31
stdlib: Add more qsort{_r} coverage
Adhemerval Zanella
2
-0
/
+367
2023-10-31
stdlib: Remove use of mergesort on qsort (BZ 21719)
Adhemerval Zanella
7
-323
/
+16
2023-10-31
stdlib: Implement introsort for qsort (BZ 19305)
Adhemerval Zanella
1
-7
/
+82
2023-10-31
stdlib: qsort: Move some macros to inline function
Adhemerval Zanella
1
-12
/
+23
2023-10-31
stdlib: Move insertion sort out qsort
Adhemerval Zanella
1
-47
/
+54
2023-10-31
stdlib: Optimization qsort{_r} swap implementation
Adhemerval Zanella
1
-18
/
+77
2023-10-31
string: Add internal memswap implementation
Adhemerval Zanella
3
-0
/
+245
2023-10-31
crypt: Remove manul entry for --enable-crypt
Adhemerval Zanella
1
-13
/
+0
2023-10-31
Use Linux 6.6 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2023-10-30
crypt: Remove libcrypt support
Adhemerval Zanella
97
-5801
/
+61
2023-10-30
sparc: Remove optimize md5, sha256, and sha512
Adhemerval Zanella
15
-457
/
+1
2023-10-30
build-many-glibcs: Fix traililing whitespace
Adhemerval Zanella
1
-3
/
+3
2023-10-26
LoongArch: Delete excessively allocated memory.
caiyinyu
1
-34
/
+34
2023-10-26
LoongArch: Update hwcap.h to sync with LoongArch kernel.
caiyinyu
1
-0
/
+1
2023-10-26
LoongArch: Unify Register Names.
caiyinyu
2
-19
/
+19
2023-10-24
AArch64: Add support for MOPS memcpy/memmove/memset
Wilco Dijkstra
11
-1
/
+141
2023-10-24
Move getnameinfo from 'inet' to 'nss'
Arjun Shankar
5
-3
/
+6
2023-10-24
Move getaddrinfo from 'posix' into 'nss'
Arjun Shankar
14
-54
/
+22
2023-10-24
Move 'services' routines from 'inet' into 'nss'
Arjun Shankar
10
-13
/
+19
2023-10-24
Move 'rpc' routines from 'inet' into 'nss'
Arjun Shankar
12
-11
/
+20
2023-10-24
Move 'protocols' routines from 'inet' into 'nss'
Arjun Shankar
10
-12
/
+19
2023-10-24
Move 'networks' routines from 'inet' into 'nss'
Arjun Shankar
10
-14
/
+22
2023-10-24
Move 'netgroup' routines from 'inet' into 'nss'
Arjun Shankar
10
-15
/
+25
2023-10-24
Move 'hosts' routines from 'inet' into 'nss'
Arjun Shankar
13
-20
/
+27
2023-10-24
Move 'ethers' routines from 'inet' into 'nss'
Arjun Shankar
6
-6
/
+11
2023-10-24
Move 'aliases' routines from 'inet' into 'nss'
Arjun Shankar
10
-9
/
+16
2023-10-24
Remove 'shadow' and merge into 'nss'
Arjun Shankar
19
-73
/
+42
2023-10-24
Remove 'pwd' and merge into 'nss'
Arjun Shankar
19
-63
/
+34
2023-10-24
Remove 'gshadow' and merge into 'nss'
Arjun Shankar
20
-62
/
+49
2023-10-24
Remove 'grp' and merge into 'nss' and 'posix'
Arjun Shankar
38
-117
/
+85
2023-10-23
malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source
Adhemerval Zanella
2
-3
/
+2
2023-10-23
test-container: disable ld.so system cache on DSO detection
Simon Chopin
1
-2
/
+2
2023-10-23
aarch64: Add vector implementations of exp10 routines
Joe Ramsay
13
-0
/
+528
2023-10-23
aarch64: Add vector implementations of log10 routines
Joe Ramsay
15
-1
/
+584
2023-10-23
aarch64: Add vector implementations of log2 routines
Joe Ramsay
15
-1
/
+549
2023-10-23
aarch64: Add vector implementations of exp2 routines
Joe Ramsay
13
-0
/
+463
2023-10-23
aarch64: Add vector implementations of tan routines
Joe Ramsay
21
-27
/
+1274
2023-10-20
elf: ldconfig should skip temporary files created by package managers
Florian Weimer
2
-13
/
+30
2023-10-20
tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.
Stefan Liebler
1
-3
/
+3
2023-10-19
Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h
Joseph Myers
1
-0
/
+2
2023-10-19
s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]
Stefan Liebler
2
-2
/
+4
2023-10-18
elf: Do not print the cache entry if --inhibit-cache is used
Adhemerval Zanella
1
-1
/
+2
[prev]
[next]