1526 Commits (97789d3e5d3f8f0f62177ea77c810a784dca986c)

Author SHA1 Message Date
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
rofl0r a1990e1e83 add sigandset and sigorset (needed for qemu) 14 years ago
rofl0r 7aec71c411 add obsolete futimesat() 14 years ago
Rich Felker 4b43f05f3c remove fenv saving/loading code from setjmp/longjmp on arm 14 years ago
Rich Felker b088f85582 remove mips setjmp/longjmp code to save/restore fenv 14 years ago
Rich Felker b427c82265 use alternate argument syntax for restrict with lio_listio 14 years ago
Rich Felker a7936f61b2 fix ordering of shared library ctors with respect to libc init 14 years ago
Rich Felker 1c322f2f0a fix some restrict-qualifier mismatches in newly added interfaces 14 years ago
Rich Felker 75a31faaed eliminate gdb complaints about missing linux-gate.so.1 14 years ago
Rich Felker ac562aa1ef fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets 14 years ago
Rich Felker a50136dfe1 fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf 14 years ago
rofl0r 3fae236e00 powerpc: handle syscall error in clone. 14 years ago
Rich Felker 9565a349f2 fix powerpc asm not to store data in volatile space below stack pointer 14 years ago
Rich Felker 61aa6324af add port io functions to sys/io.h 14 years ago
Rich Felker 75c450cff3 fenv support for ppc, untested 14 years ago
Rich Felker 0b52bf5c78 fix feholdexcept -- it needs to clear exceptions after saving environment 14 years ago
Szabolcs Nagy a764db9a08 math: use float constants in exp10f.c 14 years ago
Szabolcs Nagy e93a0fe49d math: expl.c cleanup 14 years ago
Szabolcs Nagy ab1772c597 math: expf.c cleanup 14 years ago
Rich Felker 71955b2ff8 fix typo in dynamic linker path file loading code 14 years ago
Rich Felker 5c6443ac42 add stub versions of some missing optional pthread interfaces 14 years ago
Szabolcs Nagy 159c7655d0 math: cleanup exp2.c exp2f.c and exp2l.c 14 years ago
Rich Felker bb9abdef48 arg-skipping code for powerpc dynamic linker 14 years ago
Szabolcs Nagy bbbf045ce9 math: exp.c clean up 14 years ago
Rich Felker a4db94ab78 dynamic linking support for powerpc 14 years ago
Rich Felker d1bf452d75 fix indention with spaces in powerpc asm 14 years ago
Szabolcs Nagy 68847ecd3a fenv: return FE_TONEAREST in dummy fegetround 14 years ago
Szabolcs Nagy 45ff9d8eb6 math: ld80 invtrig cleanups 14 years ago
Szabolcs Nagy 529a8de46c math: simplify hypot and hypotf using scalbn 14 years ago
Szabolcs Nagy 6d3f1a39c1 math: turn off the STRICT_ASSIGN workaround by default 14 years ago
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago
Richard Pennington 7669d1e334 import preliminary ppc work by rdp. 14 years ago
Szabolcs Nagy 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 14 years ago
Szabolcs Nagy c4359e0130 math: excess precision fix modf, modff, scalbn, scalbnf 14 years ago
Szabolcs Nagy 666271c105 math: fix scalbn and scalbnf on overflow/underflow 14 years ago
Szabolcs Nagy 662ed20065 math: fix nextafter and nexttoward on maxdbl and maxflt input 14 years ago
Szabolcs Nagy cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them 14 years ago
Szabolcs Nagy e2fe959fe2 math: raise flags in logl.c on <= 0 arguments 14 years ago
Szabolcs Nagy 52bcf3f5fb math: fix logb*.c exceptions now that ilogb raises invalid 14 years ago
Szabolcs Nagy 37aa7f7301 math: raise flags in log2l.c on <= 0 arguments, and fix volatile 14 years ago
Szabolcs Nagy 04ccbdca6d math: raise exception flags in log1pl.c on <= -1 arguments 14 years ago
Szabolcs Nagy be81f51030 math: raise invalid flag in ilogb*.c on +-0, +-inf and nan 14 years ago
Szabolcs Nagy 6f64505df3 math: fix exception behaviour of expm1l.c on inf and nan 14 years ago