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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
posix: Add internal symbols for posix_spawn interface
Adhemerval Zanella
1
-0
/
+35
2018-09-27
Use copysign functions not __copysign functions in glibc libm.
Joseph Myers
1
-0
/
+2
2018-09-27
Use round functions not __round functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-20
Use trunc functions not __trunc functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-19
Fix mktime localtime offset confusion
Paul Eggert
1
-2
/
+2
2018-09-19
Merge mktime, timegm from upstream Gnulib
Paul Eggert
2
-0
/
+457
2018-09-17
Use ceil functions not __ceil functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-14
Use rint functions not __rint functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-14
Use floor functions not __floor functions in glibc libm.
Joseph Myers
1
-8
/
+21
2018-09-05
Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.
Joseph Myers
1
-0
/
+23
2018-09-04
Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.
Joseph Myers
1
-0
/
+90
2018-08-31
[BZ #20271] Add newlines in __libc_fatal calls.
Paul Pluzhnikov
1
-1
/
+2
2018-08-14
error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]
Florian Weimer
1
-0
/
+2
2018-08-01
Update NEWS, version.h, and features.h for glibc 2.28.
glibc-2.28
Carlos O'Donell
1
-1
/
+1
2018-07-25
Fix C11 conformance issues
Adhemerval Zanella
1
-1
/
+0
2018-07-24
nptl: Add C11 threads thrd_* functions
Adhemerval Zanella
2
-3
/
+1
2018-07-10
Add the statx function
Florian Weimer
1
-0
/
+1
2018-07-06
libio: Implement internal function __libc_readline_unlocked
Florian Weimer
1
-0
/
+17
2018-07-05
Add renameat2 function [BZ #17662]
Florian Weimer
1
-0
/
+3
2018-06-29
libc: Extend __libc_freeres framework (Bug 23329).
Carlos O'Donell
3
-12
/
+78
2018-06-27
Remove macros extend_alloca, extend_alloca_account [BZ #18023]
Florian Weimer
1
-40
/
+0
2018-06-26
Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
Adhemerval Zanella
1
-1
/
+6
2018-06-26
Run thread shutdown functions in an explicit order
Florian Weimer
2
-1
/
+4
2018-06-26
sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macro
Florian Weimer
1
-3
/
+0
2018-06-16
hurd: avoid PLT ref between sendfile and sendfile64
Samuel Thibault
1
-0
/
+6
2018-06-12
Avoid cancellable I/O primitives in ld.so.
Zack Weinberg
1
-1
/
+2
2018-06-08
posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (BZ#23264)
Adhemerval Zanella
1
-0
/
+2
2018-05-23
Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]
Florian Weimer
2
-9
/
+1
2018-05-23
Implement allocate_once for atomic initialization with allocation
Florian Weimer
1
-0
/
+95
2018-05-11
time: Use 64-bit time values for time zone parsing
Florian Weimer
1
-1
/
+5
2018-05-11
sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]
Florian Weimer
2
-0
/
+5
2018-05-09
Move math_narrow_eval to separate math-narrow-eval.h.
Joseph Myers
1
-0
/
+47
2018-04-26
Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]
Tulio Magno Quites Machado Filho
1
-1
/
+22
2018-04-20
Consolidate scandir{at}{64} implementation
Adhemerval Zanella
1
-10
/
+8
2018-04-20
Revert "hurd: Fix mach installed headers test"
Samuel Thibault
4
-34
/
+0
2018-04-19
hurd: Fix mach installed headers test
Samuel Thibault
4
-0
/
+8
2018-04-18
hurd: Fix spurious installation of headers defining hidden prototypes
Samuel Thibault
4
-0
/
+26
2018-04-05
Revert "hurd: Avoid PLTs for longjmp & siglongjmp"
Samuel Thibault
1
-2
/
+0
2018-04-05
hurd: Avoid PLT for dirfd
Samuel Thibault
1
-0
/
+1
2018-04-04
hurd: Avoid PLTs for longjmp & siglongjmp
Samuel Thibault
1
-0
/
+2
2018-04-03
Revert parts of "hurd: Avoid more libc.so local PLTs"
Samuel Thibault
1
-3
/
+0
2018-04-03
hurd: Avoid more libc.so local PLTs
Samuel Thibault
1
-0
/
+3
2018-03-25
hurd: Fix accessing errno from rtld
Samuel Thibault
1
-1
/
+1
2018-03-15
Add support for sqrt asm redirects
Wilco Dijkstra
1
-0
/
+15
2018-03-10
Remove hidden __libc_longjmp
H.J. Lu
1
-1
/
+0
2018-03-05
Define _DIRENT_MATCHES_DIRENT64 regardless
Adhemerval Zanella
1
-1
/
+1
2018-02-28
Use libc_hidden_* for strtoumax (bug 15105).
Joseph Myers
1
-0
/
+6
2018-02-26
Use libc_hidden_* for atoi (bug 15105).
Joseph Myers
1
-0
/
+2
2018-02-23
Use libc_hidden_* for tolower, toupper (bug 15105).
Joseph Myers
1
-0
/
+3
2018-02-21
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
1
-8
/
+8
[prev]
[next]