GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add __v*printf_internal with flags arguments
Zack Weinberg
2018-12-05
1
-10
/
+11
*
Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.
Zack Weinberg
2018-12-05
1
-130
/
+121
*
Add __vfscanf_internal and __vfwscanf_internal with flags arguments.
Zack Weinberg
2018-12-05
3
-4
/
+23
*
Enable VDSO for static linking on arm
Rafael Ávila de Espíndola
2018-12-03
3
-10
/
+8
*
posix: Fix segfault in maybe_script_execute
Adhemerval Zanella
2018-12-03
1
-1
/
+1
*
x86: Extend CPUID support in struct cpu_features
H.J. Lu
2018-12-03
6
-245
/
+1249
*
htl: Fix comparing attr with default values
Samuel Thibault
2018-12-01
4
-4
/
+4
*
Mutex: Add pthread mutex tunables
Kemi Wang
2018-12-01
2
-0
/
+49
*
Enable VDSO on i386 statically linked programs
Rafael Ávila de Espíndola
2018-11-30
2
-7
/
+8
*
scripts/abilist.awk: Handle special _end symbol for Hurd
Florian Weimer
2018-11-30
1
-1
/
+1
*
posix: Use posix_spawn on system
Adhemerval Zanella
2018-11-30
8
-255
/
+118
*
hurd: Fix returning value for fcntl(F_*LK*)
Samuel Thibault
2018-11-30
1
-6
/
+4
*
S390: Regenerate ULPs.
Stefan Liebler
2018-11-28
1
-12
/
+8
*
Fix Hurd build with read-only source directory.
Joseph Myers
2018-11-27
1
-3
/
+4
*
CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]
Florian Weimer
2018-11-27
1
-5
/
+6
*
Enable VDSO for static linking on aarch64
Rafael Ávila de Espíndola
2018-11-27
3
-10
/
+8
*
Enable VDSO on powerpc statically linked programs (bug 19767)
Rafael Ávila de Espíndola
2018-11-26
4
-9
/
+10
*
Enable VDSO on x86_64 statically linked programs [BZ #19767]
Rafael Ávila de Espíndola
2018-11-23
7
-10
/
+22
*
Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915).
Joseph Myers
2018-11-23
1
-3
/
+4
*
x86/CET: Add a re-exec test with legacy bitmap
H.J. Lu
2018-11-23
2
-2
/
+86
*
Remove the error handling wrapper from pow
Szabolcs Nagy
2018-11-21
33
-11
/
+57
*
Remove the error handling wrapper from log2
Szabolcs Nagy
2018-11-21
29
-6
/
+49
*
Remove the error handling wrapper from log
Szabolcs Nagy
2018-11-21
34
-7
/
+56
*
Remove the error handling wrapper from exp and exp2
Szabolcs Nagy
2018-11-21
39
-16
/
+106
*
[AArch64] Adjust writeback in non-zero memset
Wilco Dijkstra
2018-11-20
1
-3
/
+4
*
hurd: Support lockf at offset 0 with size 0 or 1.
Samuel Thibault
2018-11-19
1
-0
/
+13
*
Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.
Zack Weinberg
2018-11-16
2
-25
/
+17
*
hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64
Samuel Thibault
2018-11-16
6
-34
/
+136
*
hurd: Fix build with GCC 9
Samuel Thibault
2018-11-14
1
-2
/
+3
*
Fix mips build with GCC 9.
Joseph Myers
2018-11-13
1
-1
/
+6
*
Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.
Joseph Myers
2018-11-13
1
-3
/
+3
*
Fix sparc64 build with GCC 9.
Joseph Myers
2018-11-13
1
-1
/
+2
*
Fix armv7 build with GCC 9.
Joseph Myers
2018-11-12
1
-1
/
+2
*
Fix i686 build with GCC 9.
Joseph Myers
2018-11-12
6
-6
/
+6
*
Remove redundant macro definitions from ia64 sfp-machine.h.
Joseph Myers
2018-11-12
1
-10
/
+0
*
hurd: Document dtable_cloexec size convention.
Samuel Thibault
2018-11-11
1
-1
/
+1
*
Hurd: export _hurd_port_move
Samuel Thibault
2018-11-10
1
-0
/
+1
*
Hurd: Fix ulinks in fd table reallocation
Samuel Thibault
2018-11-10
1
-1
/
+11
*
Hurd: Implement chdir support in posix_spawn
Samuel Thibault
2018-11-10
1
-10
/
+77
*
Add support for GCC 9 attribute copy.
Martin Sebor
2018-11-09
18
-21
/
+21
*
Remove __ASSUME_SOCKETCALL.
Joseph Myers
2018-11-08
8
-25
/
+0
*
Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]
H.J. Lu
2018-11-08
2
-14
/
+46
*
Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867).
Joseph Myers
2018-11-07
2
-0
/
+12
*
RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)
Andreas Schwab
2018-11-07
1
-0
/
+5
*
Correct SH kernel-features.h undefines (bug 23862).
Joseph Myers
2018-11-06
1
-1
/
+4
*
posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]
Florian Weimer
2018-11-06
29
-0
/
+37
*
hurd: Fix last-minute refactoring
Samuel Thibault
2018-11-04
1
-1
/
+1
*
hurd: Support msync
Samuel Thibault
2018-11-03
1
-0
/
+93
*
Update and correct SPARC configuration for supported socket syscalls (bug 238...
Joseph Myers
2018-11-01
2
-4
/
+24
*
MIPS: Use `.set mips2' to emulate LL/SC for the R5900 too
Fredrik Noring
2018-11-01
1
-1
/
+2
[next]