1761 Commits (72768ea99e67162b7b42d9cd8917cf9a2c00f1f1)
 

Author SHA1 Message Date
Rich Felker 8442358d9d add linux extension POLLRDHUP to poll.h 14 years ago
Rich Felker e172c7b4df fix reference to libc struct in static tls init code 14 years ago
Rich Felker d12f2ed282 clean up and fix logic for making mmap fail on invalid/unsupported offsets 14 years ago
Rich Felker 5d5ab51862 merge a few fixes by sh4rm4 14 years ago
rofl0r 3159e2fc81 socket.h: add SO_(SND/RCV)BUFFORCE to generic block 14 years ago
Szabolcs Nagy 3c4214db72 math: more correct tgmath.h type cast logic 14 years ago
rofl0r 36d7303878 add inet_network (required for wine) 14 years ago
rofl0r 3bb167b338 x86_64/bits/signal.h: fix typo in REG_CSGSFS 14 years ago
rofl0r 26cf9c3c6b link.h: expose glibc/svr4 dynlinker debugging glue 14 years ago
Szabolcs Nagy e9e2b66e68 math: new type cast logic in tgmath.h 14 years ago
Szabolcs Nagy c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 14 years ago
Szabolcs Nagy d8a7619e37 math: tgammal.c fixes 14 years ago
Szabolcs Nagy e42a977fe5 math: tanh.c cleanup similar to sinh, cosh 14 years ago
Szabolcs Nagy f143458223 math: sinh.c cleanup similar to the cosh one 14 years ago
Szabolcs Nagy 1aec620f93 math: finished cosh.c cleanup 14 years ago
Szabolcs Nagy 58bba42d1b math: x86_64 version of expl, fixed some comments in the i386 version 14 years ago
Szabolcs Nagy 525ad96e0e math: move x86_64 exp2l implementation to exp2l.s from expl.s 14 years ago
Rich Felker 1d7c4f8f93 fix breakage in ldd (failure to print library load address) 14 years ago
Rich Felker 969ddbc423 Merge remote-tracking branch 'nsz/math' 14 years ago
Rich Felker 9cb589939c add some missing macros to sys/shm.h 14 years ago
Szabolcs Nagy a8f73bb1a6 math: fix i386/expl.s with more precise x*log2e 14 years ago
Szabolcs Nagy 9346094423 fixed tgmath.h for functions with integral result 14 years ago
Rich Felker d50955620f add missing flags in sys/timerfd.h 14 years ago
Rich Felker 2384f27d34 treat invalid C as an error even if warnings aren't enabled. 14 years ago
Szabolcs Nagy 0f53c1a426 math: add a non-dummy tgamma implementation 14 years ago
Szabolcs Nagy 14cc9c7f38 math: cosh cleanup 14 years ago
Szabolcs Nagy 9c6b1de0fb math: fix comment in __rem_pio2f.c 14 years ago
Szabolcs Nagy 1384ad5f33 math: add empty __invtrigl.s to i386 and x86_64 14 years ago
Szabolcs Nagy b12a73d5bf math: clean up inverse trigonometric functions 14 years ago
Szabolcs Nagy 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 14 years ago
Szabolcs Nagy 64623cd59a math: remove long double version of bessel functions from math.h 14 years ago
Szabolcs Nagy faea4c9937 make CMPLX macros available in complex.h in non-c11 mode as well 14 years ago
Rich Felker bcc20d2b94 fix double errno-decoding in the old-kernel fallback path of pipe2 14 years ago
Rich Felker 490d4a0e9e fix regressions in app compatibility from previous sys/ipc.h changes 14 years ago
Rich Felker f1c1a5ea82 document self-synchronized destruction issue for stdio locking 14 years ago
Rich Felker baf246e559 syscall() declaration belongs in unistd.h, not sys/syscall.h 14 years ago
Rich Felker 34aa169dcf add support for ctors/dtors on arm with modern gcc 14 years ago
Rich Felker b8ccf8e46b page-align initial brk value used by malloc in shared libc 14 years ago
Rich Felker 3ee67505fe remove __arch_prctl alias for arch_prctl 14 years ago
Rich Felker 55aef73f47 move new linux syscall wrapper functions to proper source dir 14 years ago
Rich Felker 03b0f13e90 fix trailing whitespace issues that crept in here and there 14 years ago
Rich Felker 2ad9cf52eb fix invalid read in aligned_alloc 14 years ago
Rich Felker 5c5e45e58b move signal.h REG_* macros under _GNU_SOURCE protection 14 years ago
Rich Felker d1b6fc6ecc fix names of ipc_perm __key/__seq elements 14 years ago
rofl0r 6bffcc2335 fix sigorset/sigandset: _NSIG/8 is the size in bytes 14 years ago
rofl0r e00e07f664 fix F_DUPFD_CLOEXEC being defined twice 14 years ago
rofl0r 30d2c1f5bf sigandset/sigorset: do not check for NULL pointers. 14 years ago
rofl0r 4ab26cc34c fixup sigandset 14 years ago
rofl0r e34d967c3e fixup for fcntl.h changes 14 years ago
rofl0r b6f75ab07f add arch_prctl syscall (amd64/x32 only) 14 years ago