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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s390: Consolidate Linux syscall definition
Adhemerval Zanella
2020-02-14
3
-192
/
+103
*
riscv: Avoid clobbering register parameters in syscall
Adhemerval Zanella
2020-02-14
1
-28
/
+56
*
microblaze: Avoid clobbering register parameters in syscall
Adhemerval Zanella
2020-02-14
1
-35
/
+56
*
nios2: Use Linux kABI for syscall return
Adhemerval Zanella
2020-02-14
1
-5
/
+5
*
mips: Use Linux kABI for syscall return
Adhemerval Zanella
2020-02-14
3
-53
/
+23
*
mips64: Consolidate Linux sysdep.h
Adhemerval Zanella
2020-02-14
4
-455
/
+70
*
ia64: Use Linux kABI for syscall return
Adhemerval Zanella
2020-02-14
1
-34
/
+24
*
alpha: Refactor syscall and Use Linux kABI for syscall return
Adhemerval Zanella
2020-02-14
3
-395
/
+348
*
sparc: Avoid clobbering register parameters in syscall
Adhemerval Zanella
2020-02-14
1
-27
/
+53
*
sparc: Use Linux kABI for syscall return
Adhemerval Zanella
2020-02-14
3
-48
/
+38
*
powerpc: Use Linux kABI for syscall return
Adhemerval Zanella
2020-02-14
1
-7
/
+5
*
powerpc: Consolidate Linux syscall definition
Adhemerval Zanella
2020-02-14
3
-409
/
+209
*
i386: Enable CET support in ucontext functions
H.J. Lu
2020-02-14
6
-3
/
+425
*
tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex
Alistair Francis
2020-02-14
1
-0
/
+4
*
powerpc64: Add memory protection key support [BZ #23202]
Florian Weimer
2020-02-14
3
-0
/
+145
*
Use gcc -finput-charset=ascii for check-installed-headers.
Stefan Liebler
2020-02-13
4
-4
/
+4
*
alpha: Fix static gettimeofday symbol
Adhemerval Zanella
2020-02-13
1
-5
/
+2
*
mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]
WANG Xuerui
2020-02-12
3
-52
/
+104
*
mips: Use 'long int' and 'long long int' in linux syscall code
WANG Xuerui
2020-02-12
14
-220
/
+230
*
alpha: Use generic gettimeofday implementation
Adhemerval Zanella
2020-02-12
2
-2
/
+8
*
Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5.
Joseph Myers
2020-02-12
1
-1
/
+2
*
Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]
Florian Weimer
2020-02-12
1
-10
/
+47
*
io: Implement lchmod using fchmodat [BZ #14578]
Florian Weimer
2020-02-12
1
-0
/
+1
*
Linux: Add io/tst-o_path-locks test
Florian Weimer
2020-02-09
2
-1
/
+101
*
y2038: linux: Provide __settimeofday64 implementation
Lukasz Majewski
2020-02-07
1
-0
/
+53
*
y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32
Lukasz Majewski
2020-02-07
4
-9
/
+9
*
y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval
Lukasz Majewski
2020-02-07
4
-7
/
+7
*
y2038: Define __suseconds64_t type to be used with struct __timeval64
Lukasz Majewski
2020-02-07
5
-0
/
+5
*
Update kernel version to 5.5 in tst-mman-consts.py.
Joseph Myers
2020-02-07
1
-1
/
+1
*
Update syscall lists for Linux 5.5.
Joseph Myers
2020-02-07
2
-2
/
+3
*
y2038: linux: Provide __timespec_get64 implementation
Lukasz Majewski
2020-02-05
1
-0
/
+59
*
rt: avoid PLT setup in timer_[sg]ettime
Andreas Schwab
2020-02-03
2
-2
/
+4
*
y2038: linux: Provide __sched_rr_get_interval64 implementation
Lukasz Majewski
2020-02-02
2
-1
/
+73
*
y2038: linux: Provide __timerfd_settime64 implementation
Lukasz Majewski
2020-02-02
3
-2
/
+88
*
y2038: linux: Provide __timerfd_gettime64 implementation
Lukasz Majewski
2020-02-02
3
-2
/
+70
*
i386: Remove _exit.S
H.J. Lu
2020-02-01
1
-44
/
+0
*
i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]
H.J. Lu
2020-02-01
4
-29
/
+10
*
Fix tst-pkey.c pkey_alloc return checks and manual
Lucas A. M. Magalhaes
2020-01-17
1
-0
/
+4
*
powerpc: Move cache line size to rtld_global_ro
Tulio Magno Quites Machado Filho
2020-01-17
3
-18
/
+14
*
powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]
Tulio Magno Quites Machado Filho
2020-01-17
1
-2
/
+11
*
linux: Optimize fallback 32-bit clock_getres
Adhemerval Zanella
2020-01-03
1
-4
/
+12
*
linux: Add support for clock_getres64 vDSO
Adhemerval Zanella
2020-01-03
8
-12
/
+24
*
linux: Enable vDSO clock_gettime64 for mips
Adhemerval Zanella
2020-01-03
1
-0
/
+5
*
linux: Enable vDSO clock_gettime64 for arm
Adhemerval Zanella
2020-01-03
1
-0
/
+1
*
linux: Enable vDSO clock_gettime64 for i386
Adhemerval Zanella
2020-01-03
1
-0
/
+1
*
linux: Optimize fallback 32-bit clock_gettime
Adhemerval Zanella
2020-01-03
1
-4
/
+12
*
linux: Add support for clock_gettime64 vDSO
Adhemerval Zanella
2020-01-03
9
-12
/
+34
*
elf: Move vDSO setup to rtld (BZ#24967)
Adhemerval Zanella
2020-01-03
21
-272
/
+162
*
linux: Consolidate time implementation
Adhemerval Zanella
2020-01-03
3
-55
/
+54
*
linux: Consolidate Linux gettimeofday
Adhemerval Zanella
2020-01-03
4
-100
/
+63
[prev]
[next]