1266 Commits (ced64995c26a28ae40c5ae356b6c6a87a3bdf5ce)

Author SHA1 Message Date
Rich Felker 96fbcf7d80 fix up minor misplacement of restrict keyword in spawnattr sched stubs 13 years ago
Rich Felker ae4b0b96d6 revert regex "cleanup" that seems unjustified and may break backtracking 13 years ago
Rich Felker d5c164d5ff fix tm_to_time logic for number of days in november 13 years ago
Rich Felker 4d07e5521e add support for RTLD_NOLOAD to dlopen 14 years ago
Rich Felker 637dd2d383 fix regression in dlsym: rejection of special RTLD_* handles as invalid 14 years ago
Rich Felker 4d98280388 fix warning building dynlink.c stub for static libc 14 years ago
Rich Felker cdc5c74c6a fix bug in dladdr that prevented resolving addresses in the PLT 14 years ago
Szabolcs Nagy f05f59b804 remove unused "params" related code from regex 14 years ago
Szabolcs Nagy dd95916382 regex: remove an unused local variable from regexec 14 years ago
Szabolcs Nagy 9724defdb7 in crypt_des change unnecessary union keybuf into unsigned char[] 14 years ago
Szabolcs Nagy 30779ee1aa crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum 14 years ago
Szabolcs Nagy a753f7fe7a fix lio_listio return value in LIO_WAIT mode 14 years ago
Rich Felker 6468fc9e37 check for invalid handles in dlsym/dlclose 14 years ago
Szabolcs Nagy 121e3a38a1 math: erf and erfc cleanup 14 years ago
rofl0r 2c1f8fd5da __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
Szabolcs Nagy 5652d70054 math: bessel cleanup (jn.c and jnf.c) 14 years ago
Szabolcs Nagy 5bb6b24952 math: bessel cleanup (j1.c and j1f.c) 14 years ago
Szabolcs Nagy 697acde67e math: bessel cleanup (j0.c and j0f.c) 14 years ago
Rich Felker 820fccdefe fix alignment logic in strlcpy 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
rofl0r 36d7303878 add inet_network (required for wine) 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
Szabolcs Nagy a8f73bb1a6 math: fix i386/expl.s with more precise x*log2e 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 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 f1c1a5ea82 document self-synchronized destruction issue for stdio locking 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
rofl0r 6bffcc2335 fix sigorset/sigandset: _NSIG/8 is the size in bytes 14 years ago
rofl0r 30d2c1f5bf sigandset/sigorset: do not check for NULL pointers. 14 years ago
rofl0r 4ab26cc34c fixup sigandset 14 years ago
rofl0r b6f75ab07f add arch_prctl syscall (amd64/x32 only) 14 years ago
rofl0r 6fb88a955a add personality syscall 14 years ago