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
2022-09-28
x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]
Noah Goldstein
2
-30
/
+39
2022-09-28
Update _FloatN header support for C++ in GCC 13
Joseph Myers
6
-35
/
+35
2022-09-28
hurd: Fix typo
Samuel Thibault
1
-1
/
+1
2022-09-28
get_nscd_addresses: Fix subscript typos [BZ #29605]
Jörg Sonnenberger
1
-3
/
+3
2022-09-27
hurd: Increase SOMAXCONN to 4096
Samuel Thibault
1
-1
/
+1
2022-09-26
Use atomic_exchange_release/acquire
Wilco Dijkstra
31
-39
/
+39
2022-09-23
nss: Use shared prefix in IPv4 address in tst-reload1
Florian Weimer
1
-4
/
+4
2022-09-23
nss: Enhance tst-reload1 coverage and logging
Florian Weimer
1
-22
/
+29
2022-09-23
Use C11 atomics instead of atomic_decrement_and_test
Wilco Dijkstra
6
-108
/
+5
2022-09-23
Use C11 atomics instead of atomic_increment(_val)
Wilco Dijkstra
9
-12
/
+12
2022-09-23
Use C11 atomics instead of atomic_and/or
Wilco Dijkstra
4
-4
/
+4
2022-09-22
malloc: Print error when oldsize is not equal to the current size.
Qingqing Li
1
-1
/
+2
2022-09-22
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
29
-70
/
+70
2022-09-22
elf: Extract glibcelf constants from <elf.h>
Florian Weimer
2
-652
/
+433
2022-09-22
scripts: Enhance glibcpp to do basic macro processing
Florian Weimer
3
-2
/
+542
2022-09-22
scripts: Extract glibcpp.py from check-obsolete-constructs.py
Florian Weimer
2
-184
/
+217
2022-09-21
riscv: Remove RV32 floating point functions
Alistair Francis
8
-132
/
+40
2022-09-21
riscv: Consolidate the libm-test-ulps
Alistair Francis
4
-1406
/
+0
2022-09-21
hurd: Fix SIOCADD/DELRT ioctls
Samuel Thibault
1
-2
/
+2
2022-09-21
hurd: Drop struct rtentry and in6_rtmsg
Samuel Thibault
1
-38
/
+0
2022-09-21
hurd: Add _IOT_ifrtreq to <net/route.h>
Damien Zammit
1
-0
/
+1
2022-09-21
elf: Use C11 atomics on _dl_mcount
Adhemerval Zanella
1
-5
/
+5
2022-09-21
hurd: Use IF_NAMESIZE rather than IFNAMSIZ
Samuel Thibault
1
-1
/
+1
2022-09-21
hurd: Add ifrtreq structure to net/route.h
Damien Zammit
1
-0
/
+17
2022-09-20
hppa: undef __ASSUME_SET_ROBUST_LIST
John David Anglin
1
-0
/
+3
2022-09-20
linux: Use same type for MMAP2_PAGE_UNIT
Adhemerval Zanella
4
-4
/
+4
2022-09-20
m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
Adhemerval Zanella
4
-2
/
+59
2022-09-20
nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)
Florian Weimer
1
-4
/
+5
2022-09-20
nss: Implement --no-addrconfig option for getent
Florian Weimer
2
-2
/
+14
2022-09-20
gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)
Florian Weimer
1
-8
/
+8
2022-09-20
elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)
Florian Weimer
2
-9
/
+30
2022-09-19
Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)
Florian Weimer
2
-108
/
+69
2022-09-17
hurd: Factorize at/non-at functions
Samuel Thibault
29
-226
/
+123
2022-09-17
tst-sprintf-errno: Update Hurd message length
Samuel Thibault
1
-1
/
+1
2022-09-16
RISC-V: Allow long jumps to __syscall_error
Łukasz Stelmach
6
-6
/
+6
2022-09-15
hurd: Make readlink* just reopen the file used for stat
Samuel Thibault
2
-24
/
+40
2022-09-14
hurd: Fix readlink() hanging on fifo
Samuel Thibault
2
-2
/
+8
2022-09-14
Fix BRE typos in check-safety.sh
Paul Eggert
1
-3
/
+3
2022-09-13
Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]
Sergei Trofimovich
3
-4
/
+20
2022-09-13
Use relaxed atomics since there is no MO dependence
Wilco Dijkstra
3
-9
/
+4
2022-09-12
makedb: fix build with libselinux >= 3.1 (Bug 26233)
Aurelien Jarno
1
-9
/
+15
2022-09-11
tst-sprintf-errno: Update Hurd message output
Samuel Thibault
1
-1
/
+1
2022-09-09
Use C11 atomics instead of atomic_decrement(_val)
Wilco Dijkstra
15
-16
/
+16
2022-09-09
Use C11 atomics instead atomic_add(_zero)
Wilco Dijkstra
2
-4
/
+4
2022-09-08
mktime: improve heuristic for ca-1986 Indiana DST
Paul Eggert
1
-8
/
+20
2022-09-08
Assume HAVE_TZSET in time/mktime.c
Paul Eggert
1
-1
/
+1
2022-09-08
elf: Fix hwcaps string size overestimation
Javier Pello
1
-3
/
+5
2022-09-08
errlist: add missing entry for EDEADLOCK (bug 29545)
Andreas Schwab
2
-0
/
+11
2022-09-07
Do not define static_assert or thread_local in headers for C2x
Joseph Myers
2
-2
/
+8
2022-09-06
malloc: Use C11 atomics rather than atomic_exchange_and_add
Wilco Dijkstra
1
-3
/
+3
[prev]
[next]