add some explanatory comments |
|
More...
|
about 1 year ago
|
use sys/random.h instead of unistd in lib/getentropy.c |
|
More...
|
about 1 year ago
|
move getrandom and getentropy declarations to <sys/random.h> to match glibc 2.25 |
|
More...
|
about 1 year ago
|
replace macros with versions that produce better code |
|
More...
|
over 1 year ago
|
large file compat for fstatat |
|
More...
|
over 1 year ago
|
#include <sys/time.h> (for timespec) |
|
More...
|
over 1 year ago
|
also include inttypes.h |
|
More...
|
over 1 year ago
|
linux/aio.h got renamed to linux/aio_abi.h upstream |
|
More...
|
over 1 year ago
|
we don't need errno_location in libpthread if WANT_TLS is defined (in fact it's harmful) |
|
More...
|
over 1 year ago
|
exit instead of return in stackgap because of pthread cleanup in exit. stackgap put the current thread struct on the stack and the stack was no longer valid during cleanup. |
|
More...
|
over 1 year ago
|
add really crappy pthread_rwclock implementation for openssl 1.1 |
|
More...
|
over 1 year ago
|
O_TMPFILE fix |
|
More...
|
almost 2 years ago
|
additional fix needed |
|
More...
|
almost 2 years ago
|
add a few missing files |
|
More...
|
almost 2 years ago
|
cross compiler architecture mangling for the new platforms |
|
More...
|
almost 2 years ago
|
SECURITY: x32 fixes: one of them could lead to memory corruption because struct stat was declared too short (Christian Seiler) |
|
More...
|
almost 2 years ago
|
update setjmp/longjmp on s390x to use 64-bit ABI (Christian Seiler) |
|
More...
|
almost 2 years ago
|
sparc64 fixes (Christian Seiler) |
|
More...
|
almost 2 years ago
|
powerpc fixes (Gerrit Pape, Christian Seiler) |
|
More...
|
almost 2 years ago
|
alpha fixes (Christian Seiler, Thorsten Glaser) |
|
More...
|
almost 2 years ago
|
fix longjmp on mobile armv7 (Christian Seiler) |
|
More...
|
almost 2 years ago
|
parisc fixes (Gerrit Pape, John David Anglin, Helge Deller, Christian Seiler) |
|
More...
|
almost 2 years ago
|
aarch64 port (Christian Seiler) |
|
More...
|
almost 2 years ago
|
mips64 little endian port (Christian Seiler) |
|
More...
|
almost 2 years ago
|
ppc64 little endian port (Christian Seiler) |
|
More...
|
almost 2 years ago
|
setjmp/longjmp for powerpcspe (Roland Stigge) add softfpu from glibc for powerpcspe (need to pass SOFTFPU=1 to make) |
|
More...
|
almost 2 years ago
|
add x86_64 memccpy, mempcpy import Debian bugfixes (Christian Seiler) |
|
More...
|
almost 2 years ago
|
add sys/xattr.h |
|
More...
|
almost 2 years ago
|
typo |
|
More...
|
almost 2 years ago
|
fix gcc 6 warnings |
|
More...
|
almost 2 years ago
|