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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ChangeLog to ChangeLog.old/ChangeLog.19
changelog-ends-here
Florian Weimer
2019-10-11
1
-0
/
+0
*
manual: Remove warning in the documentation of the abort function
Florian Weimer
2019-10-11
2
-8
/
+4
*
sysvipc: Set ipc_perm mode as mode_t (BZ#18231)
Adhemerval Zanella
2019-10-10
34
-421
/
+388
*
Simplify note processing
Andreas Schwab
2019-10-10
2
-14
/
+7
*
syscall-names.list: fix typos in comment
Dmitry V. Levin
2019-10-10
2
-5
/
+9
*
y2038: linux: Provide __clock_settime64 implementation
Lukasz Majewski
2019-10-10
3
-4
/
+51
*
posix: Use posix_spawn for wordexp
Adhemerval Zanella
2019-10-09
5
-158
/
+126
*
mips: Do not malloc on getdents64 fallback
Adhemerval Zanella
2019-10-09
2
-59
/
+88
*
sparc: Assume GOTDATA support in the toolchain
Florian Weimer
2019-10-09
4
-68
/
+9
*
<dirent.h>: Remove wrong comment about getdents64 declaration
Petr Vorel
2019-10-09
2
-2
/
+5
*
ChangeLog: Remove leading spaces before tabs and trailing whitespace
Florian Weimer
2019-10-09
1
-25
/
+25
*
Make tst-strftime2 and tst-strftime3 depend on locale generation
Gabriel F. T. Gomes
2019-10-08
2
-0
/
+8
*
posix/tst-wordexp-nocmd: Fix diagnostics output in test
Florian Weimer
2019-10-08
2
-2
/
+6
*
wordexp: Split out command execution tests from posix/wordexp-test
Florian Weimer
2019-10-08
4
-84
/
+194
*
nptl: Move pthread_attr_setschedparam implementation into libc
Florian Weimer
2019-10-07
33
-37
/
+69
*
riscv: Remove support for variable page sizes
Florian Weimer
2019-10-07
4
-120
/
+8
*
nptl: Move pthread_attr_getschedparam implementation into libc
Florian Weimer
2019-10-07
33
-36
/
+70
*
elf: Assign TLS modid later during dlopen [BZ #24930]
Florian Weimer
2019-10-04
4
-30
/
+60
*
elf: Never use the file ID of the main executable [BZ #24900]
Florian Weimer
2019-10-04
2
-21
/
+38
*
nptl: Move pthread_attr_setinheritsched implementation into libc.
Florian Weimer
2019-10-04
33
-35
/
+69
*
ChangeLog update from my last commit
Paul A. Clarke
2019-10-03
1
-0
/
+10
*
Disable -Wmaybe-uninitialized for total_deadline in sunrpc/clnt_udp.c.
Joseph Myers
2019-10-02
2
-0
/
+17
*
string/endian.h: Restore the __USE_MISC conditionals
Alistair Francis
2019-10-02
2
-5
/
+11
*
Disable warnings in string/tester.c at top level.
Joseph Myers
2019-10-02
2
-114
/
+26
*
Y2038: Include proper header to provide support for struct timeval on HURD
Lukasz Majewski
2019-10-02
2
-0
/
+4
*
[powerpc] No need to enter "Ignore Exceptions Mode"
Paul A. Clarke
2019-10-02
1
-4
/
+15
*
Enable passing arguments to the inferior in debugglibc.sh
Arjun Shankar
2019-10-02
2
-8
/
+27
*
time: Add padding for the timespec if required
Alistair Francis
2019-10-01
2
-0
/
+18
*
Split up endian.h to minimize exposure of BYTE_ORDER.
Alistair Francis
2019-10-01
59
-274
/
+375
*
Sync "language", "lang_name", "territory", "country_name" with CLDR/langtable
Mike FABIAN
2019-10-01
70
-88
/
+206
*
Use binutils 2.33 branch in build-many-glibcs.py.
Joseph Myers
2019-09-30
2
-1
/
+6
*
y2038: Provide conversion helpers for struct __timespec64
Lukasz Majewski
2019-10-01
2
-0
/
+56
*
Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.
Joseph Myers
2019-09-30
4
-1
/
+14
*
Add helper script for glibc debugging
Gabriel F. T. Gomes
2019-09-30
1
-1
/
+157
*
[powerpc] Rename fesetenv_mode to fesetenv_control
Paul A. Clarke
2019-09-27
6
-6
/
+17
*
[powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR write
Paul A. Clarke
2019-09-27
2
-1
/
+7
*
[powerpc] Rename fegetenv_status to fegetenv_control
Paul A. Clarke
2019-09-27
8
-9
/
+21
*
[powerpc] __fesetround_inline optimizations
Paul A. Clarke
2019-09-27
2
-3
/
+21
*
[powerpc] libc_feupdateenv_test: optimize FPSCR access
Paul A. Clarke
2019-09-27
3
-2
/
+24
*
[powerpc] fenv_private.h clean up
Paul A. Clarke
2019-09-27
9
-117
/
+67
*
Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.
Joseph Myers
2019-09-27
2
-0
/
+5
*
y2038: Introduce struct __timespec64 - new internal glibc type
Lukasz Majewski
2019-09-26
2
-0
/
+28
*
auto-changelog: Remove latin1 from codecs
Siddhesh Poyarekar
2019-09-26
2
-1
/
+6
*
Set the expects flags to clock_nanosleep
Adhemerval Zanella
2019-09-25
3
-1
/
+4
*
Fix tst-sigcontext-get_pc rule name from a43565ac447b1
Adhemerval Zanella
2019-09-25
2
-1
/
+7
*
inet/net-internal.h: Fix uninitalised clntudp_call() variable
Alistair Francis
2019-09-24
2
-0
/
+17
*
Fix vDSO initialization on arm and mips
Andreas Schwab
2019-09-24
3
-5
/
+18
*
Script to generate ChangeLog-like output from git log
Siddhesh Poyarekar
2019-09-20
5
-0
/
+1244
*
[powerpc] SET_RESTORE_ROUND optimizations and bug fix
Paul A. Clarke
2019-09-19
3
-25
/
+46
*
Fix building support_ptrace.c on i686-gnu.
Stefan Liebler
2019-09-19
2
-1
/
+4
[next]