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
/
sysv
/
linux
/
sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: Move pthread_attr_getscope implementation into libc
Florian Weimer
2020-02-20
2
-2
/
+0
*
nptl: Move pthread_attr_setschedpolicy implementation into libc
Florian Weimer
2020-02-20
2
-2
/
+0
*
nptl: Move pthread_attr_getschedpolicy implementation into libc
Florian Weimer
2020-02-20
2
-2
/
+0
*
ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]
Florian Weimer
2020-02-15
4
-20
/
+0
*
linux: Remove INTERNAL_SYSCALL_DECL
Adhemerval Zanella
2020-02-14
1
-11
/
+11
*
linux: Consolidate INLINE_SYSCALL
Adhemerval Zanella
2020-02-14
2
-24
/
+1
*
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
*
Use gcc -finput-charset=ascii for check-installed-headers.
Stefan Liebler
2020-02-13
1
-1
/
+1
*
y2038: Define __suseconds64_t type to be used with struct __timeval64
Lukasz Majewski
2020-02-07
1
-0
/
+1
*
linux: Add support for clock_gettime64 vDSO
Adhemerval Zanella
2020-01-03
1
-1
/
+5
*
elf: Move vDSO setup to rtld (BZ#24967)
Adhemerval Zanella
2020-01-03
1
-4
/
+0
*
Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>
Florian Weimer
2020-01-02
1
-10
/
+0
*
Linux: Use system call tables during build
Florian Weimer
2020-01-02
2
-2
/
+0
*
Linux: Add tables with system call numbers
Florian Weimer
2020-01-02
2
-0
/
+775
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
85
-85
/
+85
*
Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
Tulio Magno Quites Machado Filho
2019-12-27
2
-0
/
+2
*
linux: Consolidate sigprocmask
Adhemerval Zanella
2019-12-27
1
-34
/
+0
*
nptl: Move waitpid implementation to libc
Adhemerval Zanella
2019-12-19
2
-2
/
+0
*
nptl: Move wait implementation to libc
Adhemerval Zanella
2019-12-19
2
-4
/
+0
*
nptl: Add more missing placeholder abi symbol from nanosleep move
Adhemerval Zanella
2019-12-09
2
-1
/
+2
*
sparc: Use atomic compiler builtins on sparc
Adhemerval Zanella
2019-11-27
1
-130
/
+0
*
nptl: Add missing placeholder abi symbol from nanosleep move
Adhemerval Zanella
2019-11-07
1
-0
/
+1
*
nptl: Move nanosleep implementation to libc
Adhemerval Zanella
2019-11-06
2
-4
/
+0
*
nptl: Add pthread_clockjoin_np
Mike Crowe
2019-11-01
2
-0
/
+2
*
nptl: Replace non cancellable pause/nanosleep with futex
Adhemerval Zanella
2019-10-31
1
-2
/
+20
*
Define __STATFS_MATCHES_STATFS64
Alistair Francis
2019-10-24
1
-0
/
+5
*
Update sysvipc kernel-features.h files for Linux 5.1
Adhemerval Zanella
2019-10-18
1
-4
/
+6
*
ipc: Refactor sysvipc internal definitions
Adhemerval Zanella
2019-10-17
2
-14
/
+8
*
Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.
Joseph Myers
2019-10-14
1
-1
/
+5
*
sysvipc: Set ipc_perm mode as mode_t (BZ#18231)
Adhemerval Zanella
2019-10-10
1
-28
/
+3
*
nptl: Move pthread_attr_setschedparam implementation into libc
Florian Weimer
2019-10-07
2
-2
/
+0
*
nptl: Move pthread_attr_getschedparam implementation into libc
Florian Weimer
2019-10-07
2
-2
/
+0
*
nptl: Move pthread_attr_setinheritsched implementation into libc.
Florian Weimer
2019-10-04
2
-2
/
+0
*
Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.
Joseph Myers
2019-09-30
1
-0
/
+2
*
sparc64: Use linux generic time implementation
Adhemerval Zanella
2019-09-17
1
-1
/
+0
*
Refactor vDSO initialization code
Adhemerval Zanella
2019-09-17
3
-73
/
+2
*
Remove PREPARE_VERSION and PREPARE_VERSION_KNOW
Adhemerval Zanella
2019-09-17
2
-4
/
+5
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
89
-89
/
+89
*
Finish move of clock_* functions to libc. [BZ #24959]
Zack Weinberg
2019-09-04
4
-10
/
+10
*
nptl: Move pthread_attr_getinheritsched implementation into libc
Florian Weimer
2019-08-30
2
-2
/
+0
*
nptl: Move pthread_attr_setdetachstate implementation into libc
Florian Weimer
2019-08-28
2
-2
/
+0
*
linux: Make profil_counter a compat_symbol (BZ#17726)
Adhemerval Zanella
2019-08-23
1
-1
/
+4
*
Refactor sigcontextinfo.h
Adhemerval Zanella
2019-08-23
6
-62
/
+140
*
nptl: Move pthread_attr_getdetachstate implementation into libc
Florian Weimer
2019-08-16
2
-2
/
+0
*
nptl: Move pthread_attr_init implementation into libc
Florian Weimer
2019-08-15
2
-3
/
+0
*
Make totalorder and totalordermag functions take pointer arguments.
Joseph Myers
2019-08-15
2
-0
/
+32
*
nptl: Remove pthread_self compatibility symbol from libpthread
Florian Weimer
2019-08-15
2
-2
/
+0
*
nptl: Move pthread_attr_destroy implementation into libc
Florian Weimer
2019-08-15
2
-2
/
+0
*
nptl: Move pthread_equal implementation into libc
Florian Weimer
2019-08-15
2
-2
/
+0
[next]